﻿/*
Theme Name: Manaca
Theme URI: http://www.wersling.com/
Description: Widget ready Wordpress theme named <a href="http://www.wersling.com">Manaca</a>, created by <a href="http://www.wersling.com">wersling</a>.
Version: 1.0
Author: Wersling
Last Update: 05/25/2008
*/ 

body {
	color: #6c5e5e;
	font: 0.9em "微软雅黑", "宋体", "Trebuchet MS", "Lucida Sans Std", "Lucida Sans Unicode", sans-serif;
	BACKGROUND-COLOR: #ECEAE2;
	margin : 0px;
	line-height : 26px;
}

a {
	outline: none;
	text-decoration: none;
} 
a:link,
a:visited {
	color:#841618;
	text-decoration: none;
}
a:hover {
	color:#841618;
	text-decoration: underline;
}
img, a img {
	border:none;
}
code {
	font-family: "Courier New", Courier, mono;
	color: #333333;
}
.clear {
	clear: both;
}


/*		
//////////////////////////////////////////////////////
		LAYOUT
//////////////////////////////////////////////////////
*/ 

#wrapp {
	width: 1000px;
	margin: 0px auto;
	BACKGROUND-COLOR: #ffffff;
	background: url(images/entry_bg1.jpg);
}

/*		
//////////////////////////////////////////////////////
		HEADER
//////////////////////////////////////////////////////
*/ 

#header {
	width: 1000px;
	height: 430px;
	background: url(images/header_bg.jpg) no-repeat right top;
}
#HederTitle {
	height: 190px;	
}
#HederTitle h1 {
	color: #3E4449;
	font-weight: normal;
	font-variant: normal;
	width: 250px;
	padding: 50px 0px 15px 15px;
	top: 0px;
	margin-top: 0px;
}
#HederTitle h1 a:link,
#HederTitle h1 a:visited {
	text-decoration: none;
	color: #3E4449;
}
#HederTitle h1 a:hover {
	text-decoration: none;
	color:#583408;
}
#HederTitle span {
	color: #6D5E5E;
	display: block;
	width: 450px;
	font-size: 1.1em;
	margin: 5px 0px;
	padding: 0px 0px 0px 15px;
}
#BottomHeader {
	height: 280px;
	width: 700px;
}
#BottomHeaderWrapp {
	width: 680px;
	height: 280px;
	overflow:auto;
	margin: 15px auto 5px;
}
#BottomHeaderWrapp p {
	color: #968D89;
	font-size: 1.0em;
	padding:5px;
}
#BottomHeaderWrapp img,
#BottomHeaderWrapp a img {
	padding: 5px 9px;
}
#BottomHeaderWrapp a:link,
#BottomHeaderWrapp a:visited,
#BottomHeaderWrapp p a:link,
#BottomHeaderWrapp p a:visited {
	color:#C6524E;
	text-decoration: none;
}
#BottomHeaderWrapp a:hover,
#BottomHeaderWrapp p a:hover {
	color:#C6524E;
	text-decoration: underline;
}
#BottomHeaderWrapp span {
	display:block;
	float:right;
	margin: 0px 25px 0px 0px;
}

/*		
//////////////////////////////////////////////////////
		MAIN
//////////////////////////////////////////////////////
*/ 

#main {
	width: 700px;
	float: left;
	padding-left: 25px; 
}
#main .navigation {
}
#main .navigation .alignleft {
	float: left;
}
#main .navigation .alignleft a:link,
#main .navigation .alignleft a:visited {
	text-decoration: none;
}
#main .navigation .alignleft a:hover {
	text-decoration: underline;	
}
#main .navigation .alignright {
	float: right;
}
#main .navigation .alignright a:link,
#main .navigation .alignright a:visited {
	text-decoration: none;
}
#main .navigation .alignright a:hover {
	color:#BD413D;
	text-decoration: underline;
}
#main .entryBox {
	width: 100%;
}
#main .entryBox .title h2 {
	font-weight: normal;
	text-transform: uppercase;
}
#main .entryBox .title h2 a:link,
#main .entryBox .title h2 a:visited {
	font-weight: normal;
	text-transform: uppercase;
}
#main .entryBox .title h2 a:hover {
	color: #000000;
}
#main .entryBox span.date {
	font-size: 0.8em;
	display: block;
}
#main .entryBox .entry {
	width: 100%;
	font-size: 1.1em;
	overflow: auto;
	PADDING-TOP: 10px;
	PADDING-BOTTOM: 20px;
}

#main .entryBox .entry p {
	
}

#main .entryBox .entry img {
	padding: 7px;
}

#main .entryBox .entry code {
	display: block;
	background-color: #DEDBD0;
	padding: 3px;
	margin: 10px 5px 10px 0px;
	font: 1em/1.5em "Courier New", Courier, mono;
}

#main .entryBox .entry blockquote {
	font-size: 0.9em;
	line-height: 1.5em;
	font-style: oblique;
	padding: 5px 10px;
	border-left: 3px solid #BFB8A3;
}

#main .entryBox .entry pre {
	width: 650px;
}

#main .entryBox .entryBottom {
	height:70px;
	/*background: url(images/entry_bg_bottom.jpg) no-repeat -1px 21px;*/
}
#main .entryBox .tags {
	clear:both;
	margin: 2px 0px 5px;
}
#main .entryBox .entryBottom span,
#main .entryBox .tags span {
	font-size: 0.8em;
	display:block;
}
#main .entryBox .entryBottom a:link,
#main .entryBox .entryBottom a:visited,
#main .entryBox .tags a:link,
#main .entryBox .tags a:visited {
	text-decoration: none;
	font-weight: bold;	
}
#main .entryBox .entryBottom a:hover,
#main .entryBox .tags a:hover{
	text-decoration: underline;
	font-weight: bold;	
}

