/*
Theme Name: Horse Hospital
Theme URI: http://www.wrburton.com/
Description: Bespoke theme for The Horse Hospital
Version: 1.0
Author: William Burton
Author URI: http://www.wrburton.com/
*/



/* Begin Typography & Colors */
body {
	/**/background: #000000 url('images/bg.jpg') center top no-repeat;
	/*background: #FFFFFF url('images/grid.gif') center repeat-y;*/
	/*background: url('images/baseline.gif') center repeat-y;*/
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0px;
	color: #AAAAAA;
	}

#header .description,
#wrap .description {
	position: absolute;
	left: -999em;
	}
	
p {
	margin: 5px 0 10px 0;
	}
.narrowcolumn p {
	font-size: 13px;
	margin: 10px 0;
	}
.narrowcolumn p.postmetadata {
	font-size: 12px;
	margin: 0px 0 0px 0;
	color: #666666;
	}
#sidebar ul li p, #sidebar ul select {
	font-size: 13px;
	/*margin: 5px 0 8px;*/
	}
#sidebar ul li.thumb p {
	font-size: 12px;
	/*margin: 5px 0 8px;*/
	}
.narrowcolumn p.dates {
	/*background: green;*/
	font-size: 14px;
	line-height: 14px;
	color: #FFFFFF;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 0px 0 0px 0;
}
#sidebar ul li.thumb p.dates {
	font-size: 14px;
}
small {
	font-size: 10px;
	line-height: 10px;
	letter-spacing: 0px;
}
.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}
.even, .alt {
	border-left: 1px solid #ddd;
}


/* Headers -----------------------------------------*/

h1, h2, h3, h4 {
	font-weight: normal;
	}
#logo a {
	margin: 35px 0px 0 20px;
	float: left;
	background: url('images/sprite.png') -0px 0 no-repeat;
	width: 179px;
	height: 125px;	
	text-indent: -900em;	
	clear: left;
}
	body.home #logo a {
		margin: 20px 0px 0 20px;
	}
h1 {
	line-height: 0;
	}
h1 a {
	margin: 73px 0px 0px 41px;
	float: left;
	display: block;
	background: url('images/sprite.png') -179px 0 no-repeat;
	width: 517px;
	height: 27px;	
	text-indent: -900em;	
}
	body.home h1 a {
		margin: 58px 0px 0 41px;
	}
h1 a:hover,
h1 a.logohover {
	background-position: -179px -27px;
}
h1 a:active,
h1 a:focus,
h1 a.logohover:active,
h1 a.logohover:focus {
	background-position: -179px -54px;
}
		/* Large title */	
		h2 {
			font-size: 24px;
			line-height: 24px;
			letter-spacing: 2px;
			text-transform: uppercase;
			color: #FFFFFF;
			/**/margin: 6px 0 10px 0;
			}
		#sidebar h2 {
			font-size: 18px;
			line-height: 18px;
			margin: 6px 0 15px 0;
			color: #c9282d;
			}
				/* medium title */	
				h3 {
					font-size: 18px;
					line-height: 18px;
					letter-spacing: 2px;
					text-transform: uppercase;
					color: #FFFFFF;
					/**/margin: 6px 0 0px 0;
					}
				.entry h3 {
					margin: 20px 0 0px 0;
					}
						/* small title */	/* Doors cost etc */
						h4 {
							font-size: 14px;
							line-height: 14px;
							letter-spacing: 2px;
							text-transform: uppercase;
							color: #FFFFFF;
							}
						body.home h4 {
							width: 210px;
							}
						.entry h4 {
							margin: 5px 0 0px 0;
							}
								h5 {
									font-size: 12px;
									line-height: 14px;
									letter-spacing: 2px;
									text-transform: uppercase;
									}

/*.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}*/

/* Comments etc -----------------------------------------*/

/*.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}
.commentlist li {
	font-weight: bold;
}
.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}
.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}
#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentmetadata {
	font-weight: normal;
	}
#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}
acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	}*/
	
	
/* Links -----------------------------------------*/

