*{
margin: 0;
padding: 0;
}

h2,h1,h3,h4,p,ul,li{
	margin: 0;
	padding: 0;
}

.alignright{
	float:right;	
}

.alignleft{
	float:left;	
}

a{outline:none;}

img{border:none;background:none;}

.remove_padding{
	padding:0;
}

/* Begin Typography & Colors */
body {
	margin: 0;
	padding: 0;
	font-size: 12px; /* Resets 1em to 10px */
	background: #f4f4f4 url('images/background.jpg') repeat-x;
	line-height:19px;
	color:#666;
	font-family:Helvetica, Arial, sans-serif;
	text-shadow: #fff 0 1px 0;
	text-align: left;
	}

#container{
	width: 960px;
	height: auto;
	margin: 0 auto;
}

#header{
	width: 100%;
	height: 61px;
	background: url('images/header_glow.png') top left no-repeat;
}

#header #logo{
	width: 208px;
	height: 34px;
	margin: 13px 0 0 0;
	float: left;
}

#header #main_navigation{
	float:right;
	margin-top:30px;
	}
	
#header #main_navigation ul {
	list-style: none;
	padding: 0;
	margin:0 0 0 0;
}	

#header #main_navigation ul li{
	display: inline;
	padding:0 10px 0 10px;
}

#header #main_navigation ul li a{
	font-size: 16px;
	font-weight: 100;
	color:#333;
	text-shadow: #fff 0 1px 0;
}

#header #main_navigation ul li a:hover{
	text-decoration: none;
	color:#333;
	text-shadow: #999999 0 1px 10px;
}

#showcase_wrapper{
	float: left;
	width: 100%;
	height: 295px;
	background: url('images/pattern.gif') repeat;
}

#showcase{
	position:relative;
	margin:0 auto;
	width: 960px;
	height: 295px;
	text-align: center;
	background: url('images/showcase-glow.png') center top no-repeat;
}

#page_container{
	float: left;
	width: 100%;
	height: auto;
	padding:25px 0 0 0;
	border-top:1px solid #fff;
}

#page{
	position:relative;
	margin: 0 auto;
	width: 960px;
}

#page_bottom{
	float:left;
	width: 100%;
	height: 63px;
	text-align: center;
	margin-top:0;
	background: url('images/page_bottom.jpg') bottom repeat-x;
}

#footer_container{
	float: left;
	width: 100%;
	height: auto;
	border-top:1px solid #ececec;
	background: url('images/pattern.gif') repeat;
}

#footer{
	position:relative;
	margin: 0 auto;
	width: 960px;
	height: auto;
}

#footer a{color:#ebebeb;}

.footer_full{
	float:left;
	width:960px;
	padding:10px 0 10px 0;
}

#sidebar{
	float: right;
	width: 250px;
	margin:  10px 0 0 0;
}

#sidebar h2{font-size:10px;}

.column1{
	position:relative;
	float: left;
	margin: 10px 0 0 0;
	width: 960px;
}

.column1_sidebar{
	float: left;
	width: 600px;
	margin: 10px 60px 30px 0;
}

.company_column1_sidebar{
	float: left;
	width: 580px;
	margin: 0 0 0 0;
}

.column2_a{
	float: left;
	width: 450px;
	padding: 10px 60px 0 0;
}

.column2_b{
	float: left;
	width: 450px;
	margin: 10px 0 0 0;
}

.column3_a{
	float: left;
	width: 150px;
	margin: 10px 50px 0 0;
}

.column3_b{
	float: left;
	width: 280px;
	margin: 10px 50px 0 0;
}

.column3_c{
	float: right;
	width: 420px;
	height:250px;
	margin: 10px 0 0 0;
}

.column3_c table{color:#ececec;text-shadow: none;font-size:14px;}

.column3_c .grey_box{background:#333;}
.column3_c .padding{
	padding:30px;
}

/*services page*/
.services_box{
	float:left;
	text-align:justify;
	width:280px;
	height:420px;
	margin:20px 5px 0 15px;
}

.services_box img{
	margin-bottom:10px;	
}

/*
.services_box img:hover {
	opacity: .65;	
}
*/

#consult_tab{
	text-align:center;
}


/*teams*/
.team_box{
	float:left;
	position: relative;
	width:270px;
	height:60px;
	margin: 18px 18px 0 0 ;
	/*background:#e2e2e2 url('images/team_box_bg.png') repeat-x;
	border:1px solid #ccc;*/
}

.team_box .user_img{
	position: absolute;
	top:0;
	left:0;
	width:60px;
	height:60px;
	/*border-right:1px solid #ccc;*/
	background: url('images/no_user.jpg') no-repeat;
}

.team_box .user_img img{
	width:60px;
	height:60px;
}

.team_box .user_name{
	position: absolute;
	top:10px;
	left:70px;
	width:200px;
	height:auto;
	color:#2d2d2d;
	font-size:14px;
	font-weight:bold;
	text-shadow: #fff 0 1px 0;
}

.team_box .user_position{
	position: absolute;
	top:35px;
	left:70px;
	width:200px;
	height:auto;
	color:#666;
	font-size:12px;
	font-style: italic;
	font-weight:normal;
	text-shadow: #fff 0 1px 0;
}

/*Typography*/

/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2{
	font-size:35px;
	font-weight:100;
	font-family: "HelveticaNeue-Light", "HelveticaNeue", Helvetica, Arial, sans-serif;
	padding:10px 0 20px 0;
	text-shadow: #fff 0 1px 0;
	color:#333;
	line-height: 33px;	
}


h2.pagetitle {
	margin-top: 30px;
	text-align: center;
	color:#666;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	font-size: 18px;
	}

h3{
	font-size:26px;
	font-weight:100;
	font-family: "HelveticaNeue-Light", "HelveticaNeue", Helvetica, Arial, sans-serif;
	padding:10px 0 20px 0;
	color:#333;	
	text-shadow: #fff 0 1px 0;	
}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}

