body { 
	background-color: #CB9; 
	font-family: Cambria, Georgia, 'Times New Roman', serif;
	width:100%;
	height:100%;
	padding:0;
	margin:0;
	text-align: center; /* for IE */
}

a{
	text-decoration: none;
	font-weight: bold;
	text-decoration: underline;
	color:#2E2E2E;
}

#magical_thinking{
	font-weight: normal;
}
#topbar,#bottombar{
	width:100%;
	background:#2E2E2E;
	padding:0;
	margin:0;
/*	padding-left:10px;*/
	clear:both;
	text-align: left; /* for IE */
	color:#FFFFFF;
	position:relative;
	
}
#topbar{
	top:0;
}
#bottombar{
	bottom:0;
}
#topbar>p,#bottombar>p{
	margin:auto;
	padding-left:1em;
	padding-top:0.5em;
	padding-bottom:0.5em;
	font-size:10pt;
}
.syntaxhighlighter{
	overflow:hidden;
}
h1{
	margin-top:100px;
	font-size:300%;
	padding-left:10px;
}
h1 *,h2 *{
	text-decoration: none;
}
h3{
	font-weight:normal;
	font-size: 10pt;
	width:100%;	
	padding:0;
	margin:0;
	border-bottom:1px solid #857B6D;
	border-top:1px solid #9E9E9E;
	text-decoration: none;
}

a.whitelink{
	color:white;
}
h1 a{
	font-weight: normal;
}
img{
	border:none;
}

/* Site holders */
#holder{
	margin:0 auto;
	padding:0;
	width:980px;
	text-align: left; /* for IE */
}

#content{
	width:700px;
	float:left;
	padding-left:10px;
}

#menu{
	width:200px;
	float:left;
}

.structure{
	padding:0;
	margin:0;
	margin: 0 1em 0 0;
}
.clearer{
	clear:both;
}

#menu .structure {
	font-size:8pt;
}

#menu ul {
	list-style:none;
	padding:0;
}

#menu ul>li{
	padding-bottom:0.5em;
}

/*Edit form*/
.edit .title{
	width:100%;
	font-size:14pt;
}

.edit .content{
	width:100%;
	height:10em;
	font-size:14pt;
}

.edit input{
	width:100%;
	font-size:14pt;
}

/*Post*/
.post{
	border-bottom:1px solid #9E9E9E;
	float:left;
	width:100%;
	margin-bottom:1em;
}
.post_solo{
	border:none;
}
.post_title{
}
.post_content{
	clear:both;
}
.post_meta{
	float:left;
	margin:0;
	padding:0;
	padding-left:2px;
	color:#857B6D;
	font-size:8pt;
}
.post_meta a{
	color:#9E9E9E;
	font-weight: normal;
}
.post_meta span{
	padding-left:2px;
}
.post_meta img{
}
.post_comments_link{
	clear:left;
}
.post_keywords{
	clear:both;
}
.post_meta_area{
	clear:right;
	float:left;
}

/*Comments*/
.comment_date{
	display:block;
	font-size: 8pt;
	color:#857B6D;
}
.post_comments{
	padding-top:1em;
	width:100%;
	clear:left;
}
.post_comment{
	border-bottom:1px solid #9E9E9E;
	margin-bottom:1em;
	margin-top:1em;
}
.comment_create input,.comment_create textarea{
	width:100%;
}
.comment_create textarea{
	height:5em;
}

.form_error{
	color:red;
}
