 body{
  background-color: #0F0F0F;
}
#core{
  margin: auto; 
  width: 800px;
  font-family: Georgia, 'Times New Roman', Times, serif;
}
#header {
	height: 305px;
	width: 750px;
	background-repeat: no-repeat;
	background-position:right;
	background-color: #E7E9E0;
	padding-top: 30px;
	padding-left: 50px;	
	color: #b56115;
	text-align: left;
}
#links {
	width: 300px;
	height: 200px;
}
#links ul{
	color: black;
	list-style-type:none;
}
#links ul li{
	margin-bottom:  05px;
}
#content{
	width: 750px;
	padding: 25px 25px 25px 25px;
	background-color: #F7CCAD;
	border-top-width: 20px;
	border-top-style: solid;
	border-top-color: #cd8f75;
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #cd8f75;
	text-align: left;
}
#login_control a{
	color: #E7E9E0;
	font-size: small;
	text-decoration: none;	
}
h3{
	font-size:18px;
	font-weight:bold;
	color:#B56115;
	letter-spacing:0px;
}
.blog_blog h1{
  margin-bottom: 2px;
}
.blog_blog h1 a{
  text-decoration: none;
  color: black;
}
.blog_blog .blog_created{
  font-size: small;
}
.blog_blog .blog_body{
  margin-top: 10px;
}
#blog_index #blog_controls{
  margin-top: 25px;
  color: grey;
}
.blog_blog .blog_comment_info{
  margin-top: 10px;
  font-size: smaller;
  color: grey;
}
#comments h2{
  font-size: large;
}
.comment{
  margin-bottom: 25px;
  border-bottom: thin solid grey;
}
.clean_link a{
  text-decoration: none;
  font-size: small;
  color: grey;
}
.clean_h_link a{
  text-decoration: none;
  color: black;
}
div.comment .input-text{
  border:1px solid #3b6e22;
  color:#666666;
}

div.comment label{
  display:block;
  margin-bottom:10px;
  color:#555555;
}

div.comment label span{
  display:block;
  float:left;
  padding-right:6px;
  width:70px;
  text-align:right;
  font-weight:bold;
}
.moderate {
  margin-bottom: 15px;
  padding-bottom: 2px;
  border-bottom: 2px solid black;
}
.comment_approve {
  font-weight: bold;
  color: green;
}
.comment_deny {
  font-weight: bold;
  color: red;
}
.photo {
  width: 175px;
  height: 175px;
  float: left;
  text-align: center
}
.photo a img{
  border: 7px solid #E7E9E0;
}
.page_actions{
  margin: 10px;
}
.bubble{
 padding: 15px;
 margin: 15px 30px 15px 30px;

 -moz-border-radius: 10px;
 -webkit-border-radius: 10px;
 
}
.bubble a{
  color: #CC4E6F;
}
.n_twitter{
 background-color: #A7DBD8;
 border: 2px solid #800F25;
}
.n_blog{
 background-color: #77CCA4;
 border: 2px solid #800F25;
}
#left_col{
	float: left;
	width: 375px;
}
#right_col{
	float: left;
	width: 375px;
}
.clearboth {
	clear: both;
	width: 0px;
	height: 0px;
	margin: 0px;
}
