/* Reset browser defaults */
@import url('reset.css');

/* -----------------------------common----------------------------- */

body {
	background: #f2eada;
	font-size: 12px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	color:#222222;
	line-height:1.5;
}

a{
	color:#8a5d19;
	text-decoration:none;
}
a:hover {
	color:black;
	text-decoration:underline;
}

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

.clear {
	clear:both;
	height:0;
	overflow:hidden;
}

/* -----------------------------header----------------------------- */
#header {
	margin-top:30px;
	background:#2f271d;
	padding:16px;
	border:#d9d6c3 1px solid;
	border-bottom:0;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
}
#header h1 {
	background:url(../images/swan.png) left center no-repeat;
	padding-left:70px;
	height:62px;
	position:relative;
}
#header h1 a {
	color: white;
	font-size:36px;
	text-decoration:none;
	position:absolute;
	left:70px;
	bottom:0;
}
#header .description{
	display:none;
}

/* -----------------------------topmenu----------------------------- */

#topmenu {
	background:#2f271d;
	padding:0 20px;
	border:#d9d6c3 1px solid;
	border-top:0;
	border-bottom:0;
	color:white;
	position:relative;
}
#topmenu li {
	float:left;
	margin-right:10px;
}
#topmenu li a {
	display:block;
	padding:4px 8px;
	text-decoration:none;
	color: white;
	font-weight:bold;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
}
#topmenu li a:hover {
	color: white;
	text-decoration:underline;
}
#topmenu li a.current {
	background:#d9d6c3;
	color:black;
}
#topmenu form{
	position:absolute;
	right:20px;
	bottom:8px;
}
#topmenu form #s{
	border:0;
	background:white;
	padding:2px 8px;
	font-size:12px;
	color:#222222;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

/* -----------------------------footer----------------------------- */

#footer{
	margin:20px 0 30px 0;
	text-align:center;
	color:#666666;
}

/* -----------------------------sidebar----------------------------- */

#sidebar{}
#sidebar ul.xxoo {
	background:#f6f5ec;
	padding:4px 10px;
	margin-bottom:20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
#sidebar ul.xxoo li {
	padding:4px;
	border-bottom:1px white dashed;
}
#sidebar ul.xxoo li a{
	font-weight:bold;
}
#sidebar ul.xxoo li.title {
	padding:4px;
	font-size:14px;
	font-weight:bold;
	border-bottom:2px white solid;
}
#sidebar ul.xxoo li.cloud {
	border-bottom:0;
}
#sidebar ul.xxoo li.cloud a{
	float:left;
	margin-right:8px;
	line-height:2;
}
#sidebar ul.xxoo li.cloud a sup{
	color:#999999;
	font-size:9px;
	margin-left:2px;
	vertical-align:top;
}

/* -----------------------------main containers----------------------------- */

#main {
	background:white;
	border:#d9d6c3 1px solid;
	border-top:0;
	padding:20px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
}
#main .center {}
#main .left {
	float:left;
	width:640px;
}
#main .right {
	float:right;
	width:220px;
}

/* -----------------------------main top nav----------------------------- */

.main-nav{
	background:#d1c7b7;
	padding:8px 10px;
	position:relative;
	margin-bottom:20px;
	color:#6c4c49;
	font-weight:bold;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

/* -----------------------------post box----------------------------- */

.post-box{
	margin-bottom:20px;
	padding-bottom:16px;
	border-bottom:#dddddd 1px solid;
}
.post-box h2.title{
	font-size:18px;
	margin-bottom:4px;
}
.post-box .meta{
	color:#666666;
	margin-bottom:16px;
}
.post-box .meta span{
	border-right:#dddddd 1px solid;
	padding-right:4px;
	margin-right:4px;
}
.post-box .meta span a{
	color:#666666;
	text-decoration:underline;
	margin-right:4px;
}

/* -----------------------------post multi----------------------------- */

.post-multi{}

/* -----------------------------post list----------------------------- */

.post-list{}
.post-list li{
	margin-bottom:20px;
}
.post-list h2.title{
	font-size:14px;
	margin-bottom:10px;
	border-bottom:#dddddd 1px solid;
}
.post-list .meta{
	color:#666666;
	float:right;
	width:200px;
}
.post-list .meta span{
	display:block;
}
.post-list .content{
	float:left;
	width:400px;
	padding-right:20px;
	border-right:#dddddd 1px dashed;
}

/* -----------------------------comments list----------------------------- */

.comments {}
.comments h3{
	font-size:16px;
	margin-bottom:20px;
}
.comments ol li{
	background:#E8ECED;
	padding:16px;
	margin-bottom:20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.comments ol li img.gravatar{
	float:left;
	margin-right:16px;
	width:50px;
	height:50px;
}
.comments ol li .content-box{
	width:500px;
	float:left;
}
.comments ol li .meta{
	margin-bottom:10px;
	font-weight:bold;
}
.comments ol li .content{}

/* -----------------------------comment form----------------------------- */

.respond {}
.respond h3{
	font-size:16px;
	margin-bottom:20px;
}
.respond .error{
	background:#d71345;
	padding:8px 10px;
	margin-bottom:20px;
	font-weight:bold;
	color:white;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.respond .done{
	background:#1d953f;
	padding:8px 10px;
	margin-bottom:20px;
	font-weight:bold;
	color:white;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

/* -----------------------------form container----------------------------- */

.form-container{}
.form-container li{
	margin-bottom:10px;
}
.form-container input.text{
	font-size:12px;
	padding:4px;
}
.form-container textarea.textarea{
	font-size:12px;
	padding:4px;
}

/* -----------------------------page nav----------------------------- */

.pagenav {}
.pagenav .num,
.pagenav .words {
	margin-bottom:20px;
}
.pagenav .previous{
	float:left;
}
.pagenav .next{
	float:right;
}
.pagenav .num a{
	display:block;
	float:left;
	font-size:11px;
	border:#d9d6c3 1px solid;
	padding:2px 4px;
	margin-right:4px;
}
.pagenav .num a.current{
	background:#8a5d19;
	color:white;
}

/* -----------------------------entry----------------------------- */

.entry{
	line-height:1.7;
}
.entry p{
	margin-bottom:16px;
}
.entry ul{
	list-style-type:circle;
	margin-bottom:16px;
}
.entry li{
	margin-left:30px;
}

/* -----------------------------static pages----------------------------- */

.page-box {
	margin-bottom:20px;
}
.page-box p{
	margin-bottom:16px;
}
.page-box h2 {
	font-size:14px;
	margin-bottom:16px;
}
.page-box ul{
	list-style: circle;
	margin-left:20px;
	margin-bottom:16px;
}
.page-box li{
	padding-top:4px;
}
.page-box .download-button{
	display:block;
	float:right;
	padding:4px 12px;
	font-size:13px;
	line-height:1.4em;
	text-shadow:0 1px 0 black;
	background:url("../images/downbg.png") repeat-x scroll left top #21759B;
	color:white;
	font-weight:bold;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
}
.page-box .download-button:hover{
	text-decoration:none;
}


