@charset "UTF-8";
/*
Theme Name: PVV Custom Theme
Theme URI: http://elliotjaystocks.com
Description: This theme was based on Starkers by <a href="http://elliotjaystocks.com">Elliot Jay Stocks</a>)
Version: 2.0
Author: Studiodog LLC
Author URI: http://studiodog.com
Tags: starkers, custom, clean, basic
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";

body  {
	background: #666666 url(images/bkg_blue-texture.jpg);
	margin: 0 0 1000px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
}
#container { 
	width: 975px;
	background: #ededed url(images/bkg_linen.jpg);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header {  
	margin: 0px;
	padding: 0px;
	height: 296px;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#header img {
	display: block;
	}
#leftColumn {
	float: left; /* since this element is floated, a width must be given */
	width: 194px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: url(images/dog_02.jpg) -3px 0 no-repeat;
	padding: 150px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	font-size: 12px;
}

/* Set styles for links in Left Menu */
#leftColumn p {
	width: 175px;
	padding: 10px;
}
a:link {text-decoration: none; color: #003366;}
a:visited {text-decoration: none; color: #990000;}
a:active {text-decoration: underline; color: #000;}
a:hover {text-decoration: underline; color: #000; background: white;}

a img {
	border: 0px;
}


#rightColumn {
	float: right; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 12px 20px 20px 0px; /* padding keeps the content of the div away from the edges */
}

/*  NOTE:  i had to enter an inline style in the page-custom.php template to space out the images - can't get them quite right w/ styles in here */

#sidebar {
	float: right;
	width: 180px;
	padding: 0px 20px 20px 0px;
}
#mainContent { 
	margin: 0px 0px 0px 225px;
	padding: 15px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 513px;
} 
#mainContent p {
	padding: 0 0 5px 0;
}
#single { 
	margin: 0px 0px 0px 225px;
	padding: 15px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 700px;
} 
#footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#d67f2e;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
img {
	border: 0px;
	}

/* *************** BEGIN TEXT STYLES ****************** */

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #006699;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-family: "Gill Sans", Verdana, Arial;
	font-size: 16px;
	font-weight: normal;
	color: #003366;
}
h4 {
	font-family: "Gill Sans", Verdana, Arial;
	font-size: 18px;
	color: #009999;
	font-weight: normal;
}
h5 {
	font-family: Arial, Verdana, Helvetica;
	font-size: 16px;
	font-weight: normal;
	color: #999999;
}

.h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #006699;
}
.h3 {
	font-family: "Times New Roman", Times, serif;
	font-family: "Gill Sans", Verdana, Arial;
	font-size: 16px;
	font-weight: normal;
	color: #003366;
}
.h4 {
	font-family: "Gill Sans", Verdana, Arial;
	font-size: 18px;
	color: #993333;
	font-weight: normal;
}
.center {
	text-align:center;
	}
.floatRight {
	float: right;
	padding-left: 10px;
	}
	
	
/* *************** BEGIN WP STYLES ****************** */

#respond {
	padding: 10px 0 30px 0;
}
.post {
	margin: 0 0 40px;
	text-align: justify;
	}
	
	
/* 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 textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



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

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

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

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

#commentform p {
	margin: 5px 0;
	}

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

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



/* Begin Sidebar  */

#sidebar h2
{
	font-size: 1.1em;
	font-weight: bold;
	color: #000;
	}

#sidebar a, #sidebar a:visited {
	text-decoration: none;
	font-size: 1.2em;
	color: #000;
	
	}
/* 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;

	/* border-left: 5px solid #ddd; */
	}

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

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

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

#mainContent p {
	padding: 10px 0 10px 0;
}