/*  
Theme Name: Grindhouse
*/

/* GENERAL
----------------------------------------------- */

body {
	margin:0; 
	padding:0; 
	background:url('images/bkground.jpg') repeat 0 0;
	font:12px Verdana, Sans-Serif;
	color: #000;
	}
	
* { margin:0; padding:0; }

img { border:none; float:left; }
.clear { clear:both; }

h2 { font-size:18px; text-transform:uppercase; margin:0 10px 5px 0; letter-spacing:-1px; }
.post-form { margin-right:15px; }

a:link, a:visited { color:#880000; text-decoration:none; }	
a:hover, a:active { color:#880000; text-decoration:underline; }

/* CONTAINER
----------------------------------------------- */	
#container { width:1004px; margin:0px auto; background:url(images/container-bkground.png); background-repeat: repeat; behavior: url(iepngfix.htc); }
#repeat-container { float:left; display:inline; position:relative; margin:0 0 0 105px; width:776px; background:url(images/bkground-repeat.jpg) repeat-y top left; }

/* HEADER
----------------------------------------------- */
#header { float:left; width:1004px; height:204px; background:url(images/header.png) no-repeat top left; behavior: url(iepngfix.htc); }

/* MENU
----------------------------------------------- */
#buttons { position:relative; top:3px; left:165px; z-index:2; width:587px; }
#menu { z-index:1; float:left; width:840px; height:81px; margin:-69px 0 0 0; padding:3px 0 0 164px; display:inline; background:url(images/menu-bkground.png) no-repeat top left; behavior: url(iepngfix.htc); }

/* CONTENT
----------------------------------------------- */
#contentMain { float:left; width:1004px; display:inline; padding:0 0 40px 0; margin:0 0 0 -105px; background:url(images/content-bkground.png) no-repeat 1px 0px; behavior: url(iepngfix.htc); }
#contentMain p { font:10px "Verdana", Sans-Serif; }

/* LEFT COLUMN
----------------------------------------------- */
#leftCol { float:left; width:336px; padding-left:151px; }
#video { float:left; width:315px; height:252px; padding-top:3px; margin-bottom:28px; background:url(images/video-bkground.jpg) no-repeat top left;}
#contentContainer { float:left; margin:20px 0 0 170px; display:inline; width:570px; padding:20px 20px 40px 20px; background-color:#d1a35a; border:3px solid #c3934a; }
#newsTitle { float:left; width:310px; height:28px; padding-left:13px; }
.newsItem { float:left; width:295px; padding:5px 0 0 20px; }
.newsItemWide { float:left; padding:0 30px 0 0; }
.newsDate { color:#880000; font-weight:bold; }
.newsArticle { float:left; font:10px Verdana, Sans-Serif; font-weight:bold; }
.newsArticle a:link, .newsArticle  a:visited { color:#880000; text-decoration:none; }	
.newsArticle a:hover, .newsArticle a:active { color:#880000; text-decoration:underline; }
.newsArticle p { display:inline; }
.more-link { float:right; margin:0px; padding:5px 0 0 0; font:10px Verdana, Sans-serif; font-weight:bold; }
.more-link a:link, .more-link  a:visited { color:#880000; text-decoration:none; }	
.more-link a:hover, .more-link a:active { color:#880000; text-decoration:underline; }
#subgenresTitle { float:left; width:310px; height:26px; padding-left:13px; margin:15px 0 5px 0; }
#subgenresBody { float:left; font:10px Verdana, Sans-Serif; font-weight:bold; width:310px; padding-left:13px; }
.subgenresList { float:left; width:143px; margin-top:10px; }
.subgenresList li { list-style:none; }
.subgenresList a:link, .subgenresList  a:visited { color:#093000; padding-left:10px; text-decoration:none; list-style:none; }	
.subgenresList a:hover, .subgenresList a:active { color:#093000; padding-left:10px; text-decoration:underline; list-style:none; }

/* RIGHT COLUMN
----------------------------------------------- */
#rightCol { float:right; width:410px; padding-right:107px;}
#grindhouseTitle { float:left; width:310px; height:44px; margin-bottom:5px; }
#grindhouseBody { padding-left:10px; float:left; width:300px; }
#grindhouseBody p { margin-bottom:10px; }
#archiveTitle { float:left; width:410px; height:24px; margin:5px 0 5px 0; }
#viewPosterGallery { float:left; width:406px; margin:0 0 10px 5px; }
.poster { float:left; margin:0 5px 0 5px; }
#morePosters { padding:10px 75px 0 0; float:left; width:325px; font-weight:bold; text-align:right;  }
#morePosters a:link, #morePosters  a:visited { color:#880000; text-decoration:none; }	
#morePosters a:hover, #morePosters a:active { color:#880000; text-decoration:underline; }

/* FOOTER
----------------------------------------------- */
#footer { width:1004px; margin:0px auto; height:183px; background:url(images/footer-bkground.png) no-repeat 1px 0px; behavior: url(iepngfix.htc); }
#footerMenu { width:769px; height:16px; padding:68px 0 0 235px; }
#footerInfo { width:766px; height:14px; padding:3px 0 0 238px; color:#a3a3a3; font-size:11px; }


/* Globals 
=================================== */

* { margin: 0; padding: 0; }

.alt {
	background: #e4e4bc;
}

code { font: 1.0em Monaco, 'Courier New', monospace; }


p {
	margin-bottom: 1.0em;
}

/* Structure
=================================== */

.bbcrumb {
	text-transform: uppercase;
	font-size: 0.9em;
	letter-spacing: 1px;
	padding: 5px 0 20px;
}

.notice { 
	border: 2px solid #4c9545; 
	background: #abd8a2; 
	color: #4c9545; 
	font-size: 1.1em; 
	font-weight: bold;
	padding: 10px 15px; 
	margin: 0 0 1.1em; 
}

.notice p { margin-bottom: 0; }

/* Login Form
=================================== */

.login { 
	color: #444;
	margin-top: 1em;
	padding: 1em;
	background: #f5e5cc;
}



/* Front Page
=================================== */

#hottags {
	margin-top: 2em;
}

#front-page #discussions { 
	width: 100%;
}

.frontpageheatmap {
	font-weight: normal;
	line-height: 30px;
	padding-bottom: 10px;
}

#front-page #main h2, h2.post-form, #userlogin, 
#currentfavorites, #register {
	color: #000;
	border-bottom: 1px solid #ddd;
	margin: 0 0 10px;
	padding: 0 0 5px;
}

#front-page #discussions ul {
	padding: 0 0 0 14px;
}

.sticky {
	background: #e3d7b9;

}

.sticky a {
	color: #340a04;
}

.sticky a:visited {
	color: #361;
}

.recent-sticky {
	background: #ed5;
}	


/* Topic Page
=================================== */

.infobox {
	border: 1px solid #ccc;
	border-width: 1px 0;
	padding: 1em;
}

.infobox ul {
	margin: 10px 0 10px 12px;
	padding: 0;
}

.infobox ul li { 
	padding-bottom: 3px;
}

#topic-tags {
	border-left: 1px solid #ccc;
	float: right;
	margin-top: -2em;
	padding: 0 1em 1em;
}

.nav {
	margin: 15px 0;
	padding: 12px 0;
}

.nav span {
	font-weight: bold;
}

.nav span,.nav a {
	padding: 6px;
}

#thread {
	background: #f5e5cc;
	list-style: none;
	margin: 0 0 0 0px;
	padding: 0;
}

#thread li {
	padding: 1.5em 1.0em;
	line-height: 1.5em;
}

#thread li ol, #thread li ul { 
	margin-left: 40px;
}

#thread li ol li, #thread li ul li { 
	padding: 0;
}

