/*
	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:10px;
	font-family:Verdana,Helvetica,Arial,'sans-serif';
	background:#fff;
	color:#3b3b3b;
	}
div {
	position:relative;
	margin:0;
	padding:0;
	}
img { border:0; }
a,.pseudolink {
	color:#399;
	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;
	}
.pseudolink { cursor:pointer; }
/* general page container */
#header,#nav,#content,#footer {
	width:100%;
	}
.container {
	width:750px;
	margin:0 auto;
	}
/* page header */
#header {
	background:#e3e0d4 url('../images/header_bg.gif') repeat-x;
	height:94px;
	}
#header .container {
	width:770px;
	}
#header_logo {
	display:block;
	padding:11px 0 0;
	}
#header_times {
	position:absolute;
	bottom:0;
	right:0;
	width:200px;
	color:#696969;
	}
#header_times th {
	text-align:left;
	}
#header_times td {
	text-align:right;
	}
#header_metanav {
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	top:15px;
	right:0;
	}
#header_metanav li {
	margin:0;
	float:left;
	}
#header_metanav a {
	padding:0 5px 0;
	}
#header_metanav a,#header_metanav a:visited {
	color:#545154;
	}
#nav {
	border-top:solid #cac7c7 2px;
	border-bottom:solid #cac7c7 2px;
	font-size:1.1em;
	line-height:1.2em;
	z-index:2;
	}
#nav .container {
	width:770px;
	padding:7px 0 0;
	}
#nav img {
	display:block;
	}
#nav ul {
	position:relative;
	list-style:none;
	margin:1px 0 0;
	padding:0;
	width:770px;
	height:36px;
	background:url('../images/nav_bg_2.gif') repeat-x;
	}
#nav li {
	position:relative;
	float:left;
	margin:0;
	width:110px;
	height:36px;
	}
#nav li a {
	display:block;
	width:110px;
	height:22px;
	padding:7px 0 7px;
	text-align:center;
	}
#nav li a,#nav li a:visited {
	color:#fff;
	}
#nav li:hover,#nav li.over {
	background:url('../images/nav_bg_over_2.gif') repeat-x;
	}
#nav li a:hover {
	background:url('../images/nav_bg_over_2.gif') repeat-x;
	text-decoration:none;
	}
#nav li ul {
	display:none;
	position:absolute;
	top:36px;
	left:0;
	width:210px;
	height:auto;
	margin:0;
	background:none;
	border-right:solid #cac7c7 2px;
	border-bottom:solid #cac7c7 2px;
	border-left:solid #cac7c7 2px;
	}
#nav li:hover ul,#nav li.over ul {
	display:block;
	}
#nav li li {
	float:none;
	width:210px;
	height:auto;
	background:#fff;
	}
#nav li li a {
	width:175px;
	padding:7px 10px 7px 25px;
	height:auto;
	background:#fff;
	text-align:left;
	}
#nav li li a,#nav li li a:visited {
	color:#3d3d3d;
	}
#nav li li a:hover {
	background:#502a4d;
	color:#fff;
	text-decoration:none;
	}
/* content area */
#content {
	background:#e2ded2 url('../images/content_bg.gif') 0 0 repeat-x;
	padding:26px 0 33px;
	z-index:1;
	}
#sub_nav {
	width:193px;
	float:left;
	font-size:1.1em;
	}
#sub_nav ul {
	list-style:none;
	margin:0;
	padding:0;
	width:193px;
	}
#sub_nav li {
	margin:0;
	padding:0;
	width:193px;
	border-bottom:solid #f8f7f3 1px;
	}
#sub_nav li a {
	display:block;
	width:163px;
	padding:6px 5px 5px 25px;
	border-bottom:solid #c3c1bb 1px;
	color:#3d3d3d;
	}
#sub_nav li li a {
	width:144px;
	padding:6px 5px 5px 44px;
	background:url('../images/sub_nav_li_a_bg.gif') 27px 12px no-repeat;
	}
#sub_nav li a,#sub_nav li a:visited {
	color:#3d3d3d;
	}
#sub_nav li a:hover,#sub_nav li li a:hover {
	background-color:#E1DED8;
	}
#sub_nav li a:hover {
	text-decoration:none;
	}
