
/* - - - - - - - - - - - - - - - - - - - - - - -

Title :    Wehrenberg Design Company
URL :      http://wehrenberg.net/

Created :  03.29.2010
Modified : 04.27.2010

- - - - - - - - - - - - - - - - - - - - - - - */

/* @Font-Face */
h1, h4 { font-family: 'Colaborate-MediumRegular', Arial, sans-serif; }
h2, h3, #header .nav, #sub-content .nav { font-family: 'ColaborateLightRegular'; }

/* -----------------------------------------
Global Reset
v1.0 | 20080212 
http://meyerweb.com/eric/tools/css/reset/
-------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

/* remember to highlight inserts somehow! */
ins { text-decoration: none; background: #ffc; }
del { text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse; border-spacing: 0; }

/* remember to define focus styles! */
:focus { outline: none; }

/* Font Reset */
body { font-family: Arial, Verdana, sans-serif; font-size: 62.5%; line-height: 1em; }
html>body { font-size: 10px; }

/* ----------------------------------------- 
Clearfix Hack [slightly enhanced]
http://perishablepress.com/press/2008/02/05/
-------------------------------------------- */
.clearfix:after, #content .wrapper:after { 
	visibility: hidden; 
	display: block; 
	font-size: 0; 
	content: " "; 
	clear: both; 
	height: 0;
}
.clearfix, #content .wrapper { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix, * html #content .wrapper { height: 1%; }
.clearfix, #content .wrapper { display: block; }
/* close commented backslash hack */

/* ------------------------------------------------------------------------------------- H T M L  */

/* Anchor Links  -------------------------------------------------------------- */

