/*  
Theme Name: Drunk Loser
Theme URI: http://www.jonwaraas.com
Description: Drunk Loser

/* Generic Styles */
body { background: #323232; text-align: center; margin: 0px; padding: 0px; color: #FFFFFF; font-family: arial, tahoma, verdana, helvetica, sans-serif, sans; }
a { color: #A4CB39; text-decoration: none; }

/* Wraps and Grunge, the sitewrap width to move left or right, content wrap moves post area thing, WRAP moves the sidebar edges out */
#site_wrap { width: 1097px; margin: 0px auto; background: url(images/grunge_bottom_left.gif); background-position: bottom left; background-repeat: no-repeat; }
#grunge_left { width: 98px; float: left; clear: both; }
#grunge_right { width: 98px; height: 650px; background: url(images/grunge_right.gif); background-position: top left; background-repeat: no-repeat; float: left; }
#grunge_bottom { clear: both; }
#wrap { width: 805px; background: #000; text-align: left; float: left; border-left: 2px solid #000; }
#content_wrap { float: left; width: 510px; margin-left: 2px; margin-bottom: 10px; border-right: 1px solid #323232; }

/* Banner and Menu */
#banner { position: relative; z-index: 100; height: 155px; width: 900px; background: url(images/banner.); }
#banner h1 { display: none; }
#banner img { border: 0; margin-left: 5px; }
#banner ul {list-style: none; padding: 0; margin: 0; max-height: 13px; padding-top: 28px; padding-left: 2px; }
#banner ul li { position: relative; z-index: 200;   float: left; }
.menu_divider { display: block; width: 1px; height: 79px; background: #323232; }
.menu_item { display: block; width: 140px; height: 13px; margin-top: 30px; }
.menu_item a:link, .menu_item a:visited { font-size: 13px; font-weight: bold; color: #fff; letter-spacing: -1px; }
.menu_item a:hover { color: #A4CB39; }
.menu_item a img { margin-right: 5px; }


/* --- logo image styles ---*/
.logo {
	width:800px;
	height: 155px;  
	position: absolute; 
	left: 0; 
	top: 0; 
	font-size: .1em
	z-index: -200;
}
.logo span {
	background: #fff url(images/banner.jpg) top left no-repeat; 
	position: absolute; 
	left: 0; 
	top: 0; 
	display: block; 
	width: 800px;
	height: 155px;
	cursor: pointer;
}
.logo a:link, .logo a:visited, .logo a:hover  {
	color: #F4F3DB; 
	text-decoration: none;
}

/* Rotating Image */
#image { float: left; }
#image .imgspacer { margin-top: 15px; margin-bottom: 2px; }

/* Content and News Title */
#content { width: 510px; float: left; clear: left; font-size: 12px; }
#news_title { width: 510px; height: 22px; background: url(images/title_pattern.gif); margin-bottom: 5px; }

/* Navigation, navi width moves it */
#navigation {position: relative; z-index: 200;  width: 276px; float: right; margin-right: 15px; font-weight: bold; font-size: 12px; }

#navigation ul li a span { padding-top: 5px; }
#navigation a:link, #navigation a:visited { color: #FFFFFF; }
#navigation a:hover { color: #A4CB39; background: #323232; }
#navigation a:hover img { color: #A4CB39; background: none; }

#navigation ul li { margin-top: 2px; }
.nav_title { width: 280px; height: 22px; background: url(images/title_pattern.gif); }


/* Footer and Copyright */
#footer { clear: both; min-height: 50px; border-top: 1px solid #323232; width: 792px; margin: 0px 4px; color: #FFFFFF; font-size: 12px; padding-top: 10px; padding-bottom: 5px; }
#copyright { height: 35px; width: 800px; background: url(images/copyright.gif); clear: both; }
#copyright h1 { display: none; }

/* Stuff From Bloggers base-weblog */

.date-header
{
	margin: 0;
	padding-top: 10px;
	color: #666;
	background: url('http://www.jonwaraas.com/images/date-header-bg.gif') repeat-x;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase
}

.entry-header
{
	margin: 10px 0;
	padding: 0;
	color: #A4CB39;
	font-size: 18px;
	font-weight: bold;
}

/*********************************************/
/* --- SIDE AREA --------------------------- */
/*********************************************/

/* style for side boxes */
#sidebox {
border: 1px solid #a4cb39;
background: #000000;
font: normal 12px Tahoma, Arial;
color: #FFFFFF;
margin-bottom: 10px;
}

#sidebox a, a:active, a:visited {
font: normal 13px Tahoma, Arial;
color: #000000;
text-decoration: none;
}

#sidebox a:hover {
font: normal 13px Tahoma, Arial;
color: #a4cb39;
text-decoration: underline;
}

/* style for smaller sections */
#smallbox {
border: 1px solid #FFFFFF;
background: #000000;
font: normal 11px Tahoma, Arial;
color: #000000;
margin-bottom: 10px;
}

#smallbox a, a:active, a:visited {
font: normal 11px Tahoma, Arial;
color: #000000;
text-decoration: none;
}