#sub_nav li li a:hover {
	background:#E1DED8 url('../images/sub_nav_li_a_bg.gif') 27px 12px no-repeat;
	}
#sub_nav li ul {
	margin-bottom:-1px;
	}
#text {
	line-height:1.6em;
	width:499px;
	margin:0 0 0 40px;
	float:left;
	}
#text.dynamic {
	width:352px;
	}
#text h2 {
	margin:0;
	font-size:1.4em;
	margin:0 0 0.5em;
	}
#text h3 {
	margin:0 0 0.5em 0;
	font-size:1.1em;
	}
#text h4 {
	margin:0 0 0.5em 0;
	font-size:1em;
	}
#text p {
	margin:0 0 1em;
	}
#text ul,#text ol {
	margin:0 0 1em 1.3em;
	padding:0;
	}
#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;
	}
/* gallery styling */
#text .entry .navigation a img {
	border-width:2px;
	border-style:solid;
	}
#text .entry .navigation a img {
	border-color:#399;
	}
#text .entry .navigation a:visited img {
	border-color:#6a0085;
	}
#text .entry .navigation a:hover img,#text .entry .navigation a.over img {
	border-color:#00f;
	}
#text .entry .navigation a:active img {
	border-color:#696;
	}
#text .navigation {
	width:499px;
	float:none;
	clear:both;
	}
#text .prevbox,#text .nextbox {
	width:245px;
	font-size:1.2em;
	font-weight:bold;
	}
#text .prevbox {
	float:left;
	text-align:left;
	}
#text .nextbox {
	float:right;
	text-align:right;
	}
.navigation_label {
	margin-bottom:5px;
	}
#text hr {
	background:#cac7c7;
	height:2px;
	border:none;
	clear:both;
	}
/* blog styling */
#text .post {
	margin-bottom:2em;
	}
#text .byline,#text .postmeta {
	margin:-0.5em 0 1em;
	font-style:italic;
	}
#text .commentlist {
	list-style:none;
	margin:0;
	padding:0;
	}
.commentlist li {
	margin:0;
	float:none;
	clear:left;
	}
.warning {
	color:#000;
	}
.comment_attr {
	display:block;
	width:110px;
	float:left;
	}
.comment_txt {
	display:block;
	float:left;
	width:229px;
	margin:0 0 0 12px;
	}
.commentlist cite { font-style:none; }
#commentarea p {
	width:230px;
	margin:0 0 1em 121px;
	}
#commentarea input,#commentarea textarea {
	width:230px;
	}
#commentarea #submit {
	width:auto;
	}
#sidebar {
	width:145px;
	margin:0 -15px 0 30px;
	float:left;
	}
#sidebar ul {
	width:145px;
	list-style:none;
	margin:0;
	padding:0;
	}
#sidebar .widget {
	margin:0 0 20px;
	}
#sidebar .widget li {
	line-height:1.3em;
	margin:0 0 0.3em;
	}
#sidebar .widget li ul {
	margin:0.3em 0 0 0.5em;
	}
#sidebar h2 {
	font-size:1em;
	text-transform:uppercase;
	margin:0 0 0.2em;
	}
#calendar .widgettitle { display:none; }
#calendar table { width:100%; }
#calendar caption { font-weight:bold; }
#calendar td,#calendar th {
	text-align:center;
	}
#calendar #prev {
	text-align:left;
	}
#calendar #next {
	text-align:right;
	}
/* Homepage restyling. Widths and everything... */
#home #content {
	padding:1px 0 33px;
	}
#home #content .container {
	width:770px;
	}
#home #sub_nav,#home #sub_nav ul,#home #sub_nav li,#home #sub_nav a {
	width:277px;
	background:none;
	padding:0;
	border:none;
	}
#home #sub_nav a:hover {
	background:none;
	}
#home #text {
	width:449px;
	margin:0 0 0 21px;
	padding:24px 0 0;
	}
/* footer */
#footer {
	border-top:solid #cac7c7 2px;
	background:#fff;
	text-align:center;
	z-index:1;
	}
#footer a,#footer a:visited {
	color:#3b3b3b;
	text-decoration:underline;
	}
#footer a:hover {
	text-decoration:none;
	}
/* 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 */
