/*  
Theme Name: The Bayly Battle!
Theme URI: http://www.baylybattle.com/
Description: Theme for Our New House Blog.
Version: 1.2
Author: Ted Rouse
Author URI: http://www.takedanger.com/
*/

body {
	font-family: Verdana;
	background-color: #E0DEC1;
	color: #eee;
	text-align: center;
	margin: 0px 15px 0px 15px;
	padding: 0px;
	background-image: url(images/bb_bgtop.gif);
	background-position: left top;
	background-repeat: repeat-x;
	}

#page {
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: left;
	}
	
/*HEADER*/
#header {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
	color: #444;
	width: 100%;
	text-align: right;
	}
	
#header h1 {
	font-size: 24pt;
	text-align: center;
	}
	
/*MAIN CONTENT*/

#content {
	font-size: 10pt;
	}

.narrowcolumn {  	
	vertical-align: top;
	width: 100%;
	}
	
.narrowcolumn .tedpost {
	padding: 15px 15px 15px 15px;
	margin: 0px 15px 15px 15px;
	border: 1px solid #563407;
	background-color: #145668;
	text-align: justify;
	}
	
.narrowcolumn .shannonpost {
	padding: 15px 15px 15px 15px;
	margin: 0px 15px 15px 15px;
	border: 1px solid #563407;
	background-color: #891818;
	text-align: justify;
	}
	
.narrowcolumn .post, .narrowcolumn .sorry, .narrowcolumn .title, .narrowcolumn .comments, .narrowcolumn .album {
	padding: 15px 15px 15px 15px;
	margin: 0px 15px 15px 15px;
	border: 1px solid #563407;
	background-color: #444;
	overflow: auto;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	padding-top: 5px;
	margin: 0px;
	clear: both;
	}
	
.entry ul li:before, .sidebar ul ul li:before {
	content: "\2023 \0020";
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align: center;
	}
	
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
ol li, .sidebar ul ol li {
	list-style: decimal outside;
	}
	
#searchform {
	margin: 0px auto;
	padding: 0px 0px 5px 0px; 
	text-align: center;
	}
	
/* SIDEBAR */
.sidebar {
	padding: 0px 5px 0px 10px;
	margin: 0px 0px 15px 0px;
	width: 163px;
	font: 8pt Verdana;
	background-color: #444;
	border: 1px solid #563407;
	background-position: left top;
	overflow: hidden;
	}
	
.sidebar p.description {
	margin: -10px 0px 0px 0px;
	padding: 0px;
	font-size: 10pt;
	color: #563407;
	}
	
.sidebar h2 {
	font-family: Verdana;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
	}

.sidebar img.pp_sidebar {
	padding: 5px;
	margin: 2px;
	border: 1px solid #E0DEC1;
	}

.sidebar a:hover img.pp_sidebar {
	background-color: #555;
	}
	
.sidebar form {
	margin: 0px;
	}
	
.sidebar #searchform {
	margin: 0px auto;
	padding: 0px 0px 5px 0px; 
	text-align: left;
	}

.sidebar #searchform #s {
	width: 85px;
	height: 12px;
	padding: 1px;
	font-size: 8pt
	}

.sidebar #searchsubmit {
	padding: 0px;
	font-size: 8pt;
	}
	
.sidebar ul, .sidebar ul ol {
	margin: 0px;
	padding: 0px;
	}

.sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 10px;
	}
	
.sidebar ul p, .sidebar ul select {
	margin: 5px 0 8px;
	}

.sidebar ul ul, .sidebar ul ol {
	margin-top: 5px;
	}

.sidebar ul ul ul, .sidebar ul ol {
	margin: 0px;
	}
	
.sidebar ul ul li, .sidebar ul ol li {
	margin: 3px 0px 0px 0px;
	padding: 0px;
	}

/*FOOTER*/
#footer {
	background-color: #000;
	border: 1px solid #aaa;
	border-bottom: 0px;
	padding: 10px 0px 10px 5px;
	margin: 25px 0px 0px 0px;
	width: 745px;	
	clear: both;
	font-size: 8pt;
	color: #aaa;
	}
	
#footer a {
	color: #2D6C7F;
	}

/*HEADLINE TAGS*/
h1, h2, h3 {
	font-family: Verdana;
	font-weight: bold;
	padding-bottom: 5px;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #E0DEC1;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, .sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}
	
h2, h3 {
	font-size: 18pt;
	margin: 0px;
	}
	
h2.pagetitle {
	font-size: 18pt;
	margin: 0px;
	text-align: center;
	}
	
/*ANCHOR TAGS*/
a, h2 a:hover, h3 a:hover {
	color: #E0DEC1;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

.entry a, .entrytext a {
	color: #E0DEC1;
	text-decoration: underline;
	}

.entry a:hover, .entrytext a:hover {
	color: #fff;
	text-decoration: underline;
	}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}
	
a img {
	border: 0px;
	}

/*	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-right: auto;
	margin-left: auto;
	border: 1px solid #E0DEC1;
	padding: 5px;
	}
	
img.alignright {
	padding: 0px;
	margin: 3px 0px 2px 8px;
	display: inline;
	border: 1px solid #E0DEC1
	}

img.alignleft {
	padding: 0px;
	margin: 3px 8px 2px 0px;
	display: inline;
	border: 1px solid #E0DEC1
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}
/* End Images */


/* Begin Comments, Archives*/
.commentlist, .postlist {
	padding: 0px;
	margin: 0px;
	text-align: justify;
	}

.commentlist li, .postlist li {
	margin: 0px;
	padding: 5px 5px 10px 5px;
	list-style: none;
	font-weight: normal;
	}
	
.postlist li h3 {
	margin-top: 0px;
	}
	
.commentlist li.alt, .postlist li.alt {
	background-color: #555;
	}
	
.commentlist p, .postlist p {
	margin: 10px 0px 0px 0px;
	font-weight: normal;
	text-transform: none;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0px;
	}

.commentmetadata {
	margin: 0;
	display: block;
	font-weight: normal;
	}
	
.commentlist li, #commentform input, #commentform textarea, .postlist li {
	font: 10pt Verdana;
	}
	
.commentlist cite, .commentlist cite a {
	font-style: normal;
	font-size: 10pt;
	}

#commentform p {
	margin: 5px 0;
	font-family: Verdana;
	}
	
#commentform input {
	width: 125px;
	padding: 1px;
	margin: 5px 5px 0px 0px;
	font-size: 8pt;
	}

#commentform textarea {
	width: 99%;
	padding: 0px;
	margin: 5px 0px 0px 0px;
	}

#commentform #submit {
	margin: 10px 0px 0px 0px;
	}
/* End Comments */


/* WP CALENDAR STUFF */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	font-size: 8pt;
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	font-size: 8pt;
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	text-decoration: none;
	}

#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; 
	}

#wp-calendar caption {
	font: bold 10pt Verdana;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/*END WP CALENDAR STUFF */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	font-size: 8pt;
	}

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;
	}
	
small {
	font-family: Verdana;
	font-size: 8pt;
	}
	
small, .sidebar ul ul li, .sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #ccc;
	}
	
code {
	display: block;
	font: 8pt 'Monaco', Courier, Fixed;
	margin-left: 25px;
	line-height: 10pt;
	}
	
select {
	width: 130px;
	}

.center {
	text-align: center;
	}

/* End Various Tags & Classes*/