html {
/* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */
	height: 100%;
	margin-bottom: 1px;
	overflow-x: auto;
}
body {
	background: #000000;
	background-repeat: repeat-y;
	background-position: center center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: center;
	margin: 0;
	padding: 0;
}
a:link,
a:active,
a:visited,
a:hover {
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}
img {
	border: 0; 
}
#logo {
	width: 600px;
	height: 60px;
	/*background: url('../templates/frontend/Default/images/logo.png') top left no-repeat;*/
	position: absolute;
	top: 0;
	left: 0;
}
#logo h1 {
	padding: 0;
	margin: 0;
	color: #CC0000;
	font-size: 54px;
}
table {
	width: 100%;
}
td {
	vertical-align: top;
	font-size: 12px;
}
#container {
	width: 941px;
	margin: 20px auto 0 auto;
	text-align: left;
	padding: 0 0 20px 0;
}
#wrapper {
	background: #000;
	height: 140px;
}
#banner {
	height: 105px;
	position: relative;
}
p.bookmark {
	padding: 4px;
	margin: 0;
	border: 0;
	float: right;
}
#top_search {
	margin: 0 auto 4px auto;
	width: 500px;
}
#top_search input.top_input {
	width: 300px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #666666;
	border: #cc0000 1px solid;
	padding: 4px 5px 4px 5px;
	background: #000;
	margin-top: 3px;
}
#top_search input.top_btn {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	padding: 4px 5px 4px 5px;
	border: #cc0000 1px solid;
	background: url('../templates/frontend/darkdayz/images/button_bg.gif') repeat-x;
	color: #FFFFFF;
	margin-top: 3px;
	cursor: pointer;
}
#tabs {
	font-size: 12px;
	margin-left:25px;
	margin-bottom: 0px;
	color: #000000;
	font-weight: bold;
	height: 33px;
	overflow: hidden;
	position: absolute;
	top: 75px;
	left: 0;
}
#tabs ul {
	list-style-type: none;
	margin:0;
	padding:0;
}
#tabs li {
	display:inline;
	margin:0;
	padding:0;
}
#tabs a:link,
#tabs a:active,
#tabs a:visited,
#tabs a:hover {
	float: left;
	background: url('../templates/frontend/darkdayz/images/tabss.png') no-repeat 0 -33px;
	margin: 0;
	margin-left: 5px;
	padding: 0 0 0 6px;
	text-decoration: none;
}
#tabs a:link span,
#tabs a:active span,
#tabs a:visited span,
#tabs a:hover span {
	float: left;
	display: block;
	background: url('../templates/frontend/darkdayz/images/tabss.png') no-repeat 100% -33px;
	padding: 8px 19px 8px 13px;
	font-weight: bold;
	color: #666;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
/* End IE5-Mac hack */
/* Hover */
#tabs a:hover { background-position: 0% -66px; cursor: pointer; }
#tabs a:hover span { background-position: 100% -66px; color: #ff0000; cursor: pointer; }
/* Active tab */
#tabs a.active:link,
#tabs a.active:active,
#tabs a.active:visited,
#tabs a.active:hover {
	background-position:0 0;
}
#tabs a.active:link span,
#tabs a.active:active span,
#tabs a.active:visited span,
#tabs a.active:hover span {
	background-position:100% 0;
	color: #FFF;
}
#tab_end {
	background: #000 url('../templates/frontend/darkdayz/images/tab_end.gif') repeat-x 0 0;
	padding: 0px;
	text-align:center;
	height: 33px;
	border: #1C1C1C 1px solid;
	position: absolute;
	left: 0;
	top: 104px;
	width: 939px;
}
#tab_end a:link,
#tab_end a:active,
#tab_end a:visited,
#tab_end a:hover {
	color: #383838;
	text-decoration: none;
}
#tab_end a:hover {
	color: #0033FF;
	text-decoration: underline;
}
#content {
	padding: 10px 0 10px 0;
	min-height:400px;
	background:#000;
	margin-left:1px;
	width:940px;
}
.border {
	border: 1px solid #1C1C1C;
	background: #000;
}
.header,
.m_header,
.maintitle {
	background: #000 url('../templates/frontend/darkdayz/images/mt.gif') repeat-x 0 0;
	padding: 8px;
	color: #cc0000;
	font-weight: bold;
	border-bottom: #1C1C1C 1px solid;
}
.header span.cat,
.m_header span.cat,
.maintitle span.cat {
	float: right;
	color: #cc0000;
	font-weight: bold;
}
.m_header a:link,
.m_header a:active,
.m_header a:visited,
.m_header a:hover,
.header a:link,
.header a:active,
.header a:visited,
.header a:hover,
.maintitle a:link,
.maintitle a:active,
.maintitle a:visited,
.maintitle a:hover {
	color: #cc0000;
	text-decoration: underline;
}
.m_header a:hover,
.header a:hover,
.maintitle a:hover {
 color:#cc0000;
	text-decoration: none;
}
.maintitle span.cat a:link,
.maintitle span.cat a:visited,
.maintitle span.cat a:active {
	color:#666666;
  text-decoration: underline;
}
.maintitle span.cat a:hover {
	text-decoration: none;
}
.header img {
	vertical-align: middle;
}
.main_content {
	padding: 12px 0 12px 0;
}
#index_box {
	border:1px solid #1C1C1C; 
	background-color:#000;
	padding: 10px;
}
#index_box h3 {
	padding: 0;
	margin: 0 0 0.5em 0;
}
#footer_box {
	margin: 10px 0;
	padding: 5px;
}
#footer_box div {
	text-align: center;
}
.content {
	padding: 8px;
}
.title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom:5px;
}
.title a:link,
.title a:active,
.title a:visited,
.title a:hover {
	text-decoration: none;
}
.title span {
	font-size: 11px;
	font-weight: normal;
	float: right;
}
.lnav {
	border: 1px solid #1C1C1C;
	background: #000;
}
.lnav a:link,
.lnav a:active,
.lnav a:visited,
.lnav a:hover {
	text-decoration: none;
}
.lnav a:hover {
	text-decoration: underline;
}
.lnav_d {
	background: url('../templates/frontend/darkdayz/images/nav.gif') no-repeat 5px 50%;
	display: block;
	padding: 3px 0 3px 15px;
}
.lnav_d a:link,
.lnav_d a:active,
.lnav_d a:visited,
.lnav_d a:hover {
	text-decoration: none;
}

