/*
Theme Name: Smithouse
Theme URI: http://smithouse.com
Description: HTML5 theme with nothing but the basics.
Version: 1.0
Author: Ryan Jordan & Jason Rhodes
Author URI: http://jasonthings.com

*/

@import "reset.css";

body { 
	background-color: #f4f4f4;
	font-family: 'Helvetica Neue Light', 'HelveticaNeue-Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.topline {
	height: 6px;
	background-color: #013159;
	border-bottom: 1px solid #2b6b91;
}
.header {
	height: 195px;
	background: url(images/headerbg.png) left bottom repeat-x;
	border-bottom: 2px solid #fff;
}
.page .header, .single .header {
	height: 140px;
}
.center {
	width: 960px;
	margin: 0 auto;
}
.clear { clear: both; }

a {
	color: #24447d;
	text-decoration: none;
}
a:hover {
	color: #06f;
	text-decoration: underline;
}

a.logo {
	text-indent: -9999px;
	display: block;
	text-decoration: none;
	height: 95px;
	width: 323px;
	background: url(images/logo.png) center center no-repeat;
}
.header .center { position: relative; }
.header .nav {
	position: absolute;
	top: -1px;
	right: 0;
	background-color: #013159;
	border-bottom: 1px solid #2b6b91;
	border-left: 1px solid #2b6b91;
	border-right: 1px solid #2b6b91;
	-moz-border-radius-bottomleft: 7px;
	-moz-border-radius-bottomright: 7px;
	-webkit-border-bottom-left-radius: 7px; 
	-webkit-border-bottom-right-radius: 7px;
	border-radius-bottomleft: 7px;
	border-radius-bottomright: 7px;
	list-style: none;
	text-align: center;
	padding: 5px 25px;
}

.nav li {
	display: inline;
	font-size: 12px;
	line-height: 42px;
	text-transform: uppercase;
	color: #fff;
	padding: 0px;
}

.nav a {
	font-size: 12px;
	color: #d2d2d2;
	color: rgba(255,255,255,0.9);
	text-decoration: none;
	font-weight: 500;
	text-shadow: 1px 1px 0 #222;
	padding: 15px;
}
.nav a:hover {
	color: #fff;
}
.nav .current a, .nav a:hover {
	background: url(images/navbg.png) center center no-repeat;
}
.nav .current a { color: #fff; }

.home .content {
	background: #f4f4f4 url(images/bodygradient1.png) top left repeat-x;
}

.content .center {
	position: relative;
}
.features {
	position: absolute;
	top: -70px;
	left: 5px;
	height: 470px;
	width: 920px;
	overflow: hidden;
	padding: 25px 15px 0 22px;	
	z-index: 20000;
	background: url(images/pictureframe.png) center top no-repeat;
}
#rotator {
	border: 1px solid rgba(0,0,0,0.1);
}