a {
	color: #c9282d;
	text-decoration: none;
	}
a:hover {
	color: #ff0008;
	text-decoration: none;
	}
	
.postmetadata a {
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #666666;
}
.postmetadata a:hover,
.postmetadata a:active,
.postmetadata a:focus {
	color: #CCC;
}
.postmetadata a.more {
	color: #c9282d;
}
.postmetadata a.more:hover,
.postmetadata a.more:active,
.postmetadata a.more:focus {
	color: #ff0008;
}

#sidebar a {
	color: #AAA;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
	}
#sidebar a:hover {
	color: #FFFFFF;
	}
#sidebar h2 a {
	color: #c9282d;
	font-weight: normal;
	}
#sidebar h2 a:hover {
	color: #ff0008;
	}
#wp-calendar table td a {
	font-weight: normal;
	letter-spacing: 0px;
	}
#footer a {
	color: #CCC;
	}
#footer a:hover {
	color: #FFF;
	}
/* Large title */	
h2 a {
	color: #c9282d;
	}
h2 a:hover {
	color: #c9282d;
	}
/* medium title */	
h3 a {
	color: #FFFFFF;
}
h3 a:hover,
h3 a:active,
h3 a:focus {
	color: #c9282d;
}
/* small title */	
h4 a {
	color: #FFFFFF;
	}
h4 a:hover {
	color: #c9282d;
	}
#sidebar h5 a {
	color: #FFFFFF;
	}
#sidebar li.thumb p.postmetadata a,
#sidebar li.contact a {
	color: #c9282d;
	text-decoration: none;
}
#sidebar li.thumb p.postmetadata a:hover,
#sidebar li.contact a:hover {
	color: #ff0008;
	text-decoration: none;
}
/* End Typography & Colors */






/* Homepage -----------------------------------------*/
#slideshow {
	height: 300px;
}
	#slideshow {
		float: left;
		background: #000;
		width: 706px;
		height: 397px;
		margin-right: 4px;
	}
			.slide a img {
				width: 706px;
				height: 397px;
			}
			
	li.homethumb {
		float: left;
		background: #000;
		width: 230px;
		height: 129px;
		margin-bottom: 5px;
		position: relative;
		cursor:pointer;
	}
					ul#intros {
						float: left;
						width: 720px;
						margin: 30px 0px 20px 0;
					}
					ul#intros li.thumb {
						float: left;
						width: 220px;
						height: 272px;
						padding: 0px 0px 0px 0;
						margin: 0px 20px 0px 0;
					}
			li.homethumb a img {
				width: 230px;
				height: 129px;
				position: absolute;
			}
					li.thumb a img {
						width: 220px;
						height: 124px;
					}
			li.homethumb .details {
				position: absolute;
				cursor: pointer;
				padding: 36px 10px 10px 10px;
					/*height: 129px;
					background: pink;*/
				top: -999em;
				left: -999em;/**/
			}
			li.homethumb.overlay .details {
				top: 0;
				left: 0;
			}
			li.homethumb.overlay a img {
				filter:alpha(opacity=25);
				opacity: 0.25;
			}
					li.homethumb .details p.dates {
						font-size: 12px;
						line-height: 12px;
						color: #FFFFFF;
						letter-spacing: 2px;
						text-transform: uppercase;
						margin: 0px 0 10px 0;
					}
							li.thumb p.dates {
								font-size: 14px;
								line-height: 14px;
								color: #FFFFFF;
								letter-spacing: 2px;
								text-transform: uppercase;
								margin: 5px 0 2px 0;
							}
					li.homethumb .details h4 a:hover {
						color: #FFFFFF;
						}
					li.homethumb .details p.postmetadata {
						font-size: 12px;
						margin: 5px 0 0px 0;
						color: #666666;
					}
							li.thumb p.postmetadata {
								margin: 2px 0 15px 0;
							}
					
