/*
	screen_all.css
	Core CSS for on-screen display
	
	see screen_ie6.css for MSIE 6 and earlier browsers.
	see screen_ie7.css for MSIE 7 and later browsers.
*/

body {
	margin:0;
	padding:0;
	font-size:12px;
	/*font-family:"Trebuchet MS",Helvetica,'sans serif';*/
	font-family:Verdana,Helvetica,'sans serif';
	background:#000;
	color:#000;
	}
div {
	position:relative;
	margin:0;
	padding:0;
	}
img { border:0; }
a,.pseudolink {
	color:#0076a3;
	text-decoration:none;
	}
a:visited {
	color:#6a0085;
	text-decoration:none;
	}
a:hover,.pseudolink:hover {
	text-decoration:underline;
	}
a:active,.pseudolink:active {
	color:#696;
	text-decoration:underline;
	}
.pseudolink { cursor:pointer; }
/* general page container */
#container {
	width:720px;
	margin:0 auto;
	padding:0 0 2em;
	}
/* page header */
#header {
	height:180px;
	width:720px;
	background:#388845 url('../images/kwo_header.jpg') no-repeat;
	padding:0;
	}
#header a {
	display:block;
	position:relative;
	width:720px;
	height:180px;
	margin:0;
	}
/* content area */
#content {
	background:#fff;
	width:720px;
	padding:14px 0 7px;
	margin:0;
	}
#sidebar {
	width:222px;
	margin:0 0 0 -15px;
	padding:0;
	/*font-family:"Trebuchet MS",Helvetica,'sans serif';*/
	float:left;
	}
#sidebar { /* With conditional sidebar.php, #sidebar is UL rather than a DIV. */
	display:block;
	position:relative;
	width:222px;
	font-family:"Trebuchet MS",Helvetica,'sans serif';
	list-style:none;
	}
#sidebar li {
	display:block;
	position:relative;
	width:222px;
	background:#fff url('../images/kwo_sidebar_bg.gif') repeat-y;
	}
#sidebar li h2 {/* width:222px; */
	display:block;
	width:178px;
	background:url('../images/kwo_sidebar_top.gif') no-repeat;
	padding:9px 10px 16px 34px;
	margin:0 0 0 0;
	color:#fff;
	font-size:12px;
	text-transform:uppercase;
	/*font-weight:light;*/
	}
#sidebar li ul {/* width:222px; */
	background:url('../images/kwo_sidebar_bottom.gif') 0 bottom no-repeat;
	width:178px;
	margin:0;
	padding:0 10px 21px 34px;
	list-style:none;
	}
#sidebar li ul li {
	width:170px;
	padding:0 0 0 0;
	background:none;
	}
#sidebar a {
	display:block;
	width:170px;
	}
#sidebar a,#sidebar a:visited {
	text-decoration:none;
	color:#000;
	}
#sidebar a:hover,#sidebar a:active {
	text-decoration:underline;
	}
#sidebar a:active {
	color:#00c;
	}
/* Sidebar text widget-specific settings */
#sidebar .textwidget {
	width:188px;
	padding:0 0 21px 32px;
	color:#666;
	background:url('../images/kwo_sidebar_bottom.gif') 0 bottom no-repeat;
	}
/* Sidebar calendar-specific settings */
#calendar_wrap {
	width:188px;
	padding:0 0 21px 32px;
	color:#666;
	background:url('../images/kwo_sidebar_bottom.gif') 0 bottom no-repeat;
	}
#calendar_wrap table,#calendar_wrap caption {
	width:140px;
	}
#calendar_wrap caption {
	color:#666;
	}
#calendar_wrap th {
	text-align:right;
	font-size:12px;
	}
#calendar_wrap td {
	color:#666;
	text-align:right;
	font-size:12px;
	}
#calendar_wrap #today {
	background:#60bdbf;
	/*color:#fff;*/
	}
#calendar_wrap #prev { /* #next is already defined "text-align:right" */
	text-align:left;
	}
#calendar_wrap tbody td,#calendar_wrap thead th {
	padding:2px 3px 0 0;
	}
#sidebar #calendar_wrap a {
	width:100%;
	}
#sidebar #today a {
	/*color:#fff;*/
	}
#sidebar li #searchform {/* width:222px; */
	width:222px;
	background:url('../images/kwo_sidebar_bottom.gif') 0 bottom no-repeat;
	padding:0 0 12px;
	margin:0;
	}
#sidebar li #searchform div {/* width:222px; */
	width:178px;
	background:url('../images/kwo_sidebar_top.gif') no-repeat;
	padding:40px 10px 16px 34px;
	}
#sidebar li #searchform br {
	display:none;
	}
#sidebar li #searchform input {
	font-size:0.9em;
	margin-bottom:0.3em;
	clear:left;
	}
#sidebar li #searchform #s {
	font-size:0.9em;
	margin:0 0.2em 0 0;
	float:left;
	}
/* Main content area */
#text {
	width:432px;
	margin:0 0 0 32px;
	float:left;
	padding: 1.2em 0 0;
	}
#text h2,#text h3,#text h4,#text h5,#text h6 {
	font-family:"Trebuchet MS",Helvetica,'sans serif';
	}
#text h2 {
	/*font-family:"Trebuchet MS",Helvetica,'sans serif';*/
	font-size:1.4em;
	margin:0 0 .2em;
	}
#text ol,#text ul {
	padding:0;
	margin:0 0 0 1.7em;
	}
#text p {
	margin:0 0 1em;
	}
/* styling for each individual post */
.post,.fail {
	line-height:1.3em;
	margin-bottom:2em;
	}
.navigation_top,.navigation_bottom {
	margin:-1em 0 3.5em;
	width:100%;
	font-family:"Trebuchet MS",Helvetica,'sans serif';
	}
.navigation_bottom {
	margin:2em 0 1em;
	}
.nav_prev {
	text-align:left;
	float:left;
	width:48%;
	}
.nav_next {
	text-align:right;
	float:right;
	width:48%;
	}
.post .post_timestamp {
	font-size:1.1em;
	font-weight:bold;
	margin:0 0 .4em;
	}
.post img {
	float:left;
	margin:.3em 5px 3px 0;
	}
.post img.floatright {
	float:right;
	margin:.3em 0 0 5px;
	}
.post .postmetadata {
	color:#555;
	font-size:0.9em;
	border-bottom:1px dotted;
	padding-bottom:0.5em;
	}
#comment { /* TEXTAREA for reader comments on posts -- see comments.php */
	width:100%;
	}
.commentlist cite {
	font-size:1.1em;
	font-style:normal;
	font-weight:bold;
	}
.commentlist li {
	margin-bottom:2.5em;
	}
.commentmetadata {
	font-size:0.9em;
	}

/* footer */
#footer {
	color:#707070;
	text-align:center;
	}
/*wordpress.com stats plugin, hide stats tracking gif from footer */
/*change control: gjs@10162008 */
	img#wpstats{display:none}
	
/* general exemptions */
.spoken { display:none; }
.masked { visibility:hidden; }
body .nofloat { float:none; }
body .clearall {
	clear:both;
	float:none;
	display:block;
	}
body .ca {
	clear:both;
	float:none;
	font-size:0.1px;
	line-height:0.1px;
	height:1px;
	width:1px;
	overflow:hidden;
	display:block;
	}

/* EOF */

