/*  
Theme Name: Rhapsody
Description: I think it looks yummy!
Version: 1.0
Author: Minmin
Author URI: http://magical.nu/
Tags: colourful, colorful, rainbow, widgets, cute, fixed width, single column, blog
*/

.clear{
	clear:both;
	}
	
body{
	margin:0;
	background-color: #141414;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.8em;
	line-height: 1.em;
	}

#header{
	background-color:#141414;
	
	}
	
#lid{
	margin:0 auto 0 auto;
	padding-top:40px;
	width:750px;
	color:#484848;
	background-image:url(img/headers.png);
	background-repeat: no-repeat;
	}
	
#lid h1{
	font-size:2.0em;
	text-align:right;
	margin:0;
	letter-spacing:2px;
	}

#menu{
	font-family:Courier New, courier, mono;
	font-variant:small-caps;
	text-align:left;
	padding:40px;
	background-color: #141414;
	border-top: 0px solid #d8d8d8;
	}

#menu li{
		list-style:none;
		display:inline;
		margin-right:10px;
		}
		
#menu li a{
	color:#dfdfdf;
	background-color: #141414;
	font-size:1.2em;
	text-decoration:none;
	padding: 0px;
	}
	
#menu li a:hover{
	color:#333333;
	background-color: #141414;
	}

.post{
	padding-bottom:40px;

	}
	
.date{
	margin-left:-64px;
	float:left;
	width:64px;
	height:59px;
	background-color:#f73f5b;
	text-align:center;
	font-size:2.0em;
	padding-top:5px;
	color: #fff;
	}

.date:hover{
	background-color:#00ddff;
	}

.month{
	font-size:0.5em;
	font-weight:bold;
	}

/*Page Content*/

.content{
	text-align:justify;
	padding:20px 40px 20px 40px;
	background-color:#fff;
	border-top: 0px dotted #d5d5d5;
	margin-top: 40px;
	}
	
.content a{
	text-decoration:none;
	color:#f73f5b;
	}
	
.content a:hover{
	text-decoration:underline;
	}
	
.content strong, b{


	line-height: 2em;
	padding:4px;
	}

.content em{
	/*color:#0066CC*/
	}

.content u{
	color:#33CC00;
	}
	
.content h2{
	font-size:3em;
	font-style: italic;
	font-weight: 900;
	text-align: center;

	}
	
.content h2 a{
	color:#141414;
	text-decoration:none;}
	
.content h2 a:hover{
	color:#cccccc;
	text-decoration:none;
	}
	
.content p{
	font-size:0.9em;}
.content img{
    padding-bottom: 20px;}
    
/*Blog Post Content*/

.bclear{
	margin:0 auto 0 auto;
	padding-top:40px;}
	
.bcontent{
	text-align:justify;
	padding:20px 40px 20px 40px;
	background-color:#fff;
	border-top: 0px dotted #d5d5d5;
	margin-bottom: 40px;
	}
	
.bcontent a{
	text-decoration:none;
	color:#f73f5b;
	}
	
.bcontent a:hover{
	text-decoration:underline;
	}
	
.bcontent strong, b{


	line-height: 2em;
	padding:4px;
	}

.bcontent em{
	color:#0066CC
	}

.bcontent u{
	color:#33CC00;
	}
	
.bcontent h2{
	font-size:3em;
	font-style: italic;
	font-weight: 900;
	text-align: center;

	}
	
.bcontent h2 a{
	color:#141414;
	text-decoration:none;}
	
.bcontent h2 a:hover{
	color:#cccccc;
	text-decoration:none;
	}
	
.bcontent p{
	font-size:0.9em;}
.bcontent img{
    padding-bottom: 20px;}
    
	
blockquote{
	margin:0;
	padding:5px;
	background-color:#333333;
	border-left:5px solid #cccccc;
	}
	
ol li{
	color:#484848;
	font-style:italic;
	list-style: inside decimal;
	}
	
p.postmetadata{
	color:#999999;
	font-size:0.85em;
	}
	
.postend{
	/*background:url(img/comments.png) right no-repeat #000000;*/
	padding:20px 0px 20px 0;
	margin-bottom:0px;
	text-align:right;
	border-bottom:0px solid #141414;
	}

.postend a{
	color:#a4a2a4;
	text-decoration:none;
	background-color:#f9f9f9;
	border-bottom-color: #f9f9f9;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	padding:20px 10px 10px 10px;
	}
	
.postend a:hover{
	color:#fff;
	text-decoration:none;
	background-color:#00ddff;
	}

.pagenav a{
	text-decoration:none;
	color:#484848;
	text-align:center;
	}
	

#bar{
	/*background:url(img/bottombar.png) top center repeat-y #0c0016;*/
	text-align:center;
	color:#484848;
	height:197px;
	}

#wrap{
	margin:0 auto 0 auto;
	width:750px;
	text-align:center;
	}
	
.sidebar{
font-family:Courier New, courier, mono;
	font-variant:small-caps;
    color: #dfdfdf;
	width:230px;
	padding:0 15px 0 5px;
	float:left;
	height:197px;
	overflow:hidden;
	text-align:left;
	}

.sidebar h2{
	font-size:1.2em;
	color: #dfdfdf;
	text-align: center;
	border-bottom:4px solid #dfdfdf;
	}

.sidebar ul, li{
	list-style-type: none;
	margin: 0;
	padding: 0 10px 0 10px;
}

.sidebar a{
	color:#dfdfdf;
	text-decoration:none;
	}

.sidebar a:hover{
    color: #686f6f;
    background-color: #fff;
	text-decoration:underline;
	}
	


#footer{
	/*background:url(img/footer.png) center no-repeat #000000;*/
	font-family:Courier New, courier, mono;
	font-variant:small-caps;
	padding-top:5px;
	height:71px;
	text-align:center;
	margin:0;
	font-size:0.8em;
	color:#dfdfdf;	
	}

#footer a{
	color:#fff;
	text-decoration:none;
	}

#footer a:hover{
	text-decoration:underline;
	color:#CCCCCC;
	}
	
.comments-template{
	margin: 10px 0 0;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0px 10px;
	list-style: none;
}

.commenttext{
	padding:10px;
	background-color:#333333;
	border-left:5px solid #cccccc;
	}
	
.commentmetadata{
	font-size: 12px;
	padding:0px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}

.left{
	float:left;
	width:50%;
	}
	
.right{
	float:right;
	width:50%;
	}

.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-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}at: 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-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
