/*  
Theme Name: Noir
Theme URI: http://nuoism.com/visitor/
Description: A noir style theme with photos of my cat on the top :)
Version: 1.0
Author: Yinuo Wang
Author URI: http://www.nuoism.com/

*/

body, h1, h2, h3, h4, h5, h6, blockquote, p, form{
	margin: 0;
	padding: 0;
}

body{
        background: url(images/header.jpg) top right #000000;
        background-repeat: no-repeat;
	margin: 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	color: #666666;
}

h1{
	font-family: font-family: courier new, "Georgia", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size: 24px;
	padding: 10px 0 10px 0;
        font-style: bold;
        text-transform: uppercase;
	letter-spacing: 5px;
}

a:link{
	text-decoration: underline;
	color: #a61010;
}

a:visited{
        text-decoration: underline;
        color: #550202;
}

a:hover{
        color: #da2d2d;
	text-decoration: none;
}

a img{
	border: 0;
}

p{
	padding: 10px 0 5px;
}

p img{
	max-width: 100%;
}

blockquote{
	margin: 10px 0 0;
	border-top: 2px solid #ddd;
	background: #f5f5f5;
}

blockquote p{
	padding: 10px;
}

blockquote blockquote{
	float: none;
	width: auto;
	margin: 0 10px;
	background: #fff;
}

dd{
	padding: 0 0 0 20px;
}

form, input, textarea{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
}

p img{
	max-width: 100%;
}

img.centered{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright{
	margin: 3px 0 2px 10px;
	padding: 4px;
	border: 1px solid #ededed;
	display: inline;
}

img.alignleft{
	margin: 3px 10px 2px 0;
	padding: 4px;
	border: 1px solid #ededed;
	display: inline;
}

.alignleft{float: left;}

.alignright{float: right;}

.clear{margin: 0; padding: 0; clear: both;}

small{
	font-size: 11px;
}

.entry li{
	margin: 15px;
	padding: 5px;
}

#wrapper{
	margin: 0 0 0 auto;
	width: 888px;
	text-align: left;
}

#header{
	float: left;
	width: 750px;
}

#container{
        background-color: #eaeaea;
	float: left;
	width: 551px;
        min-height: 600px;
        margin: 229px 0 0 10px;
>margin: 228px 0 0 5px;
}

#content{
        background-color: #eaeaea;
	float: left;
	width: 500px;
        margin: 0 0 0 10px;
}

.post{
	padding: 10px 0 10px 0;
}

.post h2{
	font-family: Georgia, Sans-serif;
	font-size: 18px;
}

.post-date{
float: left;
display: inline;
margin: 0 10px 0 0;
background: url(images/date.gif) no-repeat;
}

.entry{
	line-height: 18px;
}

p.postmetadata{
	background: #e5e5e5;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 10px 0 0 0;
	padding: 5px 10px;
}

.navigation{
	padding: 10px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

.sidebar{
	float: left;
	width: 240px;
	background: #000000;
	margin: 400px 0 0 10px;
	display: inline;
}

.sidebar ul{
	list-style-type: none;
	margin: 0;
	padding: 0 10px 0 10px;
}

.sidebar ul li{
	padding: 10px 0 10px 0;
}

.sidebar ul li h2{
	font-family: Georgia, Sans-serif;
	font-size: 14px;
}

.sidebar ul ul li{
	padding: 0;
	line-height: 24px;
}

table#wp-calendar{
	width: 100%;
}

#footer{
	clear: both;
	float: left;
	width: 750px;
	padding: 10px 0 0 0;
}

#footer p{
	line-height: 18px;
}