/*  
Theme Name: Surface Solutions 2011
Description: Style for Surface Solution's 2011 Website
Author: Sarah Mattern
Author URI: http://www.matternco.com/
*/

/* Normalization for Browser Consistency */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0 auto;
	padding: 0;
	}

table {
	border-collapse:collapse;
	border-spacing:0;
	}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
	}

ol, ul {
	list-style: none;
	}	

fieldset,img {
	border: none;
	}

caption,th {
	text-align:left;
	}

q:before,q:after {
	content:'';
	}
	
abbr,acronym { 
	border:0;
	}

strong {
	font-weight: bold;
	}

em {
	font-style: italic;
	}

h1,h2,h3,h4 {
	font-weight: normal;
	}

iframe {
	display: block;
	}

/* Basics */

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	text-align: center;
	width: 100%;
	font-size: 13px;
	background: #070C0D url('images/bg.jpg') repeat-x top;
	}

body.home {
	background: #070C0D url('images/bgHome.jpg') repeat-x top;
	}

.clear {
	clear: both;
	}

.hide, .print, .screen-reader-text {
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
	}

hr {
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
	}

.hr {
	clear: both;
	display: block;
	margin: 10px 0 10px 0;
	height: 1px;
	background-color: #B8BCBC;
	}

.alignleft {
	float: left;
	}

.alignright {
	float: right;
	}

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

a:hover {
	color: #612004;
	}

#skypedetectionswf {
	display: none;
	}

/* Header */

#container {
	width: 100%;
	}

#page {
	width: 1000px;
	position: relative;
	}

#header {
	height: 170px;
	width: 960px;
	position: relative;
	z-index: 2000;
	}

#logo {
	position: absolute;
	top: 5px;
	left: -20px;
	width: 315px;
	height: 160px;
	background: transparent url('images/logo.png') no-repeat;
	}

#logo h1 b {
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
	}

#logo h1 a {
	display: block;
	width: 315px;
	height: 160px;
	}

#topMenu { 
	float: right;
	height: 42px;
	}

#topMenu .homeBtn {
	width: 49px;
	height: 42px;
	float: left;
	}

#topMenu .homeBtn a {
	width: 49px;
	height: 42px;
	display: block;
	background: transparent url('images/homeBtn.png') no-repeat bottom;
	}

#topMenu .homeBtn a:hover {
	background-position: top;
	}

#topMenu .homeBtn b {
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
	}

#topMenu ul {
	margin: 15px 0 0 5px;
	float: left;
	}

#topMenu ul li {
	font-size: 16px; /*14*/
	text-transform: uppercase;
	font-family: "Arial Narrow", Arial, sans-serif;
	padding: 0 20px 0 8px;
	background: transparent url('images/topNavDiv.png') no-repeat right;
	float: left;
	font-weight: bold;
	}

#topMenu ul li.last {
	padding-right: 0;
	background-image: none;
	}

#topMenu ul li a {
	color: #612004;
	text-shadow: #FFF 1px 1px 1px;
	}

#topMenu ul li a:hover {
	color: #004157;
	}

#topMenu .phone {
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	margin-top: 30px;
	clear: both;
	}

#menu {
 	font-family: "Arial Narrow", Arial, sans-serif;
	font-weight: bold;
	font-size: 19px; /*18*/
	right: 0;
	top: 110px;
	position: absolute;
	text-transform: uppercase;
	}
	
#menu ul li {
	float: left;
	padding: 0 20px 0 8px;
	background: transparent url('images/menuDiv.png') no-repeat right;
	}

#menu ul li.page-item-5 {
	padding-right: 0;
	background-image: none;
	}

#menu ul a {
	color: #612004;
	text-shadow: #FFF 1px 1px 1px;
	}

#menu ul a:hover {
	color: #004157;
	}

.page-id-12 #menu ul li.page-item-12 a, .page-id-5 #menu ul li.page-item-5 a, .page-id-10 #menu ul li.page-item-10 a {
	color: #004157;
	}

.page-id-12 #menu ul li.page-item-12 ul a, .page-id-5 #menu ul li.page-item-5 ul a, .page-id-10 #menu ul li.page-item-10 ul a  {
	color: #FFF;
	}

.page-id-12 #menu ul li.page-item-12 ul a:hover, .page-id-5 #menu ul li.page-item-5 ul a:hover, .page-id-10 #menu ul li.page-item-10 ul a:hover {
	color: #9DE9FF;
	}
	
#menu ul ul {
	padding-bottom: 6px;
	width: 200px;
	background: transparent url('images/dropBot.png') no-repeat bottom left;
	text-transform: none;
	font-size: 14px;
	}

