* { 
	font: 11px Arial, Trebuchet MS, Georgia, Times New Roman, Serif;
	letter-spacing: 1px;
}

html, body { 
	height: 100%; 
} 

body {
	margin: 0px;
	padding: 0px;
	color: #333333;
	background-color: #FFFFFF;
} 

a {
	font-weight: normal;
	text-decoration: none;
	color: #333333;
}

.para { 
	padding: 5px; 
	text-align: justify;
	line-height: 16px;	
}

.para a { 
	color: #333;
}

a:hover { 
	text-decoration: underline; 
	color: #CCCCCC;
}
 
a:select {
	text-decoration: underline;
	colour: #999;
}

.page { 
	width: 100%;
	height: 100%;
	text-align: left;
}

.content { 
background: transparent;
text-align: left;
} 

.mainimg { 
	background: transparent url(/images/loading.gif) no-repeat center;
}

.mainimg img {
	background: #fff;
	border: 10px solid;
	padding: 0px;
	margin-top: 3px;
	border: 1px solid;
	border-color: #666666;
}

.mainframe { 
	margin-top: 15px; 
	padding: 5px;
	color: #fff; 
} 

.mainframe * { color: #fff; }

.entrytitle { 
text-transform: lowercase; 
font-style: italic;
color: #fff;
} 

.navbar { 
padding-top: 6px;
padding-bottom: 5px;
background: transparent;
text-align: left;
line-height: 16px;
color: #333;
}
.navbar a { 
	color: #333333; 
}

.navbar a:hover {
	color: #666;
	text-decoration: none;
} 

.tdspacer { 
width: 10px; 
background: #fff;
} 

.entrybody { 
padding: 5px;
padding-bottom: 15px;
border-bottom: 1px solid #ccc;
}

.comments { 
background: #484848;
color: #fff;
text-align: justify;
margin: 5px;
margin-left: 85px;
margin-right: 25px;
}

.entrybody a, .comments a { 
	color: #ccc;
	text-decoration: underline;
} 
.entrybody a:hover, .comments a:hover { 
	color: #ffe;
	text-decoration: none;
} 

.comments img { 
border: 1px solid #999;
}

.comment-title { 
padding: 5px; 
color: #aaa;
} 

.comment-title img { 
	padding: 4px;
	margin: 2px;
	background: #fff;
	border: 1px solid #000;
}

.commentbody { 
	padding: 10px;
	border-bottom: 1px solid #ccc;
	color: #666;
	text-align: justify;
}

.commentheader { 
	padding: 5px;
}

.commentheader a:hover {
	color: #000000;
	text-decoration: none;
}

.commentheader a {
	color: #333;
	text-decoration: none;
}

#archive { 

	width: 730px;
	/* height: 366px;
	overflow: auto; */
	padding: 10px;
	text-align: center;
}

.archive { 
/* this is just here to enable archive mouse wheel scrolling in moz */
}

#archive a { 
	color: #777; 
} 

.archive-title { 
	background: #777;
	color: #fff;
} 

.archive-title-text { 
	font-size: 12px; 
	font-weight: bold;
} 

.archive-content { 
	padding: 5px;
}

.archive-thumbnail {
	background: #fff;
	padding-right: 6px;
	padding-bottom: 4px;
}

.archive-footer { 
	background: #777;
	text-align: center;
	height: 30px; 
	color: #fff;
}

.mainmenu {
	line-height: 16px;
	text-align: center;
	padding: 5px;
	margin-top: 15px;
	border-top: 2px solid #666;
	background-color: #333333;
}

.mainmenu a {
	border: 1px solid #333;
	color: #CCCCCC;
}

.mainmenu a:hover { 
	border: 1px solid #333;
	background: #333;
	text-decoration: none;
	color: #fff;
}

.footer { 
	text-align: center; 
	color: #ccc;	
} 

.footer a { 
	color: #ccc;
}

.form { 
	margin: 0px;
	padding: 0px;
}

.center { text-align: center; } 
.right { text-align: right; } 
.justify, .jusitfy * { text-align: justify; } 
b { font-weight: bold; }
i,em, i * { font-style: italic; } 
s { text-decoration: line-through; } 
.disabled { 
	font-weight: normal; 
	color: #999; 
} 
.highlight { 
color: #fff;
background: #777;
border: 1px solid #333;
padding: 2px;

} 

input, select, textarea { 
	border: 1px solid #999;
	padding: 2px;
	color: #666;
	background: #fff;
}
.dottedinput { 
	border: 0px;
	border-bottom: 1px dashed #999; 
	background: transparent;
} 
fieldset {
	border: 1px solid #666;
	color: #666;
} 

select { 
border: 1px solid #cac6c1;
padding: 0px;
} 

.submit { 
color: #666; 
background: #ccc;
} 

.red { color: #ffe; } 

.rss {
	background: #f60;
	text-transform: uppercase;
	padding: 2px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
}

.wimpy { 
	height: 33px;
	background: #6a6a6a;
}

.h1, .h1 * { font-size: 14px; }


.blog { 
	width: 550px;
	margin: auto;
	padding-top: 25px;
	text-align: left;
}

.blogtitle { 
	padding-bottom: 0px; 
	margin-top: 15px;
	text-align: left;
} 
.blogtitle-title, .blogtitle-title a { 
	font-size: 12px;
	text-transform: lowercase;
	color: #fff;
	margin-bottom: 10px;
	letter-spacing: 5px;
}
.blogdate { 
	font-size: 9px; 
}

.blogbody { 
	padding: 20px;
	text-align: justify;
	padding-right: 0px;
} 

.blogfooter { 
	padding-bottom: 5px;
	margin-bottom: 20px;
	text-align: left;
	font-size: 11px;
	padding-left: 20px;
}
.blogfooter a { font-size: 11px; } 

.blog-comment-body { 
	padding: 20px;
	padding-bottom: 0px;
	color: #333;
	text-align: justify;
}

.blog-comment-header { 
	padding: 5px;
	padding-bottom: 0px;
	border-top: 1px solid #eae6e1;
	margin-top: 15px;
	text-align: justify;
}
.blog-comment-footer, .blog-comment-footer * { 
	color: #cac6c1;
	text-align: left;
}
.blog-comment-footer a { 
color: #9a9691; 
} 

.tiny, .tiny a { font-size: 9px; } 

.vote-on, .vote-on a { color: #999; } 
.vote-this, .vote-this a { color: #ddd; } 
.vote-off, .vote-off a { color: #333; } 

acronym { cursor: help; border-bottom: 0px } 

