/*  
Theme Name: SKY vs. GROUND web design website WP Theme.
Theme URI: http://www.skyvsground.com
Description: skyvsground.com custom theme designed by Andrew Martin of www.skyvsground.com.
Version: 3.0
Author: Andrew Martin via Sky vs. Ground Web Design
Author URI: http://www.skyvsground.com

*/



/* Begin Typography & Colors */
/* 	
All content (except for Lightbox) hand coded by Andrew Martin (Sky vs. Ground Print & Web Design. www.skyvsground.com).
*/

/* ----------| =Initial Page Structure |---------- */ 

* { 
	margin: 0;
	padding: 0;
	outline: 0;
	vertical-align: bottom;
	list-style: none;
}

html { 
	font: 2.5em "Arial", Helvetica, Sans-serif; 
	line-height:1.0em;
}
	
body { 
	position: relative;
	padding: 0 0 0 0;
	margin: 0 auto;
	background: #1e1d25 repeat top left;
}



/* ----------| =Basic Styles |---------- */ 

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	background: transparent;
	
}

h1, h2, h3 { 
	color: #fff;
	margin-bottom:10px;
	line-height:1.0em;
}

h2 {
	color:#fff;
}

h3 { 
	color: #fff;
}

h4 { 
	color: #fff;
}

h4, h5, h6 { 
	font-size: 1.3em;
}

p { 

	margin: 0 0 0 0;
	font-size:20px;
	line-height:1.5em;
}

img { 
	border: 0; 
}

a img { 
	border: 0;
}

#mid p span.svg-id {
	font-size: 15px;
	text-transform:uppercase;
	color:#fff;
}
/* ----------| =Forms |---------- */ 

label {
	font-size:15px;
	line-height:1.5em;
	display:block;
}

label.error {
	font-weight:bold;
	margin-bottom:10px;
}

input, textarea, select {
	padding: 2px;
	font: 12px Arial, Helvetica, Sans-serif;
	border: 3px solid #4c3056;
	color: #fff;
	background:#191821;
	display:block;
	width:270px;
	margin:5px 0;
}	

input.submit-button {
	margin: 15px 0;
	width:15em;
	background:#191821;
	clear:both;
}

input.radio {
	float:left;
	margin-right:5px;
	height:20px;
}

input:focus, textarea:focus, select:focus {
	background:#fff;
	color:#000;
	border: 3px solid #fff;
}

input.submit
input[type="image"] {
	padding: 0;
	background: transparent;
	border: 0;
}

input[type="hidden"] {
	display:none;
}

/* ----------| =Link Styles |---------- */ 

a, cite a { 
	color: #a0a46b;
	text-decoration:none;

}

a:visited { 
	color: #a0a46b;
}

a:hover { 
	color: #fff;
	border-bottom: 1px solid #ccc;
}

#top a, #navigation ul li a {
	border:0;
}

/* ----------| =Colors |---------- */

/* 
dark blue: 191821
light purple: 4c3056
dark purple: 221928
green (links): a0a46b

*/ 

/* ----------| =Utilties |---------- */ 

a.post-edit-link {
	display:block;
	position: fixed;
	top:0;
	right:0;
	padding:5px 10px;
	background:#000;
	font-size:15px;
	border:0 none;
	text-transform:uppercase;
}

.left { 
	float: left;
}

.right { 
	float: right;
}

.clear { 
	clear: both;
}
/*
.round {
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
}*/

.clear-left { 
	clear: left;
}

.clear-right { 
	clear: right;
}

.center { 
	text-align: center;
}

.spacer { 
	margin-top: 15px;
}

.spacer-bottom { 
	margin-bottom: 15px;
}

.autoclear:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
}

.inline {
	display:inline;

}

.nomargin {
	margin:0;
}

.autoclear { 
	display: inline-block; 
}

.autoclear { 
	display: block; 
}

/* ----------| =Layout and Function |---------- */ 

#wrapper {
	width:900px;
	background:transparent url(images/bg-header.png) no-repeat top center;
	margin:0 auto;
	padding:0px 30px 0px 30px;
}

#header {
	padding:0 20px;
	height:100px;
}

	/* ----------| =Top |---------- */