a:link { color: #97CFFF; text-decoration: none; }
a:visited { color: #97CFFF; text-decoration: none; }
a:hover {  color: #97CFFF; text-decoration: underline; }
a:active {  color: #97CFFF; text-decoration: underline; }

a:focus { outline: none; text-decoration: underline; }

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

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

h1 {
	position: absolute;
	top: -114px;
	left: 230px;
	width: 728px;
	height: 60px;
	font-size: 5.4em;
	line-height: 1.2em;
	color: #fff;
	text-shadow: 1px 1px 9px #000;
}

h2 {
	margin: 0;
	font-size: 2.6em;
	line-height: 1.6em;
	color: #97CFFF;
}

h3 { margin: 0 0 1em; font-size: 1.6em; line-height: 1em; }

h4 { 
	margin: 0; 
	font-size: 1.6em; 
	line-height: 1.4em; 
}

h5, h6 { margin: 0 0 1.5em; font-weight: bold; font-size: 1.2em; }

h6 { margin: 0; }
	
/* Text Elements  -------------------------------------------------------------- */

p, ul, ol, dl, pre { 
	margin: 0 0 1.5em; 
	font-size: 1.4em; 
	line-height: 1.4em; 
}

small { font-size: .9em; }
strong, b, dt, th, dfn { font-weight: bold; }
address, em, i, caption, dfn, var { font-style: italic; }

ul, ol { margin: 0 1.5em 1.5em; }
ul ul, ol ol, ul ol, ol ul, ul p, ol p { font-size: 1em; margin: 0 0 0 2em; }

ul { list-style-type: disc; }
ul ul { list-style-type: circle; }
ul ul ul { list-style-type: square; }
ul ul ul ul { list-style-type: disc; }

ol { list-style-type: decimal; }
ol ol { list-style-type: upper-roman; }
ol ol ol { list-style-type: lower-roman; }
ol ol ol ol { list-style-type: upper-alpha; }

dl { margin: 0 0 1.5em; padding-top: 1.5em; border-top : 1px solid #ccc; }
dt { font-weight: bold; margin: 0; font-size : 1.2em; line-height : 1.25; }
dd { margin: 0 0 1.5em; padding: 0 0 1.5em; border-bottom : 1px solid #ccc; }

del { text-decoration: line-through; }
abbr, acronym { font-style: normal; }
acronym, abbr { border-bottom: 1px dotted #333; cursor: help; }
acronym { text-transform: uppercase; }
pre, kbd, code, samp, tt, var { font-family: 'andale mono', 'lucida console', monospace; }

pre { white-space: pre; }
code { display: block; }

sub { font-size: 0.9em; line-height: 1em; vertical-align: sub; }
sup { font-size: 0.9em; line-height: 1em; vertical-align: super; }

/* Tables  -------------------------------------------------------------- */

table {	margin: 0 0 1.5em; font-size: 1.2em; }
caption { text-align: left; }
th, td { padding: 0.25em 0.5em; vertical-align: top; }
tbody td, tbody th { border: 1px solid #999; }
tfoot { font-size: .9em; font-style: italic; }

/* Forms  -------------------------------------------------------------- */

label { font-weight: bold; }
fieldset { margin: 0 0 1.5em 0; padding: 1.4em 1.4em 0 1.4em; border: 1px solid #ccc; }
legend { font-size : 1.2em; font-weight: bold; }
textarea { width : 390px; height : 250px; padding : 5px; }

/* Images  -------------------------------------------------------------- */

img { vertical-align: top; }

/* ------------------------------------------------------------------------------------- P R I M A R Y - L A Y O U T  */

/* Global Styles  -------------------------------------------------------------- */

body {
	color: #fff;
	background: #020926 url(../images/header_tile.jpg) repeat-x center top;
}

#header, #content, #footer { clear: both; min-width: 960px; }

.wrapper {
	position: relative;
	margin: 0 auto;
	width: 960px;
	text-align: left;
}

/* Sticky Footer */
html, body, #wrapper { height: 100%; }
body > #wrapper { height: auto; min-height: 100%; }
#content { padding-bottom: 90px; }  /* must be same height as the footer */
#footer {
	position: relative;
	margin-top: -90px; /* negative value of footer height */
	height: 90px;
	clear:both;
}

/* Navigation Reset */
.nav, .nav li, .nav ul, .nav ul li { margin: 0; padding: 0; list-style: none; font-size: 1em; }

/* Global Classes */
.hidden { display: none; }

/* Header  -------------------------------------------------------------- */

#header .wrapper { height: 261px; z-index: 100; }

#header #branding {
	position: absolute;
	z-index: 100;
	top: 18px;
	left: 12px;
}

/* Header Navigation */
#header .nav {
	position: absolute;
	top: 96px;
	left: 228px;
	display: block; 
	margin: 0; 
	list-style: none; 
	font-family: ;
	font-size: 1.8em;
	line-height: 1.2em; 
}

#header .nav li { 
	display: inline; 
	margin: 0; 
	list-style: none; 
	border-left: 1px solid #fff;
}

#header .nav li:first-child { margin: 0; border-left: none; }

#header .nav li a { padding: 0 18px 0 18px; text-decoration: none; color: #fff; }
#header .nav li a:hover, #header .nav li a:focus { text-decoration: none; outline: none; color: #97CFFF; }
#header .nav li a:focus { text-decoration: underline; }
#header .nav li:first-child a { padding: 0 8px 0 0; }

/* Content  -------------------------------------------------------------- */

#content { border-top: 3px solid #9BC8F9; background: url(../images/content_bg.jpg) no-repeat center top; }

#content .wrapper { padding: 36px 0 0; }

#main-content {
	float: right;
	width: 655px;
	padding: 20px 34px 0 0;
}

#sub-content {
	float: left;
	position: relative;
	left: 22px;
	width: 218px;
	height: 476px;
}

body.methodology #sub-content, body.contact #sub-content, body.services #sub-content { background: url(../images/sub_nav_bg.jpg) no-repeat 0 0; }

#sub-content h4 {
	padding: 20px 26px 16px;
	font-size: 2.6em;
	line-height: 1.2em;
}

#sub-content .nav li { padding: 1px 0 0; background: url(../images/sub_nav_divider.jpg) no-repeat 26px top; }

#sub-content .nav li:first-child { background: none; }

#sub-content .nav li a {
	display: block;
	padding: 18px 26px;
	font-size: 1.8em;
	text-decoration: none;
	color: #fff;
}

#sub-content .nav li.active a,
#sub-content .nav li a:hover,
#sub-content .nav li a:focus {
	color: #99CCFF;
	background: #09162A;
	outline: none;
}

#sub-content .nav li a:focus { text-decoration: underline; }

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

#footer .wrapper { 
	width: 888px; 
	font-size: 1.4em;
	padding: 36px 0 0;
	background: url(../images/footer_divider.jpg) no-repeat center 28px; 
}

#footer p {
	position: absolute;
	top: 46px;
	right: 4px; 
	margin: 0;
	padding: 0; 
	font-size: 1em; 
}

/* Footer Navigation */
#footer .nav {
	position: absolute;
	top: 46px;
	left: 4px;
	margin: 0;
	padding: 0;
	list-style: none; 
	overflow: hidden; 
}

#footer .nav li { display: inline; margin: 0 0 0 -0.25em; list-style: none; border-left: 1px solid #fff; }
#footer .nav li a { color: #fff; text-decoration: none; padding: 0 0.5em; }
#footer .nav li a:hover, #footer .nav li a:focus { text-decoration: underline; outline: none; }

