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

body{
	background-color:#0B0502;
	background-image:url(images/bg.jpg);
	background-position:top center;
	background-repeat: repeat-x;
	width: 975px;
	margin: 0px auto; /* use to position the box */
	font-family:Arial, Helvetica, sans-serif;
	color:#C9B7AA;
	font-size:11px;
	letter-spacing: 0.1em;
	line-height: 120%;
}

a:link { color: #9A3311; text-decoration: none; font-weight: normal; }
a:active { color: #9A3311; text-decoration: none; font-weight: normal; }
a:visited { color: #9A3311; text-decoration: none; font-weight: normal; }
a:hover { color: #FFFFFF; text-decoration: none; font-weight: normal; }

a.footer:link { color: #9A3311; text-decoration: none; font-weight: bold; }
a.footer:active { color: #9A3311; text-decoration: none; font-weight: bold; }
a.footer:visited { color: #9A3311; text-decoration: none; font-weight: bold; }
a.footer:hover { color: #fff; text-decoration: none; font-weight: bold; }

a.client:link { color: #9A3311; text-decoration: none; font-weight: normal; }
a.client:active { color: #9A3311; text-decoration: none; font-weight: normal; }
a.client:visited { color: #9A3311; text-decoration: none; font-weight: normal; }
a.client:hover { color: #C9B7AA; text-decoration: none; font-weight: normal; }


/* *************************************
	Site CSS - Used on Every Page 
*************************************/

.site_header {
	width:975px;
	height:211px;
	background-image:url(images/top_image.jpg);
	background-repeat:no-repeat;
}

.site_logo{
	float:left;
	width:301px;
	margin-left:50px;
}

.site_headerNav{
	float:right;
	width:574px;
	margin-right:50px;
	text-align:right;
}

.site_headerNav img{
	margin-left:20px;
}

.site_body {
	width:975px;		
	line-height: 160%;
}

.site_bodyPadding{
	margin:20px 50px 20px 50px;
	width:875px;
	position:relative;
}

.image img:hover{
	filter:alpha(opacity=40);-moz-opacity:.40;opacity:.40;
	border: 0px;
}
	
/* *************************************
	Home CSS - Used on the index page 
*************************************/

.home_bodyColumnLeft{
	width:253px;
	float:left;
	line-height: 160%;
}

.home_bodyColumnLeft p{
	margin-top:0px;
	line-height: 160%;
}

.home_bodyColumnCenter{
	width:352px;
	float:left;
	margin-left:36px;
	margin-right:36px;
	line-height: 160%;
}

.home_bodyColumnRight{
	width:198px;
	float:left;
	line-height: 160%;
}

.home_bodyColumnRight p{
	margin-top:0px;
	line-height: 160%;
}

.home_bodyFooter{
	clear:both;
	line-height: 160%;
}

.home_section{
	margin-bottom:40px;
	line-height: 160%;
}

.home_featuredTitle{
	color:#C9B7AA;
	font-size:16px;
	font-weight:bold;
	margin:10px 0px 0px 0px;
	line-height: 160%;
}

.home_featuredSubtitle{
	color:#FFFFFF;
	font-size:14px;
	margin:0px;
	line-height: 160%;
}

.home_featuredDescription{
	font-size:11px;
	margin:20px 0px 40px 0px;
	line-height: 160%;
}

.content_02{
	color:#ffffff;
    font-size: 11px;
	line-height: 160%;
}

.content_heading{
	color:#9A3311;
	font-weight: bold;
    font-size: 14px;
	line-height: 160%;
}

.work_clients{
	color:#ffffff;
	font-size: 12px;
	line-height: 160%;
	text-align: left;
}

.work_heading{
	color:#ffffff;
	font-size: 24px;
    font-weight: bold;
	line-height: 160%;
}

.work_clientinfo{
	color:#ffffff;
	font-size: 18px;
    font-weight: bold;
	line-height: 160%;
}

.work_movedown{
	color:#ffffff;
	font-size: 16px;
	line-height: 160%;
}

.work_category{
	color:#C9B7AA;
	font-size: 20px;
    font-weight: bold;
	line-height: 160%;
}

.work_tags{
	color:#C9B7AA;
	font-size: 12px;
	font-style: italic;
	line-height: 160%;
}

.work_featured_clientname{
	color: #C9B7AA;
	font-size: 18px;
	line-height: 160%;
}

.work_content{
	color: #C9B7AA;
	font-size: 11px;
	line-height: 160%;
}

blockquote{
    margin: 0;
	border-left: 2px solid #9A3311;
    padding-left: 7px;
	line-height: 160%;
}

.work_clientprojectinfo{
	color: #fff;
	font-size: 10px;
	line-height: 160%;
}

.work_updown{
	color:#fff;
	font-size: 11px;
	line-height: 160%;
}

/* *************************************
	Contact Page 
*************************************/

.clients_heading{
	color:#9A3311;
	font-weight: bold;
    font-size: 14px;
	line-height: 160%;
}

.clients_featured{
	color:#ffffff;
	font-family: georgia;
	font-style: italic;
	font-size: 12px;
    font-weight: bold;
	line-height: 160%;
}

/* *************************************
	Contact Page 
*************************************/

.team_name{
    font-family: Georgia, Serif;
	color:#fff;
    font-size: 12px;
	line-height: 160%;
    font-weight: bold;
	font-style: normal;
}

.team_title{
    font-family: Georgia, Serif;
	color:#C9B7AA;
    font-size: 11px;
	line-height: 160%;
    font-weight: bold;
	font-style: italic;
}

.team_info{
    font-family: Georgia, Serif;
	color:#fff;
    font-size: 11px;
	line-height: 160%;
    font-weight: normal;
	font-style: normal;
}

/* *************************************
	News About Contact Work CSS 
*************************************/

.work_section{
	line-height: 160%;
    text-align: left;
}

.work_bodyColumnLeft{
	width:198px;
	float:left;
	margin-right:36px; 
}

.work_bodyColumnLeft p{
	margin-top:0px;
	line-height: 160%;
}

.work_bodyColumnRight{
	width:641px;
	float:left;
	line-height: 160%;
}

.work_bodyColumnRight p{
	margin-top:0px;
	line-height: 160%;
}

.work_navigation{
	width:880px;
	line-height: 160%;
}

.page_bodyColumnLeft{
	width:641px;
	float:left;
	margin-right:36px;
	line-height: 160%;
}

.page_bodyColumnLeft p{
	margin-top:0px;
	line-height: 160%;
}

.page_bodyColumnRight{
	width:198px;
	float:left;
	line-height: 160%;
}

.page_bodyColumnRight p{
	margin-top:0px;
	line-height: 160%;
}

.page_bodyFooter{
	clear:both;
	line-height: 160%;
}

.page_section{
	margin-bottom:40px;
	line-height: 160%;
}

/* *************************************
	Footer CSS - used on every page 
*************************************/

.footer{
    margin-top: 250px;
	background-color:#0B0502;
	color:#fff;
	font-size:10px;
	line-height: 100%;
}

.footer p{
	line-height: 100%;
	margin-bottom: 0px;
	margin-top:0px;
	padding:20px;
	text-align:center;
}

/* *************************************
	Twitter 
*************************************/

#twitter_div{
   overflow:hidden;  
   list-style: none;
   line-height: 160%;
}

#twitter_update_list{
   margin:0;
   list-style: none;
   line-height: 160%;
   padding:0;
}

#twitter_update_list li {
	padding-bottom: 12px;
}

