/*
Theme Name:		Spa Pool Outlet
Theme URI: 		http://www.spapooloutlet.com
Version: 		0.2.4.10
Description: 	Custom Woedpress Theme For Spa Pool Outlet
Author: 		Chip Pintilie
Author URI:		http://www.betterimage.org


*/

/* Reset Browser Defaults */
@import url( 'library/media/css/reset.css' );





/* Stylistic CSS Styles */
@import url( 'library/media/css/screen.css' );

/* These empty css selectors are temporarily here for compatiability with the WordPress theme repository checklist. */
.aligncenter {} .alignleft {} .alignright {} .wp-caption {} .wp-caption-text {}


body {
	background: url(images/background.jpg) repeat-x top;
}



.container { width: 960px; margin: 0 auto; }
.hfeed { width: 520px; float: left; }
.aside { width: 380px; float: right; }
.footer { clear: both;
	background: #a2d6ff;
margin-top: 30px;


 }

 .hfeedwide { width: 960px; float: left; }


/* Document Body */
body, input, textarea { 
font: 14px Helverica, Arial, sans-serif;

 }
 
 

 
/* Font Styles */
.serif { font-family: Georgia, "Times New Roman", Times, serif; }
 
.sans-serif { font-family: "lucida sans", Verdana, Arial, Helvetica, sans-serif; }
 
/* Vertical Rhythm  */
.entry-meta { margin-bottom: 10px; }
 
p, pre, ul, ol, dl, dd, blockquote, address, table, fieldset, form, .gallery-row, .comment-list ul, .comment-list ol { margin-bottom: 20px; }
 
.hentry, .widget, .comment, .navigation-links { margin-bottom: 40px; }

.header {
position: relative;
width: 960px;
height: 125px;
float: left;
}

 
/* Logo */
#logo{
position: absolute;
top: 20px;
left: 0;
	width: 231px;
	height: 86px;
	}
 
#logo a:hover {
	color: #2361a1;
	text-decoration: none; }
 
#tagline { color: #333; text-indent: -5500px;}
 
/* Menu */
.nav {
position: absolute;
top: 50px;
right: 0px;
	float: left;
 }
 
.nav, .nav * {
	list-style: none;
	margin-left: 0; }
 
.nav li {
	float: left;
	padding: 0 0 0 6px;
	position: relative; 
	margin-left: 10px;
	height: 26px;
	background: url(images/menu_01.png) no-repeat top left;
	}
 
.nav ul li { width: 100%; }
 
.nav a {
	display: block;
	position: relative;
	padding: 3px 10px 0 5px;
	height: 26px;
	background: url(images/menu_02.png) no-repeat top right;
font-weight: bold;
font-size: 15px;
float: left;
	
	 }


.nav li.current_page_item {
	background: url(images/menusel_01.png) no-repeat top left;
	}

.nav li.current_page_item a {
	background: url(images/menusel_02.png) no-repeat top right;
	color: white;
	}

 
/* Links */
a {
	color: #2361a1;
	text-decoration: none; }
 
	a:hover { text-decoration: underline; }
 
.entry-content a:link, .entry-content a:active, .entry-content a:visited {
	color: #2361a1;
	text-decoration: underline; }
 
.entry-content a:hover { text-decoration: none; }
 
/* Headings */
h1, h2, h3, h4, h5, h6 {
	clear: both; }
 
h1 {
	font-size: 24px;
	line-height: 28px;
	padding: 5px 0px; }
 
h2 {
	font-size: 20px;
	padding: 5px 0px; }
 
h3 {
	font-size: 22px;
	line-height: 28px;
	padding: 5px 0px; 
	font-weight: bold;}
 
h4 {
	font-size: 14px;
	line-height: 18px;
	padding: 5px 0px; }
 
h5 {
	font-size: 12px;
	line-height: 18px;
	padding: 5px 0px; }
 
h6 {
	font-size: 10px;
	line-height: 16px; }
 
/* Content */
.page-title {
	font-size: 14px;
	font-weight: bold; }
 
	.page-title span {
		font-style: italic;
		font-weight: normal; }
 
.entry-title, .entry-title a {
	color: #000;
	font-size: 24px;
	line-height: 28px; }
 
.entry-title a:hover {
	color: #2361a1;
	text-decoration: none; }
 
/* Text Elements */
address { font-style: italic; }
 
