/*
* Skeleton V1.1
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 8/17/2011
*/

/* Table of Contents
==================================================
	#Typography
	#General Styles
	#Media Queries
	#Main
	#Header
	#Intro
	#Nav
	#Portfolio
	#Services
	#About
	#Contact
*/



/* #Typography
================================================== */

a {
	color: #b55143;
	text-decoration: none;
}

a:visited {
	color: #b55143;
}

a:hover {
	color: #000;
}


h1 {
	font-family: 'Droid Sans', sans-serif;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-size: 130px;
	font-weight: 700;
	text-shadow: 6px 6px 0px rgba(0, 0, 0, 0.4);
}

p.intro_text {
	font-size: 50px;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.4);	
}

h2 {
	font-family: 'Droid Sans', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 35px;
	color: #3a3a3a;
	text-align: center;
	padding: 3px 0 3px 0;
	margin-bottom: 45px;
	text-shadow: 3px 3px 0px #c7c7c7;
	filter: dropshadow(color=#c7c7c7, offx=3, offy=3);
}

h3 {
	font-family: 'Droid Sans', sans-serif;
	font-weight: 400;
	font-size: 20px;
	text-transform: uppercase;
}

h4 {
	font-family: 'Droid Sans', sans-serif;
	font-weight: 700;
	font-size: 18px;
	color: #3d3d3d;
	margin-bottom: 15px;
}

p {
	font-family: 'Droid Sans', sans-serif;
	font-weight: 400;
}

p.sub {
	border-top: 1px dotted #b9b9b9;
	border-bottom: 1px dotted #b9b9b9;
	padding: 15px 0 15px 0;
}



/* #General Styles
================================================== */

body {
	background: #303030;
}

div.bar {
	background: url("../images/bg_vertical.png") repeat-x scroll 0 11px transparent;
	margin: 40px 8% 15px;
	display: inline-block;
	text-align: center;
	width: 84%;
}

.box {
	background: #a6483e;
	border: 3px solid #e1e1e1;
	width: 335px;
	padding: 10px;
	text-align: center;
	margin: 25px auto 0 auto;
	-webkit-box-shadow: 0px 1px 3px 0px gray;
	box-shadow: 0px 1px 3px 0px gray;
}

.box a {
	font-size: 16px;
	color: #fff;
}

.box a:hover {
	color: #000;
}

.center {
	text-align: center;
}

.rotate {
	-webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	transition-property: transform;
	overflow:hidden;
}   
 
.rotate:hover {
	-webkit-transform:rotate(2deg);
	-moz-transform:rotate(2deg);
	-o-transform:rotate(2deg);
}

.rotate2 {
	-webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	transition-property: transform;
	overflow:hidden;
}   
 
.rotate2:hover {
	-webkit-transform:rotate(2deg);
	-moz-transform:rotate(2deg);
	-o-transform:rotate(2deg)
}


.bg {
	margin: 90px auto 0 auto;
	padding-bottom: 50px;
	width: 1020px;
	background: #f3f3f3;
	position: relative;
	z-index: 400;
	-webkit-box-shadow: inset 0px 0px 0px 5px #d9d9d9;
	box-shadow: inset 0px 0px 0px 5px #d9d9d9;
	border-radius: 2px;
}

span.icn_about {
	background: url(../images/icn_about.png) no-repeat;
	width: 31px;
	height: 33px;
	margin-right: 10px;
	display: inline-block;
}

.bg h2 {
	background-color: #F3F3F3;
	display: inline;
	padding: 0 13px;
}

/* #Main
================================================== */

#main {
	position: absolute;
	width: 100%;
	background: url(../images/intro-bg.jpg) no-repeat fixed;
	padding: 0;
	overflow: hidden;
}

#main .bg1 {
	background: url(../images/bg_mountains.png) 50% 0 repeat-x fixed;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	width: 1900px;
	height: 100%;
	z-index: 200;
}

#main .bg2 {
	background: url(../images/bg_field.png) 50% 0 repeat-x fixed;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 250;
}

#main .bg3 {
	background: url(../images/bg_clouds.png) 50% 0 repeat-x fixed;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	width: 1900px;
	height: 100%;
	z-index: 150;
}

#main .bg4 {
	background: url(../images/bg_scan_lines.png) repeat fixed;
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 300;
}

#main .bg5 {
	background: url(../images/bg_underground.png) 50% 0 repeat-x fixed;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 230;
}



