body {
	background: #EEE;
	font-family: verdana;
	margin: auto;
}

a {
	color: #FF0000;
	text-decoration: none;
}

a.headLink {
	color: #FFF;
}

a.tag:hover {
	background: #FF0000;
	color: #FFF;
}


/*** Header Stuff ***/
div.header {
	background: #000;
	border-bottom: 3px solid #FF0000;
	color: #FFF;
	font-size: 22px;
	font-weight: bold;
	height: 30px;
	width: 100%;
}

div.mobroll {
	font-size: 10px;
	position: absolute;
	left: 350px;
	top: 5px;
	font-weight: normal;
}

a.mobimg img{
	border: 0px;
}

a.mobimg:hover img {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}


div.twitter {
	font-weight: normal;
	position: absolute;
	top: 14px;
	right: 10px;
	font-size: 10px;
	color: #FFF;
}

div.border1 {
	background: #888;
	height: 3px;
	width: 100%;
	overflow: hidden;
}

/*** Post Stuff ***/
h1.tagName {
	color: #FF0000;
	font-size: 11px;
	padding-bottom: 5px;
	padding-top: 5px;
}
span.tagNameText {
	color: #000;
	font-weight: bold;
}

div.post {
	background: #FFF;
	border-bottom: 1px solid #888;
	border-top: 1px solid #888;
	margin-bottom: 10px;
	padding-top: 10px;
}

h1.postTitle {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 0px;
		padding-left: 3px;
	padding-top: 0px;
}

h1.postTitle a { 
	color: #000; 
}

h1.postTitle a:hover {	
	color: #FF0000; 
}

div.postBody {
	color: #888;
	font-size: 11px;
	padding: 3px;
}

div.postDate {
	color: #FF0000;
	font-size: 8px;
	font-weight: bold;
	margin-bottom: 1px;
	margin-top: 1px;
	padding-left: 3px;
}

div.postTags {
	font-size: 10px;
	padding-bottom: 5px;
	padding-left: 3px;
	padding-top: 5px;
}

div.allPosts {
	font-size: 11px;
	margin-left: 5px;
	font-weight: bold;
}


/*** Post Comment Stuff ***/
div.commentCount {
	border-bottom: 1px solid #888;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-left: 15px;
	margin-right: 15px;
	padding-bottom: 3px; 	
}

h2.commentHeader {
	color: #000;
	font-size: 13px;
	font-weight: bold;
}	

div.comment {
	background: #FFF;
	border: 1px solid #888;
        margin-bottom: 10px;
	margin-left: 15px;
	margin-right: 15px;
	padding: 5px;
        padding-top: 10px;
}

div.commentBody {
	color: #888;
	font-size: 11px;
	padding-bottom: 8px;
}	

div.commentName {
	color: #888;
	font-size: 11px;
}

div.commentForm {
	background: #FFF;
	border: 1px solid #888;
        margin-bottom: 10px;
	margin-left: 15px;
	margin-right: 15px;
	padding: 5px;
        padding-top: 10px;
}	

table.commentFormTable td {
	font-size: 11px;
	color: #000;
	vertical-align: top;
}

/*** Form Stuff ***/
input.long {
	width: 400px;
}

input.button {
	background: #EEE;
	border: 1px solid #888;
	font-size: 11px;
}
