/*
	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:12px;
	font-family:"Helvetica Neue",Helvetica,Arial,'sans-serif';
	background:#444531 url('../images/body_bg.jpg') repeat-x;
	color:#666;
	}
div {
	position:relative;
	margin:0;
	padding:0;
	}
img { border:0; }
a,.pseudolink {
	/* a little treat for Safari/webkit users and Firefox users of the future */
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	color:#099;
	text-decoration:none;
	}
a:visited {
	color:#6a0085;
	text-decoration:none;
	}
a:hover,.pseudolink:hover {
	/*color:#00f;*/
	text-decoration:underline;
	}
a:active,.pseudolink:active {
	color:#696;
	text-decoration:underline;
	}
.pseudolink { cursor:pointer; }
/* general page container */
#container {
	width:788px;
	margin:0 auto;
	}
/* page header */
#header {
	width:812px;
	height:154px;
	margin:0 -12px;
	border-bottom:solid #444531 6px;
	background:url('../images/header_bg.jpg') no-repeat;
	}
#header #hedhomelink {
	display:block;
	width:788px;
	height:154px;
	margin:0 0 0 12px;
	}
#menu {
	width:788px;
	height:36px;
	border-bottom:solid #444531 6px;
	background:url('../images/menu_bg.gif') repeat-x;
	}
#menu ul {
	list-style:none;
	display:block;
	margin:0;
	padding:7px 0 0 5px;
	text-transform:uppercase;
	}
#menu li {
	float:left;
	color:#b2cccc;
	}
#menu li.pipe {
	padding-top:2px;
	}
#menu li a{
	display:block;
	padding:3px 9px;
	}
#menu li a,#menu li a:visited {
	color:#b2cccc;
	}
#menu li a:hover {
	text-decoration:none;
	color:#fff;
	}
#searchbox {
	position:absolute;
	right:0;
	top:8px;
	line-height:1em;
	}
#searchbox input {
	background:none;
	color:#b2cccc;
	font-size:1em;
	text-transform:uppercase;
	font-family:inherit;
	}
#searchbox #search_submit {
	cursor:pointer;
	border:1px;
	}
#searchbox input#s {
	background:#748d8d;
	border-top:none;
	border-right:solid #99b2b2 1px;
	border-bottom:solid #99b2b2 1px;
	border-left:none;
	padding:1px;
	text-transform:inherit;
	}
/* content area */
#content {
	width:788px;
	border-bottom:solid #444531 6px;
	background:url('../images/content_bg.gif') repeat-y;
	}
#text {
	width:477px;
	padding:0 0 0 89px;
	float:left;
	line-height:1.6em;
	}
#text ul,#text ol,#text h2,#text h3,#text h4 {
	clear:left;
	float:none;
	}
#text .left,#text .alignleft {
	float:left;
	margin:0 10px 3px 0;
	}
#text .right,#text .alignright {
	float:right;
	margin:0 0 3px 10px;
	}
#text .post {
	margin:0;
	padding:2.5em 0 0;
	z-index:1;
	}
#text h2 {
	font-size:1.2em;
	margin:0 0 0.1em;
	color:#e48901;
	}
#text h2.archive_title {
	padding-top:2.5em;
	}
#text .byline {
	font-size:0.9em;
	margin:0 0 1em;
	}
#text .post .timestamp {
	position:absolute;
	top:10px;
	left:0;
	width:35px;
	height:37px;
	padding:50px 26px 24px 28px;
	margin:0 0 0 -89px;
	overflow:hidden;
	text-align:center;
	font-family:Arial,sans-serif;
	font-size:1.5em;
	line-height:1em;
	color:#9a9d6f;
	background:url('../images/timestamp_bg.gif') no-repeat;
	}
#text .pr_timestamp {
	font-weight:bold;
	}
#text hr {
	color:#D78C48;
	height:1px;
	background:#D78C48;
	border:0;
	}
#text .postmetadata {
	font-size:0.9em;
	}
#text .mod_alert {
	color:#600;
	}
#text .postmetadata {
	border-top:solid #D78C48 1px;
	padding:0.5em 0 0;
	font-size:0.9em;
	line-height:1.2em;
	color:#777;
	}
.commentlist {
	list-style:none;
	margin:0;
	padding:0;
	}
.commentlist li {
	/*border-top:solid #D78C48 1px;*/
	border-bottom:solid #D78C48 1px;
	}
.commentlist li.alt {
	}
.comment_mast {
	font-size:0.9em;
	}
#text #comment {
	width:100%;
	}
#text #commentform .mandatory label {
	font-weight:bold;
	color:
	}
#text #commentform .mandatory label.done {
	font-weight:normal;
	}
#text input,#text textarea {
	font-family:Arial,'sans-serif';
	font-size:1.1em;
	color:#333;
	padding:2px;
	border:solid #D78C48 1px;
	}
#text #submit {
	color:#333;
	background:#EAEBD3;
	padding:4px;
	}
#text #submit.disabled {
	color:#aaa;
	background:#fff;
	border:solid #aaa 1px;
	}
#text .navigation {
	z-index:2;
	}
#sidebar {
	width:185px;
	margin:0 0 30px 28px;
	float:left;
	}
#sidebar ul {
	width:185px;
	list-style:none;
	margin:0;
	padding:0;
	}
#sidebar li {
	width:185px;
	margin:1em 0 0;
	font-size:0.9em;
	float:none;
	clear:both;
	}
#sidebar li li {
	font-size:1em;
	margin:0;
	}
#sidebar .widget_text {
	margin:20px 0 2em;
	}
#sidebar .widgettitle {
	margin:1.5em 0 .5em;
	text-transform:uppercase;
	font-size:1em;
	}
#calendar .widgettitle {
	display:none;
	}
#calendar table {
	width:100%;
	}
#calendar table a {
	display:block;
	}
#calendar td,#calendar th {
	text-align:center;
	}
#calendar table caption,#calendar table th {
	text-transform:uppercase;
	font-weight:bold;
	color:#887c40
	}
#calendar table td {
	color:#a09353;
	font-weight:bold;
	}
/* footer */
#footer {
	width:788px;
	border-bottom:solid #444531 6px;
	background:url('../images/footer_bg.gif') repeat-x;
	color:#b7b98d;
	text-transform:uppercase;
	font-size:0.8em;
	}
#footer p {
	margin:0;
	padding:7px 11px;
	line-height:1.2em;
	}
#footer a {
	color:#b0c0d4;
	}
#footer a.slkghu {
	color:#b7b98d;
	font-size:0.9em;
	margin:0 0 0 180px;
	}
#footer a:hover {
	text-decoration:underline;
	}
/* general exemptions */
.small { font-size:0.8em; }
.spoken { display:none; }
* .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 */