/* #Header
================================================== */

header {
	background: #fff;
	position: relative;
	z-index: 300;
	width: 100%;
	height: 15px;
	-webkit-box-shadow: 0px 2px 5px 0px #000000;
	-moz-box-shadow: 0px 2px 5px 0px #000000;
	box-shadow: 0px 2px 5px 0px #000000;
}

.color_bar {
	height: 4px;
	width: 100%;
	background: #a6483e;
}



/* #Intro
================================================== */

.intro {
	/*background: url(../images/intro_bg.jpg) 50% 0 no-repeat fixed, url(../images/intro_bg2.png) 50% 0 repeat fixed;*/
	height: 550px;
	padding-top: 40px;
	width: 100%;
	position: relative;
}

.title {
	margin-top: 30px;
	position: fixed;
	z-index: 320;
	width: 100%;
	text-align: center;
}

.logo {
	margin-top: 15px;
	text-align: center;

	z-index: 320;
}

.title h1 {
	margin-top: 70px;
	position: relative;
	z-index: 320;
}

.title p {
	position: relative;
	z-index: 330;
	margin-top: 80px;
}



/* #Nav
================================================== */

nav {
	background: url(../images/nav_bg.png) no-repeat 50% 0;
	margin: 20px auto 0 auto;
	position: absolute;
	z-index: 1000;
	width: 100%;
	height: 56px;
	text-align: center;
}

nav ul {
	padding-top: 14px;
}

nav ul li {
	display: inline;
}

nav a {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
}

nav a:visited {
	color: #fff;
}

nav a:hover {
	color: #000;
}



/* #Portfolio
================================================== */

.gallery p {
	text-align: center;
	margin-top: 40px;
}

span.icn_portfolio {
	background: url(../images/icn_portfolio.png) no-repeat;
	width: 27px;
	height: 29px;
	margin-right: 10px;
	display: inline-block;
}

.gallery img {
	margin-top: 45px;
	border: 4px solid #fff;
	-webkit-box-shadow: 0px 0px 3px 0px #747474;
	-moz-box-shadow: 0px 0px 3px 0px #747474;
	box-shadow: 0px 0px 5px 0px #747474;
	width: 100%;
}

p.desc {
	margin: 0;
	color: #a6483e;
	font-size: 13px;
}

p.proj {
	margin: 0;
	color: #393939;
	font-size: 14px;
}

.rotate {
	-webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	transition-property: transform;
	overflow:hidden;
}   
 
.rotate:hover {
	-webkit-transform:rotate(2deg);
	-moz-transform:rotate(2deg);
	-o-transform:rotate(2deg)
}



/* #Services
================================================== */

span.icn_services {
	background: url(../images/icn_services.png) no-repeat;
	width: 25px;
	height: 29px;
	margin-right: 10px;
	display: inline-block;
}


#services p {
	text-align: center;
	margin-top: 30px;
}

.serv_main_icon {
	background: url(../images/serv_main_icon.png) no-repeat;
	width: 723px;
	height: 242px;
	text-align: center;
	margin: 45px auto 0 auto;
}

.serv_icon {
	display: inline-block;
	margin-top: -100px;
}



/* #About
================================================== */

.skills p {
	color: #fff;
	margin: 0;
	padding: 5px 0 0 10px;
}

.skill {
	background: url(../images/bg_skills.png) repeat-x;
	height: 31px;
	margin-bottom: 10px;
}

/* social */

.social ul li {
	margin-bottom: 5px;
}

.social img {
	vertical-align: middle;
	margin-right: 6px;
}

.social a {
	color: #3b3a3a;
	text-transform: uppercase;
}

.social a:hover {
	color: #da5c3b;
}

p.sub2 {
	margin-top: 35px;
	border-top: 1px dotted #b9b9b9;
	border-bottom: 1px dotted #b9b9b9;
	padding: 10px 0 10px 0;
}



/* #Contact
================================================== */

#contact {
	margin: 90px auto 60px auto;
	padding: 40px 0 50px 0;
	width: 1020px;
	background: #f3f3f3;
	position: relative;
	z-index: 400;
	-webkit-box-shadow: inset 0px 0px 0px 5px #d9d9d9;
	box-shadow: inset 0px 0px 0px 5px #d9d9d9;
	border-radius: 2px;
}

span.icn_contact {
	background: url(../images/icn_contact.png) no-repeat;
	width: 30px;
	height: 21px;
	margin-right: 10px;
	display: inline-block;
}