#header strong a {
	border:0 none;
	display:block;
	text-indent: -9999px;
	width:285px;
	background:transparent;
	height:75px;
	
}

	/* ----------| =Navigation |---------- */


#navigation ul {
	float:right;
	margin: 0 0 0 433px;
	position:absolute;
	top:20px;
	height:36px;
	padding:5px;
	border:1px dotted #4c3056;
}

#navigation ul li {
	float:left;
}

#navigation ul li a {
	height:26px;
	display:block;
	font-size:15px;
	line-height:26px;
	padding:5px 10px;
	font-weight:bold;
	color:#fff;
	background: transparent url(images/navtile.gif) repeat-x top left;
}

#navigation ul li a:hover {
	border:0 none;
	color:#A0A46B;
	border-bottom: 3px solid #fff;
}

/* ----------| =Content |---------- */

.content {
	padding:30px 0 0 0;
}	

.content img {
	z-index:10;
}

#mid {
	color:#fff;
	background:#221928;
	margin-top:-20px;
	border-top: 1px dotted #4c3056;
	border-bottom: 1px dotted #4c3056;
	z-index:2;
	padding:30px 20px 20px 20px;
}

#mid .content {
	width:900px;
	padding:0 30px 0 30px;
	margin:0 auto;
}


.content .grid {
	width:189px;
	padding:10px;
	float:left;
	margin-right:20px;
	color:#e3e3e3;
	border-left:1px solid #191821;
}

#mid .content #right2.grid {
	margin-right:0px;
}

#mid .content .grid:hover {
	color:#fff;
	border-left: 1px solid #4c3056;
}

.grid h1 {
	font-size:16px;
	letter-spacing:0.5px;
	font-weight:bold;
	text-transform:uppercase;
}
.grid p {
	font-size:12px;
	margin:0;
}

#lower {
	padding: 30px 0px;
	width:900px;
	clear:both;
	margin:0 auto;
}

#lower #callout h1 {
	font-size:25px;
	margin:0 0 15px 0;
}

#lower .grid {
	padding-bottom:10px;
	float:left;
	color:#fff;

}

#slideshow {

	width:900px;
	/* overflow:hidden; */
	height:317px;

}

#slideshow a img {
		border:0;
		}

#slideshow a {
		width:900px;
		height:317px;
	display:block;
	border:0 none;
	
}

#lowerleft {
	
	width:280px;
	margin:0 30px 0 0;
}

#lowerleft div.post p {
	font-size:12px;
}

#lowerleft a {
	border:0 none;
}
/*
#lowerleft em a, #lowermid em a {
	border-bottom: 1px dotted #fff;
}
*/
#lowerleft em a:hover, #lowermid em a:hover {
	border-bottom: 1px solid #ccc;
}

#lowermid {
	width:280px;
	margin: 0 30px 0 0;
}

#lowerright {
	width:280px;
	margin-right:0;
}



#lowerleft em, #lowermid em, #mid em.viewmore  {
	background:transparent url(images/icons/smallbird-icon-lower.png) no-repeat 0px 3px;
	padding:0 0 0 21px;
	line-height:24px;
	font-size:12px;
	font-weight:bold;
	font-style:italic;
	float:right;
}

#mid em.viewmore {
	margin:0 0 0 0;
}

#lowerleft a img {
	border:5px solid #515151;
	margin:0 0 20px 0;
}

#lowerleft a img:hover {
	border: 5px solid #fff;
}

div#lowerright:hover, div#lowermid:hover {
	color:#fff;
}

#lowerright p, #lowermid p {
	font-size:15px;
	color:#c9c9c9;
	margin:0 0 1.5em 0;
}

#lowerright div {
	width:140px;
	float:left;
} 

#lowerright ul li {
	font-size:15px;
	padding:0 0 0 34px;
	line-height:24px;
	margin:0 0 5px 0;
}
#lowerright ul li a {
	border-bottom:1px dotted #fff;
}
#lowerright ul li a:hover {
	border-bottom:1px solid #fff;
}

#lowerright ul {
	margin-bottom:20px;
}

#lowerright ul li.twitter {
	background:transparent url(images/icons/Twitter_24x24.png) no-repeat top left;
}

#lowerright ul li.aim {
	background:transparent url(images/icons/aim_24.png) no-repeat top left;
}

