@charset "utf-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	background-color:#d7d7cf;
	background-image:url(images/dropShadow.gif);
	background-position:center;
	background-repeat:repeat-y;
}
#holder{
	width:780px;
	background-image:url(images/bg.gif);
	background-position:right;
	background-repeat:repeat-y;
	margin:0 auto;
}
#main {
	background-image:url(images/banner.jpg);
	background-position:top;
	background-repeat:no-repeat;
	padding:10px;
	padding-top:135px;
	background-color:#f5f4de;
	width:570px;
	float:left;
	color:#620506;
	font-size:12px;
}
.mainDivider {
	background-color:#620506;
	width:570px;
	display:block;
	height:1px;
	margin:10px 0px 10px 0px;
	clear:both;
}

#mostRecent {
	width:344px;
	float:left;
}
#mostRecent img {
	float:left;
	padding-right:4px;
}
#mostRecent p {
	clear:both;
}
#previous {
	width:214px;
	float:right;
}
#previous ul {
	padding-left:20px;
	margin-left:0px;
}
#previous li {
	list-style-image:url(images/littleQ.gif);
	padding-bottom:10px;
}
#previous li.last {
	list-style-image:none;
	list-style:disc;
}
#previous a:link {
	color:#620506;
	text-decoration:none;
}
#previous a:visited {
	color:#620506;
	text-decoration:none;
}
#previous a:hover {
	color:#620506;
	text-decoration:underline;
}

#right {
	background-color:#620506;
	width:174px;
	float:right;
	color:#FFFFFF;
	padding:8px;
	text-align:center;
	font-size:13px;
}
.rightDivider {
	background-color:#FFFFFF;
	width:174px;
	display:block;
	height:1px;
	margin:10px 0px 10px 0px;
}

#footer {
	background-color:#430001;
	width:780px;
	text-align:center;
	padding:10px 0px 4px 0px;
	color:#FFFFFF;
	clear:both;
	font-size:12px;
}
#footer a:link {
	color:#FFFFFF;
	text-decoration:none;;
}
#footer a:visited {
	color:#FFFFFF;
	text-decoration:none;;
}
#footer a:hover {
	color:#FFFFFF;
	text-decoration:underline;;
}
.footerInfo {
	text-align:center;
	display:block;
	width:190px;
	float:left;
}

.archive {
	width:100%;
	float:left;
}
.archive img {
	float:left;
	padding-right:4px;
}
.archive p {
	clear:both;
}
.archive a:link {
	color:#620506;
	text-decoration:none;
}
.archive a:visited {
	color:#620506;
	text-decoration:none;
}
.archive a:hover {
	color:#620506;
	text-decoration:underline;
}
.archive ul {
	padding-left:20px;
	margin-left:0px;
}
.archive li {
	list-style-image:url(images/littleQ.gif);
	padding-bottom:10px;
}
.top {
	font-size:11px;
	float:right;
	font-weight:bold;
	display:none;
}
.date {
	font-size:11px;
	float:left;
	font-weight:bold;
}
.home {
	float:right;
	font-size:12px;
	font-weight:bold;
}

.toggler {
	cursor:pointer;
}
.element {
	clear:both;
}