/* -------------------------------------------------------------- 
   THINK. DO. CREATE.
   New media and interactive design, development and strategy.
  
   www.thinkdocreate.com
   
   Version: 2.0
   * Author: Chance Graham/Carl DeCaire
   * Question/Comments: chance@thinkdocreate.com 
-------------------------------------------------------------- */



/* -------------------------------------------------------------- 
  =General Styles
-------------------------------------------------------------- */			

body {
	font: 62.5%/1.5em "Lucida Grande", Arial, Verdana, sans-serif;
	color: #8c8c8c;
	background: #ffffff url("../img/interface/branding_bg_a.jpg") repeat-x;
	}

.clear {
	clear:both;
	display:block;
	overflow:hidden;
	width:0;
	height:0
	}

	/*----- Links -----*/
	a:link {
		color: #f36400;
		text-decoration: none;
		}
		
	a:visited {
		color: #797674;
		}
		
	a:hover {
		color: #b80f00;
		text-decoration: underline;
		}


#container {
	width: 1000px;
	float: left;
	margin: 0;
	padding: 0;
	}


/* -------------------------------------------------------------- 
  =Branding
-------------------------------------------------------------- */
		
#branding, .detail #branding {
	height: 55px;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	}		
		
		#branding h1, .detail #branding h1 {
			height: 50px;
			width: 1024px;
			text-indent: -9999em;
			background: transparent url("../img/interface/branding_tdc.jpg") no-repeat;
			}
			
		#branding h1 a, .detail #branding h1 a {
			display: block;
			width: 700px;
			height: 50px;
			background: transparent url("../img/interface/branding_tdc.jpg") no-repeat;
			}
			
		#branding h2, .detail #branding {
			text-indent: -9999em;
			float: left;
			}
		
/* -------------------------------------------------------------- 
  =Main Content
-------------------------------------------------------------- */
		
		
#main_content {
	float: left;
	clear: both;
	width: 680px;
	margin-bottom: 0;
	}
	