h4{
	font-size:18px;
	font-weight:100;
	font-family: "HelveticaNeue-Light", "HelveticaNeue", Helvetica, Arial, sans-serif;
	padding:10px 0 0 0;
	text-shadow: #fff 0 1px 0;	
}


/* End Headers */

.bold {
	font-weight: bold;
}

.sm-bold-blk{
	color:#2d2d2d;
	font-size:14px;
	font-weight:bold;
	text-shadow: #fff 0 1px 0;	
}	

p{
	font-size:12px;
	line-height:19px;
	text-align:left;
	color:#666;
	margin:10px 0 0 0;
	font-family:Helvetica, Arial, sans-serif;
	text-shadow: #fff 0 1px 0;
	}
	
.small {
	font-size:10px;
	line-height:16px;
	text-shadow: #000 0 1px 0;	
}

.medium{
	font-size:16px;
}



.md-grey{
	color:#ccc;
	font-size:20px;	
}

.md-bold-wht{
	color:#fff;
	font-size:15px;
	font-weight:bold;
	text-shadow: #000 0 1px 0;	
}


/*Links*/

a, a:visited, a:active{
	color: #7eb502;	
	text-decoration:none;
}

a:hover{
	color:#bde36c;
	text-decoration: none;	
}


/*Lists*/
ul.footer_list{
	margin:0 0 0 0;
	padding:0;
	list-style:none;
	text-shadow: none;
	text-align: left;
}

ul.footer_list li a{
	width:100%;
	padding: 3px 3px 3px 10px;	
	float:left;
	border-bottom:1px dotted #333;
	
}

ul.footer_list li a:hover{
	text-decoration:none;
	background:#242529;	
}

ul.footer_list li a img{
	margin-right:10px;
}

#call-today{
	position: absolute;
	top:0;
	right:0;
	width:135px;
	height:136px;
	background: url('images/call-today.png') no-repeat;
}


ul{
	list-style: square;
	padding:0 0 0 20px;
	font-size:12px;
	font-weight:lighter;
	text-align:justify;
	color:#666;
	margin:10px 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	text-shadow: #fff 0 1px 0;

}

li{
	padding:4px 0 4px 0;
}


.searchinput{
	text-align: center
}

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata_wrapper{
	background:#f4f4f4;
	border:1px solid #ccc;
	margin:10px 0 30px 0;
	padding:1px 10px 12px 10px;
}


.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */

/* Begin images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End images */

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

.navigation{
	width:100%;
	height: auto;
	float: left;
	margin:15px 0 15px 0;
}

a.more_info{
	float:left;
	width:171px;
	height:40px;
	background:url('images/more_info.png') 0 0 no-repeat;
	text-decoration: none;
}

a.request_quote{
	display: block;
	width:149px;
	height:46px;
	background:url('images/request_quote.png') 0 0 no-repeat;
	text-decoration: none;
}

a.request_quote:hover{
	background:url('images/request_quote.png')  0 -45px no-repeat;
}

.horizontal_sidebar_divider{
	width:250px;
	height:2px;
	margin:15px 0 10px 0;
	background: url('images/horizontal_sidebar_divider.gif') no-repeat;
}

/*pages in pods*/
.pager{
	float: left;
	width:100%;
	margin:0 10px 10px 0;
	font-size: 12px;
}

/*Homepage layouts*/
.home_colum1{
	width:450px;
	height:auto;
}

#latest_work{float:left;width:100%;margin-bottom:5px; height:auto;}

/*Twitter feed*/
#tweet_wrap{
	margin:0 auto;
	width:960px;
	text-align: center;
}

#last_tweet{
display:inline;
width:20px;
background: url(images/last_tweet.png) center center no-repeat;

}

#twitter_update_list{
	width:auto;
	margin: 25px 0 0 0;
	list-style:none;
	font-weight: bold;	
}

/*Dock*/

#showcase_slogan{
position: absolute;
top: 80px;
left:0;
width: 960px;
height:60px;
}

