body{
	margin:0;
	padding:0;
	background:#ccc url(bodybg.png) repeat-y center center;
	font-family: sans-serif;
	font-size:15px;
}
.bodypart{
	width:932px;
	margin:0 auto;
}

#header{
	height:120px;
	background:#69e url(headerbg.png) no-repeat;
	position:relative;
}
	#headerad{
		background:#fff;
		width:468px;
		height:60px;
		position:absolute;
		top:30px;
		right:30px;
	}
	#logo{ margin:0 0 0 18px;padding-top:12px;font-family:serif; }
	#tagline{ margin:0 0 0 18px; padding-top:12px; }
#navbar{
	background:#fcfcfc url(navbarbg.png) repeat-x;
	height:26px;

	/*nullify the default indentation for lists*/
	padding:6px 0 0 0;
}
#subnav{
	background:#888;
	height:26px;
	padding:6px 0 0 0;
	/* z-index:5;*/
	position:relative;
}
#bottomnav{
	text-align:center;
	padding:5px 0 1px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	color:#999;
}
	#bottomnav a, #sectionnav a{ color:#0C6FCF;text-decoration:none;}
	#bottomnav a:hover, #sectionnav a:hover{color:#f6c;}
	#bottomnav strong{color:#666;}
#sectionnav{
	text-align:center;
	margin:9px 0 6px;
}
	#navbar li, #subnav li{
		list-style:none;
		display:inline;
	}
	#navbar li.supple{ float:right; }
	#navbar #home{
		background-image:url(home-icon.png);
		background-repeat:no-repeat;
		background-position:8px 8px;
		padding:6px 16px 9px;
	}
	#navbar #home:hover{
		background-position:8px -16px;
	}
	#navbar a, #subnav a{
		padding:6px 6px 9px;
		text-decoration:none;
		color:#0C6FCF;
	}
	#navbar a.active{
		background:#999;
		color:#fff;
		font-weight:bold;
	}
	#navbar a:hover{
		color:#fff;
		background:#0c6fcf;
	}
	#subnav a{ color:#fff; }
	#subnav a.active{
		background:#bbb;
		font-weight:bold;
	}
	#subnav a:hover{
		background:#aaa;
		color:#fff;
	}
	#cref, #cse-search-box{
		float:right;
		vertical-align:middle;
		margin-top:-1px;
		margin-right:3px;
		height:23px;
	}
	#cref #search, #cse-search-box #search{height:22px;}
#navcontentsep{
	position:relative;
	background:#fff;
	z-index:5;
	height:18px;
}
#content{ background:#fff; }
	#notice{
		padding:12px 0;
		margin:0 36px 18px;
		background:#ffd;
		text-align:center;
		border:1px solid #f00;
		-moz-border-radius:9px;
	}
	#noticeclose{
		padding:1px 4px;
		background:#ffc;
		border:1px outset #cc6;
		float:right;
		margin-right:2px;
		margin-top:-16px;
		cursor:pointer;
		-moz-border-radius-:5px;
		-moz-border-radius-topright:9px;
		font-size:10px;
	}
	.column{
		float:left;
		z-index:6;
	}
	.columnhead{
		font-size:1.4em;
		text-align:center;
		border-bottom:1px solid #999;
	}
	.more{
		text-align:right;
		font-style:italic;
		margin-bottom:16px;
		border-bottom:1px solid #eee;
	}
	.more a{display:block;}
	#maincolumn{
		/* 594 = content 561 + padding 32 + border 1 */
		width:561px;
		padding:0 16px;
		border-right:1px solid #ccc;
	}
		.item{margin-bottom:9px;}
			.itemtext{
				max-height:132px;
				overflow:hidden;
				margin-bottom:21px;
			}
		.date{
			text-align:center;
/*			border-bottom:1px solid #ccc;*/
			background:#ddd;
			font:bold 1.1em sans-serif;
			padding:2px 0;
			margin:0 0 6px;
		}
		h3{
			margin:0;
			font-weight:normal;
			font-size:1.3em;
		}
		.itemtitle a, .section .item a{
			background:url(smallbullet.png) no-repeat 0 6px;
			padding-left:14px;
			display:block;
		}
		#maincolumn h3 a{
			padding-left:18px;
			background-image:url(bullet.png);
			background-repeat:no-repeat;
			background-position:0 7px;
		}
		p{margin:0;}
		.column a{
			text-decoration:none;
			color:#0c6fcf;
		}
		.sectiontitle{
			background:#ddd;
			color:#000;
			line-height:20px;
			font-weight:bold;
			font-family:sans-serif;
			padding:2px 0;
			margin:0 0 5px;
			text-align:center;
		}
		#blogscount{
			font-style:italic;
			font-size:1.2em;
			text-align:center;
			background:#f0f0f0;
		}
	#subcolumn{
		/* 338 = content 306 + padding 32 */
		width:306px;
		padding:0 16px;
	}
		#subcolumn .posttext{ color:#999; }
	#subcolumn2{
		width:159px;
		background:#f0f0f0;
		-moz-border-radius-topleft:12px;
		-moz-border-radius-bottomleft:12px;
		border:1px solid #ccc;
		border-right:none;
	}
	.itemmeta{
		font-size:0.8em;
		color:#999;
		border-top:1px solid #cfcfcf;
	}
		.datetime{ float:right; }
		.blogname{
			color:#080;
		}
		.blogname{font-size:0.85em;}
		.column a:visited{ color:#aaa;}
		.column a:hover, a:hover span{ color:#ff66cc;background-color:#f4f4f4;}
	.more a:visited{color:#0C6FCF;}
	#column1-3, #column2-3{
		padding:0 16px;
		border-right:1px solid #ccc;
		width:278px;
	}
	#column3-3{
		padding:0 16px;
		width:278px;
	}
	#column1-2{
		padding:0 16px;
		border-right:1px solid #ccc;
		width:434px;
	}
	#column2-2{
		padding:0 16px;
		width:433px;
	}
.praiseitem{margin-bottom:16px;}
	.praiseitem .praisefrom{text-align:right;}
	.praiseitem blockquote{margin:0;font-style:italic;}
.channel-list span{color:#999;font-size:0.8em;}
.channel-list li{margin-bottom:6px;}
.buttons{text-align:center;}
.clearfloat{ clear:both; }
#footerad{
		padding:16px 0;
		text-align:center;
	}
#footer{
	text-align:center;
	font-size:0.8em;
	padding:12px 0;
	color:#ccc;
	background:#333;
}
#footer a{ color:#fff;}
#footer a:hover{color:#f66;}
a img{border:none;}
pre{
	background:#ffd;
	font-size:11px;
}