#lowerright ul li.myspace {
	background:transparent url(images/icons/MySpace_24x24.png) no-repeat top left;
}

#lowerright ul li.google {
	background:transparent url(images/icons/Google_24x24.png) no-repeat top left;
}

#lowerright ul li.email {
	background:transparent url(images/icons/email_24.png) no-repeat top left;
}

#lowerright ul li.facebook {
	background:transparent url(images/icons/FaceBook_24x24.png) no-repeat top left;
}

#lowerright ul li.linkedin {
	background:transparent url(images/icons/linkedin_24.png) no-repeat top left;
}

#lowerright ul li.rss {
	background:transparent url(images/icons/rss_24.png) no-repeat top left;
}

#lowermid blockquote {
	background:transparent url(images/blockquote.png) no-repeat top left !important;
	padding:10px 0 0 20px !important;
	clear:both;
	color:#c9c9c9 !important;
}



#lowermid blockquote p {
			font-size:13px !important;
	line-height:1.5em !important;
	margin: 0 0 10px 0 !important;

}

#lowermid cite {
	line-height:1.5em;
	font-size:12px !important;
	float:right;
	display:block;
	margin:0 0 20px 0;
}

#lowerleft em {
	line-height:1.5em;
	display:block;
	font-size:12px;
	float:right;
	clear:both;
	margin: 0 0 20px 0;
}

#lower h2 {
	font-weight:bold;
	letter-spacing: 0.0px;
	font-size:20px;
	border-bottom:3px solid #191821;
	margin:0 0 20px 0;
	clear:both;
}

#lowerleft h3 {
	font-size:14px;
	font-weight:bold;
	margin:0;
}
/*
#lowerleft h3 a {
	border-bottom:1px dotted #fff;
}
*/
#lowerleft h3 a:hover {
	border-bottom:1px solid #ccc;
}

#lowerleft p {
	color:#C9C9C9;
	font-size:12px;
}

#lowerleft div.post {
	margin: 0 0 10px 0px;
	padding:0 0 0 10px;
	border-left: 1px solid #191821;
}
#lowerleft div.post:hover {
	border-left: 1px solid #4c3056;
}


#slickbox p {
	margin: 0;
}

#slickbox {
	float:none;
	width:280px !important;
}

#confirmation p, #recaptchaerror p {
	font-size:20px;
	font-weight:bold;
	line-height:1.0em;
	text-align:center;
}

#confirmation, #recaptchaerror {
	color:#fff;
	display:block;
	padding:10px;
	border-bottom:1px dotted #4c3056;
	background:#211927 url(images/navtile.gif) repeat-x top left;
	opacity: 0.9;
	-moz-opacity: 0.9;
	filter:alpha(opacity=90);
	z-index:9;
}

#recaptcha_area {
	padding:10px 0;
}

div#slickbox em {
display:block;
font-size:12px;
line-height:1.2em;
margin-bottom:10px;
}

#purr-container {
	margin: 0 auto;
	position:fixed;
	left:0;
	top:0;
	width:100%;
}
#confirmation a.close, #recaptchaerror a.close {
display:none;
}

	/* ----------| =Single Page |---------- */

#page #upper, #single #upper, body.error404 #upper {
	z-index:10;
	color:#fff;
	padding: 0px 0 20px 0;
	width:670px;
}

#single #upper, body.error404 #upper {
	width:900px;
	padding:0;
}

#page #upper p, #single #upper p, #single p, body.error404 #upper p {
	font-size:15px;
	color:#ccc;
	margin-bottom:10px;
}

#page .content .grid {
	width:419px;
	margin:0 0 20px 0;
}

#page #upper h1, #single #upper h1, #single h1, body.error404 #upper h1 {
	font-size:30px;
	text-transform:uppercase;
	letter-spacing: 0.5px;
	font-weight:bold;
	margin-bottom:20px;
}

#page h1.title {
	clear:both;
	width:439px;
	margin-bottom:20px;
	font-size:25px;
}


#page #mid div.post {
	width:900px;
	margin:0 auto;
}

.gridright {
	margin-right:0 !important;
}

#page #mid {
	margin-top: 0;
	padding:20px;
}

