/*
Theme Name: WordPress Kristanae
Theme URI: http://www.edinsonrodriguez.com/
Description: Tema diseñado e implementado por Edinson Rodriguez
Version: 1.0 beta
Author: Edinson Rodriguez
Author URI: http://www.edinsonrodriguez.com/

*/



*{
	margin:0;
	padding:0;
	font-family:arial,vernada;
}
body
          {background: #000000 url(i/fondo.jpg);
           background-repeat: no-repeat;
           background-position: center center;
           background-attachment: fixed;}
#contenedor{
	width:980px;
	background:#000;
	margin:0 auto;
}
#header{
	height:182px;
	background:url(i/headerbg.jpg) top left no-repeat;
}
h1 a{
	display:block;
	width:176px;
	height:30px;
	background:url(i/kristanae.jpg) top left no-repeat;
	text-indent:-200px;
	overflow:hidden;
	margin:0 0 0 68px;
}
h1{
	padding-top:29px;
}
#contenido{
	background: #000000 url(i/contenidobg.jpg) top left no-repeat;
}
#left,#right{
	float:left;
}
#left{
	width:662px;
}
.post h2{
	background: url(i/h2bg.gif) top left no-repeat;
	width:662px;
	height:36px;
	padding:53px 0 0 100px;
	font-size:18px;
	color:#4b979d;
}
.post h2 a{
	font-size:18px;
	color:#4b979d;
	text-decoration:none;
}
.post h2 a:hover{
	text-decoration:underline;
}
.post{
	background: url(i/postbg.gif) bottom left no-repeat;
	padding-bottom:18px;
}
.alignleft{
	float:left;
	margin-right:5px;
	margin-bottom:5px;
}
.entry{
	background:#141414;
	width:514px;
	padding:10px 10px;
	margin-left:70px;	
}
.entry p{
	font-size:13px;
	color:#b2b2b2;
	margin-bottom:10px;
}
.post .postmetadata{
	padding-left:120px;
	margin-top:35px;
}
.post .postmetadata p{
	font-size:12px;
	color:#545454;
}
.post .postmetadata p a{
	font-size:12px;
	color:#545454;
	margin-right:10px;
}
#right{
	width:288px;
	padding-top:40px;
	padding-right:30px;
}
#right #sidebar{
	background:#141414;
	padding:10px 5px;
	padding-left:20px;
	color:#727272;
}
#sidebar li{
	list-style:none;
}
#sidebar a{
	text-decoration:none;
	color:#b2b2b2;
	font-size:13px;
}
#sidebar a:hover{
	color:#7d4b9e;
}
#sidebar h2{
	font-size:14px;
	color:#5ec3cb;
	font-weight:normal;
}
.widget{
	margin-bottom:15px;
}	
#footer{
	height:15px;
	background:#141414;
	text-align:center;
}
#footer p{
	font-size:13px;
	color:#616161;
}
#footer p a{
	color:#616161;
}
#comentarios{
	width:520px;
	padding-left:75px;
	padding-top:50px;
}
#comentarios h3{
	color:#51a8af;
	font-size:18px;
}
#comentarios p{
	color:#c9c9c9;
	font-size:12px;
}
.says{
color:#c9c9c9;
	font-size:12px;
}
#comentarios a{
	color:#51a8af;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
}
#comentarios .commentmetadata a{
font-weight:normal;
font-size:12px;
}
#comentarios .commentmetadata{
margin-bottom:10px;
}
.fn{
	color:#51a8af;
	text-decoration:none;
	font-size:14px;
}
.comment {
	background:#141414;
	padding:15px 10px;
	margin:10px 0;
	border:1px solid #24525c;
}
#respond{
	margin:20px 0px;
}
#respond form input{
	margin-bottom:5px;
}
#respond form textarea{
	width:500px;
	height:200px;
	margin-bottom:5px;
}

.pagetitle{
	color:#4d4d4d;
	margin-left:60px;
	padding:0;
}
.navigation{
	padding-left:72px;
	margin-bottom:40px;
}
.navigation .alignleft{
	margin-right:180px;
}
.navigation a{
	font-size:16px;
	color:#193436;
}
.navigation a:hover{
	color:#ccc;
}
/*
hacks
------------ */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
