body {
	background : #FFFFFF url(images/rap-background.png) repeat-y;
	color: #2a2a2a;
	font: 10px 'Lucida Grande';
	margin: 0px;
}

#rap {
	margin-left: auto;
	background: repeat-y;
	width: 700px;
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 10px;
	margin: 0px;
}

#header {
	color: #5e5e5e;
	font-size: 24px;
	font-variant: small-caps;
	background: no-repeat url(images/header-background.png);
	width: 670px;
	height: 70px;
	padding-top: 10px;
	padding-left: 10px;
	text-shadow: 0 2px 3px silver;
}

#header a {
	color: #5e5e5e;
	text-decoration: none;
	font-size: 24px;
	text-shadow: 0 2px 3px silver;
}

#content {
	background: transparent;
	width: 520px;
	float: none;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 5px;
	text-indent: 10px;
}

.post {
	background: repeat-y transparent url(images/post-background2.png);
}

.meta {
	padding-left: 10px;
	text-decoration: none;
	color: #606060;
}

.meta a {
	color: #1d285f;
	text-decoration: none;
}

.storytitle {
	font-size: 14px;
	padding-top: 5px;
	padding-left: 10px;
	background: url(images/post-background.png);
	color: #606060;
	text-shadow: 0 2px 3px #669966;
}

.storytitle a {
	font-size: 14px;
	text-decoration: none;
	color: #606060;
	text-shadow: 0 2px 3px #669966;
}

.feedback {
	background: bottom no-repeat url(images/post-feedback.png);
	padding-left: 10px;
	padding-bottom: 10px;
}

.feedback a {
	text-decoration: none;
	color: #1d285f;
}

#commentsform {
	padding-left: 10px;
}

#id {
	
}

#comments {
	padding-left: 10px;
	color: #5e5e5e;
	background: url(images/post-background2.png) repeat-y;
	padding-top: 10px;
}

a img {
	border-style: none;
	margin: 3px;
}

.meta ul {
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}

.meta li {
	display: inline;
}

#commentform {
	padding-left: 10px;
}

#commentform textarea {
	width: 400px;
}

.credit {
	padding-left: 30px;
	background: url(images/rap-background.png) repeat-y;
	margin: 0px;
	padding-top: 30px;
	padding-bottom: 30px;
	text-indent: 250px;
}

.storycontent {
	padding-left: 10px;
	padding-right: 5px;
	text-decoration: none;
	color: #606060;
}

.storycontent a {
	color: #1d285f;
	text-decoration: none;
}

#menu ul {
	list-style: none;
	font-size: 14px;
	font-weight: normal;
	padding-bottom: 10px;
}

#menu ul li ul {
	font-size: 10px;
}

#wp-calendar {
	font-size: 10px;
}

#menu {
	position: absolute;
	top: 110px;
	left: 540px;
	width: 200px;
}

