/*  
Theme Name: Negro Naranja
Theme URI: http://www.juegosdb.com
Description: tema negro y naranja
Version: 1.6
Author: Juegos DB
Author URI: http://www.juegosdb.com
*/

/*css para las votaciones*/
.PSR_stars {
		  height: 15px;
		  overflow: hidden;
		  padding: 0;
		  margin: 0;
		}
		* html .PSR_stars .star {
			display: block;
			position: absolute;
			height: 0;
			width: 0;
		}
		.PSR_stars input {
			display: none;
		}
		.PSR_no_star, .PSR_half_star, .PSR_full_star, .PSR_no_voting_star, .PSR_half_voting_star, .PSR_full_voting_star {
		  display: block;
		  float: left;
		  width: 17px;
		  height: 15px;
		  text-indent: -1000em;
		  text-align: left;
		  background-repeat: no-repeat;
		}
		.PSR_no_star {
		  background-image: url(http://kokoromita.com/blog/wp-content/plugins/post-star-rating/img/stars/no_star.gif);
		}
		.PSR_full_star {
		  background-image: url(http://kokoromita.com/blog/wp-content/plugins/post-star-rating/img/stars/full_star.gif);
		}
		.PSR_half_star {
		  background-image: url(http://kokoromita.com/blog/wp-content/plugins/post-star-rating/img/stars/half_star.gif);
		}
		.PSR_no_voting_star {
		  background-image: url(http://kokoromita.com/blog/wp-content/plugins/post-star-rating/img/stars/no_star.gif);
		}
		.PSR_full_voting_star {
		  background-image: url(http://kokoromita.com/blog/wp-content/plugins/post-star-rating/img/stars/full_voting_star.gif);
		}
		.PSR_half_voting_star {
		  background-image: url(http://kokoromita.com/blog/wp-content/plugins/post-star-rating/img/stars/half_voting_star.gif);
		}
		.PSR_votes {
			padding-left: .5em;
		}
		.PSR_moment_scores li {
			position: relative;
			height: 2.2ex;
		  list-style: decimal outside;
		}
		* html .PSR_moment_scores li {
		  list-style: none;
		}
		.PSR_moment_scores .trend_up, .PSR_moment_scores .trend_dw, .PSR_moment_scores .trend_eq {
		  display:block;
		  width: 14px;
		  height: 15px;
		  overflow: hidden;
		  text-indent: -100em;
		  float: left;
		  background-repeat: no-repeat;
			margin-right: .5em;
		}
		.PSR_moment_scores .trend_up {
		  background-image: url(http://kokoromita.com/blog/wp-content/plugins/post-star-rating/img/stars/up_arrow.gif);
		}
		.PSR_moment_scores .trend_dw {
		  background-image: url(http://kokoromita.com/blog/wp-content/plugins/post-star-rating/img/stars/dw_arrow.gif);
		}
		.PSR_moment_scores .trend_eq {
		  background-image: url(http://kokoromita.com/blog/wp-content/plugins/post-star-rating/img/stars/eq_arrow.gif);
		}
		.PSR_moment_scores .PSR_container {
			position: absolute;
			top: 0;
			right: 0;
			width: 21ex;
			text-align: right;
		}

/*  fin Css votaciones*/
* {
	padding: 0; 
	margin:0;
}
p {
	margin: 0.7em 0;
	line-height:1.6em;
}
dl {
	margin:1em 0;
}
dt 
{
	font-weight:bold;
}
dd 
{
	margin:0.5em;
	padding:0;
}
img 
{
	padding:4px 10px 10px 4px;	
	border:0;
	border:2px solid #6F6F6F;
}
img.centro {
   display:block;
   margin:5px auto;
   padding:2px;
}

img.derecha {
    float:right;
    margin:8px;
    padding:2px;		
}
img.izquierda {
   float:left;
   margin:8px;
   padding:2px;	
}

img:hover{
border-color:#FFC133;
}

.wp-smiley, #wpstats {
	background: none;
	border: 0;
	padding: 0;
}
.clear {
	clear:both;
	height:20px;
}
blockquote
{
	background:#2D2D2D none repeat scroll 0 0;
        border:1px solid #FFC166;
        border-width:1px 1px 1px 5px;
        color:#A4A4A4;
        font-size:13px;
        margin:15px auto 25px;
        padding:5px;
        width:90%;
}
fieldset 
{
	border:0;
}
body {
	background-color: #232222;
	margin: 0; 
	font: 76%/1.6em arial, tahoma, sans-serif; 
	color: #868686; 
	text-align: center;
}
a 
{
    text-decoration:none;
}
a:link, a:visited {
	color: #FFC133;	
}
a:hover, a:active {
	text-decoration: none;
        color: #fed983;
}
h1, h2, h3, h4, h5, h6 
{
	font-family: Georgia, Verdana, Arial, Serif;
}


#container {
	margin: 0 auto; 
	width: 960px; 	
	position: relative; 
	text-align: left;
	background-color: #000;
}
input#searchbox[type="text"]:hover {
	border:1px solid #ffd658;
	color: #333333;
	background-color:#adaeae;
}
input#searchbox[type="text"] {
	border:1px solid #CC9933;
	color: #CCCCCC;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:15px;
	height:20px;
	padding-left:5px;
	padding-right:10px;
	padding-top:3px;
	width:230px;
	background-color:#666666;
}

textarea#comentario:hover {
	border:1px solid #ffd658;
	color: #333333;
	background-color:#adaeae;
}
textarea#comentario {
	border:1px solid #CC9933;
	color: #CCCCCC;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:15px;
	padding-left:5px;
	padding-right:10px;
	padding-top:3px;
	background-color:#666666;
}

#navigation {
	background: none; 
	margin: 0 auto; 
	overflow: hidden; 
	width: 960px;
	padding: 1px 1px 0 1px; 
	position: relative; 
	text-align: left;
	font-family: Trebuchet MS,Tahoma, Verdana, Arial, Serif;
}
 html #navigation {
	height: 30px;
}
#navigation ul li {
	float: left; 
	margin: 0 5px 0 0; 
	list-style-type: none;
}
#navigation ul li a {
	border: #3f3f3f 1px solid; 
	border-bottom:none;
	padding: 2px 10px; 
	display: block; 
	font-weight:bold;
	color:#FFF;		
	text-decoration: none;
	background:#3f3f3f;
	letter-spacing:0px;
}
#navigation ul li a:hover, #navigation ul li a:active, #navigation ul li.current_page_item a {
	background: #000;
	color: #FFF;	
	border: #000 1px solid; 
	border-bottom:none;		
}
#navigation ul li.search {
	font-size: 0.9em; 
	right: 0; 
	position: absolute; 
	top: 6px;
}
#navigation ul li.search input#searchsubmit {
	border: #3f3f3f 1px solid; 
	font-size: 0.9em; 
	background: #3f3f3f; 
	margin: 0 0 0 2px; 
	color: #fff; 
	padding: 2px; 		
}
#header {
	clear: both; 
	float: left; 
	margin: 10px 5px; 
	width: 450px;
}
#header h1 
{
	font-size:3em;
	margin:10px 0 0 10px;
	letter-spacing:0px;
	font-weight:normal;
}
#header h1 a {
	text-decoration:none;	
	border:0;
}
#header h2 
{
	margin:5px 0 0 10px;
	font-size:1em;
	font-weight:normal;
	font-family:Tahoma, Verdana, Arial, Serif;
	letter-spacing:0px;
}
#feedarea {
	padding:10px 10px 0 0; 
	float: right; 	
	text-align: right;
}
html #feedarea {
	padding-top: 10px;
}
#feedarea dl dt {
	display: inline; 
	margin-right: 5px; 
	height: 45px;
}
#feedarea dl dd {
	display: inline; 
	margin-right: 5px; 
	height: 45px;
	background:url(img/icon_feed.gif) no-repeat left center;
	padding-left:16px;
}
#headerimage {
	clear: both; 
	background: #000 url(img/misty.jpg) no-repeat 0 0;
	color: #fff; 
	height: 190px;
}
html #headerimage {
	margin-top: 10px;
	margin-bottom:0px;
}
#content {
	margin: 10px 0px 10px 0px; 	
}
html #content {
	height: 1%;
}
#content h3 {
	font-size: 1.9em; 
	font-weight:normal;
	margin: 1em 0 0;
	color: #FAE5C3;	
}
#content h4 {
	font-size: 1.1em; 
	margin: 1em 0 0 0;
}