#contact h2 {
	margin-top: 60px;
}

.map {
	margin-top: 40px;
	width: 100%;
	border: 4px solid #e1e1e1;
	-webkit-box-shadow: 0px 1px 3px 0px gray;
	box-shadow: 0px 1px 3px 0px gray;
}


/* contact form */

.done {
	font-family: 'Droid Sans', sans-serif;
	color: #3a3939;
	font-size: 15px;
	margin-bottom: 15px;
	padding: 10px;
	display: none;
}

.contact_form {
	margin-top: 30px;
}

.contact_form p {
	font-family: 'Droid Sans', sans-serif;
	font-size: 13px;
	font-weight: 300;
	color: #515151;
	text-transform: uppercase;
	margin-bottom: 2px;
}

.contact_form input {
	width: 70%;
	height: 20px;
	margin-bottom: 10px;
	padding-left: 4px;
	background-color: #eaeaea;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 15px;
	border-top: 1px solid #adadad;
	border-left: 1px solid #adadad;
	border-bottom: 1px solid #f9f9f9;
	border-right: 1px solid #f9f9f9;
}

.contact_form textarea {
	background-color: #eaeaea;
	margin-bottom: 10px;
	padding-left: 5px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 15px;
	width: 90%;
	height: 99px;
	border-top: 1px solid #adadad;
	border-left: 1px solid #adadad;
	border-bottom: 1px solid #f9f9f9;
	border-right: 1px solid #f9f9f9;
}

.contact_form input.submit-button {
	background-color: #a6483e;
	color: #fff;
	font-family: 'Droid Sans', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	font-style: normal;
	font-size: 12px;
	width: 80px;
	margin-top: 5px;
	padding: 2px;
	height: 25px;
	text-align: center;
	border: 0;
	-webkit-box-shadow: 0px 1px 1px 0px #717171;
	box-shadow: 1px 1px 0px 0px #717171;
}

.contact_form input.submit-button:hover {
	-webkit-box-shadow: inset 0px 1px 2px 0px #606060;
	box-shadow: inset 0px 1px 2px 0px #606060;
	border: 0;
}


/* contact info */

.contact_info {
	margin-top: 30px;
}

.contact_info img {
	margin-right: 8px;
	vertical-align: baseline;
}

span.address {
	margin-left: 30px;
}



/* #Footer
================================================== */

.pixels {
	position: relative;
	z-index: 500;
	margin-bottom: 40px;
	text-align: center;
}

.pixels p {
	color: #fff;
	font-size: 15px;
}

.copyright {
	position: relative;
	z-index: 500;
	background: #000;
	padding: 10px 0;
	text-align: center;
	height: 20px;
}

.copyright p {
	font-size: 13px;
	color: #a1a1a1;
}


.post {
	margin-bottom: 15px;
}
.post h3 {
	font-size: 22px;
    border-bottom: 1px solid #D3D3D3;
}

.post h3 a {
	font-weight: normal;
	text-decoration: none;
}

.post p.line2nd {
    color: #7F7F7F;
    font-size: 15px;
    line-height: normal;
}

.post p {
	margin-bottom: 10px;
}

.post .box {
	margin: 0 0 25px;
	padding: 5px;
}

/* Single post page and WordPress related CSS */

p.singlemeta {
	text-align: center;
	margin-bottom: 30px;
	font-size: 20px;
}

#respond input:hover {
    color: #B55143;
}

p.form-allowed-tags {
	margin-top: 10px;
}

form#contactform input {
	width: 125px;
}
#respond label { 
	display: none; 
	float: none; 
	height:0px; 
}
#respond input, #respond textarea, #respond select { 
	width: 254px; 
	padding: 7px 13px; 
	border: 1px solid #ddd; 
	margin: 0px 28px 0px 0; 
	font:12px 'Open Sans', Arial, Helvetica, sans-serif; 
	line-height:20px; 
	float:left; 
}
textarea#comment, input#author, input#email, input#url {
	color:#707070; 
}
#respond textarea { 
	width: 93% !important; 
}
#respond input:focus, #respond textarea:focus { 
	border: 1px solid #000; 
}
#respond input { 
	margin-bottom: 15px !important; 
}
#respond fieldset { 
	padding-left:0px; 
}
#respond legend { 
	padding:7px 10px; 
	font-weight:bold; 
	color:#000; 
	border:1px solid #eee; 
	-webkit-border-radius:5px; 
	-moz-border-radius:5px; 
	margin-bottom:0 !important; 
	margin-bottom:20px; 
}
#respond span.required { 
	padding-left:28px; 
	background:url(images/bg-bullet.png) no-repeat 12px 5px; 
	margin-left:-28px; 
}

