/*
Theme Name: Barringer Pools Default
Theme URI: http://barringerpools.com/
Description: Theme For Barringer Pools
Version: 1.1
Author: Austin Lamb
Tags: mantle color, variable width, two columns, widgets

Barringer Pools Theme by Austin Lamb :)
*/

/* No list-markers by default - must redefine bullets w/ bg graphics */
*{margin:0;padding:0;line-height:normal}
p{
margin: 1em 0}
ul, ol {
	list-style:none;
}

/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1, h2, h3, h4, h5, h6, pre{
	font-size:1em;
	font-family:Arial, Helvetica, sans-serif;
}
/* Remove inconsistent (among browsers) default padding or margin */
ol, h1, h2, h3, h4, h5, h6, pre, form, body, html, fieldset, input, div, dd, dt, dl, label{
	margin:0;
	padding:0;
}
/* prevent blue linked image borders */
a img, :link img, :visited img, fieldset {
	border:none;
}
body{background:url(images/bp-background.jpg) no-repeat top center;margin:0}
h1, h2{margin:0 0 1em 0;font-family:Georgia, "Times New Roman", Times, serif;font-size:22px;font-weight:normal;}
h3{margin:0 0 1em 0;font-family:Georgia, "Times New Roman", Times, serif;font-size:18px;font-weight:normal;}
#bp-container{margin:0 auto 0 auto;width:805px;min-height:800px;}
#bp-header{height:188px;padding-top:8px;color:#051f3b;}
#bp-body{margin-top:.5em;}
#bp-sidebar{margin:0 1em; width:190px;float:left;background:url(images/bp-sidebar.jpg) no-repeat right;min-height:570px;font-family:Georgia, "Times New Roman", Times, serif;font-size:16px;}
#bp-sidebar img{ border:2px solid #CCC;padding:2px;  }
	#bp-sidebar ul{margin:1em 0 0 1.5em;list-style:none;}
	#bp-sidebar ul li{margin-bottom:2em;}
	#bp-sidebar ul a{color:black;text-decoration:none;}
	
	#bp-sidebar ul ul{margin:1em 0 0 1em;}
	#bp-sidebar ul ul li{font-size:12px;margin:1em 0 0 auto;}
	#bp-sidebar ul ul a{color:black;text-decoration:none;}
	#bp-sidebar ul a:hover{}
	
#bp-content{float:right;padding-top:1em;width:580px;font-family:Tahoma, Geneva, sans-serif;font-size:13px;min-height:500px;padding-bottom:2em;}
	#bp-content ul li{}
	#bp-content p{line-height:1.75em;}
	#bp-content ul li{margin:.5em 0 .5em 1em;;}
	#bp-content ol li{margin:1em 0 1em 0;}
	
#bp-footer{border:1px solid #CCC;padding-top:3px;background:url(images/bp-footer-logo.jpg) no-repeat;clear:both;background-color:#f4f6fe;min-height:120px;padding-bottom:.5em;margin-bottom:4px;}
#bp-footer div{margin:1em .5em .5em .5em;background-color:#4dace8;height:2px;width:auto;}
#bp-footer ul{margin:4px 0 0 160px;display:block;width:auto;}
#bp-footer ul li{display:inline-block;color:black;margin:0 .7em;list-style:none;font-family:Arial, Helvetica, sans-serif;font-size:11px;}
#bp-footer ul li a{text-decoration:none;color:black;}
#bp-footer ul li a:hover{background-color:#D3D3D3;}

#service-areas{margin-left:0;}
#service-areas li{margin-left:0;}

ul.inline li{display:inline-block;margin:.25em .5em;font-size:11px;}

.slideshow {margin:0 2em 2em 0; height: auto; width: auto; float:left; border: 1px solid #ccc; background-color: #eee; }
.slideshow div { text-align:center; padding: 15px; font-family:Georgia, "Times New Roman", Times, serif }
.slideshow div a{ color:black;text-decoration:none; outline:none;  }
.slideshow div img{ border:2px solid  #999;margin-bottom: 15px;  }

.slideshow2 {margin:.5em 0 1em 1.5em; height: auto; width: auto; float:right; border: 1px solid #ccc; background-color: #eee; }
.slideshow2 div { text-align:center; padding: 15px; font-family:Georgia, "Times New Roman", Times, serif }
.slideshow2 div a{ color:black;text-decoration:none; outline:none;  }
.slideshow2 div img{ border:2px solid  #999;margin-bottom: 15px;  }

.home-serv-areas {margin-bottom:1.5em;}
.home-serv-areas li{display:inline-block;margin:.5em;font-weight:normal;}

.entry ol li{font-weight:bold;font-size:11px;}
.entry ul li{font-weight:bold;font-size:11px;}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

/*
html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}
html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}
*/
.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

/*.entry form { /* This is mainly for password protected posts, makes them look better.
	text-align:center;
	}*/

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
