@charset "utf-8";
/* CSS Document */

body { 
	background: #F5E8D7 url(../img/homepage_r2_c2.gif) top center repeat-y;
	color: #666666;
	font: normal 12px Arial, Helvetica, sans-serif;
}

a { color: #D99A41; }
a:hover {  
	color: #694A1B;
	text-decoration: none;
}

p#intro, #content_container h2 {
	color: #659999;
	font: normal 20px Arial, Helvetica, sans-serif;
	text-decoration:none;
	margin-bottom: 10px;
	padding-top: 20px;	
}

.hide { display: none; visibility: hidden; }
.italics { font-style:italic; }

/* ============================================= 
	PAGE STRUCTURE
   ============================================= */
#wrapper {
	margin: 0 auto;
	width: 934px;
}
	/* Header ---------------------------------- */
	#header {
		clear: both;
		height: 84px;
	}
	
		#hdr_logo {
			width: 425px;
			float: left;
		}
	
		#hdr_nav_search { 
			background: #FFF url(../img/search_bg.gif) top left no-repeat;
			width: 385px; 
			float: left; 
		}
			#hdr_searchForm {
				clear: both;
				height: 40px;
				margin-top: 22px;
				text-align: right;	
			}
			
			#navigation {
				height: 22px;
				background: url(../img/nav_bg.gif) bottom left repeat-x;
			}
			
		#hdr_endcap {
			background: url(../img/homepage_r1_c6.gif) top left no-repeat;
			float: right;
			width: 124px;
			min-height: 84px;
		}
	
	/* Background Image Divs ---------------------- */
	#bg_col1, #bg_col2{ width: 60px;  }
	#bg_col1 { 
		background: url(../img/homepage_r3_c1.gif) top right no-repeat;
		float: left;
		min-height: 824px;
	}
	#bg_col2 { 
		background: url(../img/homepage_r3_c7.gif) top left no-repeat;
		float: right;
		min-height: 988px;
	}
	
	/* Content ---------------------------------- */
	#content_container {}
		#content_sidebar {
			background: url(../img/homepage_r3_c3.gif) no-repeat top left;
			width: 179px;
			float: left;
			padding: 85px 30px;
		}
		
		#content_main {
			width: 505px;
			float: right;
			padding: 30px 35px 50px;
		}
	
	/* Footer  ---------------------------------- */
	#footer {
		background-color: #D99A41;
		clear: both;
		color: #FFF;
		font: 18px "Courier New", Courier, monospace;
		/*margin: 0 auto;*/
		margin-left: 61px;
		text-align: right;
		padding: 0px 43px;
		width: 726px;
	}

/* ============================================= 
	NAVIGATION
   ============================================= */
#navigation li {
	background: url(../img/nav_inactive_btn_bg.gif) bottom left repeat-x;
	display: block;
	float:left;
	height: 22px;
	margin-right: 2px;
	overflow:hidden;
}

#navigation li img {
	float: left;
}

#navigation li a {
	background: url(../img/tab_corner.gif) top left no-repeat;
	color: #fff;
	display: block;
	float: left;
	font: 12px "Courier New", Courier, monospace;
	height: 21px;
	padding: 5px 20px 0px 15px;
	text-align: center;
	text-decoration: none;
	/*width: 100%;*/
}

#navigation li a:hover {
	background-color: #D99A41;	
}

#navigation .activeTab {
	background-image: url(../img/nav_active_btn_bg.gif);
}

#about #about_tab, #blog #blog_tab, #portfolio #portfolio_tab, #contact #contact_tab {
	background-image: url(../img/nav_active_btn_bg.gif);
}

/* ============================================= 
	Content Sidebar
   ============================================= */
#welcome_hello { 
	color: #659999;
	font: normal 16px "Courier New", Courier, monospace;
}


/* ============================================= 
	Blog
   ============================================= */

/* Sidebar navigation */
#content_sidebar h2 {
	color: #694A1B;
	font: normal 18px "Courier New", Courier, monospace;
	font-stretch: semi-condensed;
	margin: 15px 0 5px;
}

#content_sidebar ul {
	margin-bottom: 15px;	
}

#content_sidebar ul li a{
	color: #D99A41;
	display: block;
	font: normal 12px "Times New Roman", Times, serif;
	margin-left: -20px;
	margin-bottom: 3px;
	padding-left: 20px;
	text-decoration: none;
}