#content h5 {
	font-size: 1em; 
	margin: 1em 0;
}
#content-main ul 
{
    margin:0 1em;
    padding:0 1em;
    list-style-image:url(img/bullet.png);
}
#content-main ul.asides 
{
	margin:0;
	padding:2em;
	border-bottom:#ddd 1px dotted;
}
#content ol 
{
    list-style-type:decimal;
    margin:1em;
    padding:0 1em;
}
#content-main {
    float:left;
    margin-left:10px;
    margin-right:20px;
    padding-left:0;
    width:680px;
}
#content-pie {
    margin-right:10px;
    margin-bottom: 30px;
    background-color:#363535;
    border:1px solid #5D5C5C;
    padding:5px 0 10px 2em;
}

 html #section-index #content-main {
	margin-right: 20px;
}
#content .post 
{
        background-color:#1D1D1D;
	padding:5px 0 10px 2em;
	border-bottom:#ddd 1px dotted;
}
#content h2 
{
	font-size: 2em; 
	margin: 5px 0 0;	
	font-weight:normal;
	line-height:1.5em;	
	letter-spacing:0px;
}
#content .entry 
{
    margin:1em 0;
    padding-right:1em;
	text-align:justify;    
}
#content .entry a:link, #content .entry a:visited
{
    border-bottom:#963 1px none;    
}
#content .entry a:hover, #content .entry a:active
{
    border-bottom:#963 1px none;    
}

#content .entry strong
{
    color:#FF9C00;
    font-weight:500;    
}

