body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	background-color:#231f20;
	background-repeat:repeat-x;
	background-image:url(img/bg.jpg);
	list-style:square;
}

.header{
	font-size: 22px;
	color:#0c9fb5;
}

.subheader{
	font-size: 14px;
	color:#ff3399;
	font-weight:bold;
}

.textSemiBig {
	font-size:13px;
	font-weight:bold;
}

.bold {
	font-weight:bold;
}

.whiteText {
	color:#FFFFFF;
	font-size:11px;
}

.whiteTextSemiBig {
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
}

.pinkText {
	color:#ff3399;
	font-size:13px;
	font-weight:bold;
}

#posts div {
	background-color: #0C9FB5;
	border: 1px solid black;
	margin-top: 12px;
	color: white;
}

#posts table {
	width: 100%;
}

#managepost {
	margin-top: 4px;	
}

#managepost a{
	margin-right: 5px;
}

#viewstats {
	margin-top: 4px;	
}

#manageusers {
	margin-top: 4px;	
}

#managesettings {
	margin-top: 4px;	
}

#posts .header {
	color: #FFFFFF;
}

#adWelcome {
	width: 100%;	
}

.adMenuR {
	align: right;
	margin-right: 5px;	
}



#blogApp a:link  {background-color:#0C9FB5; text-decoration: none; padding: 2px; margin: 1px; color:#FFFFFF;  }
#blogApp a:hover {background-color:#0CAFB6; text-decoration: none; padding: 3px; color:#FFFFFF; margin: 0px; }
#blgoApp a:visited {background-color:#0C9FB5; text-decoration: none; padding: 2px; margin: 1px; color:#FFFFFF;  }

#editor1 a:link {background: transparent none repeat scroll 0% 0%; text-decoration: underline; font-weight:bold; padding: 0px; margin: 0px;}
#editor1 a:hover {background: transparent none repeat scroll 0% 0%; text-decoration: none; font-weight:bold; padding: 0px; margin: 0px;}
#editor1 a:visted {background: transparent none repeat scroll 0% 0%; text-decoration: underline; font-weight:bold; padding: 0px; margin: 0px;}

a:link {color:#0C9FB5; text-decoration: underline; font-weight:bold}
a:visited {color:#0c9fb5; text-decoration: underline; font-weight:bold}
a:hover {color:#ff3399; text-decoration: none; font-weight:bold}
a:active {color:#0c9fb5; text-decoration: underline; font-weight:bold}
