/* @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: 0px;
	margin-bottom: 5px;
}

a {
	color: #FF0000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

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/backgro2.jpg) repeat;
	font: 0.8em "Lucida Grande", Lucida, Verdana, sans-serif;
	color: white;
}

.header {
	width: 995px;
	height: 135px;
	margin-top: 13px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #464646;
        background: #040404;
}
.headsd {width: 995px; float: none; margin-top: 13px; margin-left: auto; margin-right: auto; border: 1px solid #464646; background: #040404;}
.dsh-left   {width: 466px; height:135px;  float: left; background:transparent url(../images/dirty-stain-logo.png) no-repeat;}
.dsh-left h1   {width:466px; height:135px; text-indent: -9999px; font: bold 15px arial;}
.dsh-right {width: 527px; height:135px;  float: right;  background:transparent url(../images/daily.png) no-repeat;}


.nav {
	width: 995px;
	background: #000 url(../images/mainmback.png) repeat-x;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #464646;
	border-top-style: none;
}

.spec {
	width: 995px;
	background: #090909;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #464646;
	border-top-style: none;
        font-weight: bold;
        font-size: 12px;
}

.search {
	width: 995px;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	color: white;
	text-align: right;
	padding-right: 5px;
	border: none;
	border-top-style: none;
}

.main {
	width: 995px;
	margin-left: auto;
	margin-right: auto;
	background-color: #111;
	border: 1px solid #464646;
	border-top-style: none;
}

div.threeColA1 {
	float: left;
	width: 476px;
	background-color: #222222;
}

div.threeColA2 {
	float: left;
	width: 177px;
	background-color: #111;
	text-align: center;
	padding-top: 0px;
}

div.threeColA3 {
	float: left;
	width: 336px;
	background-color: #111;
}

.footer {
	text-align: center;
	width: 900px;
	background-color: #1b1b1b;
	margin: 0 auto 20px;
	border: 1px solid #464646;
	border-top-style: none;
	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: 100px;
	border-right: 1px solid #383838;
}

.nav ul li.last {
	width: 170px;
	border-right-style: none;
}

.nav ul li a {
	display: block;
	padding-top: 9px;
	color: white;
	padding-bottom: 9px;
}

.nav ul li a:hover {
	background: #262626 url(../images/mainmback1.png) repeat-x;;
	text-decoration: none;
}

.nav ul li a.on {
	background: #282828 url(../images/mainmback1.png) repeat-x;;
	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;
}

#tmf                {padding:0px; margin: 1px 0 4px 0px; text-decoration: none;}
#tmf  h2         {font: bold 12px Arial, Helvetica, sans-serif; color: #f3f3ed; text-align: center;}
#tmf  h2 a          {font: bold 12px Arial, Helvetica, sans-serif;line-height: 13px;  text-align: center; }
#ttf  h2 a:hover    {font: bold 12px Arial, Helvetica, sans-serif; text-align: center; }


/* @end */