abbr[title], acronym[title], dfn[title] {
	cursor: help;
	border-bottom: 1px dotted #666; }
 
blockquote {
	color: #666;
	font-style: italic;
	border-left: 1px solid #ddd;
	margin-left: 15px;
	padding-left: 10px; }
 
strong { font-weight: bold; }
 
em, dfn, cite { font-style: italic; }
 
dfn { font-weight: bold; }
 
sup { bottom: 1ex; }
 
sub { top: .5ex; }
 
small { font-size: 12px; }
 
del { text-decoration: line-through; }
 
ins { text-decoration: underline; }
 
code, pre { line-height: 15px; }
 
var, kbd, samp, code, pre {
	font: 12px/1.4 Consolas, "Andale Mono", Courier, "Courier New", monospace;
	background: #fafafa; }
 
kbd { font-weight: bold; }
 
samp, var { font-style: italic; }
 
pre {
	white-space: pre;
	overflow: auto;
	padding: 10px;
	border: 1px solid #ddd;
	clear: both; }
 
code { padding: 0px 3px; }
 
/* Lists: (ul, ol, dl) */
ul, ol, dl { margin-left: 15px; }
 
.nav { margin-left: 0px; }
 
.entry-content ul, .entry-content ol, #search-query { margin-left: 25px; }
 
li ul, li ol { margin-bottom: 0; }
 
ul ul, ol ol, ul ol, ol ul { margin-bottom: 0; }
 
ol { list-style-type: decimal; }
 
ul { list-style-type: disc; }
 
	ul ul { list-style-type: circle; }
 
		ul ul ul { list-style-type: square; }
 
dt { font-weight: bold; }
 
.fat li { margin-bottom: 10px; }
 
/* Tables */
table {

	line-height: 18px;
}
 
	table .even { background: #ddd; }
 
caption { text-align: left; }
 
tr { border-bottom: 1px solid #ccc; }
 
th, td { padding: 5px 3px; }
 
/* Forms */
/*
input, textarea, button {
	background: #fafafa;
	border-color: #aaa #ddd #ddd #aaa;
	border-style: solid;
	border-width: 1px;
	color: #444;
	font-size: 14px; }
 
input, textarea, button {
	font-family: Cambria, Georgia, "Times New Roman", Times, serif;
	padding: 3px; }
 
button {
	font: 12px;
	padding: 2px 10px;
	cursor: pointer; }
 
input:focus, textarea:focus, button:hover {
	background: #fff;
	border-color: #777 #ccc #ccc #777; }
*/
 
/* bugfix */
.safari input { padding: 0px 3px; }
 
.chrome input { padding: 1px 3px; }
 
/* Comments */
.comment-list, .comment-list .children { list-style: none; }
 
.comment-list { margin-left: 10px; }
 
.comment { margin-bottom: 40px; }
 
.comment-list .children { margin-top: 40px; }
 
.comment-meta { margin-bottom: 10px; }
 
.commenter { font-size: 16px; }
 
.avatar {
	float: right;
	margin: 0px 0px 10px 20px;
	border: 1px #ddd solid;
	padding: 1px; }
 
/* Comment Reply */
#comment-form .form-section input { margin-right: 10px; }
 
.form-section { margin-bottom: 10px; }
 
	.form-section label { cursor: pointer; }
 
#commenter-details input { margin-right: 10px; }
 
#allowed-tags {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	padding: 5px 10px;
	background: #fff;
	border: 1px #ddd dotted;
	border-top: none;
	width: 573px; }
 
/* Images */
img.alignleft {
	float: left;
	margin-right: 20px;
	margin-top: 5px; }
 
img.alignright {
	display: block;
	float: right;
	margin-left: 20px;
	margin-top: 5px; }
 
img.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
	margin-top: 5px; }
 
.wp-caption { text-align: center; }
 
	.wp-caption img {
		margin: 0;
		padding: 0;
		border: 0 none; }
 
	.wp-caption .wp-caption-text {
		margin: 0;
		padding: 5px; }
 
.wp-smiley {
	max-height: 13px;
	margin: 0 !important; }
 
/* Prevent the smileys from breaking line-height */
/* [gallery] */
.gallery { margin: auto; }
 
.gallery-image {
	border: 2px solid #cfcfcf;
	margin-left: 0; }
 
.gallery-caption { margin-left: 0; }
 
.gallery-item {
	float: left;
	text-align: center;
	margin-left: 0; }
 
.gallery-columns-2 { width: 50%; }
 
.gallery-columns-3 { width: 33%; }
 
.gallery-columns-4 { width: 25%; }
 
.gallery-columns-5 { width: 20%; }
 
.gallery-columns-6 { width: 16%; }
 
.gallery-columns-7 { width: 14%; }
 
.gallery-columns-8 { width: 12%; }
 
.gallery-columns-9 { width: 11%; }
 
/* Navigation */
.page-navigation .nav-next { float: left; }
 
.page-navigation .nav-previous { float: right; }
 
.single-page-navigation .nav-next { float: right; }
 
.single-page-navigation .nav-previous { float: left; }
 
/* [gallery] + navigation clearfix */
.gallery-row:after, .navigation-links:after, .container:after, .menu:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden; }
 
.gallery-row, .navigation-links, .container, .menu { display: block; }
 
/* Basic Alignments */
.alignleft { float: left; }
 
.alignright { float: right; }
 
.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both; }
 
 
 