#main_content #blog_title  {
	margin: 16px 0 16px 40px;
	text-indent: -9999em;
	width: 112px;
	height:  11px;
	background: transparent url("../img/interface/header_notebook.jpg") no-repeat;
	}	
	
	
	.post_date {
		clear: left;
		margin: 5px 0 0 0;
		padding: 15px 0;
		border-top: 3px solid #f36400;
		}
		
		
	.post_date h4 {
		margin-left: 220px;
		font-size: 1.8em;
		font-weight: normal;
		color: #c4c4c3;
		text-transform: uppercase;
		letter-spacing: -.5px;
		}
		
		.post_date h4 strong {
			color: #f36400;
			}
	
	.post {
		margin: 15px 0 20px 0;
		padding: 25px 0 0 40px;
		border-top: 1px solid #dfdfdf;
		float: left;
		}
		
		.post_meta {
			float: left;
			width: 160px;
			font-size: 1.1em;
			}
			
		.post_content {
			float: right;
			width: 460px;
			margin-left: 20px;
			}
			
			.post_content img {
				position: relative;
				left:-180px;
				clear: both;
				padding-top: 20px;
				max-width: 640px;
				min-width: 640px
				}
				
			.post_content object {
				position: relative;
				left:-180px;
				clear: both;
				padding-top: 20px;
				max-width: 640px;
				min-width: 640px;
				}
			

			
	/*----- Twitter -----*/
	
	.twitter .post_meta {
		height: 32px;
		padding: 0px;
		line-height: 2.5em;
		color: #c6c3c1;
		background: transparent url("../img/interface/icon_twitter.jpg") no-repeat;
		}
		
	.twitter .permalink {
		width: 32px;
		height: 32px;
		margin-right: 4px;
		display: block;
		float: left;
		}		
	
	.twitter .post_content {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 1.5em;
		line-height: 1.4em;
		color: #9f9f9f;		
		}
		
	/*----- Article -----*/
	
	.article {
		border-top: 2px solid #cecdce;
		}
		
	.article .post_meta {
		background: transparent url("../img/interface/icon_article.jpg") no-repeat;
		width: 148px;
		height: 32px;
		margin: 0 32px 0 0px;
		color: #c6c3c1;
		display: block;
		float: right;
		}				

	.article .permalink {
		width: 32px;
		height: 32px;
		margin-right: 4px;
		display: block;
		float: left;
		background: transparent url("../img/interface/icon_article.jpg") no-repeat left top;
		}

	.article .permalink a {
		width: 32px;
		height: 32px;
		margin-right: 4px;
		display: block;
		float: left;
		background: transparent url("../img/interface/icon_article.jpg") no-repeat left top;
		}
		
	.article .permalink a:hover {
		width: 32px;
		height: 32px;
		margin-right: 4px;
		display: block;
		float: left;
		background: transparent url("../img/interface/icon_article.jpg") no-repeat left bottom;
		}	
			
		.article .post_meta .comments {
			height: 16px;
			margin: 11px 0 0 36px;
			text-indent: 16px;
			background: transparent url("../img/interface/icon_comment.jpg") no-repeat left bottom;
			}
	
	.article .post_content {
		margin: 0 0 18px 0px;
		font-size: 1.4em;
		line-height: 1.5em;
		color: #5a5959;		
		}		
		
	
	.article h3 {
		margin: 0 0 8px 0;
		font-size: 2em;
		font-family: Georgia, "Times New Roman", Times, serif;
		/*text-transform: uppercase;*/
		font-weight: normal;	
		color: #f36400;
		line-height: 1em;
		}	
		
		.article h3 span {
			font-weight: normal;	
			color: #7f7f7f;
			}	
		
		.article h3 a {
			color: #f36400;
			}
			
	.article .post_btn {
		margin: 18px 0 0 -2px;
		width: 149px;
		height: 24px;
		text-indent: -9999em;
		background: transparent url("../img/interface/btn_continue_read.jpg") left top no-repeat;
		}
		
		.article .post_btn a {
			display: block;
			width: 149px;
			height: 24px;
			background: transparent url("../img/interface/btn_continue_read.jpg") left top no-repeat;		}	
			
		.article .post_btn a:hover {
			display: block;
			width: 149px;
			height: 24px;
			background: transparent url("../img/interface/btn_continue_read.jpg") left bottom no-repeat;		}		

	/*----- Image -----*/
	
	.image .post_meta {
		height: 32px;
		margin: 17px 0 0 0;
		float: left;
		padding: 0px;
		line-height: 2.75em;
		color: #bebebe;
		background: transparent url("../img/interface/icon_image.jpg") no-repeat;
		display: block;
		}
	
	.image .post_meta a:hover {
		background: transparent url("../img/interface/icon_image.jpg") no-repeat left bottom;
		}		
			
	.image .permalink {
		width: 32px;
		height: 32px;
		margin-right: 4px;
		display: block;
		float: left;
		}		
	
	.image img {
		position: relative;
		right:0 ;
		margin: 0;
		padding: 0;
		clear: both;
		min-width: 640px;
		}
		
	.image .post_content {
		width: 460px;
		padding: 0;
		margin: 5px 0 0 0;
		font-size: 1.4em;
		line-height: 1.5em;
		color: #858486;		
		}		
			
		.image .post_content p {
			margin: 17px 0 0 0;
			width: 460px;
			line-height: 1.5em;
			font-size:  .8em;
			}
			
		.image .post_content p a {
			color: #f36400;
			font-weight: bold;
			text-decoration: none;
			}			
			
			.image .post_content p a:hover {
				color: #b80f00;
				text-decoration: underline;
				}
					
		/*----- Detail -----*/
				
			.detail .image img {
				position: relative;
				right:0 ;
				float: none;
				margin: 0;
				padding: 0;
				}
				
			.detail .image .post_content {
				width: 460px;
				padding: 0 ;
				margin: 5px 0 0 0;
				font-size: 1.4em;
				line-height: 1.5em;
				color: #858486;		
				}		
			
			.detail .image .post_meta {
				height: 32px;
				margin: 17px 0 0 0;
				float: left;
				padding: 0px;
				line-height: 2.75em;
				color: #bebebe;
				background: transparent url("../img/interface/icon_image.jpg") no-repeat;
				display: block;
				}
		

	/*----- Quote -----*/
	
	.quote .post_meta {
		height: 32px;
		margin: 0px 0 0 0;
		padding: 0px;
		line-height: 2.75em;
		color: #bebebe;
		background: transparent url("../img/interface/icon_quote.jpg") no-repeat;
		display: block;
		}
		
	.quote .post_meta a:hover {
		background: transparent url("../img/interface/icon_quote.jpg") no-repeat left bottom;
		}		
			
	.quote .permalink {
		width: 32px;
		height: 32px;
		margin-right: 4px;
		display: block;
		float: left;
		
		}		
	
	.quote .post_content {
		width: 461px;
		margin: 0 0 0 0;
		padding: 0;
		height: auto;
		font-size: 1.4em;
		float: right;
		line-height: 1.5em;
		color: #444444;		
		}	
		
		.quote blockquote {
			padding: 0 0 0 0;
			margin: 0;
			width: 460px;
			float: right;
			font-size:  1.8em;	
			font-family: Georgia, "Times New Roman", Times, serif;
			font-style: italic;
			line-height: 1.4em;
			}			

		.quote .pquote {
			width: auto;
			margin: 15px 0 0 0;
			float: left;
			top: 27px;
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 4.2em;			
			color: #777777;
			}	
			
		.quote .cite {
			padding: 25px 0 0 180px;
			clear: right;
			}		
				
		.quote .post_content p {
			margin: 0 0 0 0;
			font-size: .8em;
			color: #444444;
			}
			
		/*.quote blockquote:first-line {
			font-size: 1.6em;
			font-style: normal;
			color: #444444;
			text-shadow: #ffffff;
			}	
		*/		
				
		.quote .post_content p a {
			color: #f36400;
			font-weight: bold;
			text-decoration: none;
			}			
			
			.quote .post_content p a:hover {
				color: #b80f00;
				text-decoration: underline;
				}
										
	/*----- Link -----*/
		
		.link .post_meta {
			height: 32px;
			padding: 0px;
			line-height: 2.75em;
			color: #c6c3c1;
			background: transparent url("../img/interface/icon_link.jpg") no-repeat;
			display: block;
			}	
			
		.link .post_meta a:hover{
			background: transparent url("../img/interface/icon_link.jpg") no-repeat left bottom;
			}	
						
		.link .permalink {
			width: 32px;
			height: 32px;
			margin-right: 4px;
			display: block;
			float: left;
			}	
		
		.link .post_content {
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 1.5em;
			line-height: 1.4em;
			color: #9f9f9f;		
			}
			
		.link .post_content {
			margin: 0 0 18px 20px;
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 1.6em;
			line-height: 1.4em;
			color: #9f9f9f;		
			}		
			
		.link .post_content .link_title {
			font-family: "Lucida Grande", Arial, Verdana, sans-serif;
			padding-right: 5px;
			color: #f36400;
		}
		
		.link .post_content a:hover {
			color: #b80f00;
		}
							
				
	/*----- Pagination -----*/	
	#blog #pagination {
		margin: 15px 0 20px 0;
		padding: 15px 0 0 40px;
		border-top: 1px solid #dfdfdf;
		float: left;
		width: 640px;
		border-top: 1px solid #dfdfdf;
		}		
	
	#blog #pagination li {
		float: left;
		margin: 0 0 0 8px;
		font-size: 1.2em;
		}
	
	#blog #pagination #next {
		width: 22px;
		height: 22px;
		text-indent: -9999em;
		background: transparent url("../img/interface/arrow_right.jpg") no-repeat left top;
		}
		
		#blog #pagination #next a {
			display: block;
			width: 22px;
			height: 22px;
			text-indent: -9999em;
			background: transparent url("../img/interface/arrow_right.jpg") no-repeat left top;
			}
			
			#blog #pagination #next a:hover {
				display: block;
				width: 22px;
				height: 22px;
				text-indent: -9999em;
				background: transparent url("../img/interface/arrow_right.jpg") no-repeat left bottom;
				}
				
	#blog #pagination #previous {
		width: 22px;
		height: 22px;
		text-indent: -9999em;
		background: transparent url("../img/interface/arrow_left.jpg") no-repeat left top;
		}
		
		#blog #pagination #previous a {
			display: block;
			width: 22px;
			height: 22px;
			text-indent: -9999em;
			background: transparent url("../img/interface/arrow_left.jpg") no-repeat left top;
			}
			
			#blog #pagination #previous a:hover {
				display: block;
				width: 22px;
				height: 22px;
				text-indent: -9999em;
				background: transparent url("../img/interface/arrow_left.jpg") no-repeat left bottom;
				}		
				