#content_sidebar ul li a:hover {
	color: #694A1B;
	text-decoration: underline;
}


#content_sidebar li.current-cat a{
 	background: url(../img/arrow_gfx.gif) 0px top no-repeat;
	color: #694A1B;
}
/* Article Container */
div.article {
	display: block;
	padding-bottom: 25px; 
	border-bottom: 1px dotted #bbb;
	margin-bottom: 20px;
}

/* Article Body */
div.article a {color: #D99A41;}

div.article a:hover{
	color: #694A1B;
	text-decoration:none;
}

div.article h2 a, div.article h2 {
	color: #659999;
	font: normal 20px Arial, Helvetica, sans-serif;
	text-decoration:none;
	margin-bottom: 10px;
	padding-top: 20px;
}

div.article p { margin-bottom: 10px; }
div.article a img { 
	clear: both;
	display: block;
	border: 1px solid #bbb; 
	margin-bottom: 15px; 
}

div.article small { display: block; margin-bottom: 15px; }



/* Article Footer */
div.article_footer { 
	clear: both; 
	margin: 25px 0 15px;
}

.post_date { 
	float: left;
	font-size: 10px;
	text-align: left;
	/*width: 70%;*/
}
.num_comments {
	display: block;
	float: right;
	font-size: 14px;
	text-align: right;
	/*width: 30%;*/
}

.num_comments img { 
	float: left;
	margin-bottom: 0px;
}

.num_comments a { 
	display: block; 
	float: left;
	text-decoration: none; 
	margin-top: 5px;
}

#posts_nav { clear: both; }
#next_posts_btn, #prev_posts_btn {
	color: #D99A41;
	display: block;
	font-style: italic;
	text-decoration: none;	
}

#prev_posts_btn { float: left; }
#next_posts_btn { float: right; }
	
/* ============================================= 
	Comments
   ============================================= */
textarea#comment {
	width: 510px;
}

ol.commentlist, ol.commentlist li {	
	margin: 10px;
}

/* ============================================= 
	About
   ============================================= */

#about #content_container h3 {
	color: #694a1b;
	margin: 10px 0 0px;
}

#about #content_container ul {
	margin: 0 0 10px;	
}

#about #content_container ul li {
	margin-bottom: 12px;
}

#about ul#clients_list li {
	margin-bottom: 3px;
}

/* ============================================= 
	About
   ============================================= */

#contact #content_container h3 {
	font-size: 13px;
	margin: 10px 0 0px;
}
  
#contact #content_container ul {
	margin: 0 0 15px;	
}

/* ============================================= 
	Contact
   ============================================= */

.vcard fn { display: none; }

/* ============================================= 
	Portfolio
   ============================================= */

.portfolio_item a > img {
	display: block;
	border: 1px solid #d99a41;
	width: 105px;
	height: 88px;
	float: left;
	margin: 0 18px 15px 0;
}

/*.portfolio_item a:hover > img {
	border: 1px solid #bcbcbc;
}*/

.portfolio_item a {
	font-size: 14px;
	text-decoration: none;
}

/*.portfolio_item a:hover {
	color: #694A1B;
	text-decoration: underline;
}*/

.portfolio_item { 
	border: 5px solid #fff;
	display: block; 
	clear: both;
	height: 90px;
	padding: 5px 10px 5px 5px;
}

.portfolio_item:hover { 
	/*background-color: #694A1B;*/ 
	border-color: #F5E8D7;
	cursor: pointer; 
}

.portfolio_item:hover h3 a { 
	color: #694A1B; 
}

#portfolio_nav {
	margin-bottom: 25px;	
}

#portfolio_nav li {
	/*list-style: none;*/	
	display: block;
	float: left;
	margin-right: 25px;
	/*width: 20%;*/
	text-align: left;
}

#portfolio_nav li a{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-decoration: none;
}

#portfolio_nav li a:hover {
	color: #694A1B;
	text-decoration: underline;
}
 
#portfolio_nav li.current-cat a{
 	background: url(../img/arrow_gfx.gif) 0px top no-repeat;
	color: #694A1B;
	padding-left: 18px;
}
/* ============================================= 
	Twitter
   ============================================= */
/*.twtr-hd, .twtr-ft { display: none; }
.twtr-widget .twtr-tweet-wrap !important { padding-left: 0px; padding-right: 0px; }
.twtr-widget{ font-family: Arial, Helvetica, sans-serif; color: #666666; }*/
#tweet ul li a { display: inline }