 /* @URL-style
 	http://isonge.cn/wp-content/themes/Glory/xxx.css
*/

/* ----------------------------------------
Style Name: XXX
Description:XXX Collected
Version: 1.0
Author: isong
Author URI: http://isonge.cn
---------------------------------------- */


/* =0 Reset
 --------------------------------------------------------------------------------------- */
 @import url( reset.css );
/* =1 Global
 --------------------------------------------------------------------------------------- */
 @import url( global.css );
 

body{
	font-family: Arial, Helvetica, Geneva, sans-serif;
	background: #000;
	position:relative;
}

#wrap {
	padding: 20px;
}
/* @group cabecera */



/* @group post */

.grafica{
	float: left;
	margin: 0 8px 8px 0;
	height: 160px;
	width: auto;
	border: 5px solid #fff;
    display:block;
}
.interior .imagen{
	margin: 0;
	width: 100%;
	height: 160px;
	overflow: hidden;	
	clear: both;
}
.imagen, .imagen p{
	float: left;
	margin: 0;
	height: 160px;
	overflow: hidden;
}

.interior .info{
	width: 300px;
	background: #fff;
	overflow: hidden;
	float: left;
}

.grafica .info{
	float: left;
	width: 195px;
	height: 160px;
	background: #fff;
	overflow: hidden;
}
.info .entry_author_image img{
	width: 30px;
	height: 30px;
	overflow: hidden;
    border:none;	
}
.single .info .entry_author_image img{
	width: 48px;
	height: 48px;
	background-color: #fff;
}
.single .info .entry_author_image{
	float: left;
	width: 48px;
	height: 52px;
	background-color: #fff;
}

.info .entry_author_image {
	float: right;
	width: 30px;
	height: 30px;
	background-color: #313133;
}

.info p a {
	color: #ff008e;
	text-decoration: none;
}

.info p strong {
	font-weight: normal;
}
.info p a:hover{
	text-decoration: none;
        background:#000;
        color:#fff;
       
}
/* @end */

/* @group interior_post */

.single {
	padding-left: 40px;
}

#nav_post ul{
	list-style: none;
	padding: 0;
	position: fixed;
	margin: 0;
	top: 70px;
	left: 15px;
}

#nav_post ul li {
	background-color: #fff;	
	font: 13px "Courier New", Courier, mono;
}
#nav_post ul li a{
	text-decoration: none;
	color: #000;
	padding: 8px 12px;
	margin-bottom: 6px;
        height:15px;
}


dl.gallery-item {
	width: 160px;
	margin: 0 0 5px 0;
}

a img.attachment-thumbnail {
	border: none;
}


.interior{
	float: left;
	width: 300px;
	border: 5px solid #fff;
	margin-right: 10px;
	margin-bottom: 10px;
}

#related p.acciones {
	font: normal 11px/13px Arial, Helvetica, Geneva, sans-serif;
	padding: 10px;
	background-color: #e1e7ec;
	width: 350px;
	color: #3d3e3f;
}
#related p.acciones a{
	color: #1a1a1b;
	text-decoration: none;
}
#comentarios {
	width: 300px;
	float: left;
	background-color: #fff;
	border: 5px solid #fff;
	margin-right: 10px;
	margin-bottom: 8px;
}

#comentarios p {
	margin: 5px 0;
	padding:0;
}

#comentarios h4, #related h4, h2.bg {
	margin: 10px 0;
	color: #ff008e;	
}

#related {
	float: left;
        overflow:hidden;
	width: 500px;
}


#related ul.st-related-posts li {
	list-style: none;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	width: auto;
}

#related ul.st-related-posts li a img {
border:none;
	width: auto;
	height: 110px;
	border: 5px solid #fff;
}

#related ul.st-related-posts {
	padding: 0;
	margin: 0;
	width: auto;
}

#commentform, .pagina {
}

#commentform p {
	color: #3d3e3f;
	font: normal 11px/13px Arial, Helvetica, Geneva, sans-serif;
	text-transform: none;
	margin: 5px 0;
}

input#email, input#url, input#author {
	border: none;
	width: 190px;
	height: 23px;
	background: url(img/bgfind.gif) no-repeat;
}

