﻿
*{
	margin: 0;
	padding: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
a img,
a{
	outline: 0;
	border: 0;
}
caption, th, td { 
	text-align: left; 
	font-weight: normal; 
}
blockquote:before, 
blockquote:after,
q:before, 
q:after { 
	content: ""; 
}
blockquote, 
q { 
	quotes: "" ""; 
}
.clear{ 
	clear: both; 
}


/* ----------------------  Body -------------------------- */

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	background: #EEE;
	color: #555;
}

/* ----------------------  Main Elements -------------------------- */

a{ 
	text-decoration: none; 
	color: #057AD4;
}
a:hover{ 
	text-decoration: underline; 
}
p{ 
	margin: 0 0 1em;
}
strong{
	font-weight: 700;
	color: #333;
}
em{
	font-style: italic;
}

small{
	font-size: 12px;
	color: #666;
}
pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
}


/* ----------------------  Headings -------------------------- */

h1,h2,h3,h4,h5,h6{
	font-family: 'CantarellRegular';
	color: #333;
	font-weight: 100;
	line-height: 130%;
	text-transform: capitalize;
}
h1{
	font-size: 26px;
	margin: 0;
	padding: 0 0 20px 0;
	border-bottom: 1px dotted #CCC;
	text-shadow: 1px 1px 3px #CCC;
}
h2{
	font-size: 20px;
	margin: 30px 0 20px 0;
	text-shadow: 1px 1px 3px #CCC;
	font-variant:normal;
}
h3{
	font-size: 16px;
	margin: 30px 0 20px 0;
	text-shadow: 1px 1px 3px #CCC;
}
h4{
	font-size: 14px;
	margin: 30px 0 20px 0;
}
h1#archive-title{
	margin: 0 0 30px 0;
	text-transform: capitalize;
}
h2.entry-title{
	margin: 0;
	padding: 0 0 10px 0;
	line-height: 110%;
	border-bottom: 1px dotted #CCC;
}
h2.entry-title a{
	color: #111111;
	font-weight: 100;
}
h2.entry-title a:hover{
	text-decoration: none;
	color: #09F;
}
.full-width h1{
	padding: 0;
}


/* ----------------------  Wrap | Main | Full Page -------------------------- */

#wrap{
	width: 1000px;
	padding: 40px 0 0 0;
	margin: 20px auto;
	background: #FFF;
}
#wrap ul{
	margin: 0 0 0 50px;
}
#main{
	float: left;
	width: 600px;
	padding: 10px 0 40px 40px;
}
#full-page-wrap{
	margin: 0 0 30px 0;
	padding: 20px 40px;
	background: #FFF;
}

/* ----------------------  Header  | Logo & Phone -------------------------- */

#header{
	width: 920px;
	margin: 0 auto 20px auto;
	background: #FFF;
	min-height: 40px;
	position: relative;
}
#header-logo{
	width: 680px;
}

#phone{
	font-family: 'CantarellRegular';
	right: 0;
	top: -10px;
	position: absolute;
}

/* ----------------------  Search Bar | Search Results Page -------------------------- */

#search-wrap{
	width: 230px;
	right: 0;
	top: 20px;
	position: absolute;
}
#search{
	width: 180px;
	height: 20px;
	border: 1px solid #CCC;
	padding: 0 5px;
	line-height: 20px;
	font-size: 10px;
	color: #999;
	text-transform: uppercase;
	
}
#searchbar{
	width: 160px;
}
#search:focus{
	color: #333;
}
#searchsubmit{
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	background: #2C2C2C;
	width: 30px;
	height: 21px;
	line-height: 21px;
	text-align: center;
	border: 0;
	color: #FFF;
	cursor: pointer;
}
h1#search-title{
	font-size: 18px;
	color: #999;
	margin: 0 0 40px 0;
	text-shadow: none;
}
h2.search-item-title a{
	text-decoration: underline;
}
h2.search-item-title{
	font-size: 16px;
	text-shadow: none;
	margin: 0 0 10px 0;
}

