/* @group clearfix */

.clearfix {  
	display: inline-block; 
	 
}

.clearfix:after {
	content: ".";  
	display: block;  
	clear: both;  
	visibility: hidden;  
	line-height: 0;  
	height: 0;  
}  
html[xmlns] .clearfix {  
	display: block;  
}  
* html .clearfix {  
	height: 1%;  
}



/* @end */

/* @group Utility */

/* Remove borders on FFox images */

img {
	border-style: none;
}

/* Generic floating */

.left {
	float: left;
}

.right {
	float: right;
}



/* @end */

/* @group Global Text Styling */

p {
	margin-top: 0;
	margin-bottom: 5px;
}

a {
	color: #ff0154;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

hr {
	border-color: #b8b8b8;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

.notifier {
	display: block;
	background-color: #4b0019;
	padding: 5px;
	margin: 5px;
	font-size: 12px;
}

.notifier h1 {
	font-size: 17px;
	margin-top: 4px;
	border-bottom: 1px solid #9d0136;
	padding-bottom: 3px;
}

.notifier div {
	float: left;
}

.notifier div a:hover {
	text-decoration: underline;
}



/* @end */

/* @group Layout */

body {
	background: #000 url(../images/bg-nav.gif) repeat-x;
	font: 0.8em "Lucida Grande", Lucida, Verdana, sans-serif;
	color: white;
}

.header {
	width: 978px;
	height: 60px;
	
	margin-left: auto;
	margin-right: auto;
	
}

.nav {
	width: 978px;
	background-color: #000;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #464646;
	
}

.search {
	width: 973px;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/bg-nav.gif) repeat-x;
	color: white;
	text-align: right;
	padding-right: 5px;
	border: 1px solid #464646;
	border-top-style: none;
}

.main {
	width: 978px;
	margin-left: auto;
	margin-right: auto;
	background-color: #111;
	
	border-top-style: none;
}

div.threeColA1 {
	float:left;
	width:662px;
	background-color: #111111;
}

div.threeColA2 {
	float: left;
	width: 170px;
	background-color: #111;
	text-align: center;
	padding-top: 20px;
}

div.threeColA3 {
	float: left;
	width: 312px;
	background-color: #710127;
}

.footer {
	text-align: center;
	width: 972px;
	background-color: #1b1b1b;
	margin: 0 auto 20px;
	
	padding: 3px;
	color: white;
	font-size: 10px;
}

/* @end */

/* @group Nav */

.nav ul {
	margin: 0;
	padding-left: 0;
}

.nav ul li {
	display: block;
	float: left;
	text-align: center;
	color: white;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	width: 80px;
	border-right: 1px solid #383838;
}

.nav ul li.last {
	
	border-right-style: none;
}

.nav ul li a {
	display: block;
	padding-top: 9px;
	color: white;
	padding-bottom: 9px;
}

.nav ul li a:hover {
	background-color: #262626;
	text-decoration: none;
}

.nav ul li a.on {
	background-color: #282828;
	color: #ff0154;
}



/* @end */

/* @group Search Bar */

.searchbox input {
	background-color: #909090;
	border-style: solid;
	border-width: 1px;
	padding: 3px;
}

.searchbox img {
	position: relative;
	top: 4px;
}



/* @end */

/* @group Plug Listings

.plug {
	margin-bottom: 0;
	display: block;
	background-color: #111;
	margin: 5px;
	padding: 5px;
}

.plug a {
	display: block;
	float: left;
	color: white;
	width: 376px;
}

.plug div {
	float: left;
	width: 100px;
}

.plug div a {
	color: white;
	width: 100px;
}

.plug div a.links:hover {
	background-color: #f1f1f1;
}

.plug div a.links {
	display: block;
	width: 125px;
	font-size: 11px;
	padding-bottom: 3px;
	padding-top: 3px;
	border-bottom: 1px solid #ccc;
}

.plug div a.noline {
	border-bottom: none;	
}

.plug div img {
	background: #fff;
	width: 90px;
	float: left;
	margin-right: 6px;
	margin-bottom: 0px;
	height: 90px;
}

.plug span.h1 {
	margin-top: 0px;
	font-size: 120%;
	margin-bottom: 2px;
	font-weight: normal;
	font-style: normal;
	display: block;
}

.plug span.h2 {
	margin-top: 0px;
	font-size: 90%;
	color: #ff0154;
	font-style: normal;
	font-weight: normal;
	display: block;
	margin-bottom: 1px;
}

.plug span.p {
	font-size: 11px;
	display: block;
	margin-bottom: 5px;
}

.plug div.ratingbox {
	color: white;
	background-image: url(../images/bg-nav.gif);
	float: right;
	padding: 3px;
	width: auto;
}

.plug div.ratingbox a {
	float: none;
	display: inline;
}

.plug div.ratingbox img {
	width: 16px;
	height: 16px;
	float: none;
	display: inline;
	padding: 0;
	margin: 0;
	position: relative;
	top: 3px;
}

.plug div.tagsbox {
	color: #fff;
	float: left;
	padding: 3px;
	width: 240px;
	font-size: 11px;
	line-height: 17px;
}

.plug div.tagsbox a {
	float: none;
	display: inline;
	color: #999;
	padding: 3px;
}

.plug div.tagsbox a:hover {
	color: #fdfdfd;
	background-color: #323232;
}

.plug div.tagsbox2 {
	color: #fff;
	float: left;
	padding: 3px;
	width: 240px;
	font-size: 11px;
	line-height: 17px;
}

.plug div.tagsbox2 a {
	float: none;
	display: inline;
	color: #ff78a5;
	padding: 3px;
}

.plug div.tagsbox2 a:hover {
	color: #fdfdfd;
	background-color: #360012;
}

.plug div.commentsbox {
	float: left;
	padding: 3px;
	width: 240px;
	font-size: 11px;
	line-height: 17px;	
}

.plug div.commentsbox a {
	color: #ff0151;
}

.plug div.commentsbox a:hover {
	text-decoration: underline;
}



/* @end */

/* @group Plug Listings */

.plug {
	margin-bottom: 0;
	display: block;
	background-color: #111;
	margin: 5px;
	padding: 5px;
}



.plug div.ratingbox {
	color: white;
	background-image: url(../images/bg-nav.gif);
	float: right;
	padding: 3px;
	width: auto;
}

.plug div.ratingbox a {
	float: none;
	display: inline;
}

.plug div.ratingbox img {
	width: 16px;
	height: 16px;
	float: none;
	display: inline;
	padding: 0;
	margin: 0;
	position: relative;
	top: 3px;
}




/* @end */

div.threeColA2 img {
}

div.contentblock {
	margin: 5px;
	position:relative;
}

div.contentblock h1 {
	font-size: 16px;
	border-bottom: 1px solid #9d0136;
	color: white;
	padding-bottom: 4px;
}

/* @group Right Column */

div.threeColA3 div.ad {
	margin: 6px;
}

div.chosenblock {
	margin: 6px;
}

div.chosenblock h1 {
	font-size: 16px;
	border-bottom: 1px solid #9d0136;
	color: white;
	padding-bottom: 4px;
}

div.chosenblock img {
	width: 145px;
	height: 105px;
}



/* @end */

/* @group Video */

.video {
	background-color: #4b0019;
}

.video h1 {
	font-size: 13px;
	margin-top: 4px;
	border-bottom: 1px solid #9d0136;
	padding-bottom: 3px;
}

.plug div.commentbox {
	background-color: #1d1d1d;
	display: block;
	width: 464px;
	padding: 6px;
	font-size: 12px;
	margin-bottom: 5px;
}

.plug div.commentbox div {
	display: block;
	background-color: #323232;
	width: 456px;
	padding: 4px;
	margin-bottom: 6px;
	color: #7a7a7a;
}

.plug div.commentbox div span {
	color: #ff014f;
}

.plug div.commentbox div span.grey {
	color: #fff;
}

.plug div img.avatar {
	width: 64px;
	height: 64px;
}



/* @end */

/* @group Pagenav */

div.pagenav {
	margin: 10px 5px 20px;
}

div.pagenav a {
	background-color: #9d0035;
	padding: 5px;
	font-size: 11px;
	color: #3e0014;
	font-weight: bold;
}

div.pagenav a:hover {
	background-color: #1f000a;
	padding: 5px;
	font-size: 11px;
	color: #ea0154;
}



/* @end */

/* @group Forms */

.form {
	font-size: 14px;
	color: white;
}

.form span {
	color: #ea0154;
}

.form input {
	font-size: 14px;
}

.form textarea {
	width: 242px;
}

span.legend {
	color: #ea0154;
	font-size: 11px;
}

.customstyle {font-size:9px}
.customstyle3 {position:relative; float:left; padding: 5px; font-weight: bold }
.customstyle3 a {text-decoration:underline;}
.customstyle3 a:hover {color:#27afcf }

.customtags {
position:absolute; 
left:5px;
 bottom:0px; 
 font-size:9px;  
}
.customtags a:link {text-decoration:none; color:#999999;   }
.customtags a:visited {text-decoration:none; color:#666666;   }



div.titlestyle h1 {
	font-size: 16px;
	border-bottom: 1px solid #9d0136;
	color: white;
	padding-bottom: 2px;
}


/* @end */

/* @group Blog */



/* @end */

/*edited by Marius on 23.10.09 ------------*/
.th, .th * {display:block;width:160; height:120px;}
.th   {float:left; border:1px dashed #fff; margin-right:5px;}
.th:hover  {border:1px dashed #da1222;}

/*edited by Fking on 02.01.10 ------------*/
.th2, .th2 * {width:155; height:116px;}
.th2   { border:1px dashed #fff; }
.th2:hover  {border:1px dashed #da1222;}

.vtitle {margin-bottom:3px; font-size:12px; display:block;}
.post {position:relative; height:130px; float:left; width:310px; padding:7px; background:#161616; margin:0 5px 5px 0; border:1px dashed #2c2c2c;}
.post a {text-decoration:underline;}
.post a:hover {color:#27afcf}

.description   {font-size:11px;}
div.pagenav    {clear:both; padding:5px 0;}


/* -------------------------------------------- */
/* ----------- Pagination: Digg Style --------- */
/* -------------------------------------------- */
	
#pagination-digg li          { border:0; margin:0; padding:0; font-size:11px; list-style:none; /* savers */ float:left; }
#pagination-digg a           { border:solid 1px #9aafe5; margin-right:2px; }
#pagination-digg .previous-off,
#pagination-digg .next-off   { border:solid 1px #DEDEDE; color:#000000; display:block; float:left; font-weight:bold; margin-right:2px; padding:3px 4px; }
#pagination-digg .next a,
#pagination-digg .previous a { font-weight:bold; }	
#pagination-digg .active     { background:#000000; color:#FFFFFF; font-weight:bold; display:block; float:left; padding:4px 6px; /* savers */ margin-right:2px; }
#pagination-digg a:link, 
#pagination-digg a:visited   { color:#000000; display:block; float:left; padding:3px 6px; text-decoration:none; }
#pagination-digg a:hover     { border:solid 1px #FFFFFF; color: #FFFFFF;}

a.watched_title { font-size: 11px; text-decoration:underline;}
a:hover.watched_title { text-decoration:none} 

#mybanner1  {
 position:fixed;
 bottom:0px;
 left:0px;
 
}

#mybanner2  {
 position:fixed;
 bottom:0px;
 right:0px;
 
}


/* .mymenu {
position:fixed;
text-align:center;
bottom:0;
width:100%;

}
 */
.mymenu {
position:fixed;
text-align:center;
bottom:15px;
 height:75px;
 width:490px; 
 background:#161616; 
 left:30%;	
 border:1px dashed #FFFFFF;
 padding:3px;
}

.mymenu img:hover {
border:1px dashed #FFFFFF;

}