#smallbox a:hover {
font: normal 11px Tahoma, Arial;
color: #FFFFFF;
text-decoration: underline;
}

#smallbox h2 {
font: bold 12px Tahoma, Arial;
color: #a4cb39;
background: url(images/h2.gif) repeat-x;
height: 17px;
padding-left: 2px;
margin: 0px;
}

#sidebox h2 {
font: bold 13px Tahoma, Arial;
color: #a4cb39;
background: url(images/h2.gif) repeat-x;
height: 17px;
padding-left: 2px;
margin: 0px;
}

/* padding for text in side boxes */
.sarea {
padding: 2px;
}

/* fix list */
.sarea ul {
list-style: none;
margin-left: 1px;
padding-left: 1em;
text-indent: -1em;
margin-top: 0px;
margin-bottom: 0px;
}

.sarea li {
list-style: none;
}
}
a {
	text-decoration: none;
	color: #FFF1B3;
}
a:hover {
	text-decoration: underline;
	color: #FFF1B3;
}
a img {
	border: none;
}
* html .hnav a {
	width: 1%;
}
.hide         {
	display: none;
}
ul, ol, dl, p, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 2px;
}
ul {
	list-style: none;
}
h1 a {
	text-decoration: none;
	font-size: 16px;
	padding: 0;
	margin-bottom: 10px;
}
hr {
	display: none;
}
form {
	margin: 15px auto;
	padding: 0;
}
ol.commentlist li {
	padding: 5px;
}
h3#respond {
	font-size: 14px;
}
h3#comments {
	font-size: 14px;
}
.hnav {
	height: 23px;
	padding: 1px 0 0;
	margin: 0 auto;
	background: #fff url(images/n_02.gif) repeat;
	width: 95%;
}
.hnav ul span.divider {
	display: none;
}
.hnav ul {
	margin: 0;
	padding: 0;
}
.hnav li {
	float: left;
	margin: 0;
	padding: 0 8px 0 3px;
	list-style-type: none;
	border-right: 1px solid #161616;
	white-space: nowrap;
}
.hnav li a {
	display: block;
	padding: 0 18px;
	font-size: 11px;
	font-weight: bold;
}
.hnav #s {
	height: 2em;
	width: 160px;
	margin: 0;
	padding: 0;
	border: 1px solid;
	font-size: 0.8em;
	vertical-align: middle;
}
.hnav #searchbutton {
	height: 2em;
	width: auto;
	padding: 0 1px;
	border: 1px solid;
	font-size: 10px;
	letter-spacing: 1px;
	text-align: center;
	vertical-align: middle;
}
.hnav a, .hnav a:active, .hnav a:visited {
	font-family: arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #FFF1B2;
}
.hnav  a:hover {
	font-family: arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	color: #FFF1B3;
}
.hnav #s {
	border-color: #FFF9EA;
}
.hnav #searchbutton {
	color: white;
	background-color: transparent;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.commentlist {
	padding: 10px 0 15px;
	margin: 0;
}
.post-teaser {
	width: 100%;
	height: 3px;
	margin-top: 5px;
	margin-bottom: 20px;
	clear: both;
}
.postmetadata {
	clear: both;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #666;
	font-weight: normal;
	text-decoration: none;
	margin-bottom: 6px;
}
.postmetadata a, a:active, a:visited {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #666;
	font-weight: normal;
	text-decoration: underline;
}
.postmetadata a:hover {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #FFF1B3;
	font-weight: normal;
	text-decoration: underline;
}
.otherRecentArticle ul li {
	font-size: 1em;
	list-style-image: url(images/recentul.gif);
}
.otherRecentArticle p {
	font-size: 1em;
	font-style: italic;
}
#middleColumn>.post-teaser {
	height: 59%;
}
#pageWrapper {
	margin: 0 auto;
	width: 750px;
	background: url(images/pagebg.gif);
}
#masthead {
	width: 100%;
	margin: 0 auto;
	padding: 4px 0 5px;
	overflow: hidden;
	background: url(images/pagebg.gif) repeat;
}
#outerColumnContainer {
	margin: 0 auto;
	padding: 0;
	width: 742px;
	height: 100%;
}
#innerColumnContainer {
	margin: 0;
	padding: 0;
	width: 742px;
	height: 100%;
	min-height: 100%;
	background: url(images/tbg.gif);
}
#SOWrap {
	float: left;
	width: 78%;
	overflow: hidden;
}
#leftColumn {
	float: left;
	width: 125px;
	margin: 0;
	overflow: hidden;
}
#middleColumn {
	float: right;
	margin-bottom: 15px;
	width: 429px;
	overflow: hidden;
}
#rightColumn {
	float: right;
	width: 21%;
	overflow: hidden;
}
#footer {
	margin: 0 auto;
	padding: 15px;
	clear: both;
	background-image: url(images/pagebg.gif);
}
#middleColumn .inside {
	text-align: justify;
	padding: 0 5px 0 10px;
}
#rightColumn .inside {
	margin: 30px 3px 0 10px;
	border: #666 solid 1px;
}
#header h1 {
	font-size: 20px;
	margin: 5px 0 20px;
}
#headerimg {
	float: left;
	margin: 3px 0 5px 8px;
	padding: 0;
	background: url(images/logo.gif) no-repeat top left;
	height: 60px;
	width: 350px;
}
#headerimg2 {
	float: left;
	text-align: left;
	margin: 2px 0 5px;
	padding: 0;
	height: 60px;
	width: 370px;
}
.tadt {
	float: left;
	clear: both;
	padding: 1px;
	margin-right: 3px;
	background: #fff;
	border: 1px solid #000;
}
#tad {
	padding: 2px 4px 0 9px;
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
#tad a, #tad a a:active, #tad a a:visited {
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	color: #FFF1B3;
}
#tad a:hover {
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	color: #FFF1B3;
}
#categoryPage {
	margin: 30px 0 0;
}
.post img {
	padding: 1px;
	background: #fff;
	border: 1px solid #000;
	margin-right: 5px;
float:left;
}
.post {
	border-bottom: 1px dotted #FFF1B3;
	margin: 0 0 10px;
}
#splink a, #splink  a:active, #splink a:visited {
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #FFF1B3;
	font-weight: bold;
	text-decoration: underline;
}
#splink a:hover {
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #FFF1B3;
	font-weight: bold;
	text-decoration: underline;
}
h2 a, h2  a:active, h2  a:visited {
	font-family: Arial, sans-serif;
	font-size: 22px;
	color: #FFF1B3;
	font-weight: bold;
	text-decoration: none;
}
h2 a:hover {
	font-family: Arial, sans-serif;
	font-size: 22px;
	color: #FFF1B3;
	font-weight: bold;
	text-decoration: none;
}
.entry {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
}
.side {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	margin-left: 0;
	padding-top: 4px;
	text-align: left;
}
.side a, .side a:visited, .side  a:active {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #fffffe;
	text-decoration: none;
}
.side a:hover {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #FFF1B3;
	font-weight: normal;
	text-decoration: underline;
}
.side h2 {
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #FFF1B3;
	font-weight: bold;
}
.side ul {
	margin: 0 0 20px 5px;
	padding: 0;
	list-style: none;
}
li {
	list-style: none;
}
.side ul li ul {
	list-style-position: outside;
	list-style: none;
margin-left:0;
padding-eft:0;

	margin-top: 0;
}
#bgtop {
	background: url(images/tbgb.gif) no-repeat center;
	height: 3px;
	width: 750px;
	clear: both;
}
#bgbot {
	background: url(images/tbgt.gif) no-repeat center;
	height: 3px;
	width: 750px;
	clear: both;
}
#side2in, #side2in2 {
	padding: 0 6px;
}
#side2in2 h2 {
	padding: 10px 0 0;
}
#side2in img {
	border: 1px solid #fff;
}
#side2in a, #side2in a:visited, #side2in a:active {
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
#side2in a:hover {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #FFF1B3;
	font-weight: bold;
	text-decoration: none;
}
.tt {
	padding: 1px;
	background: #fff;
	border: 1px solid #000;
	margin-bottom: 2px;
	width: 175px;
	height: 115px;
}
#picwrap {
	height: 125px;
	width: 100%;
	margin: 0;
}
#picwrap1 {
	width: 49%;
	float: left;
	padding: 0 0 0 10px;
}
#picwrap2 {
	width: 49%;
	float: right;
	padding: 0 4px 0 0;
}
.pic1 {
	width: 50%;
	float: left;
}
.pic2 {
	width: 50%;
	float: right;
}
.clear {
	clear: both;
}
#more {
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
#more a, #more a:active, #more a:visited {
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	color: #FFF1B3;
}
#more a:hover {
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	color: #FFF1B3;
}
