body{margin:0;padding:0px;border-top:2px solid red;}
body, h1, h2, h3, form, p, ol, ul{
	margin: 0;
	padding: 0;
	color:#999999;
}
form, input, textarea{
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
table{
	font-family: Verdana, Arial;
	font-size: 12px;
}
a img
{
	border:0px;
}
h1{
	margin-bottom: 5px;
	font-family: Arial;
	font-size:10px;
	font-weight: normal;
}
/* global link formatting for the blog*/
.main_content #s{
width:150px;
}
#sidebar a:link,#sidebar a:visited{text-decoration:none;color:#dddddd;}
.main_content a,
.main_content a:link,
.main_content .post a
{
	text-decoration:underline;
	color:#dddddd;
}
.main_content a:hover,
.main_content a:hover,
.main_content .post a:hover
{
	text-decoration:none;
}
.main_content .post a img{border:0px;}
#container{
	margin: 0 auto;
	width: 800px;
	text-align: left;
	vertical-align: top;
	background: #fff;
	color: #000;
}
#page{
	padding:20px;
	padding-top:15px;
	background-color:#000;
}
.description{
	border: 10px solid #666666;
	font-size: 11px;
	text-align: left;
	vertical-align: top;
	background: #222;
	color: #AEAEAE;
	clear: both;
}
.description p{
	padding: 10px 20px  
}
#top-menu{
	margin-bottom: 20px;
	width: 760px;
	font-family: Arial;
	font-size: 14px;
	text-align: left;
	vertical-align: top;
	background: #000;
	color: #000;
}
#top-menu p{
	padding: 10px 20px  
}
#top-menu{
	padding-right: 20px;
	font-weight: bold;
	text-decoration: none;
	color: #3987fc;
}
.narrowcolumn{
	float: left;
	margin-right: 20px;
	width: 536px;
	text-align: left;
	vertical-align: top;
	background:#000;
	color: #000;
	border-left:0px solid #666;
	border-right:0px solid #666;	
}
.widecolumn{
	float: left;
	margin-right: 20px;
	width: 536px;
	text-align: left;
	vertical-align: top;
	color: #fff;	
}
.post_title{
	margin-right:60px;
	font-size:16px;
	background-color:#666;
	padding:4px;
	font-weight:bold;
	padding-left:10px;
	background-image: url(images/right_title_corner.gif);
	background-position:top right;
	background-repeat:no-repeat;
}
.post_title a:link,
.post_title a:visited,
.post_title a:hover,
.post_title a:focus
{
	color:#fff;
	border-bottom:0px;
	text-decoration:none;
}
.post_title a:hover{
	border-bottom:2px solid red;
}
.post{
	padding: 15px 15px;
	line-height: 18px;
	text-align: left;
	vertical-align: top;
	background: #111;
	color: #F2F2F2;
	color: #ddd;
	border:1px solid #666;
}
.post p{
	padding: 0 0 12px;
}
.post ul{
	margin-left:20px;
}
.post ol{
	margin-left:27px;
}
.post-date{
	margin-top:3px;
	font-size: 11px;
	color: #ccc;
}
.postmetadata{
	color: #666;
	border-top: 1px solid #666;
	padding-top:10px;
}
.navigation{
	margin-bottom: 20px;
	padding:20px;
	text-align:center;
	border:1px solid #666;
	background-color:#111;
}
.navigation a{
	color: #FF2E9A;
}
.comment{
	border:1px solid #666;
	padding:15px;
	background-color:#000;
	margin-bottom:8px;
}
.comment p{
	padding:0px;
}
.c_cite{
	background: #666;
	border-bottom: 1px solid #666;	
	border-right: 1px solid #666;	
	margin-right:100px;
	padding-left:5px;
	color:#fff;
}
.cite_date{
	font-size:9px;
}
.c_cite a:link{
	color:#fff;	
}
.blockquote,
blockquote{
  color: #888;
  margin:0;
  padding:15px;
  border:1px solid #333;
  background-color:#000;
  padding-bottom:0px;
  margin-bottom:15px;
  overflow:auto;
}
cite{
	font-family: Arial;
	font-size:10px;
	font-style: normal;
}
#sidebar{
	float: left;
	margin: 0;
	width: 200px;
	text-align: left;
	vertical-align: top;
}
#sidebar h2{
	font-size:20px;
	font-weight:normal;
	color: #F5F5F5;
	padding-bottom:12px;
	text-decoration:underline;
}
#sidebar h2 a{
	color: #ff2e9a;
}
#sidebar ul{
	margin: 0 0 20px;
	padding: 15px 20px 10px;
	background: #111111;
	color: #000;
	border:1px solid #666;
	list-style:none;
}
#sidebar ul li{
	margin: 0;
	font-family: Arial;
	font-size: 24px;
	font-weight: normal;
}
#sidebar ul ul{
	margin: 0;
	padding: 0;
	border:0px;
}
#sidebar ul ul li{
	margin: 0 0 10px 0;
	font-family: Verdana;
	font-size: 12px;
}
#wp-calendar{
	margin: 5px 0 0;
	font-family: Arial;
}
#wp-calendar caption{
	font-weight: bold;
	padding: 0 0 0 10px;
	text-align: left;
	color: #FF2E9A;
}
#wp-calendar th, #wp-calendar td{
	padding: 3px;
	background: #f3f3f3;
	color: #000;
}
#footer{
	clear: both;
	width: 760px;
	font-size: 11px;
	text-align: left;
	vertical-align: top;
	background: #000;
	color: #999999;
}
#footer p{
	padding: 0 20px;
}
/* Code coloring and formating (Geshi) */
pre{
	  color:#000;
	  margin:0;
	  padding:15px;
	  padding-bottom:20px;
	  border-style:double;
	  border-color:#888;
	  background-color:#FFFFFF;
	  overflow:auto;
	  margin-bottom:0px;
	  font-size:12px;
	  line-spacing:0px;
	  line-height:13px;
	  max-height:400px;
}






