/* CSS Document */

body{
 font-family:Arial, Helvetica, sans-serif;
 font-size:13px; 
 font-weight:normal; 
 color:#FFF; 
 background-color:#000;
 }

a{ text-decoration:none }
a:link  { color: #FFF; }
a:visited { color: #FFF; }
a:hover { color: #000; background: #FFF; }
a:active { color: #000; background: #FFF; }

#contenttable{ 
	height:700px;
	position:absolute;
	top:50%;
	margin-top:-350px;
}
#menu{
font-size:30px;
font-weight:bold 
}

#menu ul{ list-style:none; margin:0px; padding:0px; }

#wrapper{ 
	width:700px;
	margin-left:50px;
	height:100%;
}

.tag_cloud{ padding:3px;}
.tooltip {
	padding:5px;
	color:#000;
}
.tooltip a{ color:#000; text-decoration:none; font-weight:bold }
.tooltip a:hover{ text-decoration:underline }
.author{ color:#999; }


.addthis_toolbox a:hover{
background:#000;
}


#footer{ margin-top:30px; font-family:Georgia, Helvetica, sans-serif; font-size:11px }
#footer a{ color:#FFF; text-decoration:none }
#footer a:hover{ text-decoration:underline }