/* Theme Extra  */

#bigbluebox {
width: 960px;
height: 299px;
background: url(images/blue-bar.png) no-repeat top left;
float: left;
position: relative;

}

.infohomepage {
width: 380px;
float: left;
padding: 12px 0 0 12px;
}

.infohomepage h2 {
font-size: 34px;
color: #d7f3ff;
font-weight: bold;
line-height: 30px;
text-transform: uppercase;
}


.infohomepage h3 {
font-size: 25px;
color: white;
font-weight: bold;
line-height: 30px;
}


.infohomepage p {

color: white;
font-size: 16px;
line-height: 21px;
}

 #slideshow {
 
 
 	height: 274px;
 
 
 	width: 532px;
 
 
 	padding: 0px;
 
 
 	margin: 0px;
 
 
 	right: 12px;
 
 
 	top: 12px;
 
 
 	position: absolute;
 overflow: hidden;
 
 }
 
#slideshow img {


	border-color: #83b8ff;


	border-width: 3px;


	border-style: solid;


}

p.location {
position: absolute;
right: 0;
top: 15px;
font-weight: bold;
font-size: 14px;
font-weight: bold;
line-height: 20px;
} 

#openpublic {
width: 960px;
height: 69px;
background: url(images/gold-bar.png) no-repeat top left;
float: left;
position: relative;
margin: 10px 0;
text-align: center;
}

#openpublic p {
font-weight: bold;

}

p.opentext {
margin: 8px 0 0 0;
padding: 0;
font-size: 17px;
}

h2.sizzling {
font-size: 40px;
color: #fb1f1f;
font-weight: bold;
letter-spacing: -1px;
line-height: 45px;
}

.entry-content {
line-height: 20px;
}

.entryhomepage {
width: 230px;
float: left;
margin: 0 10px;
}

.post-meta-key {
display: none;
}

h2.special-name {
font-size: 30px;
font-weight: bold;
padding: 10px 5px 15px 10px;
margin: 0;
background: url(images/background-specials2.jpg) repeat-x top;
}


h1.entry-title {
font-size: 30px;
font-weight: bold;
color: #2a63ac;

}
.specials-post {
border: 1px solid #ebc157;
float: left;
margin: 10px 0 30px 0;
}

.special-post p {
margin: 0 5px 5px 0;
padding: 0;
}

ul.post-meta {
list-style-type: none;
font-size: 22px;
font-weight: bold;
color: #fb1f1f;
margin: 0;
}

.homepost-right {
float: left;
width: 250px;
}

.design {
font-size: 11px;

}

p#copyright {
margin: 0;
padding: 10px 0;
text-align: center;

}

.bluebar-inside {
float: left;
width: 960px;
height: 104px;
background: url(images/blue-bar-inside.png) no-repeat top left;
margin: 0 0 20px 0;
}

h3.slogan-inside {
color:white;
font-size:36px;
font-weight:bold;
line-height:30px;
padding: 10px 300px 5px 10px;
margin: 0;
}

p.header-inside {
color:white;
font-size: 20px;
font-weight:bold;
line-height: 24px;
padding: 0px 300px 0px 10px;
margin: 0;
}



#testimonials {
width: 382px;
float: left;
margin: 30px 0 20px 0;
background: url(images/sidebar_02.jpg) repeat-y;
}

h3.testimonials-header {
padding: 8px 10px 12px 10px;
margin: 0;
background: url(images/sidebar_01.jpg) no-repeat;
color: white;
text-align: center;
font-weight: bold;
font-size: 25px;
text-transform: uppercase;

}


#testimonials p {
padding: 15px 15px 15px 15px;
font-family: Georgia, serif;
font-size: 15px;
font-style: italic;
line-height: 24px;
margin: 0;
}

.sidebar-bottom {
float: left;
width: 382px;
height: 11px;
background: url(images/sidebar_04.jpg) no-repeat;
}


.tableproducts p {
margin: 0;
padding: 0;
}

/*
.article img {
border: 1px solid #4699d4;
}
*/

.style1 {
	font-size: 12px;
	font-style: italic;
}

.submitbutton {
font-size: 18px;
}

.wpcf7 {
background: #c8e7ff;
border: 1px solid gray;
margin-bottom: 10px;
}

.wpcf7  p {
padding: 3px 10px;
margin-bottom: 5px;
}

.wp-image-148 {
margin-top: 35px;
}

.homepost-right p {
margin-bottom:10px;
}

.bottom-description {
color: #a7d5f9;
}