/* ----------------------  Sidebar -------------------------- */

#sidebar{
	float: right;
	width: 250px;
	margin: 20px 40px 40px 0;
	color: #666;
}
#sidebar h4{
	margin: 0 0 15px 0;
	color: #333;
	font-size: 18px;
	text-shadow: 1px 1px 3px #CCC;
}
#sidebar ul, #sidebar ol{
	margin: 0;
	list-style: none; 
}
#sidebar li{
	padding: 0 0 5px 0;
	margin: 8px 0;
	border-bottom: 1px dotted #CCC;
}
.sidebar-box{
	margin-bottom: 40px;
}
.sidebar-box a{
	color: #666;
}
.sidebar-box a:hover{
	color: #057AD4;
	text-decoration: none;
}

/* ----------------------  Homepage -------------------------- */

#homepage-wrap{
	margin: 0 0 15px 0;
}
#homepage-text{
	padding: 15px 40px 15px 40px;
}
#homepage-text h2{
	margin: 0 0 20px 0;
}
#homepage-boxes h2{
	padding: 0 0 10px 0;
	margin: 0 0 10px;
	font-weight: 100;
	border-bottom: 1px dotted #CCC;
}
#homepage-boxes{
	margin: 15px 0 0 20px;
}
.homepage-box{
	width: 280px;
	float: left;
	padding: 15px 10px;
	margin: 0 20px 15px 0;
}
.homepage-box-content{
	padding: 10px 0 0 0;
}

/* ----------------------  Posts | Pages -------------------------- */
.post{
	padding: 0 0 30px 0;
}
.post ul,
.post ol{
	margin: 20px 40px 20px 40px !important;
}
.alignleft{
	float: left;
	margin: 10px 10px 10px 0;
}
.alignright{
	float: right;
	margin: 10px 0 10px 10px;
}
.alignnone{
	margin: 10px 0;
}
.aligncenter,
.center{
	text-align: center;
	margin: 0 auto;
	display: block;
}
blockquote{
	width: 450px;
	padding-left: 10px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 20px auto;
	border-left: 2px solid #000;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
hr{
	display: block;
	position: relative;
	padding: 0;
	margin: 10px auto;
	width: 100%;
	clear: both;
	border: none;
	border-top: 4px solid #D4D4D4;
	font-size: 1px;
	line-height: 0;
	overflow: visible;
}
#post-featured-image{
	height: 200px;
	margin: 0 0 10px 0;
	padding: 0 0 23px 0;
	background: url('images/post-featured-image-shadow.png') bottom center no-repeat;
}

/* ----------------------  Portfolio -------------------------- */

h1#portfolio-title{
	padding: 0 0 20px 0;
	margin: 40px 40px 30px 0;
	border-bottom: 1px dotted #CCC;
}
#portfolio-page-wrap{
	padding: 0 0 40px 40px;
}
#portfolio-description{
	margin: 0 40px 40px 0;
}
.portfolio-item{
	width: 280px;
	min-height: 400px;
	float: left;
	margin: 0 35px 20px 0;
}
.portfolio-item h2{
	margin: 0 0 15px 0;
}
.zoom-thumb-wrap{
	padding: 0 0 31px 0;
	background: url('images/image-box-shadow.png') bottom center no-repeat;
}
.zoom-thumb-wrap a:hover img{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;

}
.zoom-thumb{
	background: #000 url('images/portfolio-item-thumb.png') no-repeat;
	height: 180px;
	width: 280px;
}

/* ----------------------  Portfolio Version 2 -------------------------- */