/* @group Plug Listings */
.titleid      { padding: 0 0 0 0px;}
.titleid  h1 {font: bold 15px Tahoma; color: #FF0000; text-decoration: underline; text-align: left; margin: 0px 0px 0px 4px;}
.titleid  p {font: normal 12px Tahoma, sans-serif; color: #D5D5D5; text-decoration: none; text-align: left; margin: 5px 0 0 4px;}
.plug {
	margin-bottom: 0;
	display: block;
	background: #090909 url(../images/bg-nav.gif) repeat-x;
	margin: 3px;
	padding: 5px;
}

.plug a {
	display: block;
	float: left;
	color: #FF0000;
	width: 290px;
}

.plug a:hover {
	color: #FF0047;
	text-decoration: underline;
}

.plug div {
	float: left;
	width: 166px;
}

.plug div a {
	color: white;
	width: 166px;
}

.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: 160px;
	float: left;
	margin-right: 6px;
	margin-bottom: 0px;
	height: 120px;
	border-style: solid;
	border-width: 2px;
	border-color: #000;
        color: #626262;
}

.plug div img:hover {
	border-color: #B10136;
}

.plug span.h2 {
	margin-top: 0px;
	font-size: 105%;
	margin-bottom: 15px;
	font-weight: bold;
	font-style: normal;
	display: block;
}

.plug h2 {
        display: block;
        font-size: 110%;
        font-style: normal;
        font-weight: bold;
        text-align: center;
        margin-bottom: 2px;
        margin-top: 4px;
        padding-bottom: 10px;

}

.plug p {
	color: #D5D5D5;
	display: block;
	font-size: 11px;
        font-weight: normal;
	margin-bottom: 5px;
}

.plug span.p {
	margin-top: 15px;
	font-size: 90%;
	color: #ff0154;
	font-style: normal;
	font-weight: normal;
	display: block;
	margin-bottom: 1px;
}

.plug div.ratingbox {
	color: white;
	background-image: url(../images/bg-nav.gif);
	float: left;
	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 {float: left; margin-top:-6px; width: 460px;}


.plug div.tagsbox h3 {color: #fff; font-size: 11px; font-weight: bold; 	line-height: 17px;}

.plug div.tagsbox a {line-height: 17px; float: none; display: inline; color: #FF6600; padding: 2px;}

.plug div.tagsbox a:hover {color: #fdfdfd; background-color: #760130;}


.plug div.tagsbox2 {float: left; padding: 3px; width: 430px; line-height: 17px;}

.plug div.tagsbox2 h3 {color: #fff; font-size: 11px;  font-weight: bold;}

.plug div.tagsbox2 h3 a {float: none; display: inline; color: #999; padding: 3px;}

.plug div.tagsbox2 h3 a:hover {color: #fdfdfd; background-color: #360012;}



.plug div.tagsbox3 {color: #fff; float: left; padding: 3px; width: 288px; font-size: 11px; display: block;}

.plug div.tagsbox3 a {float: none; display: inline; font-weight: bold; color: #888888; padding: 3px;}

.plug div.tagsbox3 a:hover {color: #fdfdfd; background-color: #760130;}

.plug div.tagsbox3 h3 {color: #fff; font-size: 11px; font-weight: normal;}

.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;
}

div.play-now {
        float: right;
}

div.play-now a {
        display: block;
	background: transparent url(http://www.dirtystain.com/images/play_now1.png) no-repeat;
        float: none;
	height: 40px;
	width: 110px;
}

div.play-now a:hover {
        display: block;
	background: transparent url(http://www.dirtystain.com/images/play_now2.png) no-repeat;
        float: none;
	height: 40px;
	width: 110px;
}


/* @end */

div.threeColA2 img {
}

div.contentblock {
        background: #040404;
	margin: 5px;
}

div.contentblock h1 {
	font-size: 16px;
	border-bottom: 1px solid #9d0136;
	color: white;
	padding-bottom: 4px;
}

.preview1 {
	border: 2px solid #000;
	display: block;
	height: 225px;
	width: 300px;
}

.preview1 img {
	display: none;
	height: 225px;
	width: 300px;
}

.preview1:hover img {
	display: block;
	height: 225px;
	width: 300px;
}

.preview2 {
	border: 2px solid #000;
	display: block;
	height: 135px;
	width: 180px;
}

.preview2 img {
	display: none;
	height: 135px;
	width: 180px;
}

.preview2:hover img {
	display: block;
	height: 135px;
	width: 180px;
}

/* @group Right Column */

div.threeColA3 div.ad {
	margin: 6px;
}

div.chosenblock {
	margin: 6px;
}

div.chosenblock h1 {
        background: url(../images/between.jpg) no-repeat;
	font-size: 17px;
        text-align: center;
	color: white;
	padding-bottom: 4px;
}

div.chosenblock img {
	width: 154px;
	height: 117px;
	border-style: solid;
	border-width: 2px;
	border-color: #000;
}

div.chosenblock img:hover {
	border-color: #B10136;
}
#dsv {width: 336px; float: none; margin: 0px 0;}

#dsv .fvidbox {float: left; width: 162px; height: 180px; margin: 4px 0 0 3px;}

#dsv .fvidbox h3 {font: normal 13px "Trebuchet MS", Arial, Tahoma, Verdana; color: #FFFFFF; text-decoration: none; text-align: center; padding: 0 0 0 0px; margin: 1px 0 0 0;}
#dsv .fvidbox h3 a {font: normal 13px "Trebuchet MS", Arial, Tahoma, Verdana; color: #FF0000; text-decoration: none; text-align: center;}
#dsv .fvidbox h3 a:hover {font: normal 13px "Trebuchet MS", Arial, Tahoma, Verdana; color: #FF0047; text-decoration: underline;}
	  
.fvidbox .fvid-pic {padding: 0px 0 0 2px;}
.fvidbox .fvid-pic img {border: 2px solid #000;}
.fvidbox .fvid-pic img:hover { border: 2px solid #FF0047;}

/* @end */

/* @group Video */

.video {
	background-color: #111;
}

.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;
}



/* @end */

/* @seo-text */

div.seo-text {
	font-size: 11px;
	color: white;
}

div.seo-text h1 {
	font-size: 12px;
	color: white;
}

/* @end */

/* @group Blog */



/* @end */

.featured_left img {
	margin-bottom: 4px;
	border-style: solid;
	border-width: 2px;
	border-color: #000;
	width: 160px;
	height: 120px;
}

.featured_left img:hover {
	border-color: #B10136;
}


/* @group Spec */

.spec ul {
	margin: 2px;
	padding-left: 0;
        width: 1004px;
}

.spec ul li {
	display: block;
	float: left;
	text-align: center;
	color: white;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	width: 100px;
	border-right: 1px solid #383838;
}

div.spec h1 {
	font-size: 16px;
	border-bottom: 1px solid #9d0136;
	color: white;
	padding-bottom: 4px;
}

.spec ul li.last {
	width: 170px;
	border-right-style: none;
}

.spec ul li a {
	display: block;
	padding-top: 9px;
	color: white;
	padding-bottom: 9px;
        width: 1004px;
}

.spec ul li a:hover {
	text-decoration: underline;
}

.spec ul li a.on {
	color: #ff0154;
}

.spec img {
        border-style: solid;
	border-width: 2px;
	border-color: #000000;
}

.spec img:hover {
        border-style: solid;
	border-width: 2px;
	border-color: #FF0047;
}


/* @end */

/* @playvid */

div.playvid {
        decoration: none;
}

div.playvid a {
	background-image: url(../images/playvid1.png);
}

div.playvid a:hover {
	background-image: url(../images/playvid2.png);
}

div.tgp{float:left;background-color:#000;}
div.tgpp{float:left;margin-bottom:10px;margin-right:4px;margin-top:10px;width:180px;height:160px;z-index:auto;margin-left:10px;}

/* @end */