#page #mid ul li, #single #mid div.portfolio-single ul li  {
	background:transparent url(images/icons/smallbird-icon-mid.png) no-repeat 0px 3px;
	padding:0 0 0 26px;
	line-height:20px;
	min-height:24px;
	width:140px;
	font-size:15px;
	float:left;
	font-style:italic;
	margin:0 0 10px 0;
	color:#E3E3E3;
}

#page #mid ul li:hover {
	color:#fff;
}

#page #mid .grid.small {
	width:160px;
	margin:0;
	border:0;
}

#page #mid .grid.small:hover {
	color:#E3E3E3;
}
	/* ----------| =Portfolio |---------- */

body.page-id-12 #mid .content ul li a img {
	border:5px solid #515151;
}

body.page-id-12 #mid .content ul li a:hover img {
	border:5px solid #fff;
}


body.page-id-12 #mid .content ul li {
	background:transparent !important;
	padding:0 !important;
	margin: 0 20px 20px 0 !important;
	float:left;
	clear:none;
	width:280px !important;
}

	/* ----------| =project updates |---------- */

#page.page-id-482 #mid div.post {
	margin:0 0 20px 0;
	padding:0 0 10px 10px;
	border-left: 1px solid #191821;
}

#page.page-id-482 #mid div.post:hover {
	border-left: 1px solid #4c3056;
}

#page.page-id-482 #mid div.post p {
	font-size:15px;
}

#page.page-id-482 #mid div.post h3 {
	font-size:20px;
	margin:0;
}

#single #upper cite, #lowerleft div.post cite, #single cite, #page div.post cite {
	color:#515151;
	font-size:12px;
}

#single div.date {
	margin:0 auto;
	width:900px;
}


	/* ----------| =Testimonials |---------- */
	
#mid blockquote, #upper blockquote, #single blockquote {
	background:transparent url(images/blockquote-large.jpg) no-repeat top left;
	padding:20px 0 0 20px;
	clear:both;
	color:#c9c9c9;
	margin: 0 0 10px 0;
	
}

#single blockquote {
	background:transparent url(images/blockquote-upper.png) no-repeat top left;
}

#mid p cite, #upper p cite, #single p cite {
	float:right;
	color:#c9c9c9;
	font-size:16px;
	margin:0 0 30px 0;
}

	/* ----------| =Portfolio - Single |---------- */

#mid .content.portfolio-single h1 {
	font-weight:bold;
	font-size:20px;
	width: 660px;
	line-height:1.5em;
}

#mid .content.portfolio-single p {
	font-size:15px;
	margin:0 0 1.0em 0;
	color:#C9C9C9;
}




	/* ----------| =Get A Quote |---------- */
	
#page #mid .threecolumn .grid {
	margin:0 30px 0 0;
	width:280px;
	padding:0;
	border:0 none;
}

#page #mid .threecolumn .grid.right {
	margin:0;
}

#page #mid .threecolumn .grid:hover {
		color:#E3E3E3;
}

#page #mid .threecolumn input.submit-button {
	float:left;
	font-weight:bold;
	font-size:16px;
	padding:10px;
	color:#221928;
	width:150px;
	background:#C9C9C9;
	clear:both;
}

	/* ----------| =Resume |---------- */

#page #mid div.content.resume img {
	float:left;
	width:270px;
	height:270px;
	margin-left:-290px;

}

#page #mid div.content.resume {
	padding-left:290px;
	width:590px;
} 

#page #mid div.content.resume p {
	margin-bottom:20px;
	font-size:16px;
}

	/* ----------| =Footer |---------- */

#footer {
	border-top: 3px solid #191821;
	color:#515151;
	margin:0 auto;
	background: transparent;
	width:900px;
	padding:10px 0 0 0;
	clear:both;
	margin-top: 10px;
}

#footer ul li  {
	float:left;
	font-size:11px;
	margin-right:10px;
	background:transparent url(images/icons/smallbird-icon-lower.png) no-repeat 0px 5px;
	padding:0 0 0 21px;
	line-height:24px;
	margin-bottom:10px;
}
/*
#footer ul li a {
	border-bottom: 1px dotted #fff;
}
*/
#footer ul li a:hover {
	border-bottom: 1px solid #ccc;
}

#footer p {
	clear:both;
	margin:0;
		font-size:11px;
}