.teamwrap {
	padding: 430px 0 30px 0;
	background: url(images/front_gradient_large.png) center bottom no-repeat;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.teaminfo {
	margin: 0 auto;
	width: 750px;
}
.teaminfo img {
	float: left;
	border: 8px solid #fff;
	-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
	-moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
}

.teaminfo h2, .teaminfo p {
	padding-left: 200px;
}

h1, h2, h3 {
	font-family: 'Helvetica Neue Light', 'HelveticaNeue-Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #24447d;
	font-size: 22px;
	font-weight: 100;
}
.teaminfo h2 {
	margin-top: 10px;
}
.teaminfo h2 strong { font-weight: bold; }

.teaminfo p {
	color: #474a4a;
	font-weight: 300;
	margin-top: 10px;
	font-size: 14px;
	line-height: 20px;
}

.widgetwrap { 
	border-top: 1px solid rgba(255,255,255,0.9);
}

.widgetwrap .widget {
	width: 260px;
	padding: 10px 44px;
	float: left;
	margin: 25px 0;
	min-height: 150px;
}

.widget p {
	color: #474a4a;
	font-size: 13px;
	margin-bottom: 0.5em;
	line-height: 20px;
}
.widget p.meta {
	color: #24447d;
	text-transform: uppercase;
	font-size: 10px;
	text-align: right;
	margin-bottom: 2em;
}

a.button {
	background-color: #ccc;
	background-color: rgba(0,0,0,0.1);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-align: center;
	padding: 8px 15px;
	border: 2px solid rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
	margin-top: 20px;
}
a.button:hover {
	background-color: #06f;
	color: #fff;
	text-decoration: none;
}


.widgetwrap .first {
	border-right: 1px solid #fff;
	padding-left: 0;
}
.widgetwrap .text-4 {
	border-right: 1px solid #fff;
	border-left: 1px solid #ddd;
}
.widgetwrap .text-4 .textwidget {
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 15px;
	font-style: italic;
	line-height: 22px;
}
.widgetwrap .text-5 {
	border-left: 1px solid #ddd;
	padding-right: 0;
}
.widgetwrap .text-5 p { margin-bottom: 20px; }
.widgetwrap h3 {
	margin-bottom: 12px;
}
.headingwrap h3 { margin-bottom: 0; }

/* PAGE sidebar version of above */

.page .widgetwrap, .single .widgetwrap {
	width: 220px;
	padding: 0;
	border-left: 1px solid #fff;
	float: left;
	border-top: none;
	background: url(images/pagesidebarbg.png) center left no-repeat;
}
.page .inwrap, .single .inwrap {
	border-left: 1px solid #ddd;
	padding-left: 20px;
}
.page .widget, .single .widget {
	width: 220px;
	border: none;
	padding: 0;
	height: auto;
}
.page .first, .single .first {
	padding-top: 10px;
	margin-top: 0;
}
.page .widget h3, .single .widget h3 {
	padding-bottom: 5px;
	border-bottom: 1px solid #ddd;
}

/********/
.pagewrapper {
	background: url(images/pagebg.png) top left repeat-x;
}

.page h1 {
	font-family: 'Helvetica Neue Light', 'HelveticaNeue-Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #24447d;
	font-size: 28px;
	margin: 10px 0 20px;
	line-height: 34px;
	font-weight: 300;
}
.page .content, .page .widgetwrap, .single .content, .single .widgetwrap {
	margin-top: 25px;
}
.page .content, .single .content { 
	width: 570px;
	padding-right: 49px;
	float: left;
}
.page .content p, .single .content p {
	font-size: 16px;
	line-height: 24px;
	margin: 1em 0;
	color: #3B3B3B;
}
.page .content .em {
	font-family: Georgia, 'Times New Roman', serif;
	font-style: italic;
}

.footer {
	background: #cdcbcb url(images/footerbg.png) top left repeat-x;
	min-height: 120px;
	margin-top: 50px;
	border-top: 1px solid #777;
	padding-top: 20px;
	font-size: 13px;
	line-height: 20px;
	font-family: Georgia, 'Times New Roman', serif;
	color: #474a4a;
	font-style: italic;
}
.footer p, .footer ul {
	width: 50%;
	float: left;
}
.footer li {
	float: right;
	margin-left: 15px;
	text-transform: lowercase;
	padding-top: 10px;
	
}
.footer a {
	font-family: 'Helvetica Neue Light', 'HelveticaNeue-Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 100;
}

.gallery .gallery-caption {
	display: inline !important;
}
.gallery .gallery-item {
	margin-right: 1px !important; 
	margin-bottom: 30px !important;
	text-align: left;
}
.gallery img {
	border: 8px solid #fff !important;
	-moz-box-shadow: 2px 2px 6px rgba(0,0,0,0.3);
	-webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.3);
	box-shadow: 2px 2px 6px rgba(0,0,0,0.1);
	margin-bottom: 10px !important;
}

form input, form textarea {
	padding: 10px;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,0.1);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-family: Helvetica, Calibri, sans-serif;
	font-size: 16px;
	line-height: 22px;
}
form input:focus, form textarea:focus {
	background-color: #f2f4f7;
}
form input[type='submit'] {
	padding: 10px 40px;
	cursor: pointer;
}
form input[type="submit"]:hover {
	background-color: #06f;
	color: #fff;
}
form p span {
	display: block;
	margin-top: 3px;
}

.page-id-3 .post {
	width: 155px;
	height: 250px;
	float: left;
	margin-right: 35px;
	margin-bottom: 10px;
}
.page-id-3 h1 {
	font-size: 18px;
	line-height: 22px;
	text-align: center;
}
.page-id-3 .content img {
	width: 130px;
	height: auto !important;
	border: 10px solid #fff;
	-moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	-webkit-transition: all 0.7s ease-in-out;
}
.page-id-3 a {
	text-decoration: none;
}
.page-id-3 a h1 {
	-webkit-transition: all 0.7s ease-in-out;
}
.page-id-3 a:hover h1 {
	color: #06f;
	text-decoration: none;
}
.page-id-3 a:hover img {
	border-color: #24447D;
}



.single h1 {
	font-family: 'Helvetica Neue Light', 'HelveticaNeue-Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 30px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
}
.single .headingwrap {
	border-bottom: 1px solid #fff;
	margin-bottom: 20px;
}
.single .gallery { clear: both; margin-top: 30px; }
.single .gallery img {
	width: 115px;
	height: auto;
	border: 5px solid #fff !important;
}
.single #content .gallery-item { text-align: left; margin: 10px 0 5px !important; }

.single .wp-post-image { 
	width: 247.5px; 
	height: auto;
	border: 10px solid #fff;
	-moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
	box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
	margin-right: 17.5px;
	margin-bottom: 30px;
	float: left;
}
.single .entry {
	width: 50%;
	float: left;
	padding-top: 10px;
	color: #474a4a;
	font-size: 13px;
	line-height: 18px;
}
.single .entry p { margin-bottom: 1em; }