/* -------------------------------------------------------------- 
  =Secondary Content
-------------------------------------------------------------- */		

#sec_content {
	float: left;
	width: 260px;
	
	margin: 43px 0 0 45px;
	padding: 0;
	background: transparent url("../img/interface/bg_sidebar.jpg") no-repeat;
	border-top: 3px solid #d7d0c4;
	}
	
	#sec_content h3#about_hdr {
		width: 110px;
		height: 13px;
		margin: 20px 0 0 20px;
		text-indent: -9999em;
		background: transparent url("../img/interface/hdr_whoareyou.jpg") no-repeat;
		}
		
	#sec_content p#about {
		margin: 12px 15px 0 19px;
		width: 214px;
		height: 162px;
		font-size: 2em;
		line-height: 1.2em;
		text-indent: -9999em;
		color: #ff6801;
		background: transparent url("../img/interface/whoweare.jpg") no-repeat;
		}
		
	#sec_content h3#site_info {
		width: 70px;
		height: 11px;
		margin: 20px 0 0 20px;
		text-indent: -9999em;
		background: transparent url("../img/interface/header_digs.jpg") no-repeat;
		}
		
	#sec_content p {
		margin: 6px 15px 20px 19px;
		width: 214px;
		font-size: 1.3em;
		line-height: 1.4em;
		color: #878787;
		}	
		
	#sec_content h3#work {
		width: 261px;
		height: 46px;
		text-indent: -9999em;
		border-bottom: 1px solid #d3d3d3;
		background: transparent url("../img/interface/recentwork.jpg") left top no-repeat;
		}
		
		#sec_content h3#work a {
			display: block;
			width: 261px;
			height: 46px;
			background: transparent url("../img/interface/recentwork.jpg") left top no-repeat;		}	
			
		#sec_content h3#work a:hover {
			display: block;
			width: 261px;
			height: 46px;
			background: transparent url("../img/interface/recentwork.jpg") left bottom no-repeat;		}		
			
	#sec_content h3#contact {
		width: 261px;
		height: 50px;
		text-indent: -9999em;
		background: transparent url("../img/interface/worktogether.jpg") left top no-repeat;
		}
		
		#sec_content h3#contact a {
			display: block;
			width: 261px;
			height: 50px;
			background: transparent url("../img/interface/worktogether.jpg") left top no-repeat;		}	
			
		#sec_content h3#contact a:hover {
			display: block;
			width: 261px;
			height: 50px;
			background: transparent url("../img/interface/worktogether.jpg") left bottom no-repeat;		}				


