@charset "utf-8";
/*  Theme Name: Nerdery Base Theme v1 */
@import url("config/css/reset.css");
/* ---------------------------------------------------------------------
Original Author: Sierra Bravo
Contributors: Kelly Meath
Theme Developer: 

Target Browsers: IE6, IE7, IE8, Firefox 3.5, Safari 4
Media Type: <screen, mobile, print>

CSS Coding Standards Documentation: http://wiki.bravo/index.php/CSS_Coding_Standards 
------------------------------------------------------------------------ */

/* ---------------------------------------------------------------------
Universal styles
------------------------------------------------------------------------ */	
#flashPosition{
	position: absolute;
	background: url('images/effect_logo_large.png') no-repeat 177px 169px;
	top: 24px;	
	left: 3px;
	height: 500px;
	width: 510px;
}

/* ---------------------------------------------------------------------
Universal styles
------------------------------------------------------------------------ */	
*{
	outline: none;	
}

body{
	font: 11px/15px Helvetica;
	color: #666;
	background-color: #e0e3e9;
}

h1, h2, h3, h4, h5, h6{
	text-transform: uppercase;
	color: #002b5c;
	font-weight: bold;
}

h1{
	font-size: 46px;
	line-height: 46px;
}

h2.index_template{
	font-size: 32px;
	line-height: 32px;
	margin-bottom: 15px !important;
	border-bottom: 1px solid #ced3db;		
}

h2{
	font-size: 25px;
	line-height: 25px;	
}

h2 a{
	text-decoration: none;	
}

h2 a:hover{
	text-decoration: underline;	
}

h3{
	font-size: 22px;
	line-height: 22px;	
}

h4{
	font-size: 19px;
	line-height: 19px;	
}

h5{
	font-size: 16px;
	line-height: 16px;	
}

h6{
	font-size: 13px;
	line-height: 13px;
}

h6 a{
	text-decoration: none;	
}

h6 a:hover{
	text-decoration: underline;	
}

.clear{
	clear: both !important;
	height: 0 !important;	
}

.hidden{
	display: none !important;	
}

a{
	color: #002b5c;
}

a:hover{
	text-decoration: none;
}

ul{
	list-style: disc inside none;	
}

ol{
	list-style: decimal inside none;
}

ol li div.ol_li_inner{
	font-weight: normal !important;
	display: inline;
}

td{
	vertical-align: top;	
}

#blog_template #left_column p{
	padding-bottom: 10px;	
}

tr td{
	padding-bottom: 10px;
}

textarea{
	border: none;
	padding: 2px;
	background-color: #ebedf1;
	font-size: 12px;
	color: #666;
	width: 100%;
	height: 100px;
}

.post_excerpt_p a,
.read_more{
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}

/* ---------------------------------------------------------------------
Base Layout
------------------------------------------------------------------------ */	
.blue_bar{
	width: 100%;
	height: 26px;
	background-color: #96d4f1;
}

.main_wrapper{
	overflow: hidden;
	width: 100%;
	background: white url('images/background_gradiant.png') repeat-x bottom left;
	position: relative;	
	z-index: 0;
}

.inner_wrapper{
	width: 960px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	z-index: 1;
}	

.dark_blue{
	color: #002b5c;	
}

.light_blue{
	color: #96d4f1;
}

.not_home #left_column{
	margin-top: 35px;
	width: 600px;
	float: left;
}

.not_home #right_column{
	width: 402px;
	height: 535px;
	margin-top: 35px;	
	overflow: auto;
	float: left;
	position: relative;	
	z-index: 2;
}

#right_column_top{
	height: 35px;
	width: 360px;
	position: absolute;
	top: 0;
	right: 42px;
	z-index: 3;
	background: transparent url('images/right_column_top.png') repeat-x;	
}

#right_column_bottom{
	height: 35px;
	width: 361px;
	position: absolute;
	bottom: 0;
	right: 42px;
	z-index: 3;
	background-repeat: repeat-x;
	background-image: url('images/default_right_column_bottom.png');	
}

.not_home #right_column #right_column_inner_container{
	width: 360px;
	position: relative;
	z-index: 3;
	padding-bottom: 30px;
}

.not_home.not_blog #right_column p,
.not_home.not_blog #right_column ul,
.not_home.not_blog #right_column ol{
	margin-bottom: 15px;
} 

