/*
    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;
	margin: 0px;
	padding: 0px;
}

// 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);
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}

/* --- Header Stuff --- */
#header {
	background: no-repeat url(images/header-background.png);
	margin: 0px;
	padding: 0px;
	padding-left: 40px;
	padding-top: 20px;
	font-family: sans-serif;
	font-weight: bold;
}

#header a {
    text-decoration: none;
    color: silver;
}

/* --- Content - Left Column --- */
#content {
	padding-left: 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-left: 20px;
    font-size: 12px;
}

.storytitle a {
    color: #653366;
    text-decoration: none;
}

.storytitle a:hover {
    color: aqua;
}

.storycontent {
    margin: 0px;
    padding-right: 20px;
    padding-left: 20px;
}

.storycontent a {
    text-decoration: none;
}

.storycontent a:hover {
    text-decoration: underline;
}

.meta {
    padding-left: 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-left: 20px;
    padding-bottom: 10px;
}

.feedback a {
    text-decoration: none;
}

.feedback a:hover {
    text-decoration: underline;
}


/* --- Menu - Right column --- */
#menu {
	margin-left: 540px;
	position: absolute;
	width: 200px;
	top: 74px;
	height: 224px;

}

#menu ul
{
	color: black;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding-left: 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-left: 20px;
	padding-rigth: 10px;
	padding-bottom: 5px;
	color: #EEE;
}

#menu ul ul
{
	list-style-type: none;
	background: none;
	line-height: 100%;
	margin: 0;
	padding: 5px 0 0 0;
	text-align: left;
}

#menu ul ul li
{
	border: 0;
	background: none;
	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; }

/* --- Stuff for the Calendar --- */	
#wp-calendar {
	empty-cells: show;
	font-size: 12px;
	margin: 0;
	width: 140px;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
	text-decoration: none;
}

#wp-calendar a:hover {
	background: #e0e6e0;
	color: #333;
}

#wp-calendar caption {
    background: none;
	color: white;
	font-family: 'Arial Black', Arial, Helvetica;
	font-size: 10px;
	text-align: center;
}

#wp-calendar td {
	color: #555;
	font: normal 8px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}

#wp-calendar td.pad:hover { background: #fff; }

#wp-calendar td:hover, #wp-calendar #today {
	background: #ddd;
	color: black;
}

#wp-calendar th {
	font-style: normal;
	color: #666;
	text-transform: capitalize;
}

/* --- Comments --- */

#comments {
    padding-left: 15px;
}

#postcomment {
    padding-left: 15px;
}

#commentform {
    margin-left: 15px;
    padding-left: 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);
    font-size: 12px;
    color: #653366;
}