/* -------------------------------------------------------------- 
  =Navigation
-------------------------------------------------------------- */

#navigation {
	position: absolute;
	top: 11px;
	left: 760px ;
	width: 244px;
	height: 31px;
	
	}

	#navigation li {
		float: left;
		margin: 0 0 0 3px;
		}	
	
	#navigation li#btn_hire {
		width: 73px;
		height: 31px;
		text-indent: -9999em;
		background: transparent url("../img/interface/navigation_contact.jpg") no-repeat left top;
		}
		
		#navigation li#btn_hire a {
			display: block;
			width: 73px;
			height: 31px;
			text-indent: -9999em;
			background: transparent url("../img/interface/navigation_contact.jpg") no-repeat left top;
			}

		#navigation li#btn_hire a:hover {
			display: block;
			width: 73px;
			height: 31px;
			text-indent: -9999em;
			background: transparent url("../img/interface/navigation_contact.jpg") no-repeat left bottom;
			}			
				
	#navigation li#btn_blog {
		width: 84px;
		height: 31px;
		text-indent: -9999em;
		background: transparent url("../img/interface/navigation_notebook.jpg") no-repeat left top;
		}
		
		#navigation li#btn_blog a {
			display: block;
			width: 84px;
			height: 31px;
			text-indent: -9999em;
			background: transparent url("../img/interface/navigation_notebook.jpg") no-repeat left top;
			}

		#navigation li#btn_blog a:hover {
			display: block;
			width: 84px;
			height: 31px;
			text-indent: -9999em;
			background: transparent url("../img/interface/navigation_notebook.jpg") no-repeat left bottom;
			}
			
	#navigation li#btn_work {
		width: 51px;
		height: 31px;
		text-indent: -9999em;
		background: transparent url("../img/interface/navigation_work.jpg") no-repeat left top;
		}
		
		#navigation li#btn_work a {
			display: block;
			width: 51px;
			height: 31px;
			text-indent: -9999em;
			background: transparent url("../img/interface/navigation_work.jpg") no-repeat left top;
			}

		#navigation li#btn_work a:hover, #navigation li#btn_work .active {
			display: block;
			width: 51px;
			height: 31px;
			text-indent: -9999em;
			background: transparent url("../img/interface/navigation_work.jpg") no-repeat left bottom;
			}	
			
	#navigation li#home_btn_process {
		width: 73px;
		height: 31px;
		text-indent: -9999em;
		background: transparent url("../img/interface/navigation_process.jpg") no-repeat left top;
		}
		
		#navigation li#home_btn_process a {
			display: block;
			width: 73px;
			height: 31px;
			text-indent: -9999em;
			background: transparent url("../img/interface/navigation_process.jpg") no-repeat left top;
			}

		#navigation li#home_btn_process a:hover {
			display: block;
			width: 73px;
			height: 31px;
			text-indent: -9999em;
			background: transparent url("../img/interface/navigation_process.jpg") no-repeat left bottom;
			}				

	#contact_us	#btn_hire {
			background: transparent url("../img/interface/navigation_contact.jpg") no-repeat left bottom;
		}
		
		#navigation li#btn_work_active a {
			display: block;
			width: 51px;
			height: 31px;
			text-indent: -9999em;
			background: transparent url("../img/interface/navigation_work.jpg") no-repeat left bottom;
			}
		
		#navigation li#btn_hire_active a {
			display: block;
			width: 73px;
			height: 31px;
			text-indent: -9999em;
			background: transparent url("../img/interface/navigation_contact.jpg") no-repeat left bottom;
			}
			
		#navigation li#btn_blog_active {
			display: block;
			width: 84px;
			height: 31px;
			text-indent: -9999em;
			background: transparent url("../img/interface/navigation_notebook.jpg") no-repeat left bottom;
			}
			

/* -------------------------------------------------------------- 
  =Footer
-------------------------------------------------------------- */

#footer {
	margin: 15px 0 75px 0;
	padding: 25px 0 0 40px;
	width: 960px;
	clear: both;
	border-top: 3px solid #dfdfdf;
	}
	
	#footer h4 {
		float: left;
		width: 132px;
		height: 77px;
		margin: 0 80px 0 0;
		text-indent: -9999em;
		background: transparent url("../img/interface/branding_mini.jpg") no-repeat;						
		}
		
	#footer p {
		float: left;
		margin: 0 0 0 30px;
		}

	#footer p a {
		color: #f36400;
		font-weight: bold;
		text-decoration: none;
		}
	
	#footer a:hover {
		color: #b80f00;
		text-decoration: underline;
		}
		
/* -------------------------------------------------------------- 
  =Work
-------------------------------------------------------------- */
				