/* Begin Structure */
/* Layout -----------------------------------------*/

html {
	height: 100%;		/*fullheight*/
}
body {
	/*height: 100%;		fullheight*/
	/*background: green;*/
}
#page {
	/*background: pink;*/
	min-height: 100%;		/*fullheight*/
	/*overflow-x:hidden;	Needed to eliminate scrollbars*/
	position: relative;
	width: 940px;
	/*width: 100%;*/
	margin: 0 auto;
	padding: 0 20px 0 20px;
	/*z-index: 10;*/
}
	#header {/*----------------------------------------------------*/
		/*background: green;
		margin: 0 auto;*/
		width: 940px;
		height: 160px;
		/*position: relative;
		padding: 0 18px 0 18px;*/
	}
			/*#contentbg {
				background: #000000;
				background: url('images/baseline.gif') center repeat-y;
				width: 100%;
				height: 416px;
				}*/
				#wrap {/*----------------------------------------------------*/
					/*background: orange;*/
					/*overflow: auto;					clears the float problem!*/
					/**/margin: 30px 0 0 0;
					width: 940px;
					/*padding: 0 0px 180px 0px;	footerheight!!!!!!!!!!*/
					/*height: 416px;
					position: relative;
					padding: 0 18px 0 18px;*/
				}
				/*#wrap.gallery {
					padding: 0 17px 0 19px;
					}*/

			.narrowcolumn {/*----------------------------------------------------*/
				/*background: #666;*/
				float: left;
				/**/padding: 0 20px 0 0px;
				width: 700px;
				/*height: 416px;*/
			}
			body.wpsc .narrowcolumn {/*----------------------------------------------------*/
				/*background: #666;*/
				float: left;
				/**/padding: 0 0px 0 0px;
				width: 720px;
				/*height: 416px;*/
			}
					.post {
						padding: 30px 0px 20px 0;
					}
					body.archive .post {
						/*position: relative;
						background: brown;*/
						height: 124px;
						/*width: 620px;*/
						padding: 30px 80px 20px 0;
						margin: 0px 0 0 0;
						border-bottom: 1px #222222 solid;
						/*text-align: justify;*/
					}
					body.archive .post a img.thumbnail {
						width: 220px;
						height: 124px;
						float: left;
						margin: 0 20px 0 0;
					}
					body.search .post .page,
					body.search .post .post {
						padding: 30px 80px 20px 0;
						margin: 0px 0 0 0;
						border-bottom: 1px #222222 solid;
						height: 124px;
					}
					body.search .post .page a img.thumbnail,
					body.search .post .post a img.thumbnail {
						width: 220px;
						height: 124px;
						float: left;
						margin: 0 20px 0 0;
					}
			#sidebar {/*----------------------------------------------------*/
				/*background: #333;*/
				border-top: 11px #222222 solid;
				border-bottom: 11px #222222 solid;
				width: 220px;
				/*height: 366px;*/
				float: left;
				margin: 0px 0 0 0;
				/*padding: 20px 0 0 0;
				overflow-y: auto;*/
			}
					
		/*#footerbg {
			width: 100%;		fullwidth
			
			height: 180px;
			bottom: 0px;
			position: absolute;
			}*/
				#footer {/*----------------------------------------------------*/
					/*background: green;
					margin: 0 auto;*/
					width: 940px;
					height: 120px;
					/*position: relative;*/
					padding: 40px 0px 0px 0px;
					clear: both;
					}
				body.home #footer {/*----------------------------------------------------*/
					padding: 30px 0px 0px 0px;
					}
								body.page-id-1464 #header {
									display: none;
								}
								body.page-id-1464 #page,
								body.page-id-1464 #wrap,
								body.page-id-1464 .post,
								body.page-id-1464 .narrowcolumn {
									width: 980px;
									/*margin: 0;*/
									padding: 0;
								}
								body.page-id-1464 .narrowcolumn {
									padding: 0 20px;
								}
								body.page-id-1464 .narrowcolumn img {
									width: 183px;
									height: 103px;
								}
								body.page-id-1464 #footer {
									/*margin: 0 auto;*/
									padding: 0 20px;
								}
