@import url(default.css);

body { 
	padding: 0; 
	margin: 0;
	font: 14px Tahoma, Arial, sans-serif; 
	line-height: 1.4em; 
	background: #fcad17 url(images/bg.gif) repeat-x top left; 
	color: #444;
}

blockquote {
	margin: 10px 0 0 15px;
	padding: 0 15px;
	border-left: 8px solid #eaeaea;
	color: #2b2b2b;
}


/*	-------------------------------------------------------------
	MAIN DIVS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#wrapper {
	margin: 0 auto;
	width: 960px;
	background: #fff;
}

#container {
	padding-left: 20px;
	background: url(images/container_bg.gif) repeat-y top right;
}

#main {
	padding-top: 10px;
	width: 700px;
	float: left;
}

#header {
	height: 93px;
	background: #f37321 url(images/header_bg.gif) no-repeat;
}

#main {
	background: #fff;
}

#content { 

}

#side {
	float: right;
	width: 220px;
	color: #fff;
	font-size: 0.95em;
}



/*	-------------------------------------------------------------
	HEADER
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#header #logo {
	float: left;
	margin: 12px 0 0 15px;
}

#header #search {
	float: right;
	padding: 37px 15px 0 0;
}

#header #search .textbox {
	border: 1px solid #dd671c;
	background: #f8c259;
	padding: 2px 3px;
	width: 280px;
	color: #555;
	float: left;
}

#header #search #searchButton {
	float: left;
	margin-left: 7px;
}


/*	-------------------------------------------------------------
	USER
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#user {
	text-align: right;
	clear: both;
	font-size: 0.9em;
}

#user a:link,
#user a:visited {
	color: #555;
}

/*	-------------------------------------------------------------
	CONTENT
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#content a:link,
#content a:visited { 
	color: #875431; 
}

#content a:hover { 
	color: #e82c2b; 
	background: inherit; 
}	

#content h1 { 
	font: bold 2.2em "Arial", Sans-Serif; 
	margin: 0; 
	letter-spacing: -1px; 
}

#content h2 { 
	font: bold 1.4em Arial, Sans-Serif; 
	margin: 0; 
	padding: 15px 0 3px 0; 
	color: #000;  
}

#content h1.title { 
	padding-top: 3px; 
	color: #000;
	margin-left: 54px;
}

#content h3 {
	font: bold 1.5em Arial, Sans-Serif; 
	margin: 0; 
	padding: 0; 
	color: #f35c21;  
}

#content h1 a:link,
#content h1 a:visited,
#content h2 a:link,
#content h2 a:visited { 
	color: #000; 
	background: #fff; 
	text-decoration: none; 
}

#content h1 a:hover,
#content h2 a:hover { 
	color: #fff; 
	background: #f35c21; 
}

#content img { 
	padding: 3px;
	border: #ececec 1px solid;
	background: #ffffff;
}

#content img.alignleft { 
	float: left;
	margin: 3px 3px 3px 0;
}

#content img.alignright { 
	float: right;
	margin: 0 3px 3px 3px;
}

#content ul {
	padding: 10px 0 10px 20px;
}

#content ul li {
	list-style-type: disc;
}

#content p {
	padding: 5px 0 10px 0;
}

#content .textbox,
#content .textarea {
	border: 1px solid #aaa;
	background: #eee;
	padding: 2px 3px;
}

code {
	padding: 0;
	margin: 0;
}

pre {
	padding: 9px 10px;
	background: #e4e4e4;
	font: 0.8em system;
	overflow: auto;
	max-height: 150px;
	width: 600px;
	border: 2px dotted #bbb;
}


#content h2 a.more-link:link,
#content h2 a.more-link:visited  {
	display: block;
	float: right;
	font-size: 0.8em;
	text-decoration: underline;
}

/*	-------------------------------------------------------------
	ARTICLES
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.article {
	margin: 0 10px 20px 10px;
	padding: 10px 0 0 0;
	border-bottom: 1px dotted #ccc;
	color: #000;
	background: #fff;
}
	
#content .article a.btnComments:link,
#content .article a.btnComments:visited {
	color: #666;
	background: #fbc318;
	display: block;
	float: right;
	text-decoration: none;
	font-size: 0.8em;
	line-height: 1.1em;
	padding: 2px 4px;
	margin: 5px 0 0 10px;
}
	
#content p.description { 
	padding: 3px 0 2px 0; 
	margin: 0 0 5px 54px; 
	border-bottom: 1px dotted #ccc; 
	font-size: 0.9em;
}

.calendar { 
	float: left; 
	background: #f68d1e; 
	width: 40px; 
	margin: 5px 12px 3px 0;
	padding: 4px 0 4px 0;  
	color: #fff; 
	font-size: 0.9em;
	text-align: center;
}

.calendar p { 
	padding: 0; 
	margin: 0; 
}

.thumbnail { 
	float: left; 
	margin: 0 18px 8px 0; 
	border: 1px solid #dedede; 
}




/*	-------------------------------------------------------------
	COMMENTS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#content #commentDetails label {
	font-weight: bold;
}

#content #commentDetails table td {
	display: table-cell;
	padding: 2px 4px;
}
	
#content #comments {
	margin: 0;
	padding: 0;
}
	
#content #comments li {
	clear: both;
	padding: 0 0 2px 0;
	margin: 0;
	background: #eee;
	list-style-type: none;
	border: 1px solid #ddd;
	margin: 5px 0 10px 0;
}

#content #comments li a:link,
#content #comments li a:visited {
	color: #444;
}


#content #comments li .commentTop {
	background: #fad299;
	padding: 2px 5px;
}

#content #comments li.alt .commentTop {
	background: #fcf089;
}

#content #comments li .comment {
	padding: 3px 10px;
}

#content #comments li.author_comment {
	background: #f7ca5f;
	border-color: #ccc;
}

#content #comments li.author_comment .commentTop {
	background: #edac11;
}


/*	-------------------------------------------------------------
	SIDE
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#sideTop {
	padding: 12px 10px 5px 10px;
}

#side p {
	font-size: 0.95em;
	color: #fff;
	line-height: 1.6em;
}

#side a:link,
#side a:visited {
	color: #fff;
}
	
#side .inner {
	padding: 0 10px 10px 10px;
}

#side h2 { 
	clear: both;
	font: bold 1.7em Arial, Sans-Serif; 
	letter-spacing: -1px;
	text-transform: uppercase;
	padding: 15px 0 3px 0; 
	color: #fff;
}

#side ul#recentPosts li {
	clear: both;
	display: block;
	padding: 2px 0 0 0;
	line-height: 1.1em;
	margin: 0;
}

#side ul#recentPosts li span {
	font-size: 0.8em;
	font-weight: bold;
	display: block;
	float: left;
	padding: 4px 4px 4px 12px;
	color: #d3671f;
	line-height: 1.1em;
}


	
	
/*	-------------------------------------------------------------
	FOOTER
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/





.clear,
.clearit {
	clear: both;
	margin: 0;
	padding: 0;
}