.threadauthor {
	/* margin-left: -110px; */
	/* overflow: hidden; */
	/* position: absolute; */
	/* width: 90px; */
	border-bottom:1px solid #aaa;
	text-align:right;
	margin-bottom:10px;
}

.threadauthor small {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

.poststuff {
	border-top: 1px dotted #ccc;
	margin: 10px 0 0;
	padding: 5px 0 0;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

.num, #forumlist small {
	font: 11px Verdana,Arial,Helvetica,sans-serif;
	text-align: center;
}

.postform {
	background: #f5e5cc;
	padding: 1em;
}

.postform textarea {
	height: 12em;
	margin: 5px 0;
	padding: 5px;
	display: block;
}

.postform label {
	display: block;
}

.admin { 
	padding: 10px 0 0;
}

#tags-list {
	list-style: none; 
}

#tags-list .alt {
	background:none;
}

#manage-tags { 
	margin: 10px 0; 
	list-style: none; 
}

#manage-tags li {
	float: left;
	width: 200px;
	padding-bottom: 10px;
}

.submit {
	text-align: right;
}

.topiclink {
	display: block;
}

.topictitle {
	font-size: 26px;
	font-weight: normal;
	display: inline;
}

/* Other
=================================== */

#content .frontpageheatmap a {
	font-weight: normal;
	text-decoration: none;
}

#content .infobox li {
	margin-bottom: 2px;
}

#content .nav a {
	border: 1px solid #ccc;
	font-weight: normal;
}

#content .nav a:hover {
	border: 1px solid #999;
}

#content a:visited {
	font-weight: normal;
}

#front-search {
	float: right;
	margin-top: 0px;
}

form.search {
	padding-bottom: 1.2em;
}

form.search input {
	float: left;
}

form.search input.inputButton {
	margin-top: -3px;
	float: right;
	background-color: #f5e5cc;
	border-style: outset;
	border-width: 2px;
}

form.search input.inputButton:active {
	border-style: inset;
}

#front-page h2 {
	clear: both;
}

#latest td, #forumlist td, #favorites td {
	padding: 5px 10px;
}

#latest tr:hover, #forumlist tr:hover, #favorites tr:hover { 
	background: #e3d7b9;
}

#latest th, #forumlist th, #favorites th {
	border-bottom: 1px solid #aaa;
	background: #e7d6bc;
	font: 11px Verdana,Arial,Helvetica,sans-serif;
	padding: 5px 10px;
	text-transform: uppercase;
}

#latest, #forumlist, #favorites {
	background: #f5e5cc;
	margin-bottom: 2em;
	width: 100%;
}

.bozo {
	background: #eeee88;
}



.deleted {
	background: #ee8888;
}
/*
.deleted.alt {
	background: #ff9999;
}
.bozo.alt {
	background: #ffff99;
}
*/

/* Profile Page
=================================== */

#profile-menu {
	list-style: none;
	position: absolute;
	right: 0;
}

#profile-menu li {
	font-size: 1.1em;
	background-color: #f5e5cc;
	padding: 4px 7px;
	display: inline;
	border-top: 3px double #9e9e9e;
	position: relative;
	top: -10px;
}

#profile-menu li.current {
	background-color: #ddd;
	border-top: 1px solid #9e9e9e;
}

#userinfo { margin-top: 10px; }
#userinfo dt { font-weight: bold; }
#userinfo dd { margin: 0 0 5px; } 

#useractivity { margin: 15px 0 5px; }

.user-recent { margin: 0 0 10px; }
.user-recent ol { margin: 5px 0 0 28px; }
.user-recent ol li { margin: 0 0 3px; }

/* Profile Edit
=================================== */

fieldset { 
	border-top: 3px double #ccc;
	border-bottom: 1px solid #ccc;
	border-left: none;
	border-right: none;
	padding: 10px 0 10px 10px; 
	margin-bottom: 15px;
}

legend { 
	font-weight: bold;
	padding: 0 15px;
}

fieldset table { 
	text-align: left;
	margin: 0 15px;
}

fieldset table td { padding: 2px 0; }

fieldset p { 
	font-size: 11px;
	margin: 10px 16px;
}


#post_content {
	width: 97%;
}

.post {
	overflow: hidden;
}

.post pre {
	overflow-x: auto;
}

/* DSN Advertising
  ======================================== */
#dsn_ads {
	width:786px;
	text-align:center;
	margin:auto;
	padding:0;
}

#dsn_ads li {
	float:left;
	list-style-type: none;
	margin:0;
	padding:8px;
}
#dsn_ads li a {
	text-decoration:none;
	margin:0;
	padding:0;
}
#dsn_ads img {
	width:125px;
	height:125px;
	border:1px solid black;
	margin:0;
	padding:0;
}