.lnav_d a:hover {
	text-decoration: underline;
}

.mail {
	background: url('../templates/frontend/darkdayz/images/mail.gif') no-repeat 5px 50%;
	display: block;
	padding: 3px 0 3px 25px;
}
#nav {
	width: 180px;
	vertical-align: top;
	padding-left: 8px;
}
.clear {
	clear: both;
}
.input,
.button {
	border: 1px solid #cc0000;
	padding: 2px;
	height:17px;
	background: #000000;
	color: #666666;
	font-size: 12px;
	margin: 1px;
	display: inline;
}
.button {
	background: url('../templates/frontend/darkdayz/images/button_bg.gif') repeat-x;
	height:24px;
	padding: 0px 4px 3px 4px;
	font-weight: normal;
	color:#FFFFFF;
	font-size:12px;
}
.textarea {
	background:#000000;
	border:1px solid #cc0000;
	color:#666666;
}
.bookmarks {
	border:1px solid #1C1C1C;
	width:16px;
	height:16px;
	padding:2px;
	margin:0;  
}
.contentstyle {
	background: #000;
	margin: 5px 0 5px 0;
	padding: 5px 15px 5px 5px;
	clear: both;
	height: 320px;
}
.form_box {
	background-color:#1C1C1C;
	border:1px #333 solid;
	margin:2px 0 10px 0;
	padding:1px;
	padding-top:5px;
}
.form_box legend {
	color:#cc0000;
	font-weight:bold;
	margin-left:20px;
}
.form_box table td {
	padding:4px;
	vertical-align:top;
}
.greyb {
	color:#666666;
	font-weight:bold;
}
.media_thumb {
	border:5px solid #1C1C1C;
	margin: 1px;
}
.preview {
	width:90px;
	height:60px;
  border:3px double #1C1C1C;
	margin: 2px;
	padding-right: 5px;
}
.line_seperator {
	border-top: 1px solid #1C1C1C;
	padding: 10px 3px 10px 3px;
	margin-bottom:5px;
	margin-top:5px;
}
.box {
	border:1px solid #1C1C1C;
	background: #000;
	margin-top:5px;
	margin:bottom:5px;
}
.tagcloud a:link,
.tagcloud a:visited,
.tagcloud a:active {
	color: #666666;
	text-decoration: underline;
}
.tagcloud a:hover {
  color: #333333;
	text-decoration: none;
}
.media_list_info {
	float:right;
	width:155px;
	margin:0 5px 0 5px;
	padding-left:5px;
	white-space:nowrap;
	border-left:1px solid #1C1C1C;
	line-height:15px;
}
.media_list_desc {
	padding-bottom:5px;
	height:auto;
	margin-right:5px;
}
label.fixed,label.fixedw,input.fixed {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 5px;
}
label.fixed {
	text-align: right;
	width: 75px;
	padding-right: 10px;
	margin-top: 5px;
}
label.fixedw {
	text-align: right;
	width: 100px;
	padding-right: 5px;
	margin-top: 3px;
}
br {
	clear: left;
}
.index_media_links{
	padding: 0 5px 0 5px;

}

