body {
	margin: 0px;
	padding: 0px;
	background: #14213d;
	background-image: url(golden_apples_dots.gif);
}

body, p, html, table, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #330000;
}

#centercolumn {
	background: #FFFFCC;
	border: 3px solid #330000;
	margin-top: 10px;
	margin-left: 51px;
	margin-right: 302px;
}

#header {
	padding: 8px;
	position: relative;
	text-align: center;
}

#leftcolumn {
	border: 1px solid #000000;
	position: absolute;
	left: 4px;
	width: 196px;
	background: #FFFFCC;
	margin: 0px;
}

#rightcolumn {
	border: 3px solid #330000;
	position: absolute;
	right: 51px;
	top: 10px;
	width: 248px;
	background: #a39e8c;
}

#leftcolumn, #leftcolumn p, #rightcolumn, #rightcolumn p { 
	font-size: 11px;
	line-height: 16px;
}


#footer {
	border: 1px solid #300;
	clear: both;
}

.block img, .content img {
	border: 2px solid #330000;
}

.block {
	margin: 0px 0px 0px 0px;
	padding: 0px;
}


.block H3 {
	color: #330000;
	border: none;
	font-weight: bold;
	margin: 0px;
}

.block P {
	margin: 4px;
}

form {
	margin: 4px;
}

.content {
	padding: 4px;
	border: 0px solid #999;
}

.entrycontent {
	padding: 0px;
	border: 4px solid #300;
	background: #FFFFCC;
	margin: 20px;
}


.content p {
	margin: 4px 2px 4px 2px;
}


H1 {
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #FFC;
	background: #330000;
	line-height: 73px;
	border: 0px;
}

H2 {
	font-size: 16px;
	margin:0px;
	padding: 2px;
	color: #000000;
}

H3 {
	font-size : 16px;
	font-weight : bold;
	font-style : bold;
	color : #000000;
	padding : 5pt;
}

H4 {
	font-size: 14px;
	font-weight: bold;
	font-style : bold;
	color : #000000;
	padding : 4px;
}

.date {
	color: #300;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: normal;
	float: right;
}

.date_linkdump {
	color: #300;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: normal;
	float: right;
}

.vote {
	color: #000;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: normal;
	float: right;
	padding: 1px 1px;
	margin: 0px 0px 0px 0px;
}

.vote A {
	text-decoration: underline;
	font-weight: bold;
	color: #990000;
}

.vote a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #990000;
}

.title_icon {
	float: right;
	padding: 0px;
	border: 0px;
}

.entryfooter {
	color: #000;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	text-align:right;
	margin: 0px;
	padding: 6px 0px;
	clear: both;
}

.entryfooter_linkdump {
	color: #300;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: normal;
	text-align:right;
	margin: 0px;
	padding: 6px 0px;
}

.entryfooter A, .date A, .entryfooter_linkdump A, .date_linkdump A {
	font-weight: bold;
	color: #990000;
}


.entryfooter a:hover, .date a:hover {
	font-weight: bold;
	color: #990000;
}


a {
 color: #990000;
}

.prevnext_links {
	float: right;
	color: #FFF;
}

H1 A, .prevnext_links A {
	color: #FFC;
}

H1 A:hover, .prevnext_links A:hover {
	color: #FFc;
}



/* these styles are for the search boxes */
.searchbox { 
	width: 10em; 
	font-size: 10px;
	padding: 1px;
	margin: 2px;
}

.searchbutton {
	border: 1px solid #000;
	font-size: 10px;
	padding: 1px;
	margin: 2px;
}


/* these styles are for the calendar widget */
.calendar { 
	padding: 1px 5px;
	margin: 0px;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	font-size: 11px;
}


.calendarHeader { 
	font-weight: bold; 
	color: #000;                   
	background: #DDD;
	margin:0px;
	padding: 2px 5px;
	font-size: 11px;
}

.calendarToday { 
	background-color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}

	
table.calendar {
/* only the calendar has a line, not the individual cells */
	border: 1px solid #000;
	padding:0px;
	width: 175px;
}

.calendarHeader A, .calendar A {
	font-weight: bold; 
	color: #253A69;
	text-decoration: none;
}
/* end of the calendar styles */