#footer .description {
	display: block;
	width: 940px;
	height: 10px;
	background: url('images/sprite.png') -0 -125px no-repeat;
	text-indent: -900em;	
	/*margin: 71px 0 0px 41px;*/
}
#footer p {
		/*background: brown;*/
	font-size: 10px;
	line-height: 18px;
	/*color: #CCCCCC;*/
	text-transform: uppercase;
	letter-spacing: 2px;
	width: 700px;
	padding: 0 20px 0 0;
	float: left;
	margin: 15px 0 0px 0;/**/
}
#footer #search {
	/*background: red;*/
	float: left;
	width: 220px;
	margin: 20px 0 25px 0;/**/
}
#footer #search form#searchform input[type="text"],
form#searchform input[type="text"],
#sidebar form#subscribe input[type="text"] {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 12px;
	/*line-height: 12px;*/
	color: #c9282d;
	font-style: italic;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	padding: 6px 5px 5px 29px;
	width: 184px;
	border: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-image: url('images/icon.gif');
	background-position: 7px 4px;
	background-repeat: no-repeat;
}
#footer #search form#searchform input[type="text"] {
	padding: 6px 5px 5px 29px;
}
#footer #search form#searchform input[type="submit"] {
	display: none;
}
#sidebar form#subscribe input[type="submit"],
form#searchform input[type="submit"] {
	width: 220px;
	height: 30px;
	background: #333 url('images/buttongrad.gif') 0 0 repeat-x;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: bold;
	color: #FFF;	
	border: none;
	cursor: pointer;
	padding: 5px 9px 9px 9px;
	margin: 5px 0 0 0;
}
#sidebar form#subscribe input[type="submit"]:hover,
form#searchform input[type="submit"]:hover {
	background-position: 0 -30px;
}
body.wpsc-single-product #sidebar ul.shopintro {
	display: none;
}


.narrowcolumn ul.nowcats {
	/*background-color: #333;
	opacity: 0.5;*/
	height: 11px;
	width: 100%;
	margin: 0px 0px 0px 0px;
	line-height: 11px;
	letter-spacing: 2px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}
		.narrowcolumn ul.nowcats li {
			float: left;
			padding-right: 15px;
			/*background: #000000;
			opacity: 0.5;*/
		}
				.narrowcolumn ul.nowcats li a {
					display: block;
					padding-right: 15px;
					color: #555;
					border-right: 2px solid #222;
				}
				.narrowcolumn ul.nowcats li a:hover,
				.narrowcolumn ul.nowcats li.current-cat a {
					color: #CCC;
				}
				.narrowcolumn ul.nowcats li.stripe {
					/*float: right;*/
					display: block;
					width: 179px;
					height: 11px;
					margin-left: -15px;
					background-color: #222;
				}
				.narrowcolumn ul.nowcats li.stripe.shop {
					/*float: left;*/
					width: 419px;
					margin-left: -15px;
				}
				.narrowcolumn ul.nowcats li.stripe.about {
					/*float: left;*/
					width: 56px;
					margin-left: -15px;
					padding: 0px;
				}
				.narrowcolumn ul.nowcats li.stripe.full {
					/*float: left;*/
					width: 700px;
					margin: 0px;
					padding: 0px;
					clear: both;
				}
.navigation {
	background-color: #222;
	height: 11px;
	width: 700px;
	margin: 20px 0px 0px 0px;
	
	color: #333;
	line-height: 11px;
	letter-spacing: 2px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	clear: both;
	}
		.navigation .navlinks {
			float: right;
			margin-right: 50px;
			background: #000000;
			/*padding: 0 0px 0 15px;*/
			/*width: 170px; 
			height: 11px;*/
			}
				.navigation .navlinks a {
					float: left;
					color: #666666;
					display: block;
					padding-left: 15px;
					padding-right: 15px;
					border-right: 1px solid #222;
					}
				.navigation .navlinks a:hover {
					color: #CCC;
					}
				