#portfolio-two-page-wrap{
	padding: 0 40px 40px 40px;
}
h1#portfolio-two-title{
	padding: 0 0 20px 0;
	margin: 40px 0 30px 0;
	border-bottom: 1px dotted #CCC;
}
#portfolio-two-description{
	margin: 0 40px 40px 0;
}
h2.portfolio-two-item-title{
	margin: 0 0 20px 0;
	line-height: 110%;
}
h2.portfolio-two-item-title a{
	color: #111111;
	font-weight: 100;
}
.portfolio-two-item{
	width: 920px;
	min-height: 240px;
	margin: 0 0 60px 0;
	clear: both;
}
.portfolio-two-item-image{
	float: left;
	width: 400px;
	height: 240px;
	padding: 0 0 32px 0;
	background: url(images/services-image-shadow.png) bottom center no-repeat; 
}
.portfolio-two-item-image a:hover img{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}
.portfolio-two-item-text{
	float: right;
	width: 480px;
}
h1#portfolio-two-page-title{
	margin: 0 0 30px 0;
}

/* ----------------------  Services -------------------------- */

#services-page-wrap{
	margin: 0 0 40px 40px;
}
#services-description{
	margin: 0 40px 40px 0;
}
h1#services-title{
	padding: 0 0 20px 0;
	margin: 40px 40px 30px 0;
	border-bottom: 1px dotted #CCC;
}
h1#service-page-title{
	margin: 0 0 20px 0;
}
h2.service-item-title{
	padding: 10px 0;
	margin: 0 0 20px 0;
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
}
h2.service-item-title a{
	color: #111111;
	font-weight: 100;
}
.service-item{
	float: left;
	width: 280px;
	min-height: 215px;
	margin: 0 40px 20px 0;
}
.service-item-image{
	float: left;
	width: 48px;
	margin: 0 10px 0 0;
}
.service-item-text{
	width: 222px;
	float: right;
}

/* ----------------------  Services Version 2 -------------------------- */

.service-two-item{
	margin: 0 40px 40px 0;
}

/* ----------------------  Staff -------------------------- */

.staff h2{
	margin: 0 0 15px 0;
	font-family: 'CantarellRegular';
	font-style: normal;
}
.staff{
	float: left;
	width: 600px;
	margin: 0 10px 40px 10px;
}
.staff img{
	float: left;
	margin: 0 25px 0 0;
	padding: 2px;
	background: #EEE;
	border: 1px solid #CCC;
}

/* ----------------------  Single Byline -------------------------- */

.byline{
	color: #999;
	border-bottom: 1px dotted #CCC;
	padding: 6px 0;
	margin: 0 0 30px 0;
	font-size: 11px;
}
.byline span{
	color: #999;
}

/* ----------------------  Breadcrumbs -------------------------- */

ul.breadcrumbs{
	list-style: none;
	margin: 30px 40px 0 40px;
	font-size: 11px;
	color: #666;
}
ul.breadcrumbs li{
	display: inline;
}

/* ----------------------  Related Posts -------------------------- */

#related-posts h3{
	margin: 0 0 20px 0;	
	font-weight: 700;
}
#related-posts h4{
	margin: 0 0 5px 0;
}
#related-posts{
	padding: 30px 0 0 0;
	border-top: 1px dotted #CCC;
}
#related-posts a img{
	width: 80px;
	height: 60px;
	float: left;
	margin: 0  15px 0 0;
}
#related-posts a:hover img{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}
#related-posts ul{
	list-style: none;
	margin: 0;
}
#related-posts ul li{
	min-height: 80px;
	margin: 0 0 20px 0;
}

/* ----------------------  Archives + Blog Template -------------------------- */

#archive-description{
	margin: 30px 0 10px 0;
}
#title-wrap{
	margin: 0 0 30px 0;
}
.read-more{
	margin: 20px 0;
}
.read-more a{
	display: inline-block;
	color: #FFF;
	padding: 6px 15px;
	background: #4D4D4D;
	-moz-box-shadow: 0 0 5px #666;
  	-webkit-box-shadow: 0 0 5px #666;
 	 box-shadow: 0 0 5px #666;
}
.read-more a:hover{
	background: #000;
	text-decoration: none;
	-moz-box-shadow: 0 0 5px #CCC;
  	-webkit-box-shadow: 0 0 5px #CCC;
 	 box-shadow: 0 0 5px #CCC;
}

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