textarea#comment {
	background-color: #c9c9ca;
	width: 290px;
	border: none;
}

#comentario ol li.alt, #comentarios ol li {
	font: normal 11px/13px Arial, Helvetica, Geneva, sans-serif;
	color: #3d3e3f;
	margin-bottom: 15px;
}

ol li small {
	font-size: 10px;
	float: left;
	color: #58595B;	
}
.pagina p, p a{
	font: normal 11px/13px Arial, Helvetica, Geneva, sans-serif;
	color: ##5a5a5a;
}
#comentarios ol {
	list-style: none;
	font-size: 12px;
	margin: 0;
	padding: 0;
	width: 300px;	
}

#comentarios cite a, #comentarios cite {
	font: bold 13px Arial, Helvetica, Geneva, sans-serif;
	color: #ff008e;
    margin: 6px 0;
	text-decoration: none;
}

#commentform p a, .pagina p a{
	color: #222223;
	text-decoration: none;
}
.pagina p a:hover, p a:hover{
	text-decoration: underline;
}



/* @end */

#nav {
	clear: both;
	width: 100%;
	margin: 15px 0 30px 0;
}
#nav p{
	height: 8px;
	font-size: 12px;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	clear: both;
}

#nav p a {
	color: #fff;
	text-decoration: none;
	background-color: #000;
	padding: 7px 10px;
	font-weight: bold;
}

/* @group footer */

#footer{
	clear: both;
	height: 40px;
	padding-left: 40px;
	padding-top: 5px;
}

#footer p {
	font-size: 11px;
	color: #5a5a5a;
}
#footer p a{
	text-decoration: none;
	font-weight: bold;
	color: #5a5a5a;	
}
#footer p a:hover{ color:#ff008e;}

/* @end */

/* @group info_post */

.interior .info .title{
	width: 250px;
}
.info .title{
	float: left;
	width: 127px;
}
.title h3{
	font: bold 13px/14px Arial, Helvetica, Geneva, sans-serif;
	width: 105px;
	float: left;
	margin: 0 5px 8px;
}
.title h3 a{
	color: #ff008e;
	text-decoration: none;
}
.info .title p{
	color: #8c8e92;
	font: normal 11px/13px Arial, Helvetica, Geneva, sans-serif;
	width: 110px;
	height: 13px;
	float: left;
	margin: 7px 0 0 5px;
}
.interior .info p{
	width: 300px;
	margin: 5px 0;
}
.info p{
	color: #58595B;
	font: normal 11px/16px Arial, Helvetica, Geneva, sans-serif;
	width: 195px;
	clear: both;
	margin: 0 0 0 5px;
}
.info small{
	font-size: 11px;
	float: left;
	color: #58595B;
	margin: 0 0 0 5px;
}
.info small a{
	color: #5e5e5e;
	text-decoration: none;
}
.info small a:hover{
	text-decoration: underline;
}
.tool-tip {
font-size: 10px;
font-family:Arial, Helvetica, sans-serif;
text-align:left;
background: #777;
padding:5px;
color:#fff;
}

.gravatar{
	float:left;
	margin:0 5px 0 0;
	border: 1px solid #eee;
}


div.pagination {
	font-size: 12px;
	text-transform: uppercase;
	position: fixed;
	bottom: -70px;
	width: 40px;
	height: 100%;
	right: 14px;
}

div.pagination a {
	width:30px;
    display:block;
	background:#fff;
    float:left;
	color:#000;
	text-decoration: none;
    padding: 5px 0;
    margin:0 0 4px 0;
    text-align:center;
}
div.pagination a:hover, div.pagination a:active {
	width:30px;
        display:block;
	background:#000;
        float:left;
	color:#fff;
	text-decoration: none;
        padding: 5px 0;
        margin:0 0 4px 0;
        text-align:center;
}
.pagination span.current { 
	width:30px;
    display:block;
	background: #eaeaea;
    float:left;
	color:#000;
	text-decoration: none;
    padding: 5px 0;
    margin:0 0 4px 0;
    text-align:center;
} 
div.pagination span.disabled {
	display: none;
}


.imagen a p img, .imagen a img.size-full {
	border: 0;
}