/*.post hr {
	display: block;
	}
.widecolumn .post {
	margin: 0;
	}
.widecolumn .postmetadata {
	margin: 30px 0;
	}
.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}
.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}
.postmetadata {
	clear: both;
}
.clear {
	clear: both;
}*/
/* End Structure */



/* Lists -----------------------------------------*/

#navbar {
	/*background: green;*/
	float: left;
	margin: 32px 0 0 41px;
	/*width: 682px; 672*/
	height: 12px;
	width: 560px;
}
			#navbar ul.nav {
				float: left;
				}
			#navbar ul.nav li {
				float: left; /*cures the diagonal in ie*/
				line-height: 0;
				}
			#navbar ul.nav li a {
				display: block;
				text-indent: -900em;
				background: url('images/sprite.png') no-repeat;
				height: 12px;
				margin-right: 42px;
				}
				
			ul.nav li#home a {
				width: 48px;
				/*margin-right: 0px;*/
				background-position: -179px -81px;
				}
			ul.nav li#home a:hover,
			ul.nav li.hot#home a {
				background-position: -179px -93px;
				}
			ul.nav li#home a:active,
			ul.nav li#home a:focus,
			ul.nav li.current#home a {
				background-position: -179px -105px;
				}
				
			ul.nav li#now a {
				width: 39px;
				/*margin-right: 0px;*/
				background-position: -227px -81px;
				}
			ul.nav li#now a:hover,
			ul.nav li.hot#now a {
				background-position: -227px -93px;
				}
			ul.nav li#now a:active,
			ul.nav li#now a:focus,
			ul.nav li.current#now a {
				background-position: -227px -105px;
				}
				
			ul.nav li#shop a {
				width: 46px;
				/*margin-right: 0px;*/
				background-position: -266px -81px;
				}
			ul.nav li#shop a:hover,
			ul.nav li.hot#shop a {
				background-position: -266px -93px;
				}
			ul.nav li#shop a:active,
			ul.nav li#shop a:focus,
			ul.nav li.current#shop a {
				background-position: -266px -105px;
				}
				
			ul.nav li#news a {
				width: 44px;
				/*margin-right: 0px;*/
				background-position: -312px -81px;
				}
			ul.nav li#news a:hover,
			ul.nav li.hot#news a {
				background-position: -312px -93px;
				}
			ul.nav li#news a:active,
			ul.nav li#news a:focus,
			ul.nav li.current#news a {
				background-position: -312px -105px;
				}
				
			ul.nav li#hire a {
				width: 38px;
				/*margin-right: 0px;*/
				background-position: -356px -81px;
				}
			ul.nav li#hire a:hover,
			ul.nav li.hot#hire a {
				background-position: -356px -93px;
				}
			ul.nav li#hire a:active,
			ul.nav li#hire a:focus,
			ul.nav li.current#hire a {
				background-position: -356px -105px;
				}
				
			ul.nav li#about a {
				width: 57px;
				/*margin-right: 0px;*/
				background-position: -396px -81px;
				}
			ul.nav li#about a:hover,
			ul.nav li.hot#about a {
				background-position: -396px -93px;
				}
			ul.nav li#about a:active,
			ul.nav li#about a:focus,
			ul.nav li.current#about a {
				background-position: -396px -105px;
				}

			ul.nav li#contact a {
				width: 80px;
				/*margin-right: 0px;*/
				background-position: -453px -81px;
				}
			ul.nav li#contact a:hover,
			ul.nav li.hot#contact a {
				background-position: -453px -93px;
				}
			ul.nav li#contact a:active,
			ul.nav li#contact a:focus,
			ul.nav li.current#contact a {
				background-position: -453px -105px;
				}
				
				
		
				
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	margin: 10px 0;
	}
