/*
Theme Name:Big Splash
Theme URI: http://richardshepherd.com
Description: A HTML5 version of the TwentyTen default theme for WordPress.
Author: Richard Shepherd
Version: 1.0
Tags: html5, black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
*/
/* Grab the original TwentyTen styles */
/* This stylesheet merely overrides a few and brings HTML5 to the masses! */
/*@import url(css/twentyten-style.min.css); */

ul#contest-entries{
	list-style: none;
	margin: 0px;
}
ul#contest-entries li{
	float: left;
	margin: 0 20px 20px 0;
	width: 296px;
	padding: 0px;
}
ul#contest-entries li.last{
	margin-right: 0px;
}

.portfolio_content {
	width: 281px;
	float: left;
}

#formHolder {
	padding-top:30px;
	min-height:70px;
}
span.blue {
	color:#0576BC;
}
span.white {
	color:#fff;
}


/* A message for users with JavaScript turned off */
noscript strong {display: block; font-size: 18px; line-height:1.5em; padding: 5px 0; background-color: #ccc; color: #a00; text-align: center; }

/* HTML5 elements need display: block */
header,nav,section,article,aside,figure,footer { display:block; }

blockquote{
	background: url(images/left-quote.png) no-repeat;
	padding: 10px 50px;
	text-align: center;
	font-size: 25px;
	line-height: 26px;
	margin: 0 0 20px 0;
}
blockquote span.right-quote{
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 36px;
	height: 33px;
	background: url(images/right-quote.png) no-repeat;
}

/* Where we're reassigning div's to HTML5 elements we */
/* need to copy across their CSS styles like so... */
header { 
	background: #015ea5 url("http://static.bigsplashwebdesign.com/wp-content/themes/big-splash-html5/images/drops.jpg") repeat-x;
	height: 70px;
	padding-top: 15px;
}
footer { 
	padding-bottom: 40px;
}
#footer-wrapper h3, #footer-wrapper h3 a, #footer-wrapper a{
	color:#fff;
}

footer p{
	color:#fff;
	text-shadow: -1px -1px 0px #01518e;
}

body.home #content h2{
	padding-top: 15px;
}

a.button{
	display:block;
	text-align: center;
	cursor:pointer;
	padding: 5px;
	background: #ffc90f;
	border: 1px solid #ffad0f;
	color:#0674bb;
	border-radius: 10px;
}

#primary li.callout{
	padding: 15px;
	color:#fff;
	border-radius: 10px;
	background: #0674bb;
	margin-bottom: 3px;
}
#primary li.callout li{
	background: url("http://static.bigsplashwebdesign.com/wp-content/themes/big-splash-html5/images/green-check.png") no-repeat;
	padding-left: 30px;
	margin-bottom: 5px;
}
#primary li.callout h3{
	color:#ffc90f;
}

h2#site-description { font-size: 12px;}

#content figure { background:#f1f1f1; line-height:18px; margin-bottom:20px; padding:4px; text-align:center; border: 1px solid #d5d5d5; }
#content figure img { margin:5px 5px 0; border: 1px solid #D5D5D5;}
#content figure figcaption { color:#888; font-size:12px; padding:5px 0; font-family:"Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif; }
#content figure figcaption p{ margin: 0px; }

input[type="email"], 
input[type="url"] { background: #f9f9f9; border: 1px solid #ccc; box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1); -moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1); -webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1); padding: 2px; }


.ie6 nav ul li.current_page_item a,.ie6 nav ul li.current-menu-ancestor a,.ie6 nav ul li.current-menu-item a,.ie6 nav ul li.current-menu-parent a,.ie6 nav ul li a:hover { color:#fff; }

body.home header{
	height: 290px;
}

h6.testimonials {
	color:#fff;
}
p.testimonials {
	color:#0674bb;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color:  #444;
}
input:-moz-placeholder, input:-moz-placeholder{
	color: #444;
}

.testimonial{
	display:block;
	padding: 20px 0;
	background: url("http://static.bigsplashwebdesign.com/wp-content/themes/big-splash-html5/images/line.gif") repeat-x top left;
}

#domain-check input#submit{
	display:block;
	height: 27px;
	width: 120px;
	text-align: center;
	cursor:pointer;
	padding: 0px;
	background: #0674bb;
	border: 1px solid #0665a3;
	color:#fff;
	text-shadow: 1px 1px 0px #075080;
	border-radius: 10px;
}
#domain-check input#submit:hover{
	background: #2099e7;
}

#domain-check input#domain-input{
	width: 175px;
	padding: 5px;
	margin-bottom: 5px;
	background: #f1f1f1;
	height: 15px;
	border: 1px solid #b9b9b9;
	box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
}
#newsletter-form input{
	width: 175px;
	padding: 5px;
	margin-bottom: 5px;
	background: #f1f1f1;
	float: left;
	vertical-align: top;
	height: 15px;
	border: 1px solid #b9b9b9;
}
#newsletter-form input#submit{
	display:block;
	height: 27px;
	width: 80px;
	text-align: center;

	cursor:pointer;
	padding: 0px;
	background: #0674bb;
	border: 1px solid #0665a3;
	color:#fff;
	text-shadow: 1px 1px 0px #075080;
	border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
	float: left;
}
#newsletter-form input#submit:hover{
	background: #2099e7;
}
#newsletter-form .error{
	display:block;
	color:#b91e1e;
}
#contact-form{
}

#contact-form input#submit{
	display:block;
	height: 25px;
	width: 80px;
	text-align: center;
	line-height: 25px;
	cursor:pointer;
	padding: 0px;
	background: #0674bb;
	border: 1px solid #0665a3;
	color:#fff;
	text-shadow: 1px 1px 0px #075080;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
#contact-form input#submit:hover{
	background: #2099e7;
}
#contact-form input{
	width: 205px;
	padding: 5px;
	margin-bottom: 5px;
	background: #f1f1f1;
}
#contact-form textarea{
	width: 205px;
	height: 120px;
	padding: 5px;
	margin-bottom: 5px;
	background: #f1f1f1;
}

#contact{
	width: 225px;
	float: left;
	margin-left: 15px;
}