#menu ul ul li {
	display: block;
	width: 200px;
	font-size: 13px;
	height: auto;
	line-height: normal;
	margin: 0;
	padding: 0;
	text-align: left;
	background-image: none;
	background: transparent url('images/black50bg.png') repeat;
	}

#menu ul ul li a {
	color: white;
	}

#menu ul ul li a:hover {
	color: #9DE9FF;
	}

#menu ul ul li a {
	height: auto;
	width: 180px;
	padding: 4px 10px 4px 10px;
	margin: 0;
	image: none;
	color: white;
	background-image: none;
	text-shadow: none;
	}
	
/* Home Page Slideshow */

.sliderwrapper {
	position: relative; /*leave as is*/
	/*overflow: hidden; leave as is*/
	width: 1000px; /*width of featured content slider*/
	height: 570px;
	margin-top: -20px;
	background: transparent url('images/slideshowBg.png') no-repeat;
	}

.single .sliderwrapper {
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width: 672px; /*width of featured content slider*/
	height: 442px;
	margin: 10px 0 5px 0;
	background-image: none;
	}

.sliderwrapper .contentdiv {
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 20px;  /*leave as is*/
	top: 20px;  /*leave as is*/
	width: 960px; /*width of content DIVs within slider */
	height: 530px;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	z-index: 10;
	}

.single .sliderwrapper .contentdiv {
	width: 670px; /*width of featured content slider*/
	height: 440px;
	left: 0;
	top: 0;
	border: 1px solid #9B9E9D;
	}

.sliderwrapper .contentdiv a {
	width: 960px; /*width of content DIVs within slider */
	height: 530px;
	display: block;
	}

.pagination {
	display: none;
	}

.single .pagination {
	display: block;
	width: 670px;
	text-align: right;
	margin-bottom: 10px;
	font-size: 16px;
	font-family: "Arial Narrow", Arial, sans-serif;
	font-weight: bold;
	}

.single .pagination b {
	font-weight: normal;
	}

.single #entry .pagination a {
	text-decoration: none;
	}

.pagination .prev, .pagination .next {
	display: none;
	}

.pagination .selected {
	color: #612004;
	}

#homeBlock {
	width: 960px;
	overflow: hidden;
	line-height: 140%;
	text-align: left;
	color: black;
	}

#homeBlockTop {
	width: 960px;
	height: 40px;
	background: transparent url('images/homeblockTop.jpg') no-repeat top;
	}

#homeBlockMed {
	width: 960px;
	background: transparent url('images/homeblockMed.jpg') repeat-y;
	padding: 5px 0 15px 0;
	}
	
#homeBlock .project {
	margin: 10px 0 0 12px;
	float: left;
	font-size: 13px;
	width: 304px;
	height: 184px;
	text-overflow: none;
	position: relative;
	background: transparent url(images/black80bg.png) repeat;
	}

#homeBlock .project.last {
	float: right;
	margin-left: 0;
	}

#homeBlock h4 {
	margin-top: 5px;
	}

#homeBlock .project img {
	transition: opacity 0.5s ease;
}

#homeBlock .project:hover img {
	opacity: 0.3;
    filter: alpha(opacity=30); /* For IE8 and earlier */
}

#homeBlock .project a {
	display: block;
	font-size: 14px;
	line-height: normal;
	color: white;
	}

#homeBlock .project a b {
	position: absolute;
    left: -999em;
	width: 280px;
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	}

#homeBlock .project a b em {
	font-style: normal;
	font-size: 15px;
	margin-top: 5px;
	}

#homeBlock .project:hover {
	color: white;
	}

#homeBlock .project:hover b {
	left: 15px;
	top: 15px;
	z-index: 20;
	}

#homeBlock .project img.a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	border: 2px solid #9B9E9D;
	}

/* Headers */

h1 {
	font-size: 33px; /*33*/
	color: #004057;
	font-family: "Arial Narrow", Arial, sans-serif;
	font-weight: bold;
	margin-top: 10px;
	letter-spacing: .01em;
	text-shadow: #FFF 1px 1px 1px;
	line-height: 110%;
	text-transform: uppercase;
	}

h2 {
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 28px;
	color: #601F04;
	margin-top: 15px;
	letter-spacing: .01em;
	text-shadow: #FFF 1px 1px 1px;
	line-height: 110%;
	font-weight: bold;
	}

h2 a {
	color: #601F04;
	}

h2 a:hover {
	color: #004057;
	}

h3 {
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 24px;
	color: #333;
	margin-top: 26px;
	text-shadow: #FFF 1px 1px 1px;
	line-height: 110%;
	font-weight: bold;
	}