h3#comments{
	margin: 0 0 20px 0;
}
#respond h3 {
	font-size: 1.43em;
	padding: 10px 0;
	margin: 0 0 20px 0;
	font-weight: 700;
}
#comments{
	font-weight: 700;
}
#comment-wrap{
	margin: 30px 0 0 0;
	padding: 40px 0 0 0;
	border-top: 1px dotted #CCC;
}
.comment-author{
	color: #000;
	font-weight: 700;
}
.commentlist li {
	margin: 0 0 25px 0;
}
ul.children li{
	margin: 0 0 0 20px;
	padding: 0;
	border: none;
	margin-bottom: 0;
}
ul.children li li,ul.children li li li, ul.children li li{
	margin: 0 0 0 30px;
}
.comment-wrap{
	background: #F9F9F9;
	position: relative;
	padding: 10px;
	margin: 0 0 20px 0;
	border: 1px solid #E1E1E1;
}
.comment-wrap p{
	margin: 0;
	padding: 0;
}
ol.commentlist{
	list-style: none;
}
.comment-avatar{
	float: left;
	margin-right: 30px;
}
.commentlist .children{
	list-style: none;
	margin: 0;
}
#commentform textarea,
#commentform input{
	color: #707070;
	border: 1px solid #898989;
	padding: 5px;
}
#commentform textarea:focus,
#commentform input:focus{
	border: 1px solid #999;
}
#commentform textarea{
	width: 590px;
}
.comment-reply{
	padding: 0 0 10px 0;
	margin: 10px 0 0 0;
	text-align: right;
	line-height: 0;
}
a.comment-reply-link{
	text-decoration: none;
	font-size: 10px;
}
a.comment-reply-link:hover{
	text-decoration: underline;
}
input#submit{
	background: #2C2C2C;
	padding: 10px 15px;
	border: none;
	color: #FFF;
	cursor: pointer;
	-moz-box-shadow: 0 0 5px #CCC;
  	-webkit-box-shadow: 0 0 5px #CCC;
 	 box-shadow: 0 0 5px #CCC;
}
input#submit:hover{
	background: #484848;
}
input#author{
	border: 1px solid #cdcdcd;
}
input#email{
	border: 1px solid #cdcdcd;
}
input#url{
	border: 1px solid #cdcdcd;
}
textarea#comment{
	border: 1px solid #cdcdcd;
}
ol.commentlist li#blank{
	visibility: hidden;
	}
#cancel-comment-reply-link{
	color: #F00;
	font-weight: bold;
}
#commentform label{
	font-size: .857em;
	color: #898989;
	padding-left: 5px;
}
span.required{
	color: #F00;
}

/* ----------------------  Pagination -------------------------- */

.pagination{
	clear: both;
	padding: 20px 0;
	position: relative;
	font-size: 11px;
	line-height: 13px;
	text-shadow: 1px 1px 1px #FFF;
}
.pagination span,
.pagination a{
	display: block;
	float: left;
	margin: 2px 2px 2px 0;
	padding: 6px 9px 5px 9px;
	text-decoration: none;
	width: auto;
	color: #666;
	background: #EEE;
}
.pagination a:hover{
	background: #D7D7D7;
}
.pagination .current{
	padding:6px 9px 5px 9px;
	background: #D7D7D7;
}

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

#footer-wrap{
	width: 1000px;
	background: #000;
	padding: 30px 0 20px 0;
}
#footer{
	padding: 0 20px;
	color: #5C5C5C;
}
#footer h4{
	color: #D8D8D8;
	margin: 0 0 25px 0;
	font-weight: 100;
	font-size: 20px;
}
#footer-widget-left,
#footer-widget-middle-left,
#footer-widget-middle-right,
#footer-widget-right{
	float: left;
	width: 205px;
}
#footer-widget-left,
#footer-widget-middle-left,
#footer-widget-middle-right{
	margin: 0 40px 0 0;
}
.footer-box{
	margin: 0 0 20px 0;
}
.footer-box a{
	color: #5C5C5C;
}
.footer-box ul li a:hover{
	text-decoration: none;
	color: #FFF;
}
.footer-box ul{
	margin: 0 !important;
	list-style: none;
}
.footer-box ul li{
	padding: 0 0 5px 0;
	margin: 8px 0;
	border-bottom: 1px solid #111111;
}

