/*
Theme Name: High Sierra Pools
Theme URI: http: //highsierrapools.com/
Description: The default WordPress theme for High Sierra Pools.
Version: 1.0
Author: Todor Iliev
Author URI: http: //www.todoriliev.com/
Tags: highsierrapools, pool management, blue, light, simple, custom
*/


/* 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{background:transparent;border:0;font-size:100%;margin:0;outline:0;padding:0;vertical-align:baseline;}
body{line-height:1}
ol,ul{list-style:none}
blockquote,q{quotes:none}
:focus{outline:0}
ins{text-decoration:none}
del{text-decoration:line-through}
table{border-collapse:collapse;border-spacing:0}

/* CLEARFIX CLASS ------------------------ */

.clearfix:after{content: ".";display: block;height: 0;clear: both;visibility: hidden}
.clearfix{display: inline-block;}
* html .clearfix{height: 1%}
.clearfix{display: block}

/* GLOBAL ------------------------ */

body {
	font: 13px Arial, Helvetica, sans-serif normal;
	color: #333;
	text-align: center;
	margin: 0;
	padding: 0;
	}

a:link,a:visited {
	color: #0071bb;
	text-decoration: none;
	}

a:hover {
	color: #66aad6;
	}

h1,h2,h3 {
	font-weight: 400;
	}

strong {
	font-weight: 600;
	}

em {
	font-style: italic;
	}

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

/* HEADER ------------------------ */

#header {
	height: 120px;
	background: url(images/header-bg.jpg) no-repeat center center;
	}
	
#header .container {
	}

#header h1 a {
	float: left;
	width: 339px;
	height: 78px;
	text-indent: -9999px;
	background: url(images/logo.png) no-repeat 0 0;
	margin: 21px 0;
	}

/* MENU ------------------------ */

ul.menu-list {
	float: right;
	margin: 65px 0 0;
	}

ul.menu-list li {
	float: left;
	list-style: none;
	}

ul.menu-list li a:link,
ul.menu-list li a:visited {
	font-size: 110%;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	padding: 0 15px;
	line-height: 25px;
	}
	
ul.menu-list li.page-item-31 a {
	background: url(images/menu-arrow-down.png) no-repeat right 10px;
	margin: 0 10px 0 0;
	}

ul.menu-list li a:hover {
	color: #bfecff;
	}

ul.menu-list li ul {
	z-index: 1000;
	margin: 10px 0 0 0;
	position: absolute;
	visibility: hidden;
	}

ul.menu-list li ul li {
	float: none;
	display: inline;
	}

ul.menu-list li ul li a:link,
ul.menu-list li ul li a:visited {
	display: block;
	font-size: 90%;
	font-weight: normal;
	padding: 10px 15px 10px 15px;
	line-height: normal;
	border-left: none;
	border-top: 1px solid #fff;
	background: #0283c7;
	}

ul.menu-list li ul li a:hover {
	color: #fff;
	background: #0289d1;
	}
	
/* BANNER ------------------------ */

#banner {
	color: #fff;
	background: url(images/banner-bg.jpg) no-repeat top center;
	height: 340px;
	overflow: hidden;
	border-top: 1px solid #fff;
	min-width: 960px;
	}
	
#banner .container {
	}
	
#banner #banner-content {
	width: 390px;
	float: left;
	position: absolute;
	z-index: 200001;
	}
	
#banner h1 {
	color: #bfecff;
	font-size: 220%;
	font-style: italic;
	width: 350px;
	margin: 25px 0 50px 0;
	}
	
#banner ul {	
	font-size: 140%;
	}
	
#banner li {
	list-style-type: disc !important;
	padding: 0 0 0 10px;
	margin: 0 0 7px 40px;
	}
	
#banner a {
	width: 218px;
	height: 47px;
	display: block;
	margin: 25px 0 0 33px;
	text-indent: -9999px;
	background: url(images/explore-btn.jpg) no-repeat top center;
	}
	
#banner a:hover {
	background: url(images/explore-btn-hover.jpg) no-repeat top center;
	}
	
#us-map {
	position: absolute;
	z-index: 200000;
	float: left;
	height: 175px;
	width: 257px;
	margin: 165px 0 0 230px;
	background: url(images/us-map.jpg) no-repeat top center;
	}

/* SLIDESHOW ------------------------ */