#content .entry em
{
    color:#FF9C00;
    font-weight:200;    
}

#content .post-info , #content .postmetadata
{
	font-size:0.9em;
	color:#999;
	margin:0;
	padding:0 0 5px;	
}
#content .post-info, 
#content h2.pagetitle 
{
	border-bottom:1px solid #FFC166;
        margin-right:30px;

        padding-bottom:1px;
}	
}
#sidebar {
	float: left; 
	width: 250px;
	font-size:0.9em;
}
#sidebar ul
{
	list-style-image:url(img/bullet.gif);
	margin:0px;
	padding:0;
}
#sidebar li 
{
	margin:0px;
	padding-left:2px;

        padding: 0px;
}
#sidebar li li
{
        border-bottom: 2px solid #FFC133;
        padding: 6px;
}
#sidebar li li:hover
{
        border-bottom: 2px solid #FFC166;
        padding: 6px;
        color: #FFC166;
}
}
li.sidebox {
	background-color: #1D1D1D;
	background-color: #171616; 
	margin: 0px;
	border-bottom: 0px solid #FFC166;	
}
li.sidebox ul {
	padding-left:2px;
        background-color: #171616; 
	margin-bottom: 0px;	
}
html li.sidebox {
	padding-bottom: 0px;
}
li.sidebox h2 {
	padding-left:3px;
	background-color: #222222;
	font-weight: normal; 
	font-size: 2em; 
	text-align: left;
	color: #CCCCCC;	
	letter-spacing:0px;
        border-left: 1px solid #000000;
        border-right: 1px solid #000000;
        margin:auto;
}
li.sidebox h2:hover {
	padding-left:3px;
	background-color: #333333;
	font-weight: normal; 
	font-size: 2em; 
	text-align: left;
	color: #FFC166;	
	letter-spacing:0px;
        border-left: 1px solid #FFC166;
        border-right: 1px solid #FFC166;
        margin:0px;
}
li#sidelinks ul
{
	margin:0;
	padding:0;
}
#sidebar li.sidebox p img {
	margin:0;
	padding:3px;
	border:#ccc 1px solid;
	background:none;
}

#footer {
	clear: both; 	
	background-color: #171616; 
	margin: 0 11px 0 11px;
	width: 916px; 	
	text-align: left;
	height: 120px;
	padding: 0 11px 0 11px;
}

#footer p {
	margin-top:50px;
	float: left; 
	width: 50%; 
	line-height: 1.2em;
	color:#999;
}
#footer p.right {
	float: right; 
	margin-top:50px;
	width: 50%; 
	text-align: right;
	font-size: 0.9em; 
	color:#999;
}
#comments, #respond{
	margin: 0;
	padding:1em 0 0 0;
}
#commentform 
{
	margin:10px 0;	
	padding:0 10px;
	background:#171616;
	border-top: #CCC 1px solid;
	border-bottom: #CCC 1px solid;
}
.commentnum 
{
	font-size:1.5em;
	font-weight:bold;	
	margin:0 5px 0 0;
}
#container .commentlist {
	margin: 1em 1em;
	padding: 0;		
	border-top: #CCC 1px solid;
}
.commentlist li 
{
	list-style:none;
	margin: 0;
	padding: 1em 0.5em;	
	border-bottom: #CCC 1px solid;
	
}
.commentlist li.alt 
{
    background:#171616;    
}
.commentlist li.authorcomment 
{
    border:#fc9 1px solid;
}
.commentlist li .cmtinfo 
{
	font-size:1em;		
}
.commentlist li cite 
{
	font-style:normal;
	font-weight:bold;
}
.commentlist li .cmtinfo em 
{
	float:right;
	margin:0;
	padding:0;
	font-style:normal;
	font-size:0.9em;
	color:#999;
}
#content .commentsfeed 
{
	background:url(img/icon_feed.gif) no-repeat left center;
	padding-left:16px;
}
#content .trackback 
{
	background:url(img/link.gif) no-repeat left center;
	padding-left:20px;
}
input.textbox, textarea
{
	border:#ccc 1px solid;
	font:1em Verdana, Arial, Serif;
	padding:2px;
	width:150px;
}
textarea{
	width: 90%;
	padding:10px;
	line-height:2em;
	height: 20em;
}
input.textbox:focus, textarea:focus
{
	background:#fff url(img/shadow_top.gif) repeat-x top;
	border:#999 1px solid;
}
#submit 
{
	padding:2px 5px;
}
.post h4 
{
	font-size:1em;
	font-weight:normal;


	font-family:Verdana, Tahoma, Arial, Serif;
}
.post h4 em

{
	font-style:normal;
	float:right;




	font-weight:normal;
}
#header, #content, #sidebar, #footer, .widget {
    overflow: hidden;
}

.post-meta, .metawrap {
background:#2D2D2D none repeat scroll 0 0;
border:1px solid #333333;
color:#6F6F6F;
font-size:13px;
margin:15px auto 25px;
padding:5px;
}