h4 {
	font-size: 15px;
	color: #004057;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 15px;
	font-weight: bold;
	text-shadow: #FFF 1px 1px 1px;
	padding-bottom: 4px;
	line-height: 110%;
	}

h4 a {
	background: transparent url('images/dashedLine.png') repeat-x bottom;
	}

/* Content */
	
#content {
	width: 1000px;
	text-align: left;
	margin-top: -25px;
	}

#content.plain {
	width: 960px;
	margin-top: 0;
	}

#contentTop {
	width: 1000px;
	height: 50px;
	background: transparent url('images/contentTop.png') no-repeat top;
	}

#contentMid {
	width: 1000px;
	background: transparent url('images/contentBg.png') repeat-y;
	}

#contentBot {
	width: 1000px;
	height: 40px;
	background: transparent url('images/contentBot.png') no-repeat bottom;
	}

#mainCol {
	width: 675px;
	float: right;
	margin-right: 50px;
	font-size: 16px;
	line-height: 140%;
	}

#mainCol.wide {
	width: 895px;
	}

#content.plain #mainCol {
	margin-right: 0;
	width: 715px;
	color: white;
	margin-bottom: 40px;
	}

#subCol {
	width: 180px;
	float: left;
	margin-left: 50px;
	font-size: 15px;
	line-height: 140%;
	font-weight: bold;
	}

#content.plain #subCol {
	margin-left: 0;
	width: 170px;
	background: transparent url('images/subColBg.jpg') repeat-y;
	padding: 15px 30px 15px 30px;
	}
	
#subCol ul li  {
	padding: 6px 0 6px 0;
	margin: 0;
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	}

#subCol ul ul {
	margin: 0 0 0 20px;
	}

#subCol ul ul li {
	font-size: 16px;
	padding: 4px 0 4px 0;
	}
	
#subCol .widget-container {
	margin-bottom: 20px;
	}

#subCol h2 {
	text-transform: uppercase;
	font-size: 22px;
	margin-bottom: 8px; 
	letter-spacing: .01em;
	font-family: "Arial Narrow", Arial, sans-serif;
	font-weight: bold;
	}

#subCol .current_page_item a, #subCol .current-cat a {
	color: #612004;
	}

/* Project Grid */
#content.plain .project {
	width: 227px;
	float: left;
	margin: 0 10px 10px 0;
	height: 137px;
	text-overflow: none;
	position: relative;
	background: transparent url(images/black80bg.png) repeat;
	}

#content.plain .project a {
	display: block;
	font-size: 13px;
	line-height: normal;
	color: white;
	}

#content.plain .project img {
	transition: opacity 0.5s ease;
}

#content.plain .project:hover img {
	opacity: 0.3;
    filter: alpha(opacity=30); /* For IE8 and earlier */
}

#content.plain .project a b {
	position: absolute;
    left: -999em;
	width: 200px;
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	}
#content.plain .project a b em {
	font-style: normal;
	font-size: 14px;
	font-weight: normal;
	margin-top: 5px;
	}

#content.plain .project:hover a {
	color: white;
	}

#content.plain .project:hover a b {
	left: 15px;
	top: 15px;
	z-index: 20;
	}

#content.plain .project img.a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	border: 1px solid #9B9E9D;
	width: 225px;
	height: 135px;
	}

/* Entry Content */

#entry p {
	margin: 8px 0 15px 0;
	}
#entry a {
	text-decoration: underline;
	}

#entry img {
	padding: 5px;
	background-color: white;
	}
	
#entry img.alignright, #entry .wp-caption.alignright {
	margin: 5px 0 5px 20px;
	}

#entry img.alignleft, #entry .wp-caption.alignleft {
	margin: 5px 20px 5px 0;
	}

#entry ul {
	margin: 0 0 5px 0;
	padding: 0;
	position: relative; /*needed for IE6*/
	}

#entry ul li  {
	padding: 0 0 8px 25px;
	margin: 0;
	background: transparent url(images/bullet.png) no-repeat .45em .35em;
	}

#entry ol {
	margin: 10px 0 10px 15px;
	padding: 0;
	position: relative; /*needed for IE6*/
	}

#entry ol li {
	margin: 5px 0 5px 12px;
	list-style: decimal;
	}

#entry blockquote {
	margin: 15px 0 15px 0;
	padding: 10px 20px 8px 20px;
	font-style: italic;
	background: transparent url(images/shadeBg.png) repeat;
	}

#entry cite {
	margin: 8px 0 0 0;
	display: block;
	font-size: 14px;
	line-height: normal;
	}