.index_media_links a:link,
.index_media_links a:active,
.index_media_links a:visited,
.index_media_links a:hover {
	padding: 0 5px 0 5px;
  text-decoration: none;
  color: #cc0000;
	font-weight: 200;
}
.index_media_links a.selected:link,
.index_media_links a.selected:active,
.index_media_links a.selected:visited,
.index_media_links a.selected:hover {
	font-weight: bold;
}

.commentEntry {
	margin:6px 0 10px;
}
.commentHead {
	border-top: 1px dashed #1C1C1C;
	padding:4px;
}
.commentHeadHighlight {
	border-top: 1px solid #1C1C1C;
	padding:4px;
	background:#000;
}
.commentBody {
	margin-top:4px;
	margin-left:4px;
}

/* Required CSS for Paging Class */

#pageLinks {
	padding: 10px 0 3px 0;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
}
#pageLinks a:link,
#pageLinks a:active,
#pageLinks a:visited {
	padding: 0.2em 0.4em 0.2em 0.4em;
	border: 1px solid #1C1C1C;
	background: #1C1C1C;
	text-decoration: none;
	font-size: 12px;
	color: #666666;
	margin-right: 4px;
}
#pageLinks a:hover {
	border: #BBC7E6 1px solid;
	background: #cc0000;
	color: #fff;
	text-decoration: none;
}
.pagination_active {
padding: 0.2em 0.4em 0.2em 0.4em;
border: 1px solid #1C1C1C;
text-decoration: none;
background: #cc0000;
color:#fff;
font-size: 12px;
margin-right: 4px;
}

/* MOVED JQUERY DIALOG STYLE INTO MAIN STYLESHEET (NO NEED TO CARRY AND ADDITIONAL SHEET) */

/*dialog*/
.ui-dialog {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	font-family: Helvetica, Arial, sans-serif;
	background: #000;
	color: #666666;
	border: 4px solid #1C1C1C;
	position: relative;
}
.ui-dialog-content {
	border: 1px solid #1C1C1C;
	background: #000;
	color: #666666;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	z-index: 99999;
}
.ui-resizable .ui-resizable-handle {
	display: block; 
}
body .ui-resizable-disabled .ui-resizable-handle { display: none; } /* use 'body' to make it more specific (css order) */
body .ui-resizable-autohide .ui-resizable-handle { display: none; } /* use 'body' to make it more specific (css order) */
.ui-resizable-n { 
	cursor: n-resize; 
	height: 7px; 
	width: 100%; 
	top: -5px; 
	left: 0px;  
}
.ui-resizable-s { 
	cursor: s-resize; 
	height: 7px; 
	width: 100%; 
	bottom: -5px; 
	left: 0px; 
}
.ui-resizable-e { 
	cursor: e-resize; 
	width: 7px; 
	right: -5px; 
	top: 0px; 
	height: 100%; 
}
.ui-resizable-w { 
	cursor: w-resize; 
	width: 7px; 
	left: -5px; 
	top: 0px; 
	height: 100%;
}
.ui-resizable-se { 
	cursor: se-resize; 
	width: 13px; 
	height: 13px; 
	right: 0px; 
	bottom: 0px; 
	background: url('../templates/frontend/darkdayz/images/222222_11x11_icon_resize_se.gif') no-repeat 0 0;
}
.ui-resizable-sw { 
	cursor: sw-resize; 
	width: 9px; 
	height: 9px; 
	left: 0px; 
	bottom: 0px;  
}
.ui-resizable-nw { 
	cursor: nw-resize; 
	width: 9px; 
	height: 9px; 
	left: 0px; 
	top: 0px; 
}
.ui-resizable-ne { 
	cursor: ne-resize; 
	width: 9px; 
	height: 9px; 
	right: 0px; 
	top: 0px; 
}
.ui-dialog-titlebar {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	padding: .5em 1.5em .5em 1em;
	color: #666666;
	background: #000 url('../templates/frontend/darkdayz/images/mt.gif') 0 50% repeat-x;
	border-bottom: 1px solid #D3D3D3;
	font-size: 1.1em;
	font-weight: normal;
	position: relative;
}
.ui-dialog-title {

}
.ui-dialog-titlebar-close {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	background: url('../templates/frontend/darkdayz/images/888888_11x11_icon_close.gif') 0 0 no-repeat;
	position: absolute;
	right: 8px;
	top: .7em;
	width: 11px;
	height: 11px;
	z-index: 100;
}
.ui-dialog-titlebar-close-hover, .ui-dialog-titlebar-close:hover {
	background: url('../templates/frontend/darkdayz/images/454545_11x11_icon_close.gif') 0 0 no-repeat;
}
.ui-dialog-titlebar-close:active {
	background: url('../templates/frontend/darkdayz/images/222222_11x11_icon_close.gif') 0 0 no-repeat;
}
.ui-dialog-titlebar-close span {
	display: none;
}
.ui-dialog-content {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	background: #000;
	color: #666;
	padding: 1.5em 1.7em;	
}
.ui-dialog-buttonpane {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: left;
	border-top: 1px solid #D3D3D3;
	background: ;
}
.ui-dialog-buttonpane button {
	margin: .5em 0 .5em 8px;
	color: #555555;
	background: #E6E6E6 url('../templates/frontend/darkdayz/images/button_bg.gif') 0 50% repeat-x;
	font-size: 1.1em;
	border: 1px solid #cc0000;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	line-height: 1.4em;
}
.ui-dialog-buttonpane button:hover {
	color: #212121;
	background: #DADADA url('../templates/frontend/darkdayz/images/button_bg.gif') 0 50% repeat-x;
	border: 1px solid #cc0000;
}
.ui-dialog-buttonpane button:active {
	color: #222222;
	background: #FFFFFF url('../templates/frontend/darkdayz/images/button_bg.gif') 0 50% repeat-x;
	border: 1px solid #cc0000;
}
/* This file skins dialog */
.ui-dialog.ui-draggable .ui-dialog-titlebar,
.ui-dialog.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
#footLink {
	width: 941px;
	margin: 20px auto 10px auto;
	text-align: center;
}
#footLink a:link,
#footLink a:visited,
#footLink a:active {
	color: #999999;
	text-decoration: underline;
}
#footLink a:hover {
	text-decoration: none;
}

