/*
theme: maru
author: dali zheng
*/


/* css reset */

* { margin:0;padding:0;border:0; }

/* body */

body {
	background:#0b0b0b url("noise.jpg") 0 0 repeat fixed;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color:#999;
	min-width:900px;
	}


/* classes */

.clear { clear:both; }
.container {
	width:960px;
	margin:auto;
	position:relative;
	}
.entry { 
	width:520px;
	float:right;
	/*border-top:1px #333 solid;*/
	margin:0 20px 8px 20px;
	padding-top:8px;
	}
.entry ul { list-style-type:disc;padding-left:2em; }
.date {
	float:left;
	width:100px;
	/*border-top:1px #333 solid;*/
	margin:0 0 8px 0;
	padding-top:8px;
	color:#666;
	}
.paging {
	width:520px;
	float:right;
	border-top:1px #333 dotted;
	margin:0 20px 0 0;
	padding:6px 0;
	position:relative;
	}
.button {
	padding:6px 0;
	margin:0 10px;
	}
.button a {
	background:url("trans_black.png") top left repeat;
	padding:6px 8px;
	color:#f6301c;
	border:1px #333 solid;
	}
.button a:hover { color:#fff; }
.prev { float:left; }
.display { width:100px;position:absolute;top:6px;left:220px;text-align:center; }
.next { float:right; }
.entry p, .date p, #side p, .entry ul, .entry ol, .entry pre { margin-bottom:13px; }
.entry h3 { border:0;padding:0 10px;margin:15px 20px 9px 0; }
.back { /*border-top:1px #333 solid;*/margin:30px 0 8px 0;padding:6px 10px; }
.back a { display:block; }
.split { width:280px; }	 
.split li { float:left; width:120px;margin-right:20px;list-style-type:none; }
.dark {  }


/* font styles */

h1 {
	font-family:/*'IM Fell DW Pica',*/Georgia, serif;
	font-size:36px;
	font-weight:normal;
	color:#fff;
	margin-bottom:6px;
	text-transform:uppercase;
	letter-spacing:1px;
	}
h2 {
	font-family:/*'IM Fell DW Pica',*/Georgia, serif;
	font-size:22px;
	font-weight:normal;
	color:#fff;
	margin:10px 20px 6px 120px;
	}
h3 {
	font-family:/*'IM Fell DW Pica',*/Georgia, serif;
	font-size:16px;
	font-weight:normal;
	color:#fff;
	/*border-top:1px #333 solid;*/
	margin:30px 0 5px 0;
	padding-top:8px;
	}
h1, h2, h3 { padding-left:10px;padding-right:10px; }
h1 a, h2 a, h3 a { color:#fff;display:block; }
a { color:#f6301c;text-decoration:none; }
a:hover { color:#fff; }
p, ul, ol, pre { line-height:21px;padding:0 10px; }
ul, ol { list-style-type:none; }


/* ids */

#header .container {border-bottom:1px #333 solid;margin-bottom:6px;}
#circleRed {
	width:40px;
	height:40px;
	position:absolute;
	top:21px;
	left:10px;
	background:url("circle.png") center no-repeat;
	}
#circleRed a { display:block;height:40px; }
#side {
	margin:0;
	padding-bottom:30px;
	width:280px;
	float:right;
	}
#content {
	width:660px;
	float:left;
	margin:24px 0 0 0;
	padding-bottom:30px;
	}
#title {
	width:540px;
	/*border-top:1px #333 solid;*/
	margin:50px 0 0 20px;
	padding:9px 0 28px 0;
	float:left;
	}
#circles {
	width:100px;
	position:relative;
	margin:40px 0 0 0;
	padding:9px 0 10px 0;
	float:left;
	}
#function {
	width:280px;
	/*border-top:1px #333 solid;*/
	margin:51px 0 0 20px;
	padding:10px 0;
	float:left;
	}
#footer {
	width:960px;
	border-top:1px #333 solid;
	margin:4px 0 8px 0;
	padding:24px 0 40px 0;
	}
#top { position:absolute;top:0;left:0; }
#pagetop { display:block;width:100px;float:left; }
#pagetop span { font-size:12px;position:relative;top:-2px; }
#pagetop a { display:block; }
#blurb { float:left;margin-left:20px;display:block;color:#666;width:540px; }
#copy { display:block;margin-left:20px;width:280px;float:left;text-align:left; }
#copy span { text-transform:normal; }


/* pivotx specific */

.scheduler-wrapper {
	display:none; 
	visibility:hidden;
}
.pivotx-image {
	margin-top:2px;
	margin-bottom:13px;
	padding:0 10px;
	}

.pivotx-search fieldset, .pivot-search-result fieldset,
.pivotx-search-result fieldset {
    border: 0;
    padding: 0;
    margin: 0;
}

.pivotx-search label, 
.pivotx-search legend, 
.pivotx-search-result label, .pivot-search-result label, 
.pivotx-search-result legend, .pivot-search-result legend {
    display: none;
    visibility: hidden;
}

.pivotx-search, .pivotx-search-result form, .pivot-search-result form {
	position:relative;
	height:36px;
	margin-bottom:13px;
	}

.searchbox, .result-searchbox {
	padding:8px 10px;
	border:1px #333 solid;
	background:url("trans_black.png") top left repeat;
	color:#666;
	width:220px;
	height:16px;
	position:absolute;
	top:0;
	left:0;
	}

.searchbutton, .result-searchbutton {
	color:#f6301c;
	border:1px #333 solid;
	border-left:none;
	background:url("trans_black.png") top left repeat;
	width:38px;
	height:34px;
	position:absolute;
	top:0;
	left:242px;
	cursor:pointer;
	}
	
.pivotx-search-result form, .pivot-search-result form { margin-top:13px; }
.result-searchbox { width:450px; }
.result-searchbutton { left:472px;width:68px; }

#search-results li { margin-bottom:13px; }

/* pivotx comments */

#commentform { margin:6px 0; }

.commentinput, #piv_comment {
	width: 498px;
	margin: 10px 0 16px 0;
	padding: 8px 10px;
	border:1px #333 solid;
	background:url("trans_black.png") top left repeat;
	color:#999;
	font-family:Arial, sans-serif;
	font-size: 13px;
	overflow: auto;
}
.commentinput:focus,#piv_comment:focus,.commentbutton:focus{border:1px #555 solid !important;}
#piv_comment { height:80px; }
.comment em { color:#666; }

.commentform_row label {
	display: block;
	margin: 0 10px;
	color:#666;
}

.commentform_row { clear: both; }

.commentbutton { margin:2px 0 8px 10px;padding:6px 8px;border:1px #333 solid;background:url("trans_black.png") top left repeat;color:#f6301c;cursor:pointer; }

#moderate_queue_waiting { margin-left:120px;padding:10px;/*border-top:1px #333 solid;*/ }

.pivotx-search-result h2 {margin-left:0;}