.not_home .inner_wrapper{
	height: 570px;
	width: 1002px;
	overflow: hidden;
	left: 50%;
	margin-left: -480px;
	
}

form{
	padding-top: 5px;	
}

form div{
	margin-bottom: 10px;	
}

.not_home #right_column form div p{
	margin: 0 !important;
	paddding: 0;
}

form label{
	color: #002b5c;
	font-weight: bold;
	padding-right: 3px;
}

form input.text{
	border: none;
	padding: 2px;
	background-color: #ebedf1;
	font-size: 12px;
	color: #666;
}

form input.submit{
	border: none;
	font: 12px/12px Helvetica;
	padding: 3px 18px;
	background-color: #002b5c;
	color: white;
	text-transform: uppercase;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	cursor: pointer;
}	

.slider_control{
	position: absolute;
	height: 57px;
	width: 15px;
	background-repeat: no-repeat;
	display: block;
	cursor: pointer;
}

#bottom_white{
	background-color: white;
	height: 20px;	
}

#separator,
.separator{
	height: 20px;	
}

.wpcf7-mail-sent-ok{
	height: 80px;
	text-indent: -9999px;
	border: none !important;
	display: block;
	background: url('images/thank_you.png') no-repeat center center;
}

.wpcf7-not-valid-tip{
	top: -5px !important;	
	left: -3px !important;
	width: 100% !important;
}

/* ---------------------------------------------------------------------
Custom scroll bar
------------------------------------------------------------------------ */
.jScrollPaneTrack{
	right: 0;
	position: absolute;
	background: url('images/scrollbar_track.png') repeat-y;
	height: 540px;
}

.jScrollPaneDrag{
	height: 22px !important;
	width: 22px;
	cursor: move;
	position: relative;
	background: transparent url('images/scrollbar_drag.png') no-repeat;	
}

.jScrollPaneContainer{
	float: left;
}

.jScrollPaneContainer #right_column{
	clear: both !important;	
}

/* ---------------------------------------------------------------------
Home Page
------------------------------------------------------------------------ */
#flashContainer ul{
	list-style: none;	
}

#flashContainer ul li{
	display: inline;
	margin-right: 10px;
	font-size: 12px;
}

#flashContainer ul li a{
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}

#flashContainer ul li a:hover{
	text-decoration: underline;	
}

#home_page .inner_wrapper{
	height: 667px;
}

#home_page #right_column{
	width: 460px;
	position: absolute;
	top: 132px;
	height: 500px;
	right: 0;
	text-align: right;
}

#home_page .blue_bar{
	height: 58px;	
}

#home_page #subline_text p{
	cursor: pointer;	
}

#home_page #right_column h1{
	margin-bottom: -8px;
}

#home_page #right_column p{
	font: 15px/20px Helvetica;
	padding: 1px 0 0 0;
}

#homepage_subline_text{
	position: absolute;
	top: 545px;	
	width: 100%;
}

#lastest_gallery_images{
	display: block;
	height: 75px;
	width: 100px;
	list-style: none;
	margin: 0 !important;
	padding: 0 !important;	
}

#lastest_gallery_images a{
	display: block;
	height: 75px;
	width: 100px;
	overflow: hidden;
	text-align: right;
	vertical-align: center;
}

#latest_gallery h5{
	text-align: right;	
}

#latest_gallery{
	height:	92px;
	width: 100px;
	overflow: hidden;
	margin: 20px 0 0 360px;
}

/* ---------------------------------------------------------------------
Subline text
------------------------------------------------------------------------ */	
#subline_text{
	width: 100%;
	height: 24px;	
	line-height: 24px;
	overflow: hidden;
	position: relative;
	border-bottom: 1px solid #ced3db;
}

#subline_text p{
	text-transform: uppercase;
	font: 15px/20px Helvetica;
	cursor: pointer;
	height: 24px;	
	line-height: 24px;	
}

#subline_text #copywrite{
	position: absolute;
	top: 12px;
	right: 0;
	font-size: 10px;
	line-height: 10px;
	height: 10px;
	color: #666;	
}

/* ---------------------------------------------------------------------
Header / Main Navigation
------------------------------------------------------------------------ */	
#header_container{
	height: 161px;
	background: white url('images/background_top_gradiant.png') repeat-x top left;	
}

#header{
	height: 160px;
	width: 960px;
	overflow: hidden;
	margin: 0 auto;
	border-bottom: 1px solid #e4e5e7;
}

