/*
	Theme Name: Sleaze Hunter
	Theme URI: http://www.sleazehunter.com/
	Description: Sleaze Hunter
	Version: 1.0
	Author: Diego Peralta
	Author URI: http://www.bahiastudio.net
*/

/*
	Reset
*/

* {
	padding: 0;
	margin: 0;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img { 
	border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}

ol,ul {
	list-style: none;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,q:after {
	content: '';
}

abbr,acronym { 
	border: 0;
}

:focus {
	outline: none;
}

/*
	Global
*/

html {
	height: 100%;
}

body {
	background: url('img/bg-body.gif') left top;
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	height: 100%;
}

* html #wrapper {
	height: 100%;
}

h1 {
	margin: 0;
	padding: 0;
}

h2 {
	font-size: 123.1%; 
}

h3 {
	font-size: 108%;  
}

h1,h2,h3,h4,h5,h6,strong {
	font-weight: bold; 
}

abbr,acronym {
	border-bottom: 1px dotted #ae53c3;
	cursor: help;
} 

em {
	font-style: italic;
}

blockquote,ul,ol,dl {
	margin: 1em;
}

ol,ul,dl {
	margin-left: 2em;
}

ol li {
	list-style: decimal inside;	
}

ul li {
	list-style: disc outside;
}

dl dd {
	margin-left: 1em;
}
th,td {
	border: 1px solid #000;
	padding: .5em;
}

th {
	font-weight: bold;
	text-align: center;
}

caption {
	margin-bottom: .5em;
	text-align: center;
}

p,fieldset,table {
	margin-bottom: 1em;
	line-height: 1.5em;
}

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

small {
	font-size: 11px;
}

/*
	Estructura
*/

#wrapper {
	background: url('img/bg-wrapper.gif') no-repeat center bottom;
	width: 100%;
	height: 100%;
	height: auto !important;
	min-height: 100%;
}

#main {
	background: #eb95b2 url('img/bg-main.gif') repeat-x left top;
	margin: 23px auto 0;
	padding: 0 0 16px 0;
	position: relative;
	width: 970px;
	z-index: 1;
	border: 1px solid #000;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#header {
	width: 936px;
	margin: 16px auto;
	height: 287px;
}

#container {
	width: 936px;
	margin: 0 auto;
}

#sidebar-left {
	width: 186px;
	float: left;
}

#content {
	width: 529px;
	float: left;
	margin: 0 0 0 16px;
}

#sidebar-right {
	width: 186px;
	float: right;
}

#footer {
	height: 69px;
}

/*
	Header
*/

.header-1 {
	background: url('img/bg-header-1.gif') no-repeat left top;
}

.header-2 {
	background: url('img/bg-header-2.gif') no-repeat left top;
}

.header-3 {
	background: url('img/bg-header-3.gif') no-repeat left top;
}

.header-4 {
	background: url('img/bg-header-4.gif') no-repeat left top;
}

#header h1 {
	position: relative;
	top: 92px;
	left: 50px;
	width: 202px;
	height: 110px;
}

#header h1 a {
	display: block;
	text-indent: -9999em;
	width: 202px;
	height: 110px;
}

/*
	Sidebar
*/

.sidebar {
	background: url('img/sidebar-bottom.gif') no-repeat left bottom;
	padding: 0 0 10px 0;
}

.sidebar-content {
	background: #FFF;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	margin: 0 0 -1px 0;
	padding: 26px 0 1px 0;
}

.sidebar-box {
	margin: 0 0 12px 0;
	padding: 0 11px;
}

.sidebar-box-last {
	margin: 0 0 1px 0;
	padding: 0 11px;
}

.sidebar h2 {
	background: url('img/sidebar-title.gif') no-repeat left top;
	font-size: 24px;
	font-weight: normal;
	color: #FFF;
	text-align: center;
	padding: 2px 0 0 0;
	height: 28px;
}

.sidebar h3 {
	color: #bd3476;
	margin: 0 0 12px 0;
}

.sidebar h3:after {
	content: " »";
}

.sidebar ul {
	width: 163px;
	padding: 0;
	margin: 0;
	border-top: 1px solid #e7d7e1;
}

.sidebar ul li {
	list-style: none;
	background: #faf0f7;
	border-bottom: 1px solid #e7d7e1;
	padding: 2px 10px;
}

.sidebar ul li a {
	color: #c214e8;
	text-decoration: none;
	font-size: 11px;
}

.sidebar ul li a:hover {
	color: #90478f;
}

.sidebar #s {
	width: 120px;
	background: #faf0f7;
	border: 1px solid #c1b7be;
	height: 17px;
	margin: 0 5px 0 0;
	color: #76013e;
}

.sidebar #searchsubmit { 
	position: relative;
	top: 1px;
	background: #faf0f7;
	border: 1px solid #c1b7be;
	font-size: 11px;
	color: #76013e;
	font-weight: bold;
	height: 19px;
}

/*
	Content 
*/

.post {
	position: relative;
	background: #FFF;
	border: 1px solid #cccccc;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	margin-bottom: 3em;
}

.post-title {
	background: url('img/post-title.gif') no-repeat right top;
	height: 30px;
	color: #FFF;
}

.post-title h2 {
	font-size: 22px;
	font-weight: normal;
	padding: 2px 10px 0px 40px;
	text-align: center;
}

.post-title h2 a {
	color: #FFF;
}

.title-star {
	width: 54px;
	height: 54px;
	background: url('img/title-star.png') no-repeat left top;
	position: absolute;
	top: -14px;
	left: -10px;
}

.post hr {
	background: #FFF url('img/hr-dotted.gif') repeat-x left top;
	border: 0px solid transparent;
	height: 1px;
	margin: 22px 0 0 0;
	padding: 22px 0 0 0;
}

.entry {
	padding: 22px 20px 0;
}

.meta-info {
	color: #ff217a;
	font-weight: bold;
}

.meta-date {
	color: #01b19a;
}

.meta-permalink {
	padding: 0 0 0 70px;
}

/*
	Comments
*/

#comments, .navigation {
	margin: 30px 0 0 0;
	position: relative;
	background: #FFF;
	border: 1px solid #cccccc;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	padding: 20px;
}

#comments h3 {
	font-size: 16px;
	margin-bottom: 1em;
	padding-bottom: 5px;
	border-bottom: 1px dotted #CCC;
}

#author, #email, #url {
	font-family: "Arial", Helvetica, sans-serif;
	background: #faf0f7;
	border: 1px solid #c1b7be;
	font-size: 11px;
	color: #76013e;
	font-weight: bold;
	padding: 3px;
	margin-right: 5px;
}

#commentform textarea {
	font-family: "Arial", Helvetica, sans-serif;
	width: 485px;
	background: #faf0f7;
	border: 1px solid #c1b7be;
	font-size: 11px;
	color: #76013e;
	font-weight: bold;
	padding: 3px;
}

#comments .avatar {
	float: right;
	padding: 4px;
	border: 1px solid #d8d8d8;
}

#comments .avatar img {
}

#comments .says {
	display: none;
}

#comments .commentmetadata a {
	color: #666;
}

ol.commentlist {
	margin: 0 0 3em 0;
	padding: 0;
}

ol.commentlist  li {
	padding: 10px;
	border-bottom: 1px dotted #c1b7be;
	list-style: none;
	line-height: 1.5em;
}

ol.commentlist  li p {
	margin: 1.6em 0 1em;
}

/*
	Clases
*/

.alignleft {
	text-align: left;
}

.alignright {
	text-align: right;
}

.aligncenter {
	text-align: center;
}

.hidden {
	display: none;
}

/*
	Clearfix
*/

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}