/* ------------------------------------------------------------------------------------- S E C O N D A R Y - L A Y O U T  */

/* HOME PAGE  -------------------------------------------------------------- */

body#home #header { margin: 85px 0 0; background: #041B61 url(../images/home_header_bg.jpg) no-repeat center top; }

body#home #header .wrapper { height: 496px; }

body#home #header #branding { top: -67px; }

body#home #header .nav { top: 11px; }

body#home #content .wrapper {
	width: 840px;
	padding: 52px 60px 0; 
}

body#home h1 {
	text-indent: -9999em;
	overflow: hidden;
}

#slideshowhome {
	position: absolute;
	z-index: 90;
	height: 427px;
	top: -430px;
	left: 0px;
	right: 0px;
	text-align: center;
}

#slideshowhome div {
	width: 700px;
	height: 427px;
}

#slideshowhome .slideshow { height: 427px; width: 700px; margin: auto }


#primary-content {
	float: left;
	width: 370px;
	padding: 0 40px 0 10px;
	background: url(../images/home_divider.jpg) no-repeat right top;
}

#primary-content h3 {
	margin: 0;
	font-size: 2em;
	color: #9CC9FB;
}

#secondary-content {
	float: left;
	width: 380px;
	padding: 0 0 0 40px;
}

#secondary-content p {
	position: relative;
	margin: 0 0 40px;
	padding: 0 0 0 90px;
}

#secondary-content p img {
	position: absolute;
	top: 2px;
	left: 0;
}

#tertiary-content {
	clear: both;
	float: left;
	width: 888px;
	margin: 0 -60px;
	padding: 20px 36px 0;
	overflow: hidden;
	background: url(../images/footer_divider.jpg) no-repeat center top; 
}


blockquote { 
	float: left;
	width: 510px;
	padding: 20px 0 0 100px;
	background: url(../images/icon_quotes.gif) no-repeat 40px 24px;
}

blockquote p { margin: 0 0 1em; line-height: 1.2em; }

blockquote cite { font-style: normal; color: #C1DEFD; }

#tertiary-content .nav {
	float: right;
	width: 174px;
}

#tertiary-content .nav li {
	float: left;
	width: 174px;
	display: block;
}

#tertiary-content .nav li a {
	display: block;
	float: left;
	width: 122px;
	margin: 0 0 5px;
	padding: 0 0 0 52px;
	line-height: 2.2em;
	font-size: 1.6em;
	color: #fff;
}

#tertiary-content .nav li#sn-facebook a { background: url(../images/icon_facebook.gif) no-repeat 0 center; }
#tertiary-content .nav li#sn-linkedin a { background: url(../images/icon_linkedin.gif) no-repeat 0 center; }
#tertiary-content .nav li#sn-twitter a { background: url(../images/icon_twitter.gif) no-repeat 0 center; }


#sub-content .snnav li {
	float: left;
	width: 174px;
	display: block;
}

#sub-content .snnav li a {
	display: block;
	float: left;
	width: 122px;
	margin: 0 0 5px;
	padding: 0 0 0 52px;
	line-height: 2.2em;
	font-size: 1.2em;
	color: #fff;
}

#sub-content .snnav li#sn-facebook a { background: url(../images/icon_facebook.gif) no-repeat 0 center; }
#sub-content .snnav li#sn-linkedin a { background: url(../images/icon_linkedin.gif) no-repeat 0 center; }
#sub-content .snnav li#sn-twitter a { background: url(../images/icon_twitter.gif) no-repeat 0 center; }





/* PORTFOLIO PAGE  -------------------------------------------------------------- */

#project-detail { margin: -20px 0 0; }

#project-detail img {
	margin: 0 0 14px;
	border: 1px solid #ccc;
}

#project-detail p { margin: 0 0 40px; }

#project-detail p a { display: block; }

/* Thumbnail Gallery */
#tn-gallery {
	width: 756px;
	margin: 0 -51px 50px;
	margin-bottom:0px;
	overflow: hidden;
	text-align:center;
}

#tn-gallery li {
	float: left;
	width: 230px;
	padding: 0 11px;
}

#tn-gallery li a {
	display: block;
	margin: 0 0 28px;
	font-size: 1.2em;
}

#tn-gallery li img { margin: 0 0 5px; }


/* Logo Gallery */
#logo-gallery {
	width: 656px;
	margin: 0 -51px 50px;
	margin-bottom:0px;
	margin-left:20px;
	overflow: hidden;
	text-align:center;
}

