* { 
	Font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}

a { 
	color: #00132e;
	text-decoration: none;
} 

a:hover { 
	color: #f00;
	text-decoration: underline;
}

body { 
	margin: 0px;
	padding: 0px;
	color: #444;
	background: #fff;
	border-top: 3px solid #ccc;
}

.menubar { 
	background: #fff;
	padding: 3px;
	border-bottom: 1px solid #ccc;
	text-align: left;
	padding-left: 8px;
}

.menubar a { 
	color: #000;
}

.menubar a:hover {
	color: #f00;
}

.logobar { 
	background: #fff;
	border-bottom: 1px solid #ccc;
	text-align: left;
}

.menu { 
	letter-spacing: 1px;
	font-size: 9px;
}

.menuitem { 
	text-transform: uppercase;
}

.page { 
	background: #f3f3f3;
	text-align: center;
	border-bottom: 1px solid #ccc;
}

.mainimg { 
	margin: 0px;
}

.mainpic, embed { 
	border: 10px solid #fff;
	margin-top: 5px;
	margin-bottom: 5px;
}

.entrydate { 
	font-size: 10px;
	font-style: italic;
}

.entrydate a { 
	font-size: 10px;
}

.entrybody { 
	padding: 10px;
	text-align: justify;
	background: #f3f3f3;
}

.entrybody a { 
	text-decoration: underline;
}

.entrytitle {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.comments { 
	padding: 5px;
	margin: 5px;
	border-top: 1px solid #ccc;
}

.commentheader { 
	text-align: left;
	font-size: 10px;
	font-style: normal;
}
.commentheader a { 
	font-size: 10px;
}

.commentbody { 
	padding: 15px;
	padding-left: 5px;
	padding-top: 5px;
	text-align: justify;
	border-bottom: 1px solid #ccc;
	color: #777;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}

.commentbody a { 
	font-family: Arial, Helvetica, sans-serif;
}

.archive-thumbnail { 
	padding: 4px;
	margin: 1px;
	background: #fff;
	border: 1px solid #ccc;
}

a:hover img.archive-thumbnail { 
	padding: 4px;
	margin: 1px;
	border: 1px solid #f00;
}

.archive { 
	width: 750px;
	margin: auto;
}

.footer { 
	text-align: center;
	padding: 5px;
	font-size: 10px;
}

.footer a { 
	font-size: 10px;
}

i { font-style: italic; }
s { text-decoration: line-through; } 
u { text-decoration: underline; }
b { font-weight: bold; }
.center { text-align: center; } 
.right { text-align: right; } 
.left { text-align: left; } 
.justify { text-align: justify; } 

.highlight { background: #999; color: #fff; } 

.disabled { 
	color: #ccc; 
	font-size: 10px;	
} 

.disabled * { 
	color: #ccc;
	font-size: 10px;
}

