@charset "utf-8";
body {
margin:0;
background-color:#818181;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
}
img {
border:none;
}
.prwrapper {
width:900px;
margin:auto;
background:url(images/bg.gif) repeat-y;
padding:0 25px 0 25px;
}
.prlogo {
width:288px;
float:left;
}
.prslogan {
float:right;
}
.prmenu {
clear:both;
height:26px;
background:url(images/menu-bg.gif) repeat-x;
}
.prmain {
background:url(images/main-bg-2col.gif) no-repeat;
padding-bottom:15px;
}
.prmain-left {
width:635px;
margin-left:30px;
float:left;
}
.prmain-left h1 {
margin-top:0px;
color:#FFFFFF;
font-size:24px;
}
.prmain-left h1 a, .prmain-left h1 a:hover,.prmain-left h1 a:visited {
color:#FFFFFF;
}
.prmain-right {
margin-left:52px;
padding-top:0px;
width:165px;
float:left;
}
.prmain-right ul {
padding:0 0 0 0;
margin:0 0 0 0;
}
.prmain-right li {
list-style:none;
}
#recentcomments {
padding:0 0 0 0;
margin:0 0 0 0;
}
h2 {
  font-size:20px;
}
.prmain-right h2 { 
margin-bottom:0px;
color:#FFFFFF;
font-size:16px;
}
.clr {
clear:both;
}
.prfooter {
background:url(images/footer.gif) no-repeat;
height:36px;
width:950px;
margin:auto;
text-align:center;
font-size:10px;
padding-top:9px;
}
.dropcap:first-letter {
font-size:300%; 
float:left;
line-height:.8em;
}
/*SIFr Styles */
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* Begin Wordpress Classes */
/* 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 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 */
#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 */
/* 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 */
/* Hide Search Label */
#searchform label {
	position:absolute;
	top:-1500px;
	left:-1500px;
}