/*  
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/
*/


body {
	background: #000000;
	color: #000;
	font-size: 12px;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; margin: 0px auto;
	}
img {
	border: 0px;
	}
.cnt {
	width: 800px;
	background-color: #fff;
	margin: 0px auto 30px; border-top:#EA2F00 solid 10px; overflow:hidden;
	}


/* ------------------------------------------------------------------------------
								header 								             
------------------------------------------------------------------------------ */
.header{
	width: 800px; height: 253px;
	float: left; background-image:url('layout/reddish/banner.png'); 	}
.head1 {
	width: 800px;
	padding: 40px 15px 0 0;
	text-align: center;
	float: left;
}
.header h1 a {
	color: #9D2000;
	text-decoration: none;
}
.header h1 a:hover {
	text-decoration: underline;
}
.header h1 {
	color: #9D2000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px; /* edited for Coppermine */
	font-weight: normal;
	letter-spacing: -1px;
	margin-bottom: 0px;
}
.description {
	color: #9D2000;
	font-size: 12px;
}


/* ------------------------------------------------------------------------------
								main 					                         
------------------------------------------------------------------------------ */
.main {
	width: 800px;
	}
.content {
	padding: 20px 0 0 15px;
	float: left;
	width: 470px;
	margin-right: 15px;
	overflow-x:auto;
	display: block; 
	}
.content a {
	color: #EA2F00;
	}
	.content a:link, a:visited{
	color: #EA2F00;
	}

.content a:active {
	color: #EA2F00;
	}

.content a:hover{
	color: #9D2000;
	}
.content h1 {
	font-size: 23px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: -1px;
	margin-bottom: 10px;
	text-align: center;
	font-style:italic;
	color: #000000; 
	}	
.content ul {
	list-style-type: none;
	
	margin-bottom: 15px;
	}
.content ul li {
	background: url('gallery/themes/i-feel-dirty/images/bullet02.gif') no-repeat 0px 5px;
	margin-bottom: 5px;
	padding-left: 17px
	}

/* ------------------------------------------------------------------------------
								sidebar 					                     
------------------------------------------------------------------------------ */
.sidebar {
	font-size: 12px;
	float: left;
	width: 254px;
	margin-left: 20px;
	padding: 10px 6px 0 0;
	line-height: 14px;
	}
.bloque1, .bloque2 {
	margin-bottom: 10px;
	}
.bloque1 {
	background: #ffffff;
	}

	.bloque1 h3 {
	color: #9D2000;
	}
.bloque1 h3, .bloque2 h3 {
	font-size: 19px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;text-align:center;
	letter-spacing: -1px;
	margin-bottom: 10px;
	padding: 20px 0 0 0;
	text-transform: lowercase;
	}

.sidebar ul {
	list-style-type: square;
	padding-left: 30px;
	}
.sidebar p {
	line-height: 16px;
}
.sidebar ul li {
	margin-bottom: 5px;
	}
.sidebar ul span {
	color: #000;
	}
.sidebar ul a {
	color: #000;
	text-decoration: none;
	}
.bloque1 ul a {
	border-bottom: 1px dashed #9D2000;
	}
.bloque1 p a, .bloque2 p a {
	color: #000;
	}
.bloque1 ul a:hover, .bloque1 p a:hover {
	background-color: #EA2F00;
	color: #fff;
	border: 0px;
	}
.bloque1 ul {
	color: #999999;
	padding-bottom: 12px;
	}
	
	
/* ------------------------------------------------------------------------------
								footer 								             
------------------------------------------------------------------------------ */
.footer_wp {
	background: #000000;
	width: 800px;
	
	color: #fff;
	font-size: 11px;
	display: block;
	float: left; padding-left:15px; padding-right:15px; padding-top:0px; padding-bottom:0
	}

p.foot2 {
	padding-top: 25px;
	float: right;
	text-align: right;
	margin-right:5px;
}
.footer_wp a {
	color: #fff;
	}
.footer_wp a:hover {
	background-color: #EA2F00;
	text-decoration:none;
	}
.foot2 a:hover {
	background-color: #EA2F00;
	}
	

/* ------------------------------ clear ------------------------------ */
:after.clearfix {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both;
    visibility: hidden;
}
