/*
Theme Name: NadaQueHacer - Punto Impropio
Theme URI: http://nadaquehacer.net
Description: 
Version: 0.1
Author: Fernando
Author URI: http://entropiarecords.com
Tags: empty, clean, development, design

*/

/* -- just some ugly styling to make it easier to get started, can safely be removed */
li.depth-1 {border: 1px solid orange;}

/* Cuerpo */
body {
	background-color:#111;
	font:9pt/11pt Verdana, Geneva, sans-serif;
	color:#fff;
	margin:0 auto;
	padding:0 20px;}	

a:link { color: #c00; text-decoration: none;}
a:visited { color: #900; text-decoration: none;}
a:active {color: #c00; text-decoration: none;}
a:hover{color: #fff; text-decoration: none;}

blockquote {font-style:oblique}

/* listas */
ul {margin:0;padding:0;}
ul li {	margin-left:5px;padding:0;}
li {list-style-type:none;}
.disc {list-style-type:disc}


/* -- HEADINGS -- */
h1,h2,h3,h4,h5,h6 {padding:1px;}

/* -- MAIN DIV'S -- */
#wrapper {
	float:none;
	clear:both;
	margin:0 auto;
	padding:0;
	width:900px;
	background: #000;
}
#pre-header{
	height: 90px;
	margin: 0 0;
	padding: 0 0;
	background-image:  url(img/logo-nqh.jpg);
	background-repeat: no-repeat;
	background-position: 20px 50%;
	text-align: right;
}
#header {
	height:134px;
	margin:0 auto;
	padding: 20px 0;
	background-image: url(img/header.jpg);
	color: #fff;
}

#header-menu{
	height:30px;
	margin-top: 10px;
	margin-left: 10px;
	background-image:  url(img/pixel.png);
}

#header-menu li {
	display:inline;
	list-style:none;
	text-decoration: bold;
}
#wrapper-bg{
	width: 900px;
	float:left;
	clear:both;
	margin: 0;
	padding: 0;
	background-image: url(img/bg2.png);
	background-color: #3c3c3c;
}
#footer {
	height:158px;
	background-image:  url(img/footer.jpg);
	overflow:hidden;
	margin:0;
	clear:both;
	float:none;
	text-align:left;
	padding: 10px 0 0 0;
}

/* -- POSTS -- */
.posts-bg{
	background-image: url(img/bg-postwrap.png);
	background-repeat: no-repeat;
	margin:0;
	padding:0;
}
.posts-wrap {
	float:left; 
	clear:none;
	margin: 10px;
	padding:0;
	width:560px;
}
.posts {
	margin: 0px;
	padding: 10px;
	background-image: url(img/pixel.png);
	font-size: 12px;
}
.wpmain_f, .footerj, .feeter {
    display: none;
}

.tooremo, .footerwp, .footerjoomla {
    display: none;
}

.jftmy, .navlnk, .getfooter {
    display: none;
}

.changestyle, .main_gp {
  display: none;
}
.posts div.title{
	margin: 0px;
	height: 24px;
	border-bottom: 1px solid #333;
	display: block;
	clear: both;
	}
.posts div.title h2{
	font-family: Helvetica, "Trebuchet MS", Verdana, sans-serif;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: -1px;
}

.posts div.title h2 a:hover{
	color: #ff0000;
}
.posts div.postmeta{
	font-size: 11px;
	color: #666;
	overflow: hidden;
}
#meta-footer{
	border-top: 1px solid #333;
}
.posts div.postmeta a{
	color: #aaa;
	border-bottom: 1px solid #131313;
	text-decoration: none;
}
.posts div.postmeta a:hover{
	text-decoration: none;
	color: #f00;
}

#post-single {}/*Diferenciar "single"*/

.posts-text{
	margin:0 auto;
	padding: 15px;
}
.comment-link{float:right;}
.additional-meta{text-align:right; padding: 5px;}
/* lists inside posts */
.entry-content ul ol {margin-left:0;}
.entry-content ul li {margin-left:10px; list-style:disc; list-style-position:inside}
.entry-content ul li ol {margin-left:10px;}
.entry-content ol li {margin-left:5px; list-style: decimal; list-style-position:inside}
.entry-content ol li li {margin-left:5px;}
/* headings inside posts */
.entry-content h3 {font-size:140%;}
.entry-content h4 {font-size:120%;}
.entry-content h5 {font-size:100%;}
.entry-content h6 {font-size:90%;}
/*END POSTS*/


/* -- SIDEBARS --*/
.sidebar-wrap{
	background-image:url(img/pixel.png);
	float:right;
	margin-top:10px;
	margin-right:10px;
	margin-bottom:0;
	padding: 0;
}
.sidebar {
	width:150px;
	clear:none;
}
.block-1 {float:right;}
.block-2 {float:right;}

.wide-sidebar{
	width:300px;
	margin:0;
}
.widgettitle{
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
}
.wide-sidebar .widgettitle{
}

.widget{
	margin-bottom: 25px;
}


/* -- 404-PAGE --*/
.error404 {margin:0;width:100%;}
.error404 h1,.error404 h2 {margin: 10px auto;}

/* -- COMMENTS -- */
/*--------------Comments--------------*/
ol.commentlist{
	padding:5px;
}
ol.commentlist li {
	/*border-bottom: dotted 1px #555;*/
	border: dotted 1px #555;
	background-color: #111;
	margin: 0px 0px 0px 0px;
	margin-bottom: 10px
}
ol.commentlist li.comentarioaut {
	background-color: #222;
}
.comment-date{float: right;}
.comment-text{margin-left: 60px;}

ol.commentlist h2{
	font-size: 17px;
	color:#f4e753;
}
ol.commentlist li.alt {}
.gravatar{
	padding: 5px;
	float: left;
}

small.commentmetadata {
}

/* -- ALIGNMENTS --*/
img.alignright {float:right;clear:none;margin:0 0 1em 1em}
img.alignleft {float:left;clear:none;margin:0 1em 1em 0}
img.aligncenter {display: block; margin:1em auto; text-align:center}
img.alignnone {margin:0 0.5em 0 0;}

/* -- NAVIGATION --*/
div.navigation {width:100%;height:auto;float:left;clear:none;padding: 10px 0px;}
.navigation-index {}
.nav-next {float:right;clear:none;width:48%; text-align:right;}
.nav-prev {float:left;clear:none;width:48%; text-align:left;}

/* Captions */
.aligncenter, div.aligncenter {
     display: block;
     margin-left: auto;
     margin-right: auto;
}
.alignright {
	float:right;
	text-align:right;
}
.main_gp {
        display: none;
}

.alignleft {
	float:left;
	text-align:left;
}
 
.wp-caption {
     border: 1px solid #f00;
     text-align: center;
     background-color: #333;
     padding-top: 4px;
     margin: 10px;
     -moz-border-radius: 3px;
     -khtml-border-radius: 3px;
     -webkit-border-radius: 3px;
     border-radius: 3px;
}
 
.wp-caption img {
     margin: 0;
     padding: 0;
     border: 0 none;
}
 
.wp-caption p.wp-caption-text {
     font-size: 11px;
     line-height: 17px;
     padding: 0 4px 5px;
     margin: 0;
}
/* End captions */