/*		
//////////////////////////////////////////////////////
		SINGLE/COMMENT PAGE
//////////////////////////////////////////////////////
*/ 

#main .entryBox .entryDescription,
#main .entryBoxAlt .entryDescription {
	overflow: auto;
	margin: 0px auto;
}
#main .entryBox .entryDescription p,
#main .entryBoxAlt .entryDescription p {
	padding: 0px 8px 0px;
	line-height: 1.5em;
}
#main .entryBox .entryDescription p a:link,
#main .entryBoxAlt .entryDescription p a:link,
#main .entryBoxAlt .entryDescription p a:visited,
#main .entryBox .entryDescription p a:visited {
	text-decoration: none;
}
#main .entryBox .entryDescription p a:hover,
#main .entryBoxAlt .entryDescription p a:hover {
	text-decoration: underline;
}
#main .entryBox p.who,
#main .entryBoxAlt p.who {
	padding: 5px 0px 0px 8px;	
}
#main .entryBox p.who img,
#main .entryBoxAlt p.who img {
	padding-top:5px;
}
#main .entryBox p.who a:link,
#main .entryBox p.who a:visited,
#main .entryBox .entryBottom p.commentmetadata a:link,
#main .entryBox .entryBottom p.commentmetadata a:visited,
#main .entryBoxAlt p.who a:link,
#main .entryBoxAlt p.who a:visited,
#main .entryBoxAlt .entryBottom p.commentmetadata a:link,
#main .entryBoxAlt .entryBottom p.commentmetadata a:visited {
	text-decoration: none;
}
#main .entryBox .entryBottom p.commentmetadata a:hover,
#main .entryBoxAlt .entryBottom p.commentmetadata a:hover,
#main .entryBox p.who a:hover,
#main .entryBoxAlt p.who a:hover {
	text-decoration: underline;
}
#main .entryBox .entryBottom p.commentmetadata,
#main .entryBoxAlt .entryBottom p.commentmetadata {
	font-size: 0.8em;
	padding: 8px 0px 5px 8px;
}
#main .entryBoxAlt {
	BACKGROUND-COLOR: #eeeeee;
	margin: 0px 0px 20px;
}
#main .entryBoxAlt .entryBottom {
	height: 40px;
}
#main #commentForm {
}
#main #commentForm p.tags {
	padding: 10px;
}
#main #commentForm p {
	padding:5px;
}
#main #commentForm p a:link,
#main #commentForm p a:visited {
	text-decoration: none;
}
#main #commentForm p a:hover {
	text-decoration: underline;
}
#main #commentForm input#submit {
	border:none;
	font-size: 1em;
	padding: 5px;
	cursor:pointer;
}
#main #commentForm input#author,
#main #commentForm input#email,
#main #commentForm input#url,
#main #commentForm textarea#comment {
	padding: 8px 5px;
	background-color: #fafafa;
	border: 1px solid #E5E2D9;
	font: normal 1em "Trebuchet MS", "Lucida Sans Std", "Lucida Sans Unicode", sans-serif;
}
#main #commentForm input#author:hover,
#main #commentForm input#email:hover,
#main #commentForm input#url:hover,
#main #commentForm textarea#comment:hover {
	background-color: #F7F7F3;
	border: 1px solid #E5E2D9;
}
#main h3.respond {
	padding: 10px 5px 10px;
}

/*		
//////////////////////////////////////////////////////
		SIDEBAR
//////////////////////////////////////////////////////
*/ 

#sidebar {
	float: right;
	width: 231px;
	padding-right: 35px;
}
#sidebar h2,
#sidebar h3 {
	BACKGROUND: url(images/corner_bottom_right.jpg);
	font-size: 1.2em;
	color: #FFFFFF;
	MARGIN: 15px 0px 10px;
	height : 25px;
}
#sidebar SPAN {
	margin : 6px;
}

#sidebar ul{
	padding-left: 0px;
	MARGIN-LEFT: 0px;
}
#sidebar li{
	padding: 3px 3px 3px 8px;
}
#sidebar ul,
#sidebar li {
	list-style-type: none;
}

#sidebar ul li {
	/* padding: 3px 3px 3px 8px; */
	list-style-type: none;
	color: #6C5E5E;
}
#sidebar a:link,
#sidebar ul li a:link,
#sidebar a:visited,
#sidebar ul li a:visited {
	color: #6C5E5E;
	text-decoration: none;
}
#sidebar a:hover,
#sidebar ul li a:hover {
	text-decoration: underline;
	color:#583408;
}
#sidebar form input#s {
	padding: 8px 5px;
	margin:0px 0px 5px;
	background-color: #fafafa;
	border: 1px solid #E5E2D9;
	font: normal 1.3em "Trebuchet MS", "Lucida Sans Std", "Lucida Sans Unicode", sans-serif;
}

#sidebar form input#s:hover {
	background-color: #F7F7F3;
	border: 1px solid #E5E2D9;
}
#sidebar form input {
	border:none;
	padding:5px;
}
/*		
//////////////////////////////////////////////////////
		FOOTER
//////////////////////////////////////////////////////
*/ 

#footer {
	clear: both;
	background-color: #9a0000;
	MARGIN-LEFT: 2px; 
	MARGIN-RIGHT: 6px;
	color : #FFFFFF;
}
#footer p {
	padding: 5px 0px 0px 15px;
	margin-bottom: 0px;
	TEXT-ALIGN: center;
}
#footer p a:link,
#footer p a:visited {
	color: #ffd800;
	text-decoration: none;
}
#footer p a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}


.wp-pagenavi
{
	padding-bottom:5px;
}