#showcase_desc{
position: absolute;
text-align: center;
top: 140px;
left:0;
width: 960px;
height:60px;
font-size: 14px;
color: #ccc;
font-family: "HelveticaNeue-Light", "HelveticaNeue", Helvetica, Arial, sans-serif;
text-shadow: #333 0 1px 0;
}

#dock{
position: absolute;
bottom: 0;
left:0;
width:960px;
height:60px;
background: url('images/dock_bg2.png') center bottom no-repeat;
}

.dock-container { position: relative; height: 50px;}
a.dock-item {display: block; width: 70px; position: absolute; bottom: 0; left: 0; text-align: center; text-decoration: none; color: #ccc;text-shadow: #333 0 1px 0; font-size: 14px;font-weight:100; font-family: "HelveticaNeue-Light", "HelveticaNeue", Helvetica, Arial, sans-serif; }
.dock-item span { display: none; }
.dock-item img { border: 0; margin: 5px 10px 0px 0; width: 100%;}

/*End Dock*/

.large_divder{
	float: left;
	width:600px;
	height:2px;
	margin:25px 0;
	background: url('images/large_divider.png') no-repeat;
}


.contact_sidebar{
	width:315px;
	margin-top:30px;
	height:auto;
	float:right;
	border-left:1px solid #ccc;
}

.large_bold{
	font-weight: bold;
	font-size: 26px;
	line-height: 40px;
}

.large_light{
	font-weight: 100;
	font-size: 26px;
	line-height: 40px;
}

.light_grey{
	color:#bfbfbf;
}

.sub_header{
	font-weight: bold;
	color:#666;
	font-size: 16px;
	line-height: 23px;
	margin:20px 0 35px 0;
	text-align: left;
}

.services_list {
	border-bottom:1px solid #e2e2e2;
	padding:5px 0;
}

.index_main{
	float: left;
	width: 550px;
	margin: 10px 60px 30px 0;
}

#index_sidebar{
	float:left;
	width:260px;
	height:350px;
	padding: 20px 0 0 25px;
	background: url('images/index_drop_shadow.png') left no-repeat;
}

#featured_image{
	float: right;
	width:240px;
	height:240px;
	text-align: center;
	background:#f3f3f3;
	margin:10px 0;
}

#featured_posts{
	float: right;
	width:240px;
	height:auto;
	text-align: center;
}

.break {
	float:left;
	width:900px;
	height:2px;
}

/*Blog*/

a.title {
	color:#666;
	font-weight: 100;
}

a.title:hover {
	color:#999;
	text-decoration: none;
}

.post_data{
	border-top:1px solid #ccc;
	padding-top:15px;
	margin-top:15px;
}

#post_container{
	width:650px;
	height:auto;
	float:left;
}

/*General*/

.full_width_white {
	float: left;
	width:100%;
	height:auto;
	margin: 0 0 15px 0;
	background: #fff;
	border:1px solid #ccc;
}


.med_width_white {
	float: left;
	width:650px;
	height:auto;
	margin: 0 0 15px 0;
	padding:0 0 10px 0;
	background: #fff;
	border:1px solid #ccc;
}

.white_padding{
	padding:25px;
}

.date{
	color:#ccc;
	font-size: 15px;
	font-weight: bold;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px solid #ccc;
}

/*Portfolio*/

#portfolio_sidebar{
	float: left;
	width:150px;
	height:500px;
	padding: 20px 0 0 15px;
	background: url('images/portfolio-sidebar.png') left top no-repeat;
	border:1px solid #ccc;
}

#portfolio_sidebar ul{
	list-style: none;
	padding:0;
	margin:0;
}

#portfolio_sidebar ul li{
	padding:0;
	margin:0;
}

#portfolio_sidebar ul li a {
	display: block;
	font-size: 15px;
	width:150px;
	padding:10px 10px 10px 15px;
	border-bottom:1px solid #ccc;
}

#portfolio_sidebar ul li a:hover{
	background:#e2e2e2;
	text-decoration: none;
}

.portfolio_category{
	border-bottom: 1px solid #ccc;
	float:left;
	width:900px;
}

.img_wrapper{
	float:left;
	margin:20px 40px 20px 40px;
	padding:5px;
	background:url('images/thumb_shadow.png') top center no-repeat
}


/*stylize the sidebar lists*/
li.widget_recent_entries ul li{
	background: url('images/speech_bubble.png') left no-repeat;
	padding-right: 20px;	
}

li.widget_recent_entries ul li a{
	margin-left:28px;
}

li.cat-item{
	background: url('images/folder_icon.png') left no-repeat;
	padding-right: 20px;
}

li.cat-item a{
	margin-left:28px;
}



/*blog comments*/
ol li{
	list-style:none;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

.comment-body{
	background:#f4f4f4;
	border:1px solid #ccc;
	padding:10px;
}

.green {
	color:green;
}

#hidden_thumb{
	position:absolute;
	top:-1000px;
	left:-1000px;
}

.font_green_bold{color:#7eb502;}

.large_textbox{padding:2px 3px;}







/*post styles*/
html > body .entry ul{
	list-style: disc;
}

html > body .entry li{
	padding-left: 7px;
}