#navigation ul li{
	display: inline;
	height: 160px;
	line-height: 160px;
	float: left;
	margin: 0 !important;		
}

#navigation ul li a{
	display: block;
	margin: 48px 2px 0 0;
}

#navigation ul li a#home_logo{
	margin: 32px 20px 0 0; 
}

#navigation{
	height: 160px;
	width: 600px;
	float: left;	
	background: transparent url('images/nav_bg.png') no-repeat center right;
}

#header_page_image{
	width: 357px;
	height: 135px;
	line-height: 135px;
	margin-top: 18px; 
	border-left: 1px solid #e4e5e7;
	float: left;
	position: relative;
	overflow: hidden;
}

#header_page_image img{
	margin: auto;
	display: block;
	vertical-align: middle;
	text-align: center;
	position: absolute;
	top: 0;
	bottom:0 ;
	right: 0;
	left: 0;
}

/* ---------------------------------------------------------------------
Who Page
------------------------------------------------------------------------ */
#who_page_image{
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
}

#who_slider_container{
	width: 380px;
	position: absolute;
	top: 450px;
	height: 120px;
	overflow: hidden;
	clear: both;
	z-index: 3;
}

#who_slider_container .jcarousel-container{
	position: absolute;
	left: 15px;
	z-index: 3;
}

#who_slider{
	font: 11px/15px Helvetica;
	list-style: none;
}

#who_slider_container #who_slider-prev{
	left: 0;
	background-image: url('images/left_arrow.png');
	z-index: 4;	
	top: 50%;
	margin-top: -29px;	
}

#who_slider_container #who_slider-next{
	right: 0;
	background-image: url('images/right_arrow.png');
	z-index: 4;	
	top: 50%;
	margin-top: -29px;	
}

#who_page_template .jcarousel-container{
	width: 350px;
}

#who_page_template .inner_wrapper{
	width: 960px;
}

#who_page_template .who_slider li{
	width: 350px !important;
	height: 120px;
	overflow: auto;
}

#who_page_template .who_slider li ul li{
	height: auto;	
}

#who_page_template .who_slider li p{
	padding: 0 10px;
}

#who_page_template .who_slider li ul{
	padding: 0 10px;
	margin-bottom: 10px;
}

#who_page_template .who_slider li ul li{
	width: 280px !important;
	padding-left: 10px;
	list-style: none !important;
	margin-top: 5px;
	background: url('images/grey_square.gif') top left no-repeat;
}

#who_slider h6{
	padding: 0 10px;
	font-size: 11px;	
}

/*
#who_slider li ul{
width: 310px !important;
}

#who_slider li ul li{
height: auto !important;
width: 300px !important;
padding-left: 5px !important;
margin: 0 !important;		
}
*/

/* ---------------------------------------------------------------------
What Page
------------------------------------------------------------------------ */
#what_page_template #right_column,
#what_page_template .inner_wrapper{
	height: 435px;
}

#what_page_template #left_column_bottom,
#what_page_template #right_column_bottom{
	background-image: url('images/work_right_column_bottom.png');	
}

ul#what_content li{
	margin-bottom: 15px;
}

#what_page_template #copywrite{
	display: none;
}

#projects_slider_container{
	position: relative;
	width: 960px;
	margin-top: 15px;
	height: 70px;
	overflow: hidden;	
}

#projects_slider_container .jcarousel-container{
	padding: 0 20px;	
}

#project_slider{
	list-style: none !important;
	height: 70px;
	overflow: hidden;
}

#project_slider li{
	display: inline;
	padding: 0 11px;
	height: 70px;
}	

#project_slider li a{
	/*display: block;*/
	height: 70px;
	line-height: 70px;
}

#project_slider li a div{
	height: 70px !important;	
}

#project_slider li a img{
	vertical-align: middle;	
}

#project_slider-prev{
	top: 6px;
	background-image: url('images/left_arrow.png');	
}

#project_slider-next{
	top: 6px;
	right: 0;
	background-image: url('images/right_arrow.png');
}

.project_slider_container{
	width: 960px;
	height: 135px;
	margin: 0 auto;	
}

#what_page_template #projects_slider_container,
#what_page_template	#project_slider,	
#what_page_template	#project_slider li,
#what_page_template #project_slider li a div{
	height: 90px !important;	
}

