/*
    BlueMars - Style for Wordpress
    by Gary Rogers (gary.rogers@dmin.net)
    
    Licensed under the Creative Commons License
    (http://creativecommons.org/licenses/by/2.0/)
    
    Some bits (menu and calendar) derived from 
    Michael Heilemann (http://binarybonsai.com)
*/

body {
	background: repeat-x url(images/background.png) #CCCCFF;
	background-position: 0px 19px;
	margin: 0px;
	padding: 0px;
 	text-align: center;
}

// Do something snazzy with the blockquote
blockquote {
    padding: 5px;
    background: #D4D4FF url(images/blockquote.png) no-repeat;
}

a img { border: none; }

#rap {
	background: repeat-y url(images/rap-background.png) center;
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
 	text-align: right;
}

/* --- Header Stuff --- */
#header {
	background: no-repeat url(images/header-background.png);
	margin: 0px;
	padding: 0px;
	padding-right: 40px;
	padding-top: 20px;
	padding-top: 10px;
	font-family: sans-serif;
	font-weight: bold;
}

#header a {
    text-decoration: none;
    color: silver;
}

/* --- Content - Left Column --- */
#content {
	margin-top: 20px;
	padding-right: 20px;
	font: 12px Helvetica, Arial, sans-serif;
	color: #114444;
	width: 520px;
}

/* --- Stuff for the post itself here. --- */
.post {
/*     background: url(images/storycontent.png) repeat-y; */
    margin: 0px;
}

.storytitle {
    background: url(images/storytitle.png) no-repeat;
    height: 30px;
    padding-top: 18px;
    padding-right: 20px;
    font-size: 12px;
}

.storytitle a {
    color: #653366;
    text-decoration: none;
}

.storytitle a:hover {
    color: aqua;
}

.storycontent {
    margin: 0px;
    padding-right: 20px;
    padding-right: 20px;
}

.storycontent a {
    text-decoration: none;
}

.storycontent a:hover {
    text-decoration: underline;
}

.meta {
    padding-right: 20px;
    margin: 0px;
}

.meta ul {
    display: inline;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.meta li {
    display: inline;
    list-style: none;
}

.meta a {
    text-decoration: none;
}

.meta a:hover {
    text-decoration: underline;
}

.feedback {
    background: url(images/feedback.png) no-repeat;
    padding-right: 20px;
    padding-bottom: 10px;
}

.feedback a {
    text-decoration: none;
}

.feedback a:hover {
    text-decoration: underline;
}


/* --- Menu - Right column --- */
#menu {
    margin-right: 540px;
    position: absolute;
    width: 200px;
    top: 40px;

}

#menu ul
{
	color: black;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding-right: 3px;
}

#menu ul li
{
	font-family: Arial Black, Helvetica, 'Lucida Grande';
	background: url(images/menuul.png) no-repeat;
	font-size: 10px;
	margin-top: 10px;
	padding-top: 15px;
	padding-right: 20px;
	padding-left: 10px;
	padding-bottom: 5px;
	color: #EEE;
}

#menu ul ul
{
	list-style-type: none;
	line-height: 100%;
	margin: 0;
	padding: 5px 0 0 0;
	text-align: right;
}

#menu ul ul li
{
	border: 0;
 	background: #9998fe;
	font-family: Helvetica, Arial, 'Lucida Grande';
	font-size: 10px;
	font-weight: normal;
	margin-top: 0;
	padding: 0 0 3px 8px;
}

#menu ul ul li a
{
	color: #666;
	text-decoration: none;
}

#menu ul ul li a:hover { text-decoration: underline; }

/* --- Comments --- */

#comments {
    padding-right: 15px;
}

#postcomment {
    padding-right: 15px;
}

#commentform {
    margin-right: 15px;
    padding-right: 15px;
}

#commentform textarea {
    width: 80%;
}


/* --- Here's the bottom. --- */	
.credit {
    width: 760px;
    padding-top: 30px;
    padding-bottom: 15px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background: repeat-y url(images/rap-background.png) center;
    font-size: 12px;
    color: #653366;
}