#logo-gallery li {
	float: left;
	width: 280px;
	padding: 0 11px;
}

#logo-gallery li a {
	display: block;
	margin: 0 0 8px;
	font-size: 1.2em;
}

#logo-gallery li img { margin: 0 0 15px;
	border:1px #99c8fb solid;
	background-color:#d8dcc4;
	padding:4px;
  }

/*PAGINATION */
ul#pagination {
	list-style-type:none;
	float:right;
}

#pagination li {
	float:left;
}

#pagination li a {
	padding-left:10px;
	padding-right:10px;
}

#pagination li a.first {
	padding-left:5px;
	margin-left:8px;
}

/* Callout Boxes */
.callout-box {
	margin: 0 0 50px;
	overflow: hidden;
	background: #0F223A;
}

.callout-box h3 {
	margin: 0 0 10px;
	padding: 16px 30px 16px;
	font-family: 'Colaborate-ThinRegular', Arial, sans-serif;
	font-size: 2.6em;
	line-height: 1.2em;
	color: #99CCFF;
	background: #09162A;
}

.get-a-quote p {
	margin: 0 30px 20px 30px;
	padding: 0 0 0 45px;
	font-size: 1.4em;
	line-height: 1.2em;
	background: url(../images/icon_get_a_quote.gif) no-repeat 0 4px;
}

.get-a-quote p.button {  background: none; }

.get-a-quote p.button a {
	display: block;
	width: 90px;
	height: 22px;
	overflow: hidden;
	text-indent: -9999em;
	padding: 0;
	background: url(../images/button_get_quote.gif) no-repeat left top;
}

.case-studies p {
	margin: 0 30px 20px 30px;
	padding: 0 0 0 45px;
	font-size: 1.4em;
	line-height: 1.2em;
	background: url(../images/icon_case_studies.gif) no-repeat 0 4px;
}

.case-studies p.button {  background: none; }

.case-studies p.button a {
	display: block;
	width: 90px;
	height: 22px;
	overflow: hidden;
	text-indent: -9999em;
	padding: 0;
	background: url(../images/button_more_info.gif) no-repeat left top;
}


.designcallout p {
	margin: 0 30px 20px 30px;
	padding: 0 0 0 0px;
	font-size: 1.2em;
	line-height: 1.2em;
}

/*
    For Specific Slides
*/
#textSlide                              { padding: 10px 30px; }
#textSlide h3                           { font: 20px Georgia, Serif; }
#textSlide h4                           { text-transform: uppercase; font: 15px Georgia, Serif; margin: 10px 0; }
#textSlide ul                           { list-style: disc; margin: 0 0 0 25px; }
#textSlide ul li                        { display: list-item; }

#quoteSlide                             { padding: 30px; }
#quoteSlide blockquote                  { font: italic 24px/1.5 Georgia, Serif; text-align: center; color: #444; margin: 0 0 10px 0; }
#quoteSlide p                           { text-align: center; }

/* CONTACT FORM */

.imgright {
	float:right;
	border:1px #99c8fb solid;
	background-color:#d8dcc4;
	padding:4px;
	margin-left:10px;
}


#contact-form {
	font-size:1.2em;
}

#contact-form fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#contact-form .field {
	margin: 0 0 4px;
	margin-right:15px;
	
	/* Cross-Browser Inline-Block */
	display: -moz-inline-stack; /* FF2 inline-block */
	display: inline-block; 
	vertical-align: top;
	zoom: 1;
	*display: inline; /* IE7 inline-block */
}

#contact-form .other { display: block; }

#contact-form label {
	width: 90px;
	padding: 3px 0;
	font-size: 1.1em;
		
	/* Cross-Browser Inline-Block */
	display: -moz-inline-stack; /* FF2 inline-block */
	display: inline-block; 
	vertical-align: top;
	zoom: 1;
	*display: inline; /* IE7 inline-block */
}

#contact-form label span,
#contact-form p small {
	color: #F40F07;
}

#contact-form .wide input { width: 190px; }
#contact-form .medium input, #contact-form .medium textarea { width: 145px; }
#contact-form .medium textarea { height: 45px; }
#contact-form .wide textarea { height: 70px; }
#contact-form .narrow input { width: 90px; margin: 0 14px 0 0; }

#contact-form .button {

}
#contact-form .button input { width: 90px; }

/* Contact Form Thanks */
#contact-form-thanks {
	color:#ffffff;
	font-weight:bold;
	line-height:normal;
}

/* Contact Form Error */
#contact-form-error {
	color:#ff0000;
	font-weight:bold;
	line-height:normal;
}