#slideshow {
	float: right;
	width: 550px;
	height: 340px;
	position: relative;
	overflow: hidden;
	}

#slideshow img {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
	}

#slideshow img.active {
    z-index:10;
    opacity:1.0;
	}

#slideshow img.last-active {
    z-index:9;
	}

/* LAYOUT COLUMNS ------------------------ */

.column-wrapper {
	}

.column {
	width: 200px;
	float: left;
	padding: 20px 0 0 0;
	}

.two {
	margin: 0 45px;
	}
	
.three {
	margin: 0 45px 0 0;
	}
	
/* CONTENT ------------------------ */
	
#content {
	border-top: 1px solid #fff;
	background: url(images/content-bg.gif) repeat-x;
	}
	
#content .container {
	}

#content h1 {
	color: #0171bb;
	font-size: 170%;
	margin: 0 0 20px;
	}

#content h2 {
	color: #000;
	font-size: 140%;
	margin: 0 0 10px;
	}
	
#content h3 {
	color: #5e7e96;
	font-size: 140%;
	margin: 0 0 15px;
	}
	
#container #content h2 {
	color: #c1aa76;
	}

#content p {
	line-height: 17px;
	margin: 0 0 20px;
	}
	
#content img.alignleft {
	float: left;
	margin: 0 15px 10px 0;
	}
	
#content img.alignright {
	float: right;
	margin: 0 0 10px 15px;
	}
	
#content img.aligncenter {
	float: right;
	margin: 10px 0 15px 0;
	}

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

#content li {
	list-style-type: disc !important;
	margin: 0 0 5px 40px;
	}
	
/* HOME PAGE SPECIFIC ------------------------ */

body.home #content .column p {
	text-align: justify;
	}
	
body.home #content .column h2 {
	/*text-align: left !important;*/
	}
	
body.home #content .column img {
	margin: 0 0 15px 0;
	}
	
body.home #content .column p a {
	padding: 0 0 0 25px;
	background: url(images/link-arrow.gif) no-repeat left center;
	display: block;
	line-height: 25px;
	}

/* SECONDARY PAGE SPECIFIC ------------------------ */

body.page #banner,
body.error404 #banner {
	height: 110px;
	background: url(images/banner-bg.jpg) no-repeat bottom center;
	}

body.page #banner h1,
body.error404 #banner h1 {
	color: #fff;
	margin: 35px 0 0 245px;
	}

/* Fix Vertical Alignment for Longer Page Titles */
body.page-id-69 #banner h1,
body.page-id-51 #banner h1,
body.page-id-38 #banner h1,
body.page-id-147 #banner h1 {
	margin: 19px 0 0 245px !important;
	}
	
body.page #content .column a {
	padding: 0;
	background: none;
	display: inline;
	line-height: normal;
	}

body.page #content .column-wrapper .one li {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style-type: none !important;
	}

body.page #content .column-wrapper .one a {
	padding: 0 !important;
	display: block;
	background: none;
	border-bottom: 1px solid #dceef8;
	line-height: 30px;
	}
	
body.page #content .column-wrapper .one a.button {
	padding: 0 !important;
	display: block;
	background: none;
	border-bottom: none;
	}

body.page #content .column-wrapper .one {
	padding: 20px 0 0 0;
	}

/* Width of Content Div on Secondary Page */
body.page #content .column-wrapper .two,
body.error404 #content .column-wrapper .two {
	width: 710px !important;
	margin: 0 0 0 50px;
	}

/* TABLES ------------------------ */

table.repair-renovation-tbl {
	}
	
table.repair-renovation-tbl td {
	}
	
table.repair-renovation-tbl td.spacer-column {
	width: 6%;
	}
	
table.repair-renovation-tbl td.first-column,
table.repair-renovation-tbl td.second-column {
	width: 47%;
	}
	
table.repair-renovation-tbl tr.oddrow td {
	}
	

/* BUTTONS ON SERVICES PAGE ------------------------ */

.services-btns a {
	float: left;
	margin: 0 0 30px 0;
	}
	
.services-btns .pool-mang-btn {
	width: 244px;
	height: 143px;
	text-indent: -9999px;
	background: url(/wp-content/themes/hsp/images/pool-mang-btn.gif) no-repeat 0 0 !important;
	margin: 0 60px 0;
	}
	
