/*
	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.
*/

body {
	margin:0;
	padding:0;
	font-size:11px;
	font-family:Verdana,Helvetica,Arial,sans-serif;
	background:#ccc url('../images/body_bg.png') center 0 repeat-y;
	color:#333;
	}
div {
	position:relative;
	margin:0;
	padding:0;
	}
img { border:0; }
a,.pseudolink {
	color:#09c;
	text-decoration:none;
	}
a:visited {
	color:#733cbd;
	text-decoration:none;
	}
a:hover,.pseudolink:hover {
	text-decoration:underline;
	}
a:active,.pseudolink:active {
	color:#086584;
	}
.pseudolink { cursor:pointer; }
/* general page container */
#container,#header_cont {
	width:971px;
	margin:0 auto;
	}
/* page header */
#header {
	position:relative;
	left:0;
	width:100%;
	height:223px;
	background:url('../images/header_bg.png') 0 0 repeat-x;
	}
#header_img,#header_kbase_top,#header_balloon {
	position:absolute;
	display:block;
	}
#header_img {
	left:0;
	top:88px;
	width:678px;
	height:132px;
	margin:0;
	background:url('../images/header_img.jpg') 0 0 no-repeat;
	}
#header_img span { display:none; }
#header_kbase_top {
	right:0;
	top:4px;
	}
#header_balloon {
	left:0;
	top:4px;
	}
#header_page_list {
	position:absolute;
	left:19px;
	top:72px;
	display:block;
	list-style:none;
	margin:0;
	padding:0;
	}
#header_page_list li {
	float:left;
	position:relative;
	margin:0;
	}
#header_page_list li a {
	display:block;
	padding:2px 9px 4px;
	font-weight:bold;
	background:url('../images/header_page_list_divider.gif') 0 3px no-repeat;
	font-size:0.9em;
	line-height:1.2em;
	text-transform:uppercase;
	}
#header_page_list li:first-child a {
	background:none;
	}
#header_page_list a,#header_page_list a:visited {
	color:#fff;
	}
#header_page_list a:hover {
	text-decoration:underline;
	}
/* content area */
#text {
	/*margin:196px 0 15px;*/
	margin:-27px 0 15px;
	line-height:1.6em;
	width:674px;
	float:left;
	}
#text .post,#text .navigation {
	width:628px;
	padding:18px 27px 7px 19px;
	margin:48px 0 0;
	background:url('../images/post_bg.png') 0 0 repeat-y;
	}
.post_border_top {
	position:absolute;
	left:0;
	top:-36px;
	display:block;
	width:674px;
	height:36px;
	background:url('../images/post_border_top.png') 0 0 no-repeat;
	z-index:1;
	}
.post_border_bottom {
	position:absolute;
	left:0;
	bottom:-12px;
	display:block;
	width:674px;
	height:12px;
	background:url('../images/post_border_bottom.png') 0 0 no-repeat;
	}
.post h2,.post .byline,.post .entry {
	position:relative;
	z-index:2;
	}
#text h2 {
	margin:-36px 0 0.5em;
	}
#text h3 {
	margin:0 0 0.5em;
	}
#text h4 {
	margin:0 0 0.5em;
	}
#text h5 {
	margin:0 0 0.5em;
	}
#text h6 {
	margin:0 0 0.5em;
	}
#text p {
	margin:0 0 1em;
	clear:left;
	}
#text .alignleft,#text .left {
	display:block;
	float:left;
	margin:0 5px 3px 0;
	}
#text .alignright,#text .right {
	display:block;
	float:right;
	margin:0 0 3px 5px;
	}
/* comments */
.divider_comment {
	display:block;
	width:666px;
	height:36px;
	margin:0 -30px -10px -19px;
	background:url('../images/text_divider_comment.gif') 0 0 no-repeat;
	}
.commentlist {
	list-style:none;
	margin:0;
	padding:0;
	}
.commentlist li {
	float:none;
	clear:both;
	margin:0 0 1.5em;
	}
.commentmeta {
	width:104px;
	float:left;
	line-height:1.2em;
	}
.commentmetadata {
	font-size:0.9em;
	line-height:1.2em;
	}
.commentcontent {
	width:500px;
	margin:0 0 0 12px;
	float:left;
	}
#respondform {
	width:500px;
	margin:0 0 0 116px;
	}
#respondform input,#respondform textarea {
	width:500px;
	display:block;
	border:solid #ff9000 1px;
	padding:2px;
	font-family:Verdana,Helvetica,Arial,sans-serif;
	font-size:1.1em;
	}
#respondform textarea {
	/*width:480px;*/
	}
#respondform label {
	font-weight:bold;
	}
#respondform #submit {
	width:auto;
	padding:2px 4px;
	background:#fff;
	font-weight:bold;
	cursor:pointer;
	}
