/*
	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:Verdana,Helvetica,'sans-serif';
	background:#336;
	color:#000;
	}
div {
	position:relative;
	margin:0;
	padding:0;
	}
img { border:0; }
a,.pseudolink {
	color:#339;
	text-decoration:none;
	}
a:visited {
	color:#6a0085;
	}
a:hover,.pseudolink:hover {
	text-decoration:underline;
	}
a:active,.pseudolink:active {
	color:#696;
	}
.pseudolink { cursor:pointer; }
/* general page container */
#container { /* 189 pixels diff between max->min */
	width:902px;
/*
	max-width:902px;
	min-width:713px;
*/
	padding:0 18px 0 19px;
	margin:0 auto;
	background:#fff url('../images/bg_container.gif') top right repeat-y;
	z-index:2;
	}
/* page header */
#top {
	display:block;
	position:relative;
	width:939px;
/*
	max-width:939px;
	min-width:713px;
*/
	height:10px;
	margin:0 -18px 0 -19px;
	background:#336;
	z-index:1;
	}
#top_left,#top_right {
	display:block;
	position:absolute;
	top:0;
	height:10px;
	}
#top_left {
	width:695px;
	left:0;
	background:url('../images/bg_top_left.jpg') no-repeat;
	z-index:1;
	}
#top_right {
	width:244px;
	right:0;
	background:url('../images/bg_top_right.gif') no-repeat;
	z-index:0;
	}
#header {
	width:939px;
/*
	max-width:939px;
	min-width:713px;
*/
	height:151px;
	/*padding-left:10px;*/
	margin:0 -18px 0 -19px;
	background:#8d0014 url('../images/bg_header.jpg') no-repeat;
	}
#header_click {
	position:absolute;
	top:0;
	left:19px;
	width:437px;
	height:151px;
	}
#header_right {
	width:172px;
	position:absolute;
	top:0;
	right:0;
	padding:20px 42px 0 0;
	margin-right:0;
	color:#fff;
	background:url('../images/bg_header_right.jpg') top right no-repeat;
	}
/* content area */
#content {
	width:902px;
/*
	max-width:902px;
	min-width:676px;
*/
	margin:0 -19px;
	padding:0 0 0 19px;
	background:url('../images/bg_content.jpg') repeat-y;
	}
#left {
	width:180px;
	padding:106px 9px 25px 12px;
	float:left;
	/*margin-right:-201px;*/
	background:url('../images/left_oxen.jpg') top center no-repeat;
	color:#333;
	}
#left ul {
	margin:0;
	padding:0;
	list-style:none;
	}
#left li {
	margin:0;
	float:none;
	clear:left;
	}
#wp-calendar {
	width:176px;
	font-weight:bold;
	font-size:0.9em;
	}
.widget_calendar h2.widgettitle {
	display:none;
	}
#wp-calendar a {
	display:block;
	}
#wp-calendar td {
	text-align:center;
	color:#666;
	}
#wp-calendar th {
	color:#9e9eac
	}
#wp-calendar #next {
	text-align:right;
	}
#wp-calendar #prev {
	text-align:left;
	}
#wp-calendar caption {
	color:#c00;
	}
#left .widget_categories h2,#left ul .widgettitle {
	font-size:1em;
	color:#c00;
	margin:1.5em 0 .5em;
	}
#left ul .widgettitle {
	margin:1.5em 0 0;
	}
#left ul .quickshopcart table tbody tr th:first-child { text-align:left; }
#left .widget_categories li,#left #mod_pagemenu li {
	list-style:url('../images/left_list_bullet.gif');
	margin-left:1.3em;
	font-weight:bold;
	float:none;
	clear:left;
	}
#left #mod_pagemenu li ul {
	margin:0.5em 0 0 -1em;
	font-size:0.9em;
	line-height:1.1em;
	}
#left #mod_pagemenu li ul li {
	list-style:none;
	margin:0 0 0.5em 0;
	font-weight:normal;
	}
#left #mod_pagemenu li ul li img {
	border:solid #339 1px;
	margin:0 5px 7px 0;
	float:left;
	}
#left #mod_pagemenu li ul li .pagename {
	font-weight:bold;
	}
#left #mod_pagemenu li ul li .pagetag {
	color:#000;
	font-size:0.9em;
	}