#recent_work #body {
	}
	
	
#recent_work #main_content {
	margin: 0 0 0 20px; 
	position: relative;
	top: 20px;
	float: none;
	width: 964px;
	}
	
#recent_work h3 {
	margin-left: 11px;
	font-weight: normal;
	font-size: 1.6em;
	text-transform: uppercase;
	color: #f36400;
	float: left;
	}
	
#recent_work #work_sample {
	position: relative; 
	top: 10px;	
	padding: 11px;
	background: transparent url("../img/interface/bg_recentwork.jpg") no-repeat;
	}	
	
	#recent_work #work_sample img{
		border: 1px solid #d2d1d0;
		}
		
#recent_work #work_meta p {
	float: left;
	margin: 1px 0 0 10px;
	font-size: 1.3em;
	color: #959595;
	}		
		
#recent_work #pagination {
		float: right;
		margin: 0 15px 0 0;
	}		

	#recent_work #pagination li {
		float: left;
		margin: 0 0 0 8px;
		font-size: 1.2em;
		}
	
	#recent_work #pagination #next {
		width: 22px;
		height: 22px;
		text-indent: -9999em;
		background: transparent url("../img/interface/arrow_right.jpg") no-repeat left top;
		}
		
		#recent_work #pagination #next a {
			display: block;
			width: 22px;
			height: 22px;
			text-indent: -9999em;
			background: transparent url("../img/interface/arrow_right.jpg") no-repeat left top;
			}
			
			#recent_work #pagination #next a:hover {
				display: block;
				width: 22px;
				height: 22px;
				text-indent: -9999em;
				background: transparent url("../img/interface/arrow_right.jpg") no-repeat left bottom;
				}
				
	#recent_work #pagination #previous {
		width: 22px;
		height: 22px;
		text-indent: -9999em;
		background: transparent url("../img/interface/arrow_left.jpg") no-repeat left top;
		}
		
		#recent_work #pagination #previous a {
			display: block;
			width: 22px;
			height: 22px;
			text-indent: -9999em;
			background: transparent url("../img/interface/arrow_left.jpg") no-repeat left top;
			}
			
			#recent_work #pagination #previous a:hover {
				display: block;
				width: 22px;
				height: 22px;
				text-indent: -9999em;
				background: transparent url("../img/interface/arrow_left.jpg") no-repeat left bottom;
				}
				
		#recent_work #pagination li#get_started {
			position: relative;
			font-weight: bold;
			top: 3px;
			}	
						
/* -------------------------------------------------------------- 
  =Social
-------------------------------------------------------------- */		
		
#social {
	float: left;
	width: 260px;
	margin: 5px 0 0 45px;
	padding: 0;
	}
	
	#social h3 {
		width: 126px;
		height: 11px;
		margin: 20px 0 0 20px;
		text-indent: -9999em;
		background: transparent url("../img/interface/header_social.jpg") no-repeat;
		}
		
	#social p {
		margin: 6px 15px 13px 19px;
		width: 214px;
		font-size: 1.3em;
		line-height: 1.4em;
		color: #878787;
		}
		
	#social ul {
		margin: 6px 15px 20px 19px;
		width: 220px;
		border-top: 2px solid #c9c9c9;
		}
		
		#social li {
			float: left;
			width: 110px;
			padding: 7px 0;
			text-indent: 20px;
			border-bottom: 1px solid #c9c9c9;
			}
			
			#social #twitter {
						background: transparent url("../img/interface/icon_twitter_sm.jpg") no-repeat left center;
			}
			
			#social #flickr {
						background: transparent url("../img/interface/icon_flickr_sm.jpg") no-repeat left center;
			}
			
			#social #linkedin {
						background: transparent url("../img/interface/icon_linkedin_sm.jpg") no-repeat left center;
			}
			
			#social #vimeo {
						background: transparent url("../img/interface/icon_vimeo_sm.jpg") no-repeat left center;
			}
			
			#social #digg {
						background: transparent url("../img/interface/icon_digg_sm.jpg") no-repeat left center;
			}
			
			#social #lastfm {
						background: transparent url("../img/interface/icon_lastfm_sm.jpg") no-repeat left center;
			}
			
			#social #facebook {
						background: transparent url("../img/interface/icon_facebook_sm.jpg") no-repeat left center;
			}
			
			#social #virb {
						background: transparent url("../img/interface/icon_virb_sm.jpg") no-repeat left center;
			}
				
	#social a {
		font-weight: bold;
		}
		
		#social a:visited {
			color: #f36400;
			text-decoration: none;
			}			
					
		#social a:hover {
			color: #b80f00;
			text-decoration: underline;
			}	
			
/* -------------------------------------------------------------- 
  =Contact
-------------------------------------------------------------- */		
		
#contact_us #blog_title  {
	margin: 16px 0 16px 40px;
	text-indent: -9999em;
	width: 136px;
	height: 11px;
	background: transparent url("../img/interface/header_relationship.jpg") no-repeat;
	}	
	
#contact_us #container {
	margin-bottom: 50px;
	}
