html, body 
{
	margin:0; 
	padding:0; 
	width:100%; 
	height:100%;
	background-color:#eee;
}

a:link 
{
	font-family: Garamond, Times New Roman;
	color: #000;
	text-weight: bold;
	text-decoration: none;
}

a:hover 
{
	font-family: Garamond, Times New Roman;
	color: #000;
	text-weight: bold;
	text-decoration: underline;
}

div#background
{
	position:relative; 
	z-index:1; 
	width:100%; 
	height:100%;
	background-image:url('background.jpg');
	overflow: hidden;
	background-repeat: no-repeat;      
	background-attachment: fixed;
}

div#wrapper
{
	width:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
}

div#maincontainer
{
	z-index: 12;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 8px;
	margin-bottom: 8px;
	text-align:center;
	// border-left: 1px dotted #ccc;
	// border-right: 1px dotted #ccc;
	font-family: Garamond, Times New Roman;
	position: relative;
}

div#header 
{ 
	z-index: 15;
	width:100%; 
	height:177px;
	clear: both; 
	text-align:center;
}

div#adminBox
{
	position:absolute;
	left:10px;
	top:10px;
	z-index:100;
	width:250px;
	padding:10px;
	border:1px solid #aaa;
	background-color:#ddd;
	font-family: Garamond, Times New Roman;
	font-size:16px;
}

div#adminBox a{
	font-family: Garamond, Times New Roman;
	color: #000;
	text-weight: bold;
	text-decoration: none;
}

div#adminBox a:hover{
	font-family: Garamond, Times New Roman;
	color: #000;
	text-weight: bold;
	text-decoration: underline;
}

div#topRightExtras {
	position:absolute;
	right:1px;
	top:1px;
	z-index:90;
	width:100%;
	padding:10px;
	font-family: Garamond, Times New Roman;
	font-size:16px;
	text-align:right;
}

div#facebookBadge {
	float: right;
	position: relative;
}

div#rssBadge {
	float: right;
	position: relative;
}

#sddm {	
	margin: 0;
	padding: 0;
}

#sddm li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px Garamond;
}

#sddm li a {
	display: block;
	color: #FFF;
	text-align: center;
	text-decoration: none
}

#sddm li a:hover {
}

#sddm div {
	position: absolute;
	left:-60px;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #000;
	border: 1px solid #efa56a;
}

#sddm div a {
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #ffcea8;
	color: #000;
	font: 11px Garamond;
	font-weight: bold;
}

#sddm div a:hover {	
	background: #ffc292;
	color: #000;
	font-weight: bold;
}

div#rssBadgeShowTitle {
	background-color:#efa56a;
	width:75px;
	font-family: Garamond, Times New Roman;
	font-size:15px;
	color:#000;
	text-align:center;
	font-weight:bold;
}

div#maincontent
{
	z-index: 15;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	text-align:justify;
	font-family: Garamond, Times New Roman;
	font-size:16px;
	overflow: visible;
}

div#maincontent a{
	font-family: Garamond, Times New Roman;
	color: #000;
	text-weight: bold;
	text-decoration: none;
}

div#maincontent a:hover{
	font-family: Garamond, Times New Roman;
	color: #000;
	text-weight: bold;
	text-decoration: none;
}

div#spacer-6 {
	padding: 6px;
}

div#blogTitleBar {
}

div#blogTitleBar div#blogTitle a{
	color: #000;
	text-decoration: none;
	font-weight: bold;
	font-family: Garamond, Times New Roman;
	font-size:18px;
}

div#blogTitleBar div#blogTitle a:hover{
	color: #000;
	text-decoration: underline;
	font-weight: bold;
	font-family: Garamond, Times New Roman;
	font-size:18px;	
}

div#categoryBar a{
	color: #000;
	text-decoration: none;
	font-weight: bold;
	font-family: Garamond, Times New Roman;
	font-size:14px;
}

div#categoryBar a:hover{
	color: #000;
	text-decoration: underline;
	font-weight: bold;
	font-family: Garamond, Times New Roman;
	font-size:14px;
}

div#categoryBar {
	padding-bottom: 2px;
}

div#blogTitle {
	padding-bottom: 2px;
	text-align: left;
	font-family: Garamond, Times New Roman;
	font-size:18px;
	font-weight: bold;
	color: #000;
}

div#blogDate {
	padding: 2px;
	text-align: right;
	font-family: Garamond, Times New Roman;
	font-size:16px;
	color: #000;
}

div#blogText {
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: justify;
	font-family: Garamond, Times New Roman;
	font-size: 16px;
	color: #000;
}

div#blogText a{
	font-family: Garamond, Times New Roman;
	font-size: 16px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

div#blogText a:hover{
	font-family: Garamond, Times New Roman;
	font-size: 16px;
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}

.commentsClosed {
	padding: 1px;
	text-align: left;
	font-family: Garamond, Times News Roman;
	font-size: 16px;
	font-weight: bold;
	color: #000;
}

.commentsClosed a{
	padding: 1px;
	text-align: left;
	font-family: Garamond, Times News Roman;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

.commentsClosed a:hover{
	padding: 1px;
	text-align: left;
	font-family: Garamond, Times News Roman;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
	color: #000;
}

.commentForm {
	font-family: Garamond, Times New Roman;
	font-size: 14px;	
}

.formInput {
	font-family: Garamond, Times New Roman;
	font-size: 14px;	
}