li.comment {
	color: #707070;
    margin-bottom: 10px;
    padding-left: 11px;
    clear: both;
}

ol.commentlist {
	margin-left: 0;
	list-style-type: none;
}

ol.commentlist a {
	text-decoration: none;
	font-size: 13px;
}

ol.commentlist a:hover {
	text-decoration: underline;
}

.commentlist .avatar {
    float: left;
}
.commentlist .no-wrap {
    margin-left: 113px;
    margin-top: 10px;
}

.no-wrap .meta {
	font-size: 16px;
	color: #000;
}

.no-wrap p {
	margin-bottom: 12px;
	font-size: 14px;
}

li.bypostauthor {

}

.tags {
	padding: 5px 0 0;
}

.tags a {
	text-transform: none;
	text-decoration: none;
    color: inherit;
}

.featured {
	margin-bottom: 14px;
}

.featured img {
    border: 1px solid #DBDBDB;
    border-radius: 10px 10px 10px 10px;
    padding: 5px;
}

div.comment-body {
    margin-bottom: 15px;
}

div.avatar {
    border: 4px solid #FFFFFF;
}

.tags .button {
	margin-right: 3px;
}

.social_single {
    width: 335px;
    border-radius: 5px;
    background-color: #FFF;
    height: 60px;
    padding: 18px;
    margin-bottom: 20px;
}

.social_single > div {
	display: inline;
	margin-right: 7px;
}

.social_single .facebook iframe {
	height: 60px !important;
}

.social_single .pinterest {
    position: relative;
    bottom: 7px;
}

.button2 {
	background: #e8e8e8;
	border: 0;
	color: #fff;
	border-radius: 20px;
	display: inline-block;
	font-size: 15px;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	line-height: normal;
	padding: 10px;
	font-family: 'Source Sans Pro', sans-serif; 
	margin-bottom: 8px;
}

.button2:hover {
	color: #e8e8e8;
	background: #3a3a3a;
	border: 0; 
}

.button2 a {
	color: inherit;
	text-decoration: none;
}

/* #Wordpress related css
================================================== */

.wp-caption {
	max-width: 100%;
    border: 1px solid #DDDDDD;
    margin-bottom: 10px;
    padding: 6px 2px 0;
}
.wp-caption-text {
    font-size: 11px;
    padding: 0 4px 5px;
}
.aligncenter {
	display: block;
    margin: 0 auto;
}
.alignleft { 
	float: left;
	margin: 0px 10px 10px 0px; 
}
.alignright { 
	float: right;
	margin: 0px 0px 10px 10px; 
}
.sticky {
}
.single-navigation {
	position: relative;
	z-index: 1000;
}
.single-navigation .prev {
    float: left;
}
.single-navigation .next {
    float: right;
}
.gallery-caption {

}


/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
	
		.intro {
			height: 50px;
		}
		
		.title {
			position: relative;
		}
		
		p.intro_text {
			font-size: 36px;
			line-height: 40px;
		}
	
		
		div.bar {
			background: none;
		}
		
		.bg {
			width: 100%;	
		}
		
		#services p.sub {
			margin-bottom: 40px;
		}
		
		.serv_main_icon {
			display: none;
		}
		
		.serv_icon, .serv_icon2, .serv_icon3 {
			margin-top: 0;
		}
				
		#contact {
			width: 100%;
		}
		
		
		
	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		
		.intro {
			height: auto;
		}
		
		.title h1 {
			font-size: 68px !important;
			margin-top: 20px;
			line-height: 10px;
		}
		
		.title p {
			margin-top: 50px;
		}
		
		.social {
			margin-top: 30px;
		}
		
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		
		
		.logo {
			margin-top: 5px;
		}
		
		.title h1 {
			margin-bottom: 5px;
		}
		
		.title p {
			font-size: 20px !important;
		}
		
	}
	
	
nav select {
	display: none;
}

@media (max-width: 960px) {
	
	nav ul     { 
		display: none; 
	}
	
	nav select { 
		display: inline-block;
		position: relative;
		margin-top: 12px;
		color: #000;
	}
}