#contact_us #crumb {
	position: absolute;
	top: 70px;
	left: 575px;
	background: transparent url("../img/interface/icon_arrow_mini_bk.jpg") no-repeat left center;
	text-indent: 10px;
	font-size: 1.2em;
	color: #a2a1a1;
	}
	
	#contact_us #crumb a {
		color: #a2a1a1;
		text-decoration: none;
		}
		
		#contact_us #crumb a:visited {
			color: #a2a1a1;
			text-decoration: none;
			}
			
		#contact_us #crumb a:hover {
			color: #f36400;
			}
	
#contact_us #intro {
	padding: 0 0 0 40px;
	font-size: 2em;
	color: #f36400;
	width: 640px;
		font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.3em;
	}

	#contact_us #thank_you {
		margin: 0 0 0 40px;
		padding: 8px 12px 8px 12px;
		font-size: 2em;
		color: #f36400;
		line-height: 1.3em;
		background: #f3f3ef;
		/*border: 1px solid #bbb5b2;*/
		}

#contact_us h3#contact_hdr {
	width: 48px;
	height: 11px;
	margin: 20px 0 0 20px;
	text-indent: -9999em;
	background: transparent url("../img/interface/header_hello.jpg") no-repeat;
	}
	
	/*----- Form -----*/
	
	#contact_us form {
		margin: 20px 0 0 0;
		}
		
		#contact_us form em {
			color: #f36400; 
			}
			
		#contact_us form ul li {	
			margin: 0 0 20px 0;
			padding: 0 0 0 40px;
			width: 640px;
			border-top: 1px solid #dfdfdf;
			float: left;
			}
	
		#contact_us form label {
			margin-top: 29px;
			width: 120px;
			display: block;
			float: left;
			font-size: 1.2em;
			font-weight: bold;
			cursor: pointer;
			}
			
		
			:focus { outline: 0; }

			legend { text-indent: -9999em; }

			fieldset { border: none; }

			input, 
			select,
			textarea {
				font: 1.4em/1.6em "Myriad Pro", "Lucida sans", Verdana, sans-serif;
				font-weight: normal;
				border: 0;
				border-bottom: 2px solid #e3e1e5;
				color: #756e69;
				margin: 20px 0 0 0;
				background-color: #f2f2f2;	
				}	

				fieldset input:hover, fieldset input:focus, 
				fieldset select:hover, fieldset select:focus, 
				fieldset textarea:hover, fieldset textarea:focus {
					border-bottom: 2px solid #756e69;
					}	

				input, textarea {
					padding: 8px;
					width: 340px;
					}
					
				input[type="image"]{
					width: 134px;
					height: 24px;
					padding: 0;
					margin-left: 120px;
					background: transparent url("../img/interface/btn_submit_bg.gif") no-repeat left top;
					border: none;
					}	
					
					
				input[type="image"]:hover, input[type="image"]:focus {
					border: 0;
					width: 134px;
					height: 24px;					
					background: transparent url("../img/interface/btn_submit_bg.gif") no-repeat left bottom;
					
					/*position: relative;
					left: 2px;*/
					}



				fieldset .required { color:#ff8e40; }

			/*----- Form Errors -----*/

			.error_txt {
				position: relative;
				top: -23px;
				margin-right: 10px;
				float: right;
				color: #f36400;
				font-weight: bold;
				}
				
			.error_input input , 
			.error_input select,
			.error_input textarea {
				border-bottom: 2px solid #f36400;
				}		
	
	
	/*----- vCard -----*/
	
	#contact_us .fn {
			margin: 6px 15px 0 19px;
			width: 214px;
			font-size: 1.3em;
			line-height: 1.4em;
			text-transform: uppercase;
			}	
			
			#contact_us .fn {
				font-weight: bold;
				}
			
			#contact_us .fn a:visited {
				color: #f36400;
				text-decoration: none;
				}			
						
			#contact_us .fn a:hover {
				color: #b80f00;
				text-decoration: underline;
				}
				
	#contact_us .adr {
			margin: 0 15px 20px 19px;	
			font-size: 1.3em;
		}
		
		#contact_us .adr li {
			float: left;
			margin: 0 .3em 2px 0;
			}
			
			#contact_us .adr .locality {
				clear: left;
				}
				
			#contact_us .adr .postal-code {
				}
				
	#contact_us #tel-num {
		clear: both;
		margin: 3.3em 0 0 19px;
		}
		
	#contact_us #email-adr {
		margin: 0 0 .9em 19px;
		}	
	
#contact_us #services h3 {
	width: 112px;
	height: 11px;
	margin: 20px 0 0 20px;
	text-indent: -9999em;
	background: transparent url("../img/interface/header_services.jpg") no-repeat;
	}
	
	#contact_us #services p {
		margin: 6px 15px 13px 19px;
		width: 214px;
		font-size: 1.3em;
		line-height: 1.4em;
		color: #878787;
		}
			
	#contact_us #services ul {
		margin: 6px 15px 20px 19px;
		width: 220px;
		font-size: 1.1em;
		border-top: 2px solid #dddedc;
		}
		
		#contact_us #services li {
			padding: 5px 0;
			text-indent: 20px;
			border-bottom: 1px solid #dddedc;
			background: transparent url("../img/interface/icon_check.jpg") no-repeat left center;
			}
			