#faq{
	width: 225px;
	float: left;
	margin-left: 15px;
}

#about{
	width: 360px;
	float: left;
	margin-left: 10px;
}

#follow{
	float: right;
	margin-top: -30px;
}

#social{
	width: 225px;
	float: left;
	margin-left: 30px;
}
#social ul li{
	float: left;
	margin-left: 5px;
}
#social ul li.first{
	margin: 0px;
}
#social ul{
	list-style: none;
	margin: 0 0 20px 0;
	height: 32px;
}
#social img.first{
	margin: 0px;
}

#social ul.latest-posts{
	margin: 0px;
	height: auto;
}
#social ul.latest-posts li{
	margin: 0 0 5px 0;
	background: url("http://static.bigsplashwebdesign.com/wp-content/themes/big-splash-html5/images/yellow-arrow-bullet.png") no-repeat 0 5px;
	padding: 0 0 0 15px;
	list-style: none;
	float: none;
}
.testimonials-slider{
	width: 295px;
}
#testimonials{
	float: left;
	margin-left: 10px;
}
#testimonials span.quote{
	float: left;
	margin: 0 10px 10px 0;
	display:block;
	width: 32px;
	height: 25px;
	clear: both;
	background: url("http://static.bigsplashwebdesign.com/wp-content/themes/big-splash-html5/images/quote.png") no-repeat;
	text-indent:-9999px;
}
#testimonials span.quote{
	float: left;
	margin: 0 10px 10px 0;
	display:block;
	width: 32px;
	height: 25px;
	clear: both;
	background: url("http://static.bigsplashwebdesign.com/wp-content/themes/big-splash-html5/images/quote.png") no-repeat;
	text-indent:-9999px;
}
#testimonials p{

}

.clear{
	clear: both;
}
.left{
	float: left;
}

p.thankyou{
	padding: 5px;
	background: #30d630;
	color:#fff;
	border: 1px solid #4cee4c;
	text-shadow: 1px 1px 0px #1d9b2c;
}

.entry-content label.error{
	color:#ce3636;
	float: left;
	margin: 0 0 0 10px;
	display:inline;
	clear: none;
	width: 160px;
}

#contact-page-form span{
	color:#ce3636;
}

.widget-area ul li ul#errors li {

}

#service{
	width: 424px;
	float: left;	
	margin-bottom: 15px;
}
#service.full-width{
	width: 896px;
	float: none;
	display: inline-block;
}
#service.right-service{
	margin-left: 45px;
}

#service ul{
	width: 197px;
	margin: 0 0 10px 0;
	float: left;
}
#service ul li{
	margin: 0 0 5px 0;
	background: url("http://static.bigsplashwebdesign.com/wp-content/themes/big-splash-html5/images/arrow-bullet.png") no-repeat 4px left;
}

#portfolio-block{
	padding: 10px 0;
	border-bottom: 1px solid #d1d1d1;
	border-top: 1px solid #f8f8f8;
	display: inline-block;
}

#portfolio-block.first{
	border-top: none;
}

#portfolio-block figure{

}
.stayclassy  {
	padding-left: 75px;
}

.leblanc{
	width: 150px;
	margin-right: 15px;
	text-align: center;
	padding: 0 5px;
}
.dewees{
	width: 150px;
	text-align: center;
	padding: 0 5px;
}
.menu-niche{
	clear: both;
	color: #fff;
	display: inline-block;
	text-align: center;
	padding-top: 30px;
	width: 960px;
}

.menu-niche ul {
	list-style: none;
	text-align: center;
	width: 700px;
/*	margin-left: 130px;   */
	display: inline-block;
	margin: 0 auto;
}
.menu-niche li {
	float: left;
	text-align: center;
	margin-right:20px;
	display: inline-block;

}
.menu-footer{
	clear: both;
	color: #fff;
	display: block;
	text-align: center;
	padding-top: 30px;
	margin: 0 auto;
	width: 770px;
}