/* ---------------------- Footer-Bottom -------------------------- */

#footer-bottom{
	position: relative;
	background: #000;
	height: 36px;
	border: 1px solid #1B1B1B;
	color: #575757;
}
#footer-social ul{
	margin: 0 !important;
	position: absolute;
	left: 20px;
	top: 10px;
	list-style: none;
}
#footer-social ul li{
	float: left;
	margin: 0 8px 0 0;
}
#footer-social a img{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}
#footer-social a:hover img{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
#back-to-top{
	position: absolute;
	right: 20px;
	top: 10px;
	font-size: 12px;
}
#back-to-top a{
	color: #999;
}
#back-to-top a:hover{
	color: #FFF;
	text-decoration: none;
}

/* ----------------------  Navigation Bar -------------------------- */

#primary-nav{
	width: 920px;
	position: relative;
	z-index: 99;
	margin: 0 auto 15px auto;
	font-family: 'CantarellRegular';
}
#primary-nav ul{
	margin: 0 !important;
}
.sf-menu{
	float: left;
}
.sf-menu a{
	font-size: 12px;
	padding: 12px 15px;
	text-decoration: none;
	text-transform: uppercase;
}
.sf-menu li li a{
	border: 0;
	padding: 8px 15px;
	text-transform: capitalize;
}
.sf-with-ul a,
.sf-menu li a:hover{
	outline: 0;
}
.sf-menu, .sf-menu *{
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu{
	line-height: 1.0;
}
.sf-menu ul {
	position: absolute;
	top: -999em;
	width: 18em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li{
	width: 100%;
}
.sf-menu li:hover{
	visibility: inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li{
	float: left;
	position: relative;
}
.sf-menu a{
	display: block;
	position: relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul{
	left: 0;
	top: 36px; /* match top ul list item height */
	z-index: 99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul{
	top: -999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left: 18em; /* match ul width */
	top: 0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul{
	top: -999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul{
	left: 18em; /* match ul width */
	top: 0;
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

/* ----------------------  Custom Font -------------------------- */

/* Font FACE Generated by Font Squirrel (http://www.fontsquirrel.com) on January 29, 2011 02:15:15 AM America/New_York */
@font-face {
	font-family: 'CantarellRegular';
	src: url('fonts/Cantarell-Regular-webfont.eot');
	src: local('â˜º'), url('fonts/Cantarell-Regular-webfont.woff') format('woff'), url('fonts/Cantarell-Regular-webfont.ttf') format('truetype'), url('fonts/Cantarell-Regular-webfont.svg#webfont9UOzsjXz') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* ----------------------  Contact Form 7 -------------------------- */

.wpcf7-form p{
	text-align:left;

}
.wpcf7-text,
.wpcf7-form p textarea{
	text-shadow: 1px 1px 1px #FFF;
	background: #EAEAEA;
	border: 1px solid #CCC;
	padding: 5px;
}
.wpcf7-text:focus,
.wpcf7-form p textarea:focus{
	background: #F4F4F4;
	color: #000;
}
.wpcf7-submit{
	background: #2C2C2C;
	padding: 5px 15px;
	border: none;
	color: #FFF;
	cursor: pointer;
	-moz-box-shadow: 0 0 5px #CCC;
  	-webkit-box-shadow: 0 0 5px #CCC;
 	 box-shadow: 0 0 5px #CCC;
}
.wpcf7-submit:hover{
	background: #484848;
}