/* -------------------------------------------------------------- 
  =Article, Links, Images Detail Page + Comments
-------------------------------------------------------------- */	

/*----- Article -----*/
	
	.detail .article, .detail .link, .detail .image {
		border-top: 1px solid #dfdfdf;
		}
	
	.detail .post_date {
		clear: left;
		margin: 0 0 0 0;
		padding: 0;
		border-top: 3px solid #f36400;
		}		

	.detail .article .post_meta {
		background: transparent url("../img/interface/icon_article.jpg") no-repeat;
		width: 148px;
		margin: 0 32px 0 0px;
		color: #c6c3c1;
		display: block;
		float: right;
		}		

	.detail .article img {
		position: relative;
		right: 0;
		}

	.detail .article .permalink {
		width: 32px;
		height: 32px;
		margin-right: 4px;
		display: block;
		float: left;
		}
		
		.detail .article .post_meta .comments {
			height: 16px;
			margin: 11px 0 0 36px;
			text-indent: 16px;
			background: transparent url("../img/interface/icon_comment.jpg") no-repeat left bottom;
			}
	
	.detail .article #summary {
		margin: 16px 0 18px 0px;
		padding: 0 0 18px 0;
		font-size: 1.2em;
		font-family: "Lucida Grande", Arial, Verdana, sans-serif;
		line-height: 1.5em;
		color: #5a5959;	
		border-bottom: 1px solid #dfdfdf;
		}	
		
	.detail .article .post_content img {
		margin: 30px 0 15px 0;
		position: relative;
		right: 180px;
		
		}
			
		
	.detail .article .post_content p {
		font-size: 1.2em;
		color: #6e6e6e;
		line-height: 1.5em;
		margin-top: 17px;
		font-family: Georgia, "Times New Roman", Times, serif;
		}
		
			
	.detail .article h3 {
		margin: 0 0 8px 0;
		font-size: 2em;
		font-family: Georgia, "Times New Roman", Times, serif;
		/*text-transform: uppercase;*/
		font-weight: normal;	
		color: #f36400;
		line-height: 1em;
		}	
		
		.article h3 span {
			font-weight: normal;	
			color: #7f7f7f;
			}	
			
	.detail .article .post_btn {
		margin: 18px 0 0 -2px;
		width: 149px;
		height: 24px;
		text-indent: -9999em;
		background: transparent url("../img/interface/btn_continue_read.jpg") left top no-repeat;
		}
		
		.detail .article .post_btn a {
			display: block;
			width: 149px;
			height: 24px;
			background: transparent url("../img/interface/btn_continue_read.jpg") left top no-repeat;		}	
			
		.detail .article .post_btn a:hover {
			display: block;
			width: 149px;
			height: 24px;
			background: transparent url("../img/interface/btn_continue_read.jpg") left bottom no-repeat;		}		


	/*----- Comments -----*/

	.detail #comments {
		clear: left;
		margin: 5px 0 0 0;
		padding: 15px 0 0 0;
		border-top: 3px solid #e1dfdf;
		border-bottom: 1px solid #e1dfdf;
		}
		
		
	.detail #comments h4 {
		margin-left: 220px;
		font-size: 1.6em;
		font-weight: normal;
		color: #999999;
		letter-spacing: -.5px;
		}
		
		.detail #comments h4 strong {
			color: #f36400;
			}	
		
	.detail #comments ol {	
			margin: 15px 0 0 0;
			padding: 0 0 0 0px;
			width: 680px;
			}
			
			
	.detail .comment {
			border-top: 1px solid #dfdfdf;
			padding: 0 0 40px 40px;
			clear: both;
			}
			
			#comments ol li dl dt {
				height: 32px;
				width: 180px;
				float: left;
				margin: 27px 0 0 0;
				color: #c6c3c1;
				background: transparent url("../img/interface/icon_comment_32.jpg") no-repeat;
				}
				
			#comments ol li dl dt .permalink {
				width: 32px;
				height: 32px;
				padding: 5px 0 0 0;
				text-indent: 12px;
				display: block;
				color: #ffffff;
				float: left;
				}	
				
			#comments ol li dl dt p {
				padding: 5px 0 0 0;
				text-indent: 4px;
				}
				
				.comments ol li dl dt a:hover {
					text-decoration: none;
					color: #b80f00;
					}	
						
						
			#comments ol li dl dd {
				width: 460px;
				margin: 27px 0 0 0;
				float: left;
				}
				
			#comments ol li dl .message h4 {
				margin: 0 0 10px 0;
				padding: 0 0 0 0;
				font-size: 1.5em;
				font-weight: bold;
				color: #666666;
				text-transform: none;
				letter-spacing: -.5px;
				}
				
				#comments ol li dl .message h4 a {
					color: #f36400;
					text-decoration: none;
					}
					
				#comments ol li dl .message h4 a:hover {
					text-decoration: none;
					color: #b80f00;
					}	
					
			#comments ol li dl .message p {
				font-family: Georgia, "Times New Roman", Times, serif;
				font-size: 1.5em;
				line-height: 1.4em;
				color: #9f9f9f;	
				}
				
