body {
	background: black;
	  font-family:"lucida grande", tahoma, verdana, arial, sans-serif; 
}
blockquote {
	border-left: 5px solid #ccc;
	margin-left: 1.5em;
	padding-left: 5px;
}
a {
	color: rgb(200,59,60);
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color:  rgb(200,59,60);
	text-decoration: none;
}
#page-wrap {
  font-family:"lucida grande", tahoma, verdana, arial, sans-serif; 
	font-size: 12px;
	background: black;
	margin-right: auto;
	margin-left: auto;
	
	
}

#header {
width: 425px;
	border: 5px solid white; padding: 8px;
	 -moz-border-radius: 30px; -webkit-border-radius: 30px;	
	 background:  url(../images/header2.png) no-repeat;
	 float: left;
	 position: relative;
	 height: 120px;
}
#header_options {
	margin-left: 20px;
	float: left;
	margin-top: 75px;
}

#header_options ul li {
	margin-right: 5px;
	color:  black;
	display: inline;
	width: 100px;
	background-color: rgb(178,172,179);
	border: 5px solid white; padding: 15px;
	 -moz-border-radius: 15px; -webkit-border-radius: 15px;	}
#header_options a {
	text-decoration:  none;
	color:  black;
}
#header_options a:hover {
	text-decoration: none;
	color: rgb(200,59,60);
}
#content {
	background:  rgb(255,255,255);
	margin-top: 175px;
	width: 950px;
position: absolute;
clear: both;
	border: 5px solid white; padding: 15px;
	-moz-border-radius: 30px; -webkit-border-radius: 30px;
}


#left_bar {
	width: 675px;
	margin-right: 10px;
	float: left;
}
#right_bar {
	width: 225px;
	margin-left: 10px;
	padding-left: 5px;
	float: right;
	border-left: 1px dashed rgb(0,0,0);
}
#right_bar ul li {
	background-color: transparent;
}
img {
	
border:  none;
}
img.avatar {
	height: 50px;
	width: 50px;
}
h3.storytitle {
	font-size: 125%;
}
a.story_title_link {
	text-decoration: none;
	color: rgb(200,59,60);
	
}
#commentform {
	
	width: 550px;
}
/* Captions & aligment */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions & aligment */