/* ---------------------------------------------------------------------
How Page
------------------------------------------------------------------------ */
#how_page_diagram{
	width: 448px;
	height: 507px;
	margin: 0 auto;
	position: relative;
	margin-top: -25px;
}

#how_page_diagram img{
	position: absolute;
	top: 0;
	left: 0;
}

#how_page_diagram .how_box{
	position: absolute;
	height: 170px;
	width: 170px;
	verticle-align: middle;	
	cursor: pointer;	
	overflow: hidden;
}

#how_page_diagram .how_box h3{
	font: bold 24px/24px Helvetica;
	display: block;
	margin: 73px auto;
	color: #002b5c; 
	text-transform: uppercase;
	text-align: center;
}

#how_page_diagram .how_box div{
	margin: auto;
	width: 170px;
	position: relative;
	padding-top: 25%;
}

#how_page_diagram .how_box div p{
	line-height: 13px;
	margin: 5px 10px;
	width: 160;
	color: #002b5c; 
}

#strategy{
	left: 13px;
	top: 102px;	
}

#integration{
	top: 102px;
	left: 266px;	
}

#activation{
	top: 325px;
	left: 140px;
}

/* ---------------------------------------------------------------------
Connect page
------------------------------------------------------------------------ */
#connect_left_column_content{
	margin: 0 35px 0 0;
}

#connect_left_column_content p{
	font: 15px/19px Helvetica;	
}	

#contact_form{
	display: none;	
}

#appended_contact_form{
	margin-top: 10px;
}

#appended_contact_form div,
#appended_contact_form table{
	width: 100%;	
}

#contact-form-label{
	padding-left: 3px;	
}

#contact-email-td{
	padding-right: 6px;	
}

tr td span input{
	width: 100%;	
}

/* ---------------------------------------------------------------------
Page template 1
------------------------------------------------------------------------ */
#video_content object,
#video_content embed{
	width: 560px !important;
	height: 380px !important;
}

#page_image{
	width: 560px;
	overflow: hidden;
	margin: 0 30px 0 10px;
}

#page_image img{
	display: block;
	margin: auto;
}

/* ---------------------------------------------------------------------
Client Project Page template
------------------------------------------------------------------------ */
#what_page_template.client_page_template #left_column{
	margin: 0 30px 0 0;
	height: 435px;
	width: 560px !important;
	position: absolute;	
	left: 10px;
	overflow: auto;
}

#what_page_template.client_page_template #left_column h2{
	margin-bottom: 1px;	
}

#what_page_template.client_page_template #right_column_inner_container{
	margin-top: 24px;
	padding-bottom: 40px;
}

#image_gallery{
	height: 380px;
	width: 560px;
	overflow: hidden;
}	

#image_gallery .item{
	overflow: hidden;	
}

#image_gallery object,
#image_gallery embed{
	width: 560px !important;
	height: 380px !important;
}

#image_gallery img{
	width: 560px;
	height: auto;
}

#project_footer{
	position: relative;
	height: 70px;
	margin-top: 5px;
}

#project_footer ul{
	list-style: none inside none;
	celar: both;
}

#project_footer ul li{
	display: inline;
	height: 14px;
	width: 14px;
	float: left;
	margin-right: 5px;
}

#project_footer ul li a{
	cursor: pointer;
	display: block;
	height: 14px;
	width: 14px;
	overflow: hidden;
	text-indent: -9999px;
	background: url('images/image_gallery_circles.png') top left;		
}

#project_footer ul li a.active{
	background-position: bottom left;
}

#project_footer_icon{
	position: absolute;
	top: 0;
	right: 0;
}


#what_page_template #left_column_inner_container{
	margin-top: 33px;	
}

#what_page_template #right_column{
	width: 360px !important;
	position: absolute;
	right: 42px;
	padding-right: 0 !important;	
}

#what_page_template .jScrollPaneTrack{
	height: 435px !important;
}

#what_page_template #left_scroller .jScrollPaneTrack{
	left: 575px;
}

/* ---------------------------------------------------------------------
Blog template
------------------------------------------------------------------------ */
#left_scroller{
	float: left;
	width: 600px;	
}

#left_column_inner_container{
	margin-top: 35px;	
}

#scroll_padding{
	height: 150px;
}

#blog_template #left_column{
	height: 535px;
	width: 560px !important;
	position: absolute;	
	left: 10px;
	margin: 0;
	overflow: auto;
}

