/* ILOBLOG_2.0 */
a:link { color: #505050; text-decoration: none}
a:visited { color: #505050; text-decoration: none}
a:active { color: #505050; text-decoration: none}
a:hover { color: #666666; text-decoration: underline; cursor: pointer}

#bannerDiv {
	color: #FFFFFF;
	background-color: #000000;
	position:relative;
	width: 900px;
	height: 215px;
	padding-left: 100px;


}


#headerDiv h1 a, #headerDiv h1 a:hover, #headerDiv h1 a:visited {
	color: #CC6600;
	font-family: Verdana;
	font-size: 25px;
	position:relative;
	width:650px;
	z-index:2;
	top: 20px;
	left: 20px;
	font-weight: lighter;
	
}
#mainDiv {
	color: #FFFFFF;
	background-color: #FFFFFF;
	position:relative;
	width:650px;
	z-index:2;
	top: 20px;
	left: 20px;
	padding: 10px;
	text-align: left;
	border-right-width: 1px;
	border-right-color:#CCCCCC;
	border-right-style: dashed;
	

}




#categoriesDiv
{
	color: #FFFFFF;
	position:absolute;
	z-index:0;
	top: 420px;
	left: 700px;
	padding: 40px;
	text-align: left;
	border-bottom:dashed;
	border-bottom-color:#CCCCCC;
	border-bottom-width: 1px;
	margin: auto;
}


#aboutMeDiv
{
	color: #FFFFFF;
	position:absolute;
	z-index:0;
	top: 250px;
	left: 700px;
	padding: 40px;
	text-align: left;
	border-bottom:dashed;
	border-bottom-color:#CCCCCC;
	border-bottom-width: 1px;
	margin: auto;
}

#prevPostsDiv
{
	color: #FFFFFF;
	position:absolute;
	z-index:0;
	top: 1000px;
	left: 700px;
	padding: 40px;
	text-align: left;
	border-bottom:dashed;
	border-bottom-color:#CCCCCC;
	border-bottom-width: 1px;
	margin: auto;
}
#loginDiv
{
	color: #666666;
	font-size:9px;
	position:absolute;
	z-index:0;
	top: 720px;
	left: 700px;
	padding: 40px;
	text-align: left;
	border-bottom:dashed;
	border-bottom-color:#CCCCCC;
	border-bottom-width: 1px;
	margin: auto;
}






#menuDiv h4 {
	color: #333333;
	font-family: Verdana;
	font-size: 12px;
	font-weight: lighter;
	margin-bottom: 1px;
}
#menuDiv li a, #menuDiv li a:visited, a.categoryAnchor, a.categoryAnchor:visited {
	color: #CC6600;
	line-height: 150%;
	font-family: Verdana;
	font-size: 14px;
	padding:5px;
	text-align: left;
}



#headerDiv h2, #aboutMeDiv h4 {
	color: #000000;
	font-family: Verdana;
	font-size: 12px;
	
}
#headerDiv p, #aboutMeDiv p {
color: #000000;
font-family: Verdana;
font-size: 10px;
line-height: 2px;

}
div.post h2 a, div.post h2 a:hover, div.post h2 a:visited {
color: #000000;
line-height: 110%;
font-family: Verdana;
font-size: 18px;
font-weight: lighter;
}
.time {
color: #999999;
font-family: Verdana;
font-size: 10px;
padding:10px;
}
div.post {
	color: #000000;
	line-height: 150%;
	font-family: Verdana;
	font-size: 12px;
	border-bottom:solid;
	border-bottom-color:#CCCCCC;
	border-bottom-width: 2px;
	margin-bottom: 50px;
	margin-top: 50px;
}
div.post img {
border-color: #000000;
}
div.comment {
color: #000000;
line-height: 100%;
font-family: Verdana;
font-size: 12px;
}
a:visited {
color: #000000;
}
a, #aboutMeDiv a {
color: #000000;
}
a:hover {
color: #000000;
}
#containerDiv {
	color: #FFFFFF;
	background-color: #FFFFFF;
	position:relative;
	width:1000px;
	z-index:1;
	top: 20px;
	padding: 10px;
	margin: auto;
	text-align: left;	
}
body {
	font-family: Verdana;
	background-color: #000000;
	background-image: none;
	text-align:center;
}
#loginDiv input.textfield, #loginDiv input.button, #newPostAnchor img {
	font-size: 12px;
	background-color: #CCCCCC;
}

