/* Begin Typography & Colors */

* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #4c1d1d;
	color:#4c1d1d;
	font-family:"Myriad Pro", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:13px;
	line-height:18px;
	padding: 0px;
	width: 820px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
a {
	color:#ac0306;
	text-decoration:none;
}
a:hover {
	color:#990000;
	text-decoration:underline;
}
h2 {
	font-weight: normal;
}
#page {
	background-image: url(images/bg_body.gif);
	background-position: center top;
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 820px;
}
#header {
	background-image: url(images/bg_header.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 172px;
	width: 820px;
}
#nav {
	background-image: url(images/bg_nav.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 53px;
	width: 820px;
	float: left;
}
#nav ul {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#nav li {
	display: block;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
}
#nav a {
	font-size: 12px;
	line-height: 12px;
	color: #4c1d1d;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #4c1d1d;
	font-weight: bold;
	display: block;
	float: left;

	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	margin: 0px;
}
#nav a.first-link {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#container {
	width: 807px;
	float: left;
	padding-left: 13px;
	clear: left;
}
.narrowcolumn, .widecolumn {
	float: left;
	width: 474px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.post {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.post p {
	padding-bottom: 15px;
}
.post hr {
	display: block;
}
.post ul {
	padding-left: 25px;
}
.post li {

}

.widecolumn .post .entry h2 {
	padding-bottom: 15px !important;
}
.widecolumn .post {
	margin: 0;
}
.narrowcolumn .postmetadata {
	padding-top: 5px;
}
.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 */



/*	Begin Headers */
#content h1 {
	padding-top: 20px;
	margin: 0;
	color: #ac0306;
}
#content h2 {
	padding-top: 20px;
	margin: 0;
	color: #ac0306;
	font-size: 24px;
	line-height: 24px;
}
h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}
#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
}
h3 {
	padding: 0;
	margin: 30px 0 0;
}
h3.comments {
	padding: 0;
	margin: 40px auto 20px;
}
/* End Headers */



/* 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
}
.underline {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	height: 85px;
}
/* End Images */





/* Begin Sidebar */
#sidebar {
	width: 299px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 13px;
	margin: 0px;
	float: left;
}
#sidebar2 {
	margin-left: 507px;
	width: 299px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#sidebar form {
	margin: 0;
}
/* End Sidebar */

/* 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: 0px;
	}

.entry ol li {
	margin: 0px;
	padding: 0px;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0px;
	padding: 0px;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	background-image: url(images/bg_widget_headline.gif);
	background-repeat: no-repeat;
	background-position: right top;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 32px;
	text-transform: uppercase;
	padding-left: 15px;
	font-weight: normal;
	padding-right: 13px;
	}
.widgettitle {
	font-size: 20px;
	font-weight: normal;
}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 15px;
	background-color: #dddddd;
	background-image: none;
	font-size: 14px;
	line-height: 21px;
	color: #000000;
	}
	
#sidebar #sidebar-form {
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 299px;
	position: relative;
}
#sidebar #sidebar-form #s {
	position: absolute;
	left: 0px;
	top: 9px;
	background-color: #FFFFFF !important;
	width: 160px;
	height: 20px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	border: 1px solid #BFBFBF;
}
#sidebar #sidebar-form #b-submit {
	position: absolute;
	top: 2px;
	right: 20px;
}
#sidebar #sidebar-feeder {
	margin: 0px;
	width: 279px;
	position: relative;
	text-align: right;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}
/* End Entry Lists */




/* 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;
}
hr {
	display: none;
}
a img {
	border: none;
}
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}
/* End Various Tags & Classes*/



#footer {
	background-image: url(images/bg_footer.gif);
	background-repeat: no-repeat;
	margin: 0px;
	height: 45px;
	width: 820px;
	clear: left;
	float: left;
	text-align: center;
	padding-top: 11px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#sub-footer {
	margin: 0px;
	width: 810px;
	clear: left;
	float: left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 18px;
}
#sub-footer p {
	margin: 0px;
	padding: 5px;
	font-weight: bold;
	text-align: center;
}
#sub-footer img {
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
	float: left;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 0px;
}
/* Form
 Elements */
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 400px;
	padding: 2px;
	}

#commentform #submit {

	}
/* End Form Elements */


/* Contributers Page */
#contributers h2 {
	margin-bottom: 30px;
}
#contributers {
	float: left;
	padding-bottom: 20px;
}
#contributers .item {
	float: left;
	width: 118px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}