#blog_template #left_column h1, 
#blog_template #left_column h2, 
#blog_template #left_column h3, 
#blog_template #left_column h4, 
#blog_template #left_column h5, 
#blog_template #left_column h6,
#blog_template #left_column p,
#blog_template #left_column ol,
#blog_template #left_column ul{
	margin-bottom: 10px;
}

#left_column_top{
	height: 35px;
	width: 570px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	background: transparent url('images/right_column_top.png') repeat-x;	
}

#left_column_bottom{
	height: 35px;
	width: 570px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 3;
	background-repeat: repeat-x;
	background-image: url('images/default_right_column_bottom.png');	
}

#blog_template #right_column{
	width: 360px !important;
	position: absolute;
	right: 42px;
	padding-right: 0 !important;	
}

#blog_template .jScrollPaneTrack{
	height: 535px;
}

#blog_template #left_scroller .jScrollPaneTrack{
	left: 575px;
}

#blog_form input{
	border: none;
	padding: 2px;
	background-color: #ebedf1;
	font-size: 12px;
	color: #666;
	width: 165px;	
}

#left_scroller .jScrollPaneContainer #left_column{
	clear: both !important;	
}

#left_column_inner_container .post_excerpt_p p{
	display: inline;	
}

#blog_template #project_footer{
	height: 14px;
	margin-bottom: 10px;
}

#post_excerpts{
	border-top: 1px solid #E4E5E7;
	padding-top: 15px;
}

.post_excerpt{
	margin-bottom: 15px;
	border-bottom: 1px dotted #E4E5E7;
	padding-bottom: 10px;
}

.post_excerpt p{
	display: inline;
}

#subscribe input[type="text"]{
	width: 165px;	
}

#subscribe input[type="submit"]{
	background-color: #002b5c;
	border: none;
	color: white;
	text-transform: uppercase;
	font-size: 10px;
	margin-top: 14px;
	width: 80px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	
}

#post_content,
#comments_template{
	margin-bottom: 10px;	
}

#comments_template{
	padding-bottom: 20px;	
}

/* ---------------------------------------------------------------------
Comments template
------------------------------------------------------------------------ */
.navigation{
	border-top: 1px solid #E4E5E7;
	padding-top: 10px;
	margin-top: 10px;
}

.commentlist{
	list-style: none;
}

.commentlist li{
	border-bottom: 1px dotted #E4E5E7;
	margin-top: 15px;
}

#blog_template #left_column .commentlist li h1, 
#blog_template #left_column .commentlist li h2, 
#blog_template #left_column .commentlist li h3, 
#blog_template #left_column .commentlist li h4, 
#blog_template #left_column .commentlist li h5, 
#blog_template #left_column .commentlist li h6,
#blog_template #left_column .commentlist li p,
#blog_template #left_column .commentlist li ol,
#blog_template #left_column .commentlist li ul{
	margin-bottom: 0;
}

.commentmetadata{
	margin-bottom: 10px;	
}

#comment{
	width: 554px;
}


#commentform input{
	border: none;
	padding: 2px;
	background-color: #ebedf1;
	font-size: 12px;
	color: #666;
}

#commentform #submit{
	border: none;
	font: 12px/12px Helvetica;
	padding: 3px 18px;
	background-color: #002b5c;
	color: white;
	width: auto;
	text-transform: uppercase;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	cursor: pointer;	
}

.comment_text{
	margin-left: 40px;
	width: 400px;
}

.comment_text p{
	padding-bottom: 5px !important;	
}

.comment-author img{
	float: right;
	margin-bottom: 20px;
}

.comment_info{
	margin-bottom: 20px;
}

#blog_template #left_column form p{
	padding-bottom: 0 !important;	
}

#social_links{
	line-height: 26px;
	height: 26px;
}

#social_links h6,
#social_links a{
	display: block;
	float: left;
}

#social_links h6{
	line-height: 26px;
}

#social_links #twitter_icon{
	width: 26px;
}

#social_links #facebook_icon{
	width: 26px;	
	border-left: 2px solid #002b5c;
	padding-left: 8px;
	margin: 0 8px;
	
}

#archive_list{
	list-style: none !important;
	margin-left: 40px;
}

#archive_list li{
	color: #89a922;	
}

#archive_list li a{
	color: #6f6f6f;
	text-decoration: none;
}

#archive_list li a:hover{
	color: #002b5c;
	text-decoration: underline;
}