/*----- Form -----*/
	
	#comment_form form {
		margin: 20px 0 0 0;
		}
		
	#comment_form .post_date {
		padding-top: 15px;
		}
		
	#comment_form h4 {
		margin-left: 220px;
		font-size: 1.6em;
		font-weight: normal;
		color: #999999;
		text-transform: none;
		letter-spacing: -.5px;
		}		
		
		#comment_form form em {
			color: #f36400; 
			}
		
		#comment_form form ul li {	
			margin: 0 0 20px 0;
			padding: 0 0 0 40px;
			width: 640px;
			border-top: 1px solid #dfdfdf;
			float: left;
			}
	
		#comment_form form label {
			margin-top: 29px;
			width: 180px;
			display: block;
			float: left;
			font-size: 1.2em;
			font-weight: bold;
			cursor: pointer;
			}
			
		
			:focus { outline: 0; }

			legend { text-indent: -9999em; }

			fieldset { border: none; }

			input, 
			select,
			textarea {
				font: 1.4em/1.6em "Myriad Pro", "Lucida sans", Verdana, sans-serif;
				font-weight: normal;
				border: 0;
				border-bottom: 2px solid #e3e1e5;
				color: #756e69;
				margin: 20px 0 0 0;
				background-color: #f2f2f2;	
				}	

				fieldset input:hover, fieldset input:focus, 
				fieldset select:hover, fieldset select:focus, 
				fieldset textarea:hover, fieldset textarea:focus {
					border-bottom: 2px solid #756e69;
					}	

				#comment_form input, #comment_form textarea {
					padding: 8px;
					width: 440px;
					}
					
				#comment_form input[type="image"]{
					width: 134px;
					height: 24px;
					padding: 0;
					margin-left: 180px;
					background: transparent url("../img/interface/btn_submit_bg.gif") no-repeat left top;
					border: none;
					}	
					
					
				#comment_form input[type="image"]:hover, #comment_form input[type="image"]:focus {
					border: 0;
					width: 134px;
					height: 24px;					
					background: transparent url("../img/interface/btn_submit_bg.gif") no-repeat left bottom;
					
					/*position: relative;
					left: 2px;*/
					}



				fieldset .required { color:#ff8e40; }

			/*----- Form Errors -----*/

			.error_txt {
				position: relative;
				top: -23px;
				margin-right: 10px;
				float: right;
				color: #f36400;
				font-weight: bold;
				}
				
			.error_input input , 
			.error_input select,
			.error_input textarea {
				border-bottom: 2px solid #f36400;
				}		
	
/* -------------------------------------------------------------- 
  =Home
-------------------------------------------------------------- */

/* -------------------------------------------------------------- 
  =Branding
-------------------------------------------------------------- */
		
	#blog #branding {
	
	background: #ff6801 url("../img/interface/home_bg_3.jpg") repeat-x;
	}		
					
	#blog #home_intro {
			position: absolute;
			top: 88px;
			left: 44px;
			width: 435px;
			height: 128px;
			text-indent: -9999px;
			background: transparent url("../img/interface/home_who.jpg") no-repeat;
			}
		
	/*----- Home -----*/
	
	#blog {
		background:  url("../img/interface/home_bg_3.jpg") repeat-x;
		}	
	
	#blog #main_content {
		}
	
	#blog #recent_work_home {
		position: absolute;
		top: 88px; 
		width: 328px;
		left: 530px;
		margin: 0;
		}
	
	#blog #header {
	}
		
		#blog #recent_work_home h3 {
			width: 84px;
			height: 11px;
			margin: 0;
			padding: 0;
			text-indent: -9999em;
			background: transparent url("../img/interface/header_chops.jpg") no-repeat;
			}

		#blog #recent_work_home #project {
			margin-top: 2px;
			}
	
			
			#blog #recent_work_home ul li.project {
				padding: 12px;
				margin-right: 10px;
				float: left;
				background: transparent url("../img/interface/home_recent_bg_1.jpg") no-repeat;
				}
		
		#blog #recent_work_home .project_name a {
			padding-right: 14px;
			font-weight: bold;
			background: transparent url("../img/interface/home_recentwork_arrow.jpg") no-repeat right -30%;
			}
			
			#blog #recent_work_home .project_name a:hover {
			background: transparent url("../img/interface/home_recentwork_arrow.jpg") no-repeat right 130%;
			}			
			
			#blog #recent_work_home .project_name a:hover {
				text-decoration: none;
				}
				
	#blog #header {
		height: 253px;
		}
		
	#contact_us #header, .detail #header, #recent_work #header {
		height: 55px;
		margin: 0;
		padding: 0;
		}

	
			
			