/*
Theme Name: Starry Night
Theme URI: http://sanmao.me/
Description: my music world is all about u, chelsey.
Author: Sanmao Wang
Version: 1.2
License: GNU General Public License
License URI: license.txt
Tags: black, blue, white, two-columns, fixed-width
Tested up to: 7.1
*/


/* =Reset default browser CSS. Based on work by Sanmao Wang: http://sanmao.me
-------------------------------------------------------------- */
html {
	height: 100%;
	background:#000;
}

.clear{
	clear:both;
}

body {
	padding: 0px;
	margin: 0px;
	min-height: 100%;
	background: #000 url(/wp-content/themes/new/images/bg.jpg) no-repeat;
	background-position:center center;
        background-size:cover;
	min-width: 900px;
}

a{
	text-decoration: none;
}
a:link, a:visited, a:active {
	color: #8ab4f8;
}

a:hover {
	color: #fefefe;
	text-decoration: none;
}

blockquote {
	background: #111;
	border-left: 3px solid #ffcc66;
}

#wrapper {
	width: 800px;
	margin: 0 auto 0 auto;
}

header {
	height: 80px;
	padding-top: 60px;
	padding-bottom: 46px;
}

#logo {
	border: none;
}

aside {
	width: 150px;
	padding-right: 50px;
	text-align: right;
	float: left;
}
#nav {
	padding: 0px;
	margin: 0px;
}

#nav .inner {
	padding: 10px 50px 0px 0px;
}

#nav li {
	padding: 0px 0px 8px 0px;
	font-size: 1.1em;
	list-style: none;
	font-weight: bold;
	font-family: "Panic Sans", "Luxi Mono", "Courier New", Monaco;
	letter-spacing: 1px;
}

#nav a:link, #nav a:visited, #nav a:active {
	color: #fff;
	text-transform:uppercase;
	text-decoration: none;
	background-color: transparent;
	padding: 3px 5px 2px 5px;
	text-shadow: #ffcc66 0px 0px 10px;
}

#main {
	background-color: transparent;
	margin: 0px 0px 0px 200px;
	width: 600px;
	min-height: 300px;
}
ul#posts{
	margin:0;
	padding:0;
}

ul#posts li{
	list-style:none;
}
article {
	margin-bottom:40px;
}
article div.meta{
	font-size: 10px;
	line-height: 10px;
	color: #aaa;
	text-align: right;
	margin-top: 10px;
}
article span.tag{
	padding-right: 5px;
}
article .tag a{
	color:#8ab4f8;
	border:none;
}
article .title{
	font-weight: normal;
	margin-bottom: 10px;
	color:#f9f9f9;
	font-size: 1.1em;
	text-shadow: #ffcc66 0px 0px 10px;
}

.title a{
	color: #f9f9f9;
}

.content{
	padding-left: 15px;
	color:#969696;
}

section#pages{
	margin-top:10px;
	font-size: 12px;
}
div.nav-previous{
	float: left;
}

div.nav-next{
	float:right;
}

footer{
	color:#969696;
	font-size: 12px;
	text-align: right;
	padding: 50px 0 20px;
}

.related{
	color:#f9f9f9;
	font-size: 12px;
	margin-bottom: 10px;
}

ul.related_post {
	padding-left: 40px;
}
.related_post li{
	list-style:disc; 
	color:#f9f9f9;
	font-size: 14px;
}
.mobile{
        width:500px;
}
.post-content .post-message {
color: #969696;
}

/* 详情页文字颜色与主页列表保持一致 */
.typo .entry-title{
	color: #f9f9f9;
}
.typo .entry-meta,
.typo .entry-utility{
	color: #aaa;
}
.typo .entry-content{
	color: #969696;
}