.services-btns .pool-mang-btn:hover {
	background: url(/wp-content/themes/hsp/images/pool-mang-btn-hover.gif) no-repeat 0 0 !important;
	}
	
.services-btns a.pool-repair-btn {
	width: 244px;
	height: 143px;
	text-indent: -9999px;
	background: url(/wp-content/themes/hsp/images/pool-repair-btn.gif) no-repeat 0 0 !important;
	}
	
.services-btns a.pool-repair-btn:hover {
	background: url(/wp-content/themes/hsp/images/pool-repair-btn-hover.gif) no-repeat 0 0 !important;
	}

/* SUBMIT FORMS ------------------------ */

.mmf {
	}
	
.mmf p {
	line-height: normal;
	margin: 0 !important;
	padding: 0;
	}
	
.mmf label {
	display: block;
	font-weight: bold;
	margin: 0 0 0 4px;
	}
	
.mmf label em {
	font-size: 120%;
	font-style: normal;
	color: #0083c5;
	}
	
.mmf input, .mmf textarea {
	font: 13px Arial, Helvetica, sans-serif normal;
	color: #333;
	border: 1px solid #00a0d4;
	background: url(images/input-bg.gif) #fff repeat-x top;
	margin: 0 0 5px 0;
	padding: 3px;
	width: 260px;
	}


/* Request for Proposal */
.mmf .mmf-note {
	margin: 20px 0 !important;
	}
.mmf .proposal-hours {
	margin: 0 0 0 5px;
	font-weight: bold;
	width: 400px;
	}
	
.mmf .proposal-hours td {
	padding: 3px 0;
	}
	
.mmf .proposal-hours input {
	width: 50px;
	}
	
.mmf .proposal-hours .mmf-checkbox input {
	width: 10px;
	}
	
.mmf .proposal-hours select {
	margin: 0 0 0 5px;
	}

.mmf .proposal-hours .mmf-list-item-label {
	display: none;
	}
	
.mmf textarea {
	margin: 0 0 5px 4px;
	height: 90px;
	}
	
.mmf img {
	margin: 5px;
	border: 1px solid #00a0d4;
	}
	
.mmf p.submit-btn input {
	text-align: center;
	font-weight: bold;
	color: #fff;
	border: 1px solid #0083c5;
	background: #00a0d4;
	margin: 0 0 0 4px;
	padding: 5px 20px;
	width: auto;
	}

.mmf img.ajax-loader {
	border: none;
	}	
	
.mmf .mmf-not-valid-tip {
	border: 1px solid #dd5421;
	background: #ee6633;
	color: #fff;
	padding: 2px 5px;
	}
	
.mmf .mmf-response-output {
	color: #fff;
	font-weight: bold;
	padding: 10px;
	}
	
.mmf .mmf-validation-errors {
	border: 1px solid #dd5421;
	background: #ee6633;
	}
	
.mmf .mmf-mail-sent-ok {
	border: 1px solid #0083c5;
	background: #00a0d4;
	}

/* CONTACT PAGE | page-id-36 ------------------------ */

body.page-id-36 .content-column-wrapper .content-column-one {
	width: 340px;
	float: left;
	margin-bottom: 20px;
	}

body.page-id-36 .content-column-wrapper .content-column-two {
	width: 280px;
	float: right;
	}

.google-map img {
	padding: 1px;
	border: 5px solid #0071bb;
	}
	
.google-map img:hover {
	border: 5px solid #318fcd;
	}

/* FOOTER ------------------------ */

#footer {
	font-size: 90%;
	color: #fff;
	background: url(images/footer-bg.jpg) no-repeat center center;
	padding: 0 0 20px 0;
	}

#footer h4 {
	font-size: 120%;
	font-weight: bold;
	margin: 0 0 15px 0;
	}
	
#footer a:link, #footer a:visited {
	color: #aad8f4;
	text-decoration: underline;
	}
	
#footer a:hover {
	color: #fff;
	}

#footer .column-wrapper .one {
	width: 445px;
	margin: 0 45px 0 0;
	}
	
#footer .column-wrapper .four p {
	margin: 0 0 10px 0;
	}
	
#footer .column-wrapper .four span {
	color: #aad8f4;
	font-weight: bold;
	}
	
#footer .column-wrapper .four p.copyright {
	}