body.page-id-1464 .narrowcolumn p img {
	margin: 0;
}
/*	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: 5px 5px 0px 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;
	border-bottom: 1px #222222 solid;
	padding-bottom: 20px;
	margin: 30px 0 40px 0;
	}
#sidebar ul li.calendar {
	padding-bottom: 0px;
	}

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

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

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

#sidebar ul ul li, #sidebar ul ol li {
	line-height: 14px;
	border: none;
	margin: 7px 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 Calendar */
#sidebar ul li#event-calendar h2 {
	display: none;
	}
#sidebar ul li#event-calendar #wp-calendar {
	/*margin-bottom: 60px;*/
	border-bottom: 1px #222222 solid;
	}
#wp-calendar {
	/*background: brown; */
	empty-cells: show;
	margin: 0px auto 0px;
	width: 220px;
	}
#wp-calendar table {
	width:100%;
}
			#wp-calendar table #prev a,
			#wp-calendar table #next a {
				display: block;
				height: 26px;
				width: 30px;
				text-indent: -900em;
				background: url('images/buttons.png') no-repeat;
				z-index: 10;
				}
			#wp-calendar table #prev a {
				float: left;
				background-position: 0px 0;
				}
			#wp-calendar table #next a {
				float: right;
				background-position: -30px 0;
				}
			#wp-calendar table #prev a:hover {
				background-position: 0px -26px;
				}
			#wp-calendar table #next a:hover {
				background-position: -30px -26px;
				}
			#wp-calendar table #prev a:active {
				background-position: 0px -52px;
				}
			#wp-calendar table #next a:active {
				background-position: -30px -52px;
				}

#wp-calendar table {
	/*background: red;*/
}
#wp-calendar table.nav {
	/*background: green;*/
	height: 30px;
	margin-bottom: -25px;
}
			#wp-calendar table caption {
				/*background: green;
				margin: -24px 0 0px 0;*/
				font-size: 12px;
				font-weight: normal;
				letter-spacing: 2px;
				text-transform: uppercase;
				text-align: center;
				width: 100%;
				height: 26px;
				}
			#wp-calendar table caption a {
				color: #FFFFFF;
				}
#wp-calendar table a {
	display: block;
	text-decoration: none;
	}
			#wp-calendar table th {
				/*background: red;*/
				color: #666;
				font-size: 10px;
				padding: 0px 0 5px;
				border-bottom: 1px #222222 solid;
				letter-spacing: 1px;
				}

#wp-calendar table td {
	height: 26px;
	padding: 0px 0;
	line-height: 25px;
	
	text-align: center;
	width: 30px;
	background: #111;
	border: 1px #000 solid;
	color: #CCC;
	/*border-spacing: 1;*/
	}
#wp-calendar table.nav td {
	height: 0px;
	}
#wp-calendar table td.pad,
#wp-calendar table td.pad:hover {
	height: 0px;
	background: none;
	border: 0;
	padding: 0px;
	}
#wp-calendar table td#today {
	background: #FFF;
	color: #000;
	}
#wp-calendar table td a.eventday {
	color:#FFF;
}
#wp-calendar table td#today a.eventday {
	color: #000;
	}
#wp-calendar table td.ec3_postday,
#wp-calendar table td.ec3_eventday {
	background: #333;
	}
#wp-calendar table td:hover {
	background-color: #222;
}
#wp-calendar table td.ec3_postday:hover,
#wp-calendar table td.ec3_eventday:hover,
#wp-calendar table td#today:hover {
	background-color: #C9282D;
}
#wp-calendar table tbody {
	/*margin-bottom: 20px;
	border-bottom: 1px #222222 solid;*/
	}
			#wp-calendar table.nav tbody {
				border: none;
				/*margin: 0;*/
				}
			#wp-calendar table.nav td {
				background: none;
				border: none;
				}



/* 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;
	}

/* 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;
	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;
}
/* End captions */