#respondform #submit:hover {
	background:#ff9000;
	}
/* previous/next link action */
#text .navigation {
	padding:8px 27px 20px 19px;
	margin:48px 0 0;
	background:url('../images/post_bg.png') 0 0 repeat-y;
	}
.navigation .post_border_bottom {
	bottom:0;
	background:url('../images/post_border_bottom.png') 0 0 no-repeat;
	}
#text .navigation .alignleft,#text .navigation .alignright {
	width:300px;
	margin:0;
	padding:0;
	font-size:1.2em;
	font-weight:bold;
	}
#text .navigation .alignleft { float:left; }
#text .navigation .alignright { float:right; text-align:right; }
.navi_border_top {
	position:absolute;
	left:0;
	top:-2px;
	display:block;
	width:674px;
	height:2px;
	background:url('../images/navi_border_top.png') 0 0 no-repeat;
	}
/* sidebar */
#sidebar {
	width:252px;
	margin:-120px 0 0 45px;
	float:left;
	}
#header_geek {
	position:absolute;
	display:block;
	left:-84px;
	top:-103px;
	}
#kbase_box {
	margin:0 0 0 66px;
	width:186px;
	background:url('../images/header_knowledgebase_picker_bg.png') 0 0 repeat-y;
	}
#kbase_list {
	width:180px;
	margin:0;
	padding:0 3px 10px 3px;
	list-style:none;
	background:url('../images/header_knowledgebase_picker_footer.png') 0 bottom no-repeat;
	}
#kbase_list li {
	display:block;
	margin:0;
	}
#kbase_list a {
	display:block;
	width:114px;
	padding:3px 12px 3px 54px;
	font-weight:bold;
	font-size:0.9em;
	line-height:1.2em;
	background:url('../images/header_knowledgebase_picker_bullet.gif') 45px 6px no-repeat;
	}
#kbase_list a,#kbase_list a:visited {
	color:#fff;
	}
#kbase_list a:hover {
	text-decoration:underline;
	}
#main_sidebar {
	list-style:none;
	width:252px;
	padding:25px 0 0 0;
	margin:0;
	}
#main_sidebar li {
	display:block;
	width:252px;
	margin:0 0 1em 17px;
	float:none;
	clear:both;
	}
#searchform #s,#feedburner_email {
	display:block;
	border:none;
	width:202px;
	margin:0 0 0 -17px;
	float:left;
	font-size:12px;
	line-height:1em;
	padding:9px 5px 7px 15px;
	font-weight:bold;
	}
#searchform #s {
	background:url('../images/widget_search_bg.png') 0 0 no-repeat;
	color:#49525e;
	}
#feedburner_email {
	background:url('../images/widget_email_bg.png') 0 0 no-repeat;
	font-weight:bold;
	color:#ccc;
	}
.widget_form_button {
	display:block;
	float:left;
	width:30px;
	height:30px;
	margin:0;
	}
#sidebar h2 {
	font-family:"Arial Black",Helvetica,Arial;
	font-size:1.3em;
	margin:0 0 0 -17px;
	float:none;
	clear:both;
	color:#49525e;
	}
#sidebar h2.subscribe {
	margin:1em 0 0 -17px;
	}
.icon_baseline {
	margin:0 0 -5px 0;
	}
.social_icon {
	float:left;
	margin:0 5px 0 0;
	}
.widget_half {
	width:115px;
	margin:0 10px 0 0;
	float:left;
	}
.widget_categories ul,.widget_archive ul,.widget_links ul {
	margin:0;
	padding:0;
	height:250px;
	width:217px;
	border:solid #808080 1px;
	overflow:scroll;
	background:#fff;
	list-style:none;
	font-size:1.1em;
	}
#main_sidebar .widget_categories li,#main_sidebar .widget_archive li,#main_sidebar .widget_links li {
	width:170px;
	line-height:1.2em;
	margin:3px 5px 3px 10px;
	}
.widget_links ul {
	height:200px;
	}
#main_sidebar .widget_links li {
	margin:0;
	}
.widget_links a {
	display:block;
	padding:3px 5px 3px 15px;
	background:url('../images/bullet_cadgeeklinks.gif') 6px 6px no-repeat;
	}
/* footer */
#footer {
	width:971px;
	color:#666;
	font-size:0.9em;
	}
#footer p {
	margin:0;
	}
#footer .copyright {
	margin:5px 0 0 21px;
	}
/* general exemptions */
.small { font-size:0.8em; }
.spoken { display:none; }
.warning { color:#900; }
* .nofloat { float:none; }
* .clearall {
	clear:both;
	float:none;
	display:block;
	}
* .ca {
	clear:both;
	float:none;
	font-size:0.1px;
	line-height:0.1px;
	display:block;
	width:1px;
	margin-left:-1px;
	overflow:hidden;
	}

/* EOF */