.navigation {
	display: block;
	font-size: 16px;
	margin: 40px 0 40px 0;
	font-family: "Arial Narrow", Arial, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	}

.navigation a {
	text-decoration: none;
	}

#entry .post {
	margin: 20px 0 20px 0;
	}

#entry .postmetadata {
	font-size: 14px;
	line-height: 120%;
	margin: 5px 0 15px 0;
	color: #666;
	}

#entry small {
	font-size: 14px;
	line-height: 120%;
	}

/* Forms */
.wpcf7-form {
	margin: 20px 0 20px 0;
	font-size: 16px;
	line-height: normal;
	}

input, textarea, select {
	font-size: 14px;
	border: 1px solid #CCC;
	padding: 4px;
	background-color: white;
	color: #333;
	text-transform: none;
	letter-spacing: normal;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	}

.wpcf7-form label {
	margin-bottom: 3px;
	}

#entry .wpcf7-form p {
	padding: 5px 0 3px 0;
	margin: 0;
	}

input.wpcf7-text {
	width: 300px;
	}

.wpcf7-form textarea {
	width: 500px;
	height: 150px;
	}

input.wpcf7-text.med {
	width: 200px;
	}

input.wpcf7-text.short {
	width: 100px;
	}

input.wpcf7-submit, input#submit {
	border: none;
	color: white;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	background-color: #004057;
	padding: 3px 8px 3px 8px;
	font-family:"Arial Narrow", Arial, sans-serif;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	}

#entry .wpcf7-mail-sent-ok {
	color: #004057;
	border: none;
	}

#entry .wpcf7-validation-errors, #entry .wpcf7-mail-sent-ng {
	color: #601F04;
	border: none;
	}


/* Comments */
#comments {
	margin-top: 30px;
	}

#commentform {
	margin-top: 10px;
	}

#comments input.input {
	width: 275px;
	}

#comments label {
	display: block;
	}
	
#entry #comments ol.commentlist {
	list-style: none;
	margin: 0 0 20px 0;
	}

#entry #comments ol li {
	list-style: none;
	margin: 0;
	border-bottom: 1px solid #CCC;
	}

#entry #comments ol li.comment {
	padding: 20px 15px 20px 15px;
	}

#entry #comments ol ul {
	margin-left: 50px;
	}

#entry #comments ol li.comment li {
	background-image: none;
	padding: 10px;
	}

#entry img.avatar {
	padding: 3px;
	}

#entry .comment-author {
	float: left;
	font-size: 13px;
	margin-right: 20px;
	width: 100px;
	}

#entry #comments cite {
	background-image: none;
	padding: 0;
	margin: 0;
	font-size: 13px;
	}

#entry #comments .says {
	display: none;
	}

#entry .comment-body {
	font-size: 14px;
	line-height: 140%;
	}

#entry .commentmetadata {
	font-size: 13px;
	color: #666;
	font-style: italic;
	margin-bottom: 5px;
	}

#entry #comments .navigation {
	padding: 0;
	margin: 5px 0 5px 0;
	font-size: 13px;
	}

#entry .imagelink.alignleft {
	margin: 5px 20px 20px 0;
	}

#entry .imagelink.alignright {
	margin: 5px 0 20px 20px;
	}

/* Footer */
#footer {
	clear: both;
	width: 960px;
	background: transparent url('images/footerBg.jpg') repeat;
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
	color: white;
	line-height: 120%;
	text-align: left;
	}

.home #footer {
	margin-top: 20px;
	}

.footerCol {
	float: left;
	width: 171px;
	padding: 20px 10px 20px 10px;
	height: 220px;
	background: transparent url('images/footerDiv.png') repeat-y right;
	}

.footerCol.last {
	float: right;
	padding: 20px 10px 20px 0;
	background-image: none;
	}

#footer p {
	margin: 8px 0 0 0;
	}

#footer a {
	font-weight: bold;
	color: #9FE6FF;
	}

#footer a:hover {
	color: white;
	}

#footer h5 {
	font-size: 12px;
	text-transform: uppercase;
	line-height: normal;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	}

#footer h5 a {
	color: white;
	}

#footer small {
	font-weight: normal;
	}

#footer ul {
	margin-top: 5px;
	}

#footer ul li {
	margin: 5px 0 5px 0;
	}

#gslideshow img {
	background-color: transparent !important;
	padding: 0 !important;
}

#gslideshow_pager a {
	text-decoration: none !important;
}

.gss-pager .cycle-pager-active, .gss-pager .cycle-pager-active:hover {
  background-color: #9FE6FF !important;
}

.gss-prev:hover, .gss-next:hover {
  color: #9FE6FF !important;
}