body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: black url(images/background.jpg) no-repeat top center;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #2c0800;
	min-width:770px;
}


h1 {font: 26px "Times New Roman", Times, serif;color:#2c0800;}
h2 {font:24px "Times New Roman", Times, serif}
h3 {font:14px "Times New Roman", Times, serif}
span, table, tr, td, fieldset, legend, p, a {font-size:11px;line-height:14px}

a {color:#993300}
#container { 
	width: 790px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 125px auto 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-left:40px;
} 
#header { 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0 0 100px 0;
} 
#header h1 {
	margin: 0;
	color:white;0;font:normal 24px Arial, Helvetica, sans-serif;
}

#header h2 {margin:0;color:#fbcd80;font:normal 18px Arial, Helvetica, sans-serif;}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 252px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background:url(images/sidebar.png) no-repeat; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 30px;
	height:548px;
	
}
div#imgcorner {z-index:1}
div#imgcorner div {background:url(images/redcorner.png) top right no-repeat;}
div#mainContent{margin: 0 0 0 255px;padding:0;}
div#mainContent div#mainContent2{background:transparent url(images/content_tile_top.png) top left no-repeat;padding:78px 0 0 0}
div#mainContent div#mainContent2 div#mainContent3{/*background:transparent url(images/content_tile_bot2.png) bottom left no-repeat;padding:0 0 84px 0;*/}
div#mainContent div#mainContent2 div#mainContent3 div#mainContent4{padding:20px 80px 20px 40px; margin:0;background:url(images/content_tile.png) repeat-y;}
div#mainContent-bottom { position: relative; top: -25px;left:-29px}
div#mainContent table.titletable{margin:0px; padding:0px; margin-top:-45px; }
.title_horzline {background:url(images/horzline.png) right center no-repeat;}
.entry-title, .entry-title a{font-size:16px; font-weight:normal;text-decoration:none;color:#2c0800;padding:0;margin:0}
#footer { 
	margin-top:-40px;
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	height:36px;z-index:-100;position:relative;
	background: url(images/footerbg.png) top center no-repeat; 
} 
#footer p {
	text-align:center;font-size:10px;line-height:4em;vertical-align:middle;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#shoponlinetxt {color:white;float:right;margin:8px 150px 0 0/*position:absolute;top:270px;left:700px*/}
#shoponlinetxt a {color:white;text-decoration:none}
#header #text1 {margin-left:170px;font-weight:bold}
#header #text2{margin-left:185px}
#header #text3{margin-left:235px}
#topmenu{font:12px "Times New Roman", Times, serif;color:#d9c586;margin-top:45px;margin-left:300px;font-weight:bold}
#topmenu a{color:#d9c586;text-decoration:none;font:12px "Times New Roman", Times, serif}
#topmenu a:hover{text-decoration:underline;color:#ead49a;filter:progid:DXImageTransform.Microsoft.Glow(Color=#FF0000, Strength=5);}

#topmenu_wrapper{position:relative; width:790px; margin:0 auto; height:0;}
#runic_logo{z-index:1;position:absolute; top:0px; left:745px;}

#img_shirt {z-index:25;position:absolute;right:0px;top:-20px}
#img_shopbutton {z-index:20;position:absolute;right:80px;top:100px}
#info {z-index:15;position:relative;top:0}
#button {position:relative;top:0}
 h3.c2 {margin:0;padding:0}
 h2.c1 {margin:5px 0 0 0;padding:0}
 div.entry-content{}
div.entry-meta {font-size:10px;padding-bottom:6em}
div.entry-date {font-size:10px;text-align:right}

h3.category_title, h3.category_title a {font-size:16px;margin:0;padding:0;text-decoration:none}