/*  
Theme Name: I feel dirty
Theme URI: http://studio.st/i-feel-dirty/
Description: A clean but dirty template by <a href="http://studio.st/">Studio ST</a>
Version: 1.0
Author: The studio ST team
Author URI: http://studio.st/
*/

* {
	margin: 0px;
	padding: 0px;
	}
body {
	background: #2c2c2c url(img/bodybg2.gif) no-repeat top center;
	color: #000;
	font-size: 11px;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	}
img {
	border: 0px;
	}
.cnt {
	width: 760px;
	background-color: #fff;
	margin: 20px auto 30px;
	}

/* ---------------------------------- table ------------------------------------- */

.row { 
	display:block; 
	height:100%; 
	white-space:nowrap; 
	clear:left; 
	}

.cell { 
	display:block; 
	float:left; height:100%; 
	width: 49%; 
	white-space: normal;
	}

.table { 
	display:block; 
	width:100%; 
	}

/* ------------------------------------------------------------------------------
								header 				

				             
------------------------------------------------------------------------------ */
.header{
	background: url(img/headerbg.jpg) no-repeat;
	width: 760px;
	height: 143px;
	float: left;
	}

.head1 {
	width: 485px;
	padding: 40px 15px 0 0;
	text-align: center;
	float: left;
	display: inline-block;
	opacity: 0.0;
        filter: alpha(opacity = 0);
}
.header h1 a {
	color: transparent;
	text-decoration: none;
}
.header h1 a:hover {
	text-decoration: none;
}
.header h1 {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: normal;
	letter-spacing: -1px;
	margin-bottom: 0px;
}
.description {
	color: transparent;
	font-size: 12px;
}
.head2 {
	width: 260px;
	float: left;
}
.head2 p {
	color: #000;
	padding: 0 32px;
	font-size: 12px;
	line-height: 16px;
}
.head2 h3 {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: normal;
	letter-spacing: -1px;
	margin-bottom: 5px;
	padding: 15px 0 0 30px;
	text-transform: lowercase;
}


/* ------------------------------------------------------------------------------
								main 				

	                         
------------------------------------------------------------------------------ */
.main {
	width: 760px;
	}
.content {
	background: #fff;
	padding: 20px 0 0 15px;
	float: left;
	width: 745px;
	margin-right: 17px;
	}
.tablemain {
	width: 500px;
	font-size: 12px;
	margin-left: auto;
	margin-right: auto;
	}
.game {
	font-size: 14px;
	}

.content a {
	color: #9b0e0e;
	}
.navigation {
	font-size: 14px;
	margin-bottom: 15px;
	}
.post {
	margin-bottom:30px;
	} 
.posttitle {
	margin-bottom: 15px;
	}
.post h2 {
	color: #650000;
	font-size: 26px;
	font-weight: normal;
	letter-spacing: -1px;
	}
h2.pagetitle {
	color: #650000;
	font-size: 22px;
	font-weight: normal;
	letter-spacing: -1px;
	margin-bottom: 15px;
	}
.post h2 a {
	color: #650000;
	text-decoration:none;
	}
.post h2 a:hover {
	border-bottom: 1.5px dashed #000;
}
.post small {
	color: #000;
	display: block;
	margin-bottom: 15px;
	}
.post p {
	font-size: 14px;
	margin-bottom: 15px;
	line-height:21px;
	}
.post blockquote {
	color: #000;
	padding: 15px 0 0 42px;
}
.post ul {
	list-style-type: none;
	font-size: 14px;
	margin-bottom: 15px;
	}
.post ul li {
	background: url(img/bullet02.gif) no-repeat 0px 5px;
	margin-bottom: 5px;
	padding-left: 17px;
	}
p.postmetadata {
	font-size:11px;
	margin:3px 0;
	}

	
	
/* ------------------------------------------------------------------------------
								footer 				

				             
------------------------------------------------------------------------------ */
.footer {
	background: url(img/footerbg3.gif) no-repeat;
	width: 730px;
	height: 120px;
	padding: 0px 15px 0;
	color: #fff;
	font-size: 11px;
	display: block;
	float: left;
	}
p.foot1 {
	padding-top: 25px;
}
p.foot2 {
	padding-top: 25px;
	float: right;
	text-align: right;
	margin-right:5px;
}

p.foot3 {
	margin-left: auto;
	margin-right: auto;
	}


.footer a {
	color: #fff;
	text-decoration:none;
	}
.footer a:hover {
	text-decoration:uppercase;
	}

.foot2 a:hover {
	background-color: transparent;
	text-decoration:underline;
	}
	




/* ------------------------------ clear ------------------------------ */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both;
    visibility: hidden;
}