/* CSS Document */

.floatClear {
clear: both;
}

body {
	background: white url("assets/bgnd_page.gif");
	padding: 0px;
	margin: 0px;
	font-family: 'Bitstream Vera', arial, helvetica, sans-serif;
	font-size: 80%;
	}
	
h2 {
	font-size: 170%
	font-family: 'Spranq Eco Sans';
	}

h3 { font-size: 120%}

hr {
	display: none;
	}	
	
div#header {
	background: url("assets/hdr_state.gif") 3px 0px no-repeat;	
	height: 130px;
	position: relative;
	}
	
div#header h1 {
	width: 204px;
	height: 38px;
	position: absolute;
	top: 56px;
	left: 127px;
	margin: 0px;
	padding: 0px;
	font-size: 4px;
	}
	
div#header span {
	position: absolute;
	background: url("assets/hdr_logo.gif");
	width: 100%;
	height: 100%;
	}
		
div#header div.description	{
	position: absolute;
	top: 56px;
	left: 340px;
	width: 493px;
	height: 30px;
	background: #ccc;
overflow: hidden;
}

div#header div.description span {
	width: 100%;
	height: 100%;
	background: url("assets/hdr_tagline.gif") no-repeat;
}

div#access {
position: absolute;
left: -100px;
width: 100px;
}


/* content */

div#content {
	position: relative;
	padding-right: 284px;
	min-width: 450px;

}



div.post {
position: relative; 
	padding-left: 127px; 
	}

div.postSidebar {
	width: 127px;
	background: #000;
	position: absolute;
	top: 0px;
	left: 0px;
	color: white;
	font-size: 85%;
	}

div.postSidebarSinglePost {
    padding: .75em;
    line-height: 140%;
    text-align: right;
}

div.postSidebar img {
        padding: 14px 0px 0px 14px;
        border: 0px;
        }
	
div.postSidebar ul {
	padding: 5px 10px;
	margin: 0px;
	list-style: none;
	}
	
div.postSidebar ul li {
	padding: 0px;
	margin: 5px 0px;
	text-align: right;
	}	
	
div.postSidebar a:link, div.postSidebar a:hover, div.postSidebar a:visited {
	color: white;
	}		
	
li.entryComments a {
	padding: 0px 0px 6px 18px;
	background: url("assets/icon_comments.gif") no-repeat;
	}	
	
div.postContent {
	background: #666;
	color: #eee;
}	

.min-height-shim {
height: 300px;
width: 1px;
float: left;

}

div.postContent a {
        color: #fff;
        }

div.postContent a:hover {
        color: #000;
        }

div.postContent a:visited {
        color: #fff;
        }

div.postContent h2 {
	background: #e00 url("/wp-content/uploads/2009/02/bgnd_postheader_666.gif") left bottom no-repeat;
	color: #fff;
	padding: 15px 10px 24px 10px;
}	
	
div.postContent h2 a, div.postContent h2 a:visited {
	color: #fff;
	text-decoration: none;	
	font-weight: normal;
	}
	
div.postContent h2 a:hover {
	text-decoration: underline;
	}	
	
div.entry {
	padding: 0px 20px 10px 20px;
        line-height: 160%;
        overflow: hidden;
	}	
	

/* comments */

div#comments {
    margin-left: 127px;
}

div#comments-list h3 {
    padding: 10px;
    font-size: 100%;
}

div#comments-list ol {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
					
div.comment-author {
    color: white;
    background: black;
    font-size: 120%;
    padding: 10px 10px 0px 10px;
    margin: 0px;
}

div.comment-author a, div.comment-author a:visited {
    color: white;
    text-decoration: none;
}

div.comment-author a:hover {
    text-decoration: underline;

}


div.comment-meta {
    color: #999;
    background: black;
    font-size: 80%;
    padding: 0px 10px 10px 10px;
    margin: 0px;
}

div#commentText {
    padding: 10px;
    background: #ddd;
    line-height: 160%;
}

/* sidebar */

div#contentSidebar {
	width: 260px;
	position: absolute;
	top: 144px;
	right: 0px;
	}
	
div#contributeAd {
	background: #000 url("assets/bgnd_ad_contribute.gif") top left no-repeat;
	color: #fff;
	}	
	
div#contributeAd h4 {
	padding: 20px 20px 10px 80px;
	margin: 0px;
	}
	
div#contributeAd p {
	padding: 0px 20px 10px 80px;
	margin: 0px;
	}
	

div#contentSidebar ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

div#contentSidebar ul li {
    padding: 0px;
    margin: 0px;
}

div#contentSidebar h3 {
    background: #444;
    color: #fff;
    padding: .25em .5em;
    font-weight: normal;
    font-family: 'Bitstream Vera', verdana, helvetica, arial, sans-serif;
    text-transform: uppercase;
    margin: 1em 0px 0px 0px;
}

div#contentSidebar h3 a, div#contentSidebar h3 a:visited {
    color: #fff;
    text-decoration: none !important;
}


div#contentSidebar h3 a, div#contentSidebar h3 a:visited {
    color: #fff;
    text-decoration: underline;
}

div#contentSidebar ul li ul {
	background: #dedede;
}

div#contentSidebar ul li ul li {
	padding: 10px;
}

div#contentSidebar ul li.widget_rss ul {
	background: #bbb;
}

div#contentSidebar ul li.widget_rss ul li {
	border-bottom: 1px solid #666;
	padding: 10px;
}

div#contentSidebar ul li ul li a, div#contentSidebar ul li ul li a:visited {
    color: #444;
    }
div#contentSidebar ul li ul li a:hover {
    color: #000;
    }

span#cullect-feed-stats a:link, span#cullect-feed-stats a:visited, span#cullect-feed-stats a:hover {
color: #999 !important;
text-decoration: underline !important;
}

div.widget span#cullect-feed-stats {
background-color: #fff !important;
}
span#cullect-feed-stats p {
padding: 5px 10px;
}
div.widget span#cullect-feed-stats a:hover {
color: #000 !important;
}


ul#important-items {
background: #dedede;
}

ul#important-items li {
padding: 5px 10px !important;
}




div#mintyFresh {
	color: #000;
	background: #ccc;
	margin-top: 20px;
	}
	
div#mintyFresh h4 {
	margin: 0px;
	padding: 0px;
	font-size: 2px;
	width: 260px;
	height: 22px;
	position: relative;
	}

div#mintyFresh h4 span {
	position: absolute;
	background: url("assets/title_mntyfresh.gif");	
	width: 260px;
	height: 22px;
	}
		
div#mintyFresh ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	}
	
div#mintyFresh li {
	border-bottom: 1px solid #666;
	padding: 10px;
	}		


/* other nav */

div#nav-below, div#nav-above {
background: #ddd;
overflow: auto;
width: 100%;
margin: 1em 0em;
}


div#nav-below a, div#nav-below a:visited, div#nav-above a, div#nav-above a:visited {
color: #666;
}

div#nav-below a:hover, div#av-above  a:hover {
color: #000;
}

div.nav-previous {
    float: left; 
    width: 40%;
    padding: .75em;
}

div.nav-next {
    float: right; 
    width: 40%; 
    text-align: right;
    padding: .75em;
}

/* footer */

div#footer {
background: #666;
padding: 1em;
}



div#footer a, div#footer a:visited {
color: #ddd;
}

div#footer a:hover {
color: #fff;
}

/* comments */

div#comments {
background: #fff;
}