#left .textwidget {
	margin-top:2em;
	font-size:0.9em;
	}
#text {
	width:655px;
/*
	max-width:655px;
	min-width:466px;
*/
	padding:0 23px 5em;
	float:left;
	/*margin-left:201px;*/
	}
#text h2 {
	display:block;
	margin:0 -23px;
	padding:22px 23px 0;
	font-family:Georgia,Times,serif;
	font-size:2.1em;
	font-weight:normal;
	background:url('../images/bg_text_h2.jpg') repeat-x;
	}
#text h2,#text h2 a {
	color:#c00;
	}
#text hr {
	border:solid 1px #fff;
	border-top:solid #c3c3d2 1px;
	color:#fff;
	}
#text p,#text ul,#text ol {
	margin-top:0;
	margin-bottom:1em;
	}
.post {
	margin:0 0 2em;
	line-height:1.5em;
	}
.byline {
	margin:0.7em 0 1.3em;
	}
.post_timestamp,.postmetadata {
	font-size:0.9em;
	}
.entry {
	margin-top:1em;
	}
.commentlist {
	list-style:none;
	margin:0;
	padding:0;
	}
.commentlist li {
	margin:0;
	float:none;
	clear:both;
	}
.commentlist hr {
	float:none;
	clear:both;
	}
.commentmeta {
	width:129px;
	margin-right:-129px;
	float:left;
	font-size:0.9em;
	}
.commentmetadata {
	font-size:0.9em;
	}
.commentmeta cite {
	font-style:normal;
	}
.commentcontent {
	margin-left:148px;
	width:509px;
/*
	max-width:509px;
	min-width:320px;
*/
	float:left;
	}
#respond {
	display:block;
	width:140px;
	margin-right:-140px;
	float:left;
	}
#respond,#comments {
	font-weight:normal;
	color:#c00;
	font-size:1em;
	}
#respondform {
	margin-left:148px;
	width:509px;
/*
	max-width:509px;
	min-width:320px;
*/
	float:left;
	}
#respondform input,#respondform textarea {
	width:400px;
	}
#respondform #submit {
	width:auto;
	}
#respondform label {
	font-size:0.9em;
	}
.navigation .alignleft {
	float:left;
	width:49%;
	}
.navigation .alignright {
	float:right;
	width:49%;
	text-align:right;
	}
#text h4,#text .red,#text .redbold {
	color:#c00;
	}
#text .producttable,#text .categorytable {
	width:100%;
	text-align:right;
	margin:-1em 0 1em;
	}
#text .categorytable {
	margin-top:0;
	}
#text .producttable tr td,#text .categorytable tr td {
	border-bottom: solid #c1c1d1 1px;
	padding:0.3em;
	width:20%;
	vertical-align:bottom;
	}
#text .producttable tr>td:first-child {
	padding-left:1em;
	text-align:left;
	width:55%;
	}
#text .categorytable tr>td:first-child {
	text-align:left;
	padding-left:0;
	width:60%;
	}
#text .categorytable tr td {
	padding-top:1em;
	}
#text table h4,#text table p {
	margin:0;
	}
#text .producttable h4 {
	margin-left:-1em;
	}
#text .left, #text .alignleft {
	float:left;
	margin:0 5px 3px 0;
	}
#text .right, #text .alignright {
	float:right;
	margin:0 0 3px 5px;
	}
/* footer */
#footer {
	position:absolute;
	bottom:0;
	right:0;
	width:100%;
	background:url('../images/bg_footer.gif') repeat-x;
	}
#footer p {
	padding:17px 23px;
	color:#7d7d8c;
	font-size:0.9em;
	margin:0;
	}
#bottom {
	display:block;
	position:relative;
	width:939px;
/*
	max-width:939px;
	min-width:713px;
*/
	height:34px;
	margin:-10px -18px 0 -19px;
	background:#336;
	z-index:1;
	}
#bottom_left,#bottom_right {
	display:block;
	position:absolute;
	top:0;
	height:34px;
	}
#bottom_left {
	width:695px;
	left:0;
	background:url('../images/bg_bottom_left.jpg') no-repeat;
	}
#bottom_right {
	width:244px;
	right:0;
	background:url('../images/bg_bottom_right.jpg') no-repeat;
	}
/* 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;
	height:1px;
	margin-bottom:-1px;
	overflow:hidden;
	}

/* EOF */