.menu-footer ul {
	list-style: none;
	text-align: center;
	margin-left: 108px;
}
.menu-footer li {
	float: left;
	margin-right:20px;
}
p.copyright{
	clear: both;
	color: #fff;
	text-align: center;
	text-shadow: none;
}
.g-form {
	list-style: none;
}
.gfield {
	list-style: none;
	background: none;
	padding-bottom:12px;
}
.wpgpo {
    float: right;
}
#plusone {
    float: right;
    margin-left: 190px;
}
.g-plusone {
    float: right;
    margin-left: 190px;
}
.gform_next_button {
    margin-left: 190px;
}

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,figure{background:transparent;border:0;vertical-align:baseline;margin:0;padding:0;}body{line-height:1;background:#0576bc;}h1,h2,h3,h4,h5,h6{clear:both;font-weight:400;}ol,ul{list-style:none;}blockquote{quotes:none;font-style:italic;padding:0 3em;}blockquote:before,blockquote:after{content:none;}del{text-decoration:line-through;}table{border-collapse:collapse;border-spacing:0;}.group:after{content:".";display:block;height:0;clear:both;visibility:hidden;}.testimonial{display:block;background:url(http://static.bigsplashwebdesign.com/wp-content/themes/big-splash-html5/images/line.gif) repeat-x top left;padding:20px 0;}#gform_next_button_2_20{margin-left:155px;}.big-splash-services{list-style:none;position:relative;z-index:1;margin:0;padding:0;}.big-splash-services li{display:block;overflow:hidden;cursor:pointer;float:left;width:178px;height:240px;padding:0;}#big-splash-services-kwicks{height:240px;width:930px;overflow:hidden;color:#fff;clear:both;padding:0 15px;}#big-splash-services-kwicks p{margin:0;padding:0 15px 15px 0;}.big-splash-services .preview{width:178px;height:240px;float:left;-moz-border-radius:15px;border-radius:15px;}.big-splash-services .preview h2{margin-top:158px;font-family:Vollkorn, arial, serif;}.big-splash-services .preview h2 span{width:163px;height:40px;color:#0672ba;font-size:24px;line-height:40px;display:block;padding-left:15px;text-indent:-9999px;}.preview a.learn-more-button{display:block;width:178px;height:240px;}.big-splash-services .more{float:right;width:312px;height:210px;display:none;position:relative;padding-left:10px;background:url(http://static.bigsplashwebdesign.com/wp-content/themes/big-splash-html5/images/slider-more.jpg) no-repeat;}.big-splash-services .more h3{font-size:24px;line-height:24px;font-family:Vollkorn, arial, serif;color:#fff;padding:15px 15px 0 0;}.big-splash-services .more h3 span{color:#fecb11;}.more .buttons{width:322px;height:37px;position:absolute;bottom:15px;right:0;}a.contact-button{float:left;width:100px;height:40px;line-height:40px;text-align:center;}a.learn-more-button{float:right;width:100px;height:40px;line-height:40px;text-align:center;}.service-info{width:500px;}.big-splash-services li#web-design{background:url(http://static.bigsplashwebdesign.com/wp-content/themes/big-splash-html5/images/more.png) no-repeat 0 0;}.big-splash-services li#web-design:hover{background:url(http://static.bigsplashwebdesign.com/wp-content/themes/big-splash-html5/images/more.png) no-repeat 0 -240px;}.big-splash-services li#marketing{background:url(http://static.bigsplashwebdesign.com/wp-content/themes/big-splash-html5/images/than.png) no-repeat 0 0;}.big-splash-services li#marketing:hover{background:url(http://static.bigsplashwebdesign.com/wp-content/themes/big-splash-html5/images/than.png) no-repeat 0 -240px;}.big-splash-services li#hosting{background:url(http://static.bigsplashwebdesign.com/wp-content/themes/big-splash-html5/images/just.png) no-repeat 0 0;}.big-splash-services li#hosting:hover{background:url(http://static.bigsplashwebdesign.com/wp-content/themes/big-splash-html5/images/just.png) no-repeat 0 -240px;}.big-splash-services li#ecommerce{background:url(http://static.bigsplashwebdesign.com/wp-content/themes/big-splash-html5/images/web.png) no-repeat 0 0;}.big-splash-services li#ecommerce:hover{background:url(http://static.bigsplashwebdesign.com/wp-content/themes/big-splash-html5/images/web.png) no-repeat 0 -240px;}.big-splash-services li#graphic-design{background:url(http://static.bigsplashwebdesign.com/wp-content/themes/big-splash-html5/images/design.png) no-repeat 0 0;}.big-splash-services li#graphic-design:hover{background:url(http://static.bigsplashwebdesign.com/wp-content/themes/big-splash-html5/images/design.png) no-repeat 0 -240px;}#content #home-portfolio img{float:left;margin-left:10px;}#content{float:left;width:629px;border-right:1px solid #c9c9c8;background:#fff;border-radius:10px;min-height:581px;padding:20px 15px;}#primary,#secondary{float:right;overflow:hidden;width:270px;background:#f4f4f4;border-top-right-radius:10px;border-bottom-right-radius:10px;padding:15px;}#primary img{background:#f1f1f1;border:1px solid #d5d5d5;padding:5px;}#secondary{clear:right;}#footer{clear:both;width:100%;}#container.one-column{background:url(http://static.bigsplashwebdesign.com/wp-content/themes/big-splash-html5/images/content-top-full.png) no-repeat;}.one-column #content{width:928px;margin:0 auto;}.single-attachment #content{width:900px;margin:0 auto;}pre{font-family:"Courier 10 Pitch", Courier, monospace;background:#f7f7f7;color:#222;line-height:18px;margin-bottom:18px;-webkit-text-size-adjust:140%;padding:1.5em;}code{font-family:Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;-webkit-text-size-adjust:160%;}#main,#header-wrapper,#wrapper{width:960px;margin:0 auto;}#wrap{background:url(http://static.bigsplashwebdesign.com/wp-content/themes/big-splash-html5/images/yellow-bar.gif) repeat-x top left;}#header-wrapper.home-services{position:relative;height:290px;}#footer-widget-area{overflow:hidden;}#footer-widget-area .widget-area{float:left;margin-right:20px;width:220px;}#footer-widget-area #fourth{margin-right:0;}#site-info{float:left;font-size:14px;width:700px;font-weight:700;}#site-generator{float:right;width:220px;font-style:italic;position:relative;}body,input,textarea{color:#444;font-size:13px;line-height:18px;}hr{background-color:#e7e7e7;border:0;clear:both;height:1px;margin-bottom:10px;}ul{list-style:square;margin:0 0 10px 1.5em;}ol{list-style:decimal;margin:0 0 10px 1.5em;}ol ol{list-style:upper-alpha;}ol ol ol{list-style:lower-roman;}ol ol ol ol{list-style:lower-alpha;}big{font-size:131.25%;}ins{background:#ffc;text-decoration:none;}blockquote cite,blockquote em,blockquote i{font-style:normal;}abbr,acronym{border-bottom:1px dotted #666;cursor:help;}sup,sub{height:0;line-height:1;position:relative;vertical-align:baseline;}sup{bottom:1ex;}sub{top:.5ex;}input[type=text],textarea{background:#f9f9f9;border:1px solid #ccc;box-shadow:inset 1px 1px 1px rgba(0,0,0,0.1);-moz-box-shadow:inset 1px 1px 1px rgba(0,0,0,0.1);-webkit-box-shadow:inset 1px 1px 1px rgba(0,0,0,0.1);padding:2px;}a{color:#06c;text-decoration:none;}a:visited{color:#06c;}a:active,a:hover{color:#4394e5;text-decoration:underline;}.screen-reader-text{position:absolute;left:-9000px;}#header{background:#015ea5 url(http://static.bigsplashwebdesign.com/wp-content/themes/big-splash-html5/images/drops.jpg) repeat-x;height:70px;padding-top:15px;}#site-title{float:left;font-size:30px;text-indent:-9999px;line-height:36px;width:222px;height:60px;background:url(http://static.bigsplashwebdesign.com/wp-content/themes/big-splash-html5/images/big-splash-logo.png) no-repeat;}#site-title a{color:#000;font-weight:700;text-decoration:none;display:block;width:211px;height:60px;}#site-description{clear:right;float:right;font-style:italic;color:#fff;-webkit-text-size-adjust:none;margin:14px 0 18px;}#branding img{border-top:4px solid #000;border-bottom:1px solid #000;clear:both;display:block;}#access{display:block;float:right;position:absolute;top:10px;right:10px;padding-left:9px;background:url(http://static.bigsplashwebdesign.com/wp-content/themes/big-splash-html5/images/nav-left.png) no-repeat top left;z-index:50;}ul#menu-main{background:url(http://static.bigsplashwebdesign.com/wp-content/themes/big-splash-html5/images/nav-repeat.gif) repeat-x;height:38px;}.menu-header{background:url(http://static.bigsplashwebdesign.com/wp-content/themes/big-splash-html5/images/nav-right.png) no-repeat top right;padding-right:9px;}#access .menu-header,#accessfooter .menu-footer,div.menu{font-size:13px;height:38px;}#access .menu-header li,#accessfooter .menu-footer li,div.menu li{float:left;position:relative;margin-right:15px;}#access a{color:#c1eafb;display:block;line-height:38px;text-decoration:none;font-weight:700;padding:0 10px;}#access ul ul{box-shadow:0 3px 3px rgba(0,0,0,0.2);-moz-box-shadow:0 3px 3px rgba(0,0,0,0.2);-webkit-box-shadow:0 3px 3px rgba(0,0,0,0.2);display:none;position:absolute;top:38px;left:0;float:left;width:180px;z-index:99999;}#access ul ul li{min-width:180px;}#access ul ul ul{left:100%;top:0;}#access ul ul a{background:#056ab0;line-height:1.3em;width:160px;height:auto;padding:10px;}#access li:hover > a,#access ul ul :hover > a{background:#056ab0;color:#fff;}#main{background:#f4f4f4;border-radius:10px;border-top-right-radius:10px;border-bottom-right-radius:10px;}#content,#content input,#content textarea{color:#444;font-size:14px;line-height:18px;}#content ul{margin-left:0;list-style:none;}#content ul li.g-form{padding-left:15px;background:none;}#content ul li{padding-left:15px;}#content pre,#content kbd,#content tt,#content var{font-size:15px;line-height:21px;}#content code{font-size:13px;}#content h1,h1,#content h2,h2,#content h3,h3,#content h4,h4,#content h5,h5,#content h6,h6{color:#0674bb;line-height:18px;font-family:Vollkorn, arial, serif;margin:0 0 10px;}#content h1,h1{font-size:26px;line-height:28px;}#content h2,h2{font-size:24px;line-height:26px;}#content h2 a{background:url(http://static.bigsplashwebdesign.com/wp-content/themes/big-splash-html5/images/arrow.png) no-repeat center right;font-weight:400;padding:0 20px 0 0;}#content h3,h3{font-size:22px;line-height:24px;}#content h3 a,#footer-wrapper h3 a{background:url(http://static.bigsplashwebdesign.com/wp-content/themes/big-splash-html5/images/arrow.png) no-repeat 40% right;padding:0 20px 0 0;}#content h4,h4{font-size:20px;line-height:22px;}#content h5,h5{font-size:18px;line-height:20px;padding-top:5px;}#content h6,h6{font-size:16px;line-height:16px;}#content table{border:1px solid #e7e7e7;text-align:left;width:100%;margin:0 -1px 24px 0;}#content tr th,#content thead th{color:#888;font-size:12px;font-weight:700;line-height:18px;padding:9px 24px;}#content tr td{border-top:1px solid #e7e7e7;padding:6px 24px;}#content tr.odd td{background:#f2f7fc;}.home .sticky{background:#f2f7fc;border-top:4px solid #000;margin-left:-20px;margin-right:-20px;padding:18px 20px;}.single .hentry{margin:0 0 36px;}.page-title{color:#000;font-size:14px;margin:0 0 36px;}.page-title span{color:#333;font-size:16px;font-style:italic;font-weight:400;}#content .entry-title{font-size:42px;line-height:36px;margin-bottom:20px;}.entry-title a:link,.entry-title a:visited{color:#0674bb;text-decoration:none;text-shadow:none;font-weight:400;}.entry-title a:active,.entry-title a:hover{color:#319ade;}.entry-h2{font-size:30px;line-height:24px;}.entry-meta abbr:hover,.entry-utility abbr:hover{border-bottom:1px dotted #666;}.entry-content,.entry-summary{clear:both;padding:0;}.entry-content fieldset{border:1px solid #e7e7e7;margin:0 0 24px;padding:24px;}.entry-content fieldset legend{background:#fff;color:#000;font-weight:700;padding:0 24px;}.entry-content textarea{width:300px;height:200px;margin-bottom:10px;}.entry-content input[type=submit]{width:auto;margin-left:20px;}#content .entry-content input.submit-btn{height:30px;background:#046fb5;border:1px solid #003c69;text-align:center;color:#fff;cursor:pointer;width:300px;margin:10px 0 0 140px;}.entry-content input.file,.entry-content input.button{margin-right:15px;}.entry-content label{color:#000;font-size:16px;font-weight:700;clear:both;margin-right:20px;min-width:120px;}.entry-content sup,.entry-content sub{font-size:10px;}.entry-content blockquote.left{float:left;margin-left:0;margin-right:24px;text-align:right;width:33%;}.entry-content blockquote.right{float:right;margin-left:24px;margin-right:0;text-align:left;width:33%;}.page-link{color:#000;font-weight:700;word-spacing:.5em;margin:0 0 22px;}.page-link a:link,.page-link a:visited{background:#f1f1f1;color:#333;font-weight:400;text-decoration:none;padding:.5em .75em;}.home .sticky .page-link a{background:#d9e8f7;}body.page .edit-link{clear:both;display:block;}#entry-author-info{background:#f2f7fc;border-top:4px solid #000;clear:both;font-size:14px;line-height:20px;overflow:hidden;margin:24px 0;padding:18px 20px;}#entry-author-info #author-avatar{background:#fff;border:1px solid #e7e7e7;float:left;height:60px;margin:0 -104px 0 0;padding:11px;}#entry-author-info #author-description{float:left;margin:0 0 0 104px;}#entry-author-info h2{color:#000;font-size:100%;font-weight:700;margin-bottom:0;}.entry-utility{clear:both;color:#888;font-size:12px;line-height:18px;}.home #content .category-asides p{font-size:14px;line-height:20px;margin-bottom:10px;margin-top:0;}.home #content .category-asides .entry-content{padding-top:0;}.category-gallery .size-thumbnail img{border:10px solid #f1f1f1;margin-bottom:0;}.category-gallery .gallery-thumb{float:left;margin-right:20px;margin-top:-4px;}.home #content .category-gallery .entry-utility{padding-top:4px;}.attachment .entry-content .entry-caption{font-size:140%;margin-top:24px;}.attachment .entry-content .nav-previous a:before{content:'\2190\00a0';}.attachment .entry-content .nav-next a:after{content:'\00a0\2192';}#content img{height:auto;max-width:640px;width:auto;margin:0;}#content .attachment img{max-width:900px;display:block;margin:0 auto;}#content .alignleft,#content img.alignleft{display:inline;float:left;margin-right:24px;margin-top:4px;}#content .alignright,#content img.alignright{display:inline;float:right;margin-left:24px;margin-top:4px;}#content .aligncenter,#content img.aligncenter{clear:both;display:block;margin-left:auto;margin-right:auto;}#content .wp-caption{background:#f1f1f1;line-height:18px;margin-bottom:20px;text-align:center;padding:4px;}#content .wp-caption img{margin:5px 5px 0;}#content .wp-caption p.wp-caption-text{color:#888;font-size:12px;margin:5px;}#content .gallery{margin:0 auto 18px;}#content .gallery .gallery-item{float:left;margin-top:0;text-align:center;width:33%;}#content .gallery img{border:10px solid #f1f1f1;}#content .gallery .gallery-caption{color:#888;font-size:12px;margin:0 0 12px;}.navigation{color:#888;font-size:12px;line-height:18px;overflow:hidden;}.nav-previous{float:left;width:50%;}.nav-next{float:right;text-align:right;width:50%;}#nav-above{display:none;margin:0 0 18px;}#nav-below{margin:15px 0 0;}#comments{clear:both;}#comments .navigation{padding:0 0 18px;}h3#comments-title,h3#reply-title{color:#000;font-size:20px;margin-bottom:0;}h3#comments-title{padding:24px 0;}.commentlist li.comment{border-bottom:1px solid #e7e7e7;line-height:24px;position:relative;margin:0 0 24px;padding:0 0 0 56px;}.commentlist li:last-child{border-bottom:none;margin-bottom:0;}#comments .comment-body p:last-child{margin-bottom:6px;}#comments .comment-body blockquote p:last-child{margin-bottom:24px;}.commentlist ol{list-style:decimal;}.commentlist .avatar{position:absolute;top:4px;left:0;}.comment-author cite{color:#000;font-style:normal;font-weight:700;}.comment-meta{font-size:12px;margin:0 0 18px;}.reply{font-size:12px;padding:0 0 24px;}.commentlist .children li{border:none;margin:0;}#comments .pingback{border-bottom:1px solid #e7e7e7;margin-bottom:18px;padding-bottom:18px;}.commentlist li.comment+li.pingback{margin-top:-6px;}#comments .pingback p{color:#888;display:block;font-size:12px;line-height:18px;margin:0;}#comments .pingback .url{font-size:13px;font-style:italic;}input[type=submit]{color:#333;}#respond{border-top:1px solid #e7e7e7;overflow:hidden;position:relative;margin:24px 0;}#respond .comment-notes{margin-bottom:1em;}.form-allowed-tags{line-height:1em;}.children #respond{margin:0 48px 0 0;}h3#reply-title{margin:18px 0;}#cancel-comment-reply-link{font-size:12px;font-weight:400;line-height:18px;}#respond .required{color:#ff4b33;font-weight:700;}#respond input{width:98%;margin:0 0 9px;}#respond textarea{width:98%;}#respond .form-allowed-tags{color:#888;font-size:12px;line-height:18px;}#respond .form-submit{margin:12px 0;}#respond .form-submit input{font-size:14px;width:auto;}.widget-area ul{list-style:none;margin-left:0;}.widget-area ul li{clear:both;margin-bottom:15px;}.widget-area ul li#newsletter{display:inline-block;}.widget-area ul li ul li{padding-left:15px;background:url(http://static.bigsplashwebdesign.com/wp-content/themes/big-splash-html5/images/arrow-bullet.gif) no-repeat left;margin:0;}.widget-area ul ul{list-style:none;margin:0 0 15px;}.widget-area ul li h3{margin:0 0 5px;}.widget_search #s{width:60%;}.widget-area a:link,.widget-area a:visited{text-decoration:none;}#wp_tag_cloud div{line-height:1.6em;}#wp-calendar{width:100%;}#wp-calendar caption{color:#222;font-size:14px;font-weight:700;padding-bottom:4px;text-align:left;}#wp-calendar tbody{color:#aaa;}#wp-calendar tbody td{background:#f5f5f5;border:1px solid #fff;text-align:center;padding:3px 0 2px;}#wp-calendar tfoot #next{text-align:right;}.widget_rss .widget-title img{width:11px;height:11px;}#main .widget-area ul{margin-left:0;}#main .widget-area ul ul{border:none;margin-left:0;padding:0;}#footer-wrapper{width:960px;height:300px;margin:auto;padding:15px 0 25px;}#site-info a{color:#000;text-decoration:none;}#site-generator a{background:url(http://static.bigsplashwebdesign.com/wp-content/themes/big-splash-html5/images/wordpress.png) center left no-repeat;color:#666;display:inline-block;line-height:16px;padding-left:20px;text-decoration:none;}img#wpstats{display:block;margin:0 auto 10px;}#access,.entry-meta,.entry-utility,.navigation,.widget-area{-webkit-text-size-adjust:120%;}.noclear{clear:none;}#primary img.portfolio_callout{background:none;border:0 solid #D5D5D5;padding:0;}.post-meta{padding-left:-15px;}.post-meta ul li{padding-left:0;}.post-meta-key{font-variant:small-caps;font-weight:700;font-size:110%;padding-left:-15px;}.restaurant_question{font-weight:700;height:40px;background:url(http://static.bigsplashwebdesign.com/wp-content/themes/big-splash-html5/images/question.png) no-repeat;margin:5px 0 5px 10px;padding:0 0 0 50px;}.restaurant_question_sl{line-height:35px;}#indus ul{list-style-type:disc;margin-left:35px;}#indus_pump{padding-top:20px;float:left;}#indus_strong_design{width:300px;float:left;margin:20px 0 20px 10px;}#indus_strong_design ul{list-style-type:disc;margin-left:25px;}#indus_span{width:600px;}#indus_layout ul{position:relative;margin-left:40px;list-style-type:disc;}.indus_width{width:300px;}#indus_function{position:absolute;right:0;bottom:65px;}#indus_services ul{position:relative;width:290px;margin-right:30px;}.healthcare_question{font-weight:700;height:50px;background:url(http://static.bigsplashwebdesign.com/wp-content/themes/big-splash-html5/images/hc_checkbox.png) no-repeat;margin:5px 0 5px 15px;padding:0 0 0 50px;}.healthcare_question_sl{line-height:50px;}.healthcare_question_dl{padding-top:8px;}#hc_bottom_list ul{float:left;margin-right:30px;}.hc_service_list{height:40px;line-height:30px;padding-left:10px;}.hc_service_list p{margin-left:10px;}.hc_service_list img{height:30px;width:30px;float:left;padding-right:10px;}.kid_float{width:300px;height:250px;float:left;vertical-align:bottom;}#kid_focus{width:600px;padding-bottom:20px;}#kid_daycare img{padding-top:118px;}#kid_entertainment img{padding-top:51px;}.thumbs{overflow:hidden;margin:0;padding:0;}.thumbs li{list-style:none;float:left;background:#eee;-moz-box-shadow:0 0 4px #444;-webkit-box-shadow:0 0 2px #000;margin:5px;padding:3px;}#cycle{width:500px;height:333px;background:#eee;-moz-box-shadow:0 0 2px #000;-webkit-box-shadow:0 0 2px #000;margin:0;padding:3px;}#cycle li{position:relative;list-style:none;width:500px;height:333px;overflow:hidden;margin:0;padding:3px;}#cycle li div{position:absolute;bottom:3px;left:3px;width:494px;background:#000;color:#FFF;font-size:12px;opacity:.8;padding:3px;}a img,.entry-meta abbr,.entry-utility abbr,.thumbs li a img{border:none;}.big-splash-services .more h3 a,#access ul li.current_page_item > a,#access ul li.current-menu-ancestor > a,#access ul li.current-menu-item > a,#access ul li.current-menu-parent > a,* html #access ul li.current_page_item a,* html #access ul li.current-menu-ancestor a,* html #access ul li.current-menu-item a,* html #access ul li.current-menu-parent a,* html #access ul li a:hover{color:#fff;}.big-splash-services li.active .more,#access ul li:hover > ul,.paged #nav-above,.single #nav-above,.thumbs li img{display:block;}#content #home-portfolio img.first,#content .wp-smiley,#content .gallery dl,#respond p,#comments-list ul #respond{margin:0;}body,input,textarea,.page-title span,.pingback a.url,h3#comments-title,h3#reply-title,#access .menu,#access div.menu ul,#cancel-comment-reply-link,.form-allowed-tags,#site-info,#site-title,#wp-calendar,.comment-meta,.comment-body tr th,.comment-body thead th,.entry-content label,.entry-content tr th,.entry-content thead th,.entry-meta,.entry-utility,#respond label,.navigation,.page-title,.pingback p,.reply,.wp-caption-text,input[type=submit]{font-family:Arial, Helvetica, Tahoma, sans-serif;}.page-template-onecolumn-page-php #wrapper,#wp-calendar tbody .pad{background:none;}#header-wrapper,#indus_layout{position:relative;}p,#content p,#content ul,#content ol,#content dd,#content pre,#content hr{margin-bottom:10px;}ul ul,ol ol,ul ol,ol ul,#content ul ul,#content ol ol,#content ul ol,#content ol ul{margin-bottom:0;}dl,.hentry{margin:0 0 10px;}dt,strong{font-weight:700;}dd,#comments .comment-body ul,#comments .comment-body ol{margin-bottom:18px;}cite,em,i,.comment-author .says{font-style:italic;}#access .menu-header ul,.menu-footer ul,div.menu ul,.commentlist,.commentlist .children{list-style:none;margin:0;}#content dt,#content th,.widget_rss a.rsswidget{color:#000;}.page-title a:link,.page-title a:visited,.navigation a:link,.navigation a:visited,.comment-meta a:link,.comment-meta a:visited{color:#888;text-decoration:none;}.page-title a:active,.page-title a:hover,.page-link a:active,.page-link a:hover,.entry-meta a:hover,.entry-utility a:hover,.navigation a:active,.navigation a:hover,.comment-meta a:active,.comment-meta a:hover,.reply a:hover,a.comment-edit-link:hover,.widget_rss a.rsswidget:hover{color:#ff4b33;}.entry-meta,#respond label{color:#888;font-size:12px;}#content .entry-summary p:last-child,#content img.alignleft,#content img.alignright,#content img.aligncenter{margin-bottom:12px;}.entry-content input,.entry-content select{width:300px;margin:0 0 15px;}.entry-meta a,.entry-utility a,.reply a,a.comment-edit-link{color:#888;}#content .video-player,.home .hentry.category-asides{padding:0;}#content .gallery br+br,.nopassword,.nocomments,.widget_search label{display:none;}#comments-list #respond,.widget-container{margin:0 0 18px;}#respond .form-allowed-tags code,.widget-area .entry-meta,#wp-calendar thead{font-size:11px;}.widget-area a:active,.widget-area a:hover,#site-generator a:hover{text-decoration:underline;}#indus ul li,#indus_strong_design ul li,#indus_layout ul li{margin:5px 0;padding:0;}.indus_clearfix:after,.kid_clearfix:after{content:".";display:block;clear:both;visibility:hidden;}.healthcare_question_bot,#kid_entertainment{margin-bottom:20px;}@media print{body{background:none!important;}#wrapper{clear:both!important;display:block!important;float:none!important;position:relative!important;}#header{border-bottom:2pt solid #000;padding-bottom:18pt;}#colophon{border-top:2pt solid #000;width:auto;}#site-title,#site-description{float:none;line-height:1.4em;margin:0;padding:0;}#site-title{font-size:13pt;}.entry-content{font-size:14pt;line-height:1.6em;}.entry-title{font-size:21pt;}#access,#branding img,#respond,.comment-edit-link,.edit-link,.navigation,.page-link,.widget-area{display:none!important;}#container,#header,#footer{width:100%;margin:0;}#content,.one-column #content{width:100%;margin:24pt 0 0;}.wp-caption p{font-size:11pt;}#site-info,#site-generator{float:none;width:auto;}img#wpstats{display:none;}#site-generator a{margin:0;padding:0;}#entry-author-info{border:1px solid #e7e7e7;}#main{display:inline;}.home .sticky{border:none;}}

 div.light_rounded .pp_top .pp_left{background: url(../images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat;}div.light_rounded .pp_top .pp_middle{background:#fff;}div.light_rounded .pp_top .pp_right{background: url(../images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat;}div.light_rounded .pp_content .ppt{color:#000;}div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right{background:#fff;}div.light_rounded .pp_content{background-color:#fff;}div.light_rounded .pp_next:hover{background: url(../images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor: pointer;}div.light_rounded .pp_previous:hover{background: url(../images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor: pointer;}div.light_rounded .pp_expand{background: url(../images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor: pointer;}div.light_rounded .pp_expand:hover{background: url(../images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor: pointer;}div.light_rounded .pp_contract{background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor: pointer;}div.light_rounded .pp_contract:hover{background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor: pointer;}div.light_rounded .pp_close{width:75px;height:22px;background: url(../images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor: pointer;}div.light_rounded #pp_full_res .pp_inline{color:#000;}div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next{margin-top:12px !important;}div.light_rounded .pp_nav .pp_play{background: url(../images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px;}div.light_rounded .pp_nav .pp_pause{background: url(../images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px;}div.light_rounded .pp_arrow_previous{background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat;}div.light_rounded .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default;}div.light_rounded .pp_arrow_next{background: url(../images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat;}div.light_rounded .pp_arrow_next.disabled{background-position: -22px -87px;cursor:default;}div.light_rounded .pp_bottom .pp_left{background: url(../images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat;}div.light_rounded .pp_bottom .pp_middle{background:#fff;}div.light_rounded .pp_bottom .pp_right{background: url(../images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat;}div.light_rounded .pp_loaderIcon{background: url(../images/prettyPhoto/light_rounded/loader.gif) center center no-repeat;}div.dark_rounded .pp_top .pp_left{background: url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat;}div.dark_rounded .pp_top .pp_middle{background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;}div.dark_rounded .pp_top .pp_right{background: url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat;}div.dark_rounded .pp_content_container .pp_left{background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y;}div.dark_rounded .pp_content_container .pp_right{background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y;}div.dark_rounded .pp_content{background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;}div.dark_rounded .pp_next:hover{background: url(../images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor: pointer;}div.dark_rounded .pp_previous:hover{background: url(../images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor: pointer;}div.dark_rounded .pp_expand{background: url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor: pointer;}div.dark_rounded .pp_expand:hover{background: url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor: pointer;}div.dark_rounded .pp_contract{background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor: pointer;}div.dark_rounded .pp_contract:hover{background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor: pointer;}div.dark_rounded .pp_close{width:75px;height:22px;background: url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor: pointer;}div.dark_rounded .currentTextHolder{color:#c4c4c4;}div.dark_rounded .pp_description{color:#fff;}div.dark_rounded #pp_full_res .pp_inline{color:#fff;}div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next{margin-top:12px !important;}div.dark_rounded .pp_nav .pp_play{background: url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px;}div.dark_rounded .pp_nav .pp_pause{background: url(../images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px;}div.dark_rounded .pp_arrow_previous{background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat;}div.dark_rounded .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default;}div.dark_rounded .pp_arrow_next{background: url(../images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat;}div.dark_rounded .pp_arrow_next.disabled{background-position: -22px -87px;cursor:default;}div.dark_rounded .pp_bottom .pp_left{background: url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat;}div.dark_rounded .pp_bottom .pp_middle{background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;}div.dark_rounded .pp_bottom .pp_right{background: url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat;}div.dark_rounded .pp_loaderIcon{background: url(../images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat;}div.dark_square .pp_left ,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background: url(../images/prettyPhoto/dark_square/contentPattern.png) top left repeat;}div.dark_square .currentTextHolder{color:#c4c4c4;}div.dark_square .pp_description{color:#fff;}div.dark_square .pp_loaderIcon{background: url(../images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat;}div.dark_square .pp_content_container .pp_left{background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y;}div.dark_square .pp_content_container .pp_right{background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y;}div.dark_square .pp_expand{background: url(../images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor: pointer;}div.dark_square .pp_expand:hover{background: url(../images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor: pointer;}div.dark_square .pp_contract{background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor: pointer;}div.dark_square .pp_contract:hover{background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor: pointer;}div.dark_square .pp_close{width:75px;height:22px;background: url(../images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor: pointer;}div.dark_square #pp_full_res .pp_inline{color:#fff;}div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next{margin-top:12px !important;}div.dark_square .pp_nav .pp_play{background: url(../images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px;}div.dark_square .pp_nav .pp_pause{background: url(../images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px;}div.dark_square .pp_arrow_previous{background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat;}div.dark_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default;}div.dark_square .pp_arrow_next{background: url(../images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat;}div.dark_square .pp_arrow_next.disabled{background-position: -22px -87px;cursor:default;}div.dark_square .pp_next:hover{background: url(../images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor: pointer;}div.dark_square .pp_previous:hover{background: url(../images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor: pointer;}div.light_square .pp_left ,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content{background:#fff;}div.light_square .pp_content .ppt{color:#000;}div.light_square .pp_expand{background: url(../images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor: pointer;}div.light_square .pp_expand:hover{background: url(../images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor: pointer;}div.light_square .pp_contract{background: url(../images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor: pointer;}div.light_square .pp_contract:hover{background: url(../images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor: pointer;}div.light_square .pp_close{width:75px;height:22px;background: url(../images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor: pointer;}div.light_square #pp_full_res .pp_inline{color:#000;}div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px !important;}div.light_square .pp_nav .pp_play{background: url(../images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px;}div.light_square .pp_nav .pp_pause{background: url(../images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px;}div.light_square .pp_arrow_previous{background: url(../images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat;}div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default;}div.light_square .pp_arrow_next{background: url(../images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat;}div.light_square .pp_arrow_next.disabled{background-position: -22px -87px;cursor:default;}div.light_square .pp_next:hover{background: url(../images/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor: pointer;}div.light_square .pp_previous:hover{background: url(../images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor: pointer;}div.facebook .pp_top .pp_left{background: url(../images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat;}div.facebook .pp_top .pp_middle{background: url(../images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x;}div.facebook .pp_top .pp_right{background: url(../images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat;}div.facebook .pp_content .ppt{color:#000;}div.facebook .pp_content_container .pp_left{background: url(../images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y;}div.facebook .pp_content_container .pp_right{background: url(../images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y;}div.facebook .pp_content{background:#fff;}div.facebook .pp_expand{background: url(../images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor: pointer;}div.facebook .pp_expand:hover{background: url(../images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor: pointer;}div.facebook .pp_contract{background: url(../images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor: pointer;}div.facebook .pp_contract:hover{background: url(../images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor: pointer;}div.facebook .pp_close{width:22px;height:22px;background: url(../images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor: pointer;}div.facebook #pp_full_res .pp_inline{color:#000;}div.facebook .pp_loaderIcon{background: url(../images/prettyPhoto/facebook/loader.gif) center center no-repeat;}div.facebook .pp_arrow_previous{background: url(../images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px;}div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default;}div.facebook .pp_arrow_next{background: url(../images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px;}div.facebook .pp_arrow_next.disabled{background-position: -32px -96px;cursor:default;}div.facebook .pp_nav{margin-top:0;}div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px;}div.facebook .pp_nav .pp_play{background: url(../images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px;}div.facebook .pp_nav .pp_pause{background: url(../images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px;}div.facebook .pp_next:hover{background: url(../images/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor: pointer;}div.facebook .pp_previous:hover{background: url(../images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor: pointer;}div.facebook .pp_bottom .pp_left{background: url(../images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat;}div.facebook .pp_bottom .pp_middle{background: url(../images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x;}div.facebook .pp_bottom .pp_right{background: url(../images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat;}div.pp_pic_holder a:focus{outline:none;}div.pp_overlay{background:#000;display: none;left:0;position:absolute;top:0;width:100%;z-index:9500;}div.pp_pic_holder{display: none;position:absolute;width:100px;z-index:10000;}.pp_top{height:20px;position: relative;}* html .pp_top{padding:0 20px;}.pp_top .pp_left{height:20px;left:0;position:absolute;width:20px;}.pp_top .pp_middle{height:20px;left:20px;position:absolute;right:20px;}* html .pp_top .pp_middle{left:0;position: static;}.pp_top .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px;}.pp_content{height:40px;}.pp_fade{display: none;}.pp_content_container{position: relative;text-align: left;width:100%;}.pp_content_container .pp_left{padding-left:20px;}.pp_content_container .pp_right{padding-right:20px;}.pp_content_container .pp_details{float: left;margin:10px 0 2px 0;}.pp_description{display: none;margin:0 0 5px 0;}.pp_nav{clear: left;float: left;margin:3px 0 0 0;}.pp_nav p{float: left;margin:2px 4px;}.pp_nav .pp_play,.pp_nav .pp_pause{float: left;margin-right:4px;text-indent: -10000px;}a.pp_arrow_previous,a.pp_arrow_next{display:block;float: left;height:15px;margin-top:3px;overflow: hidden;text-indent: -10000px;width:14px;}.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000;}.pp_gallery{left:50%;margin-top: -50px;position:absolute;z-index:10000;}.pp_gallery ul{float: left;height:35px;margin:0 0 0 5px;overflow: hidden;padding:0;position: relative;}.pp_gallery ul a{border:1px #000 solid;border:1px rgba(0,0,0,0.5) solid;display:block;float: left;height:33px;overflow: hidden;}.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff;}.pp_gallery ul a img{border:0;}.pp_gallery li{display:block;float: left;margin:0 5px 0 0;}.pp_gallery li.default a{background: url(../images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px;}.pp_gallery li.default a img{display: none;}.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px !important;}a.pp_next{background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float: right;height:100%;text-indent: -10000px;width:49%;}a.pp_previous{background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float: left;height:100%;text-indent: -10000px;width:49%;}a.pp_expand,a.pp_contract{cursor: pointer;display: none;height:20px;position:absolute;right:30px;text-indent: -10000px;top:10px;width:20px;z-index:20000;}a.pp_close{display:block;float: right;line-height:22px;text-indent: -10000px;}.pp_bottom{height:20px;position: relative;}* html .pp_bottom{padding:0 20px;}.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px;}.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px;}* html .pp_bottom .pp_middle{left:0;position: static;}.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px;}.pp_loaderIcon{display:block;height:24px;left:50%;margin: -12px 0 0 -12px;position:absolute;top:50%;width:24px;}#pp_full_res{line-height:1 !important;}#pp_full_res .pp_inline{text-align: left;}#pp_full_res .pp_inline p{margin:0 0 15px 0;}div.ppt{color:#fff;display: none;font-size:17px;margin:0 0 5px 15px;z-index:9999;}.clearfix:after{content: ".";display:block;height:0;clear:both;visibility: hidden;}.clearfix {display: inline-block;}* html .clearfix {height:1%;}.clearfix {display:block;}