/* ClickBank Ads CSS */

.hopfeed_div {
	padding: 5px;
	margin: 0px;
	text-align:left;
}
.hopfeed_header {
	font-size:7pt;
	padding: 0 0 5px 0;
	color: #CC0000;
	font-weight: bold;
	display: block;
	text-decoration: underline;
	text-align: right;
}
.hopfeed_ul {
	list-style:none;
	margin: 0;
	padding: 0 0 0 0;
	clear: both;
}
.hopfeed_li {
	margin:0 0 10px 0;
	padding:0px;
}
.hopfeed_link a{
	font-weight: bold;
}
.hopfeed_desc {
	font-size:8pt;
	margin-top: 5px;
	display: block;
}

/*  styles for the unit rater
---------------------------------------------------------
ryan masuga, masugadesign.com
ryan@masugadesign.com
Licensed under a Creative Commons Attribution 3.0 License.
http://creativecommons.org/licenses/by/3.0/
See readme.txt for full credit details.
--------------------------------------------------------- */

.ratingblock {
	display:block;
	/*border-bottom:1px solid #999;
	padding-bottom:1px;
	margin-bottom:1px;*/
	}

.loading {
	height: 20px;
	background: url('../templates/frontend/darkdayz/images/working.gif') 50% 50% no-repeat;
	}

.unit-rating { /* the UL */
	list-style:none;
	margin: 0px;
	padding:0px;
	height: 20px;
	position: relative;
	background: url('../templates/frontend/darkdayz/images/starrating.gif') top left repeat-x;
	}

.unit-rating li{
    text-indent: -90000px;
	padding:0px;
	margin:0px;
	/*\*/
	float: left;
	/* */
	}

.unit-rating li a {
	outline: none;
	display:block;
	width:20px;
	height: 20px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
	}

.unit-rating li a:hover{
	background: url('../templates/frontend/darkdayz/images/starrating.gif') left center;
	z-index: 2;
	left: 0px;
	}

.unit-rating a.r1-unit{left: 0px;}
.unit-rating a.r1-unit:hover{width:20px;}
.unit-rating a.r2-unit{left:20px;}
.unit-rating a.r2-unit:hover{width: 40px;}
.unit-rating a.r3-unit{left: 40px;}
.unit-rating a.r3-unit:hover{width: 60px;}
.unit-rating a.r4-unit{left: 60px;}
.unit-rating a.r4-unit:hover{width: 80px;}
.unit-rating a.r5-unit{left: 80px;}
.unit-rating a.r5-unit:hover{width: 100px;}
.unit-rating a.r6-unit{left: 100px;}
.unit-rating a.r6-unit:hover{width: 120px;}
.unit-rating a.r7-unit{left: 120px;}
.unit-rating a.r7-unit:hover{width: 140px;}
.unit-rating a.r8-unit{left: 140px;}
.unit-rating a.r8-unit:hover{width: 160px;}
.unit-rating a.r9-unit{left: 160px;}
.unit-rating a.r9-unit:hover{width: 180px;}
.unit-rating a.r10-unit{left: 180px;}
.unit-rating a.r10-unit:hover{width: 200px;}

.unit-rating li.current-rating {
	background: url('../templates/frontend/darkdayz/images/starrating.gif') left bottom;
	position: absolute;
	height: 20px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
	}

.voted {color:#999;}
.thanks {color:#36AA3D;}
.static {color:#5D3126;}


