/**
 * I'll Send You Cookies design
 * by Ian Li <http://ianli.com>
 */
body {
	background-color:#E9F4FF;
}
strong {
	font-weight:bold;
}
.container {
	background-color:#E9F4FF;
}
#hd {
	position:relative;
	height:65px;
	margin-bottom:30px;
}
#hd #hd_nav {
	border-top:1px solid #A3D2FF;
}
#hd #hd_nav a {
	float:left;
	display:block;
}
/* Content */
#bd {
	color:#370E00;
}
#bd a {
	color:#8F2C01;
}
#bd h1,
#bd h2,
#bd h3,
#bd h4,
#bd h5,
#bd h6 {
	color:#370E00;
	font-weight:bold;
}
#bd h1 { font-size:24px; }
#bd h2 { font-size:18px; }
#bd h3 { font-size:16px; }
#bd h4 { font-size:14px; }
#bd h5 { font-size:12px; }
#bd h6 { font-size:12px; }
#bd .dropcap {
	float:left;
	margin-top:0;
	padding:0 5px 0 0;
	height:1em;
	line-height:1.1em;
	color:black;
	font-size:16pt;
	font-weight:bold;
}
#bd .caption {
	font-size:11px;
}
#bd .section h2 {
	color:#333;
	font-size:12px;
	font-weight:bold;
	text-transform: uppercase;
}
#bd .bulletless ul {
	list-style:none;
	margin-left:0;
}
#bd .hrspace {
	background:#fff;
	color:#fff;
	clear:both;
	float:none;
	width:100%;
	height:.1em;
	margin:0 0 1.45em;
	border:none;
}
#bd table th {
	background-color:#A3D2FF;
}
/* Sidebars */
.sb {
	border-top:1px solid #A3D2FF;
	color:#fff !important;
}
.sb h1,
.sb h2,
.sb h3,
.sb h4,
.sb h5,
.sb h6 {
	color:#fff !important;
	font-weight:bold;
}
.sb h1 { font-size:24px; }
.sb h2 { font-size:18px; }
.sb h3 { font-size:16px; }
.sb h4 { font-size:14px; }
.sb h5 { font-size:12px; }
.sb h6 { font-size:12px; }
.sb .box {
	position:relative;
	margin:0 5px 0 5px;
	padding:10px 10px 0;
	background-color:#A3D2FF;
}
.sb table,
.sb td {
	margin:0;
	padding:0;
}
.sb .sb_box_bottom {
	display:block;
	margin-left:-10px;
	padding:0;
}
.sb .count {
	display:block;
	margin:0 5px;
	font-size:18px;
	line-height:10%;
	font-weight:bold;
}
/* Footer */
#ft {
	margin-top:20px;
	border-top:1px solid #A3D2FF;
	font-size:11px;
}
#ft a {
	color:#8F2C01;
}
/* Page Actions */
#page_actions {
	position:absolute;
	right:0;
	bottom:0;
	text-align:right;
	font-size:10px;
	line-height:0.9em;
}	
#page_actions ul {
	margin:10px;	
}
#page_actions li {
	list-style:none;	
	line-height:1.3em;
}
#page_actions a, #page_actions a:visited, #page_actions a:hover {
	color:#666;
}

/* Form */
textarea#text {
	width:100%;
	height:400px;
	padding:0;
}

/* PmWiki */
.wikiaction {
	margin:0;
	padding:0;
}