/*
Theme Name: Kairoi
Theme URI: http://www.kairoi.net/
Description: Tema para la web de Kairoi, creada por Alfaweb www.alfawebcr.com
Version: 1.0
Author: Fabian Vargas
*/
/*-----Reset General-----------*/
*{margin:0; padding:0;}

body{
	background: #000 url(images/bg-web.jpg) no-repeat center top;
	font: 62.5%/1.6em Verdana, Arial, Helvetica, sans-serif;
	color: #2f3740;
}

p{font-size:1.2em; margin-top:5px; margin-bottom:5px;}
.limpia{clear:both;}

#wrap{width:550px; margin:15px auto;}
/*------Header------*/
#header{width:550px; height:162px; margin-bottom:10px;}
h1{width:163px; height:162px; float:left;}
h1 a{
	width:163px;
	height:162px;
	display:block;
	text-indent:-10000em;
	background: url(images/h1-kairoi.gif) no-repeat;
}

.tops{width:550px; height:60px; background: url(images/top-cuerpo.gif) no-repeat bottom;}
#container{
	width:510px;
	background: url(images/body-cuerpo.gif) repeat-y;
	padding:20px;
}

/*-----------Post----------*/
.post{margin-bottom:20px;}

.post h2 a{font-size:1.4em; text-decoration:none; margin-bottom:20px; color:#9c774b;}
.fecha{
	width:46px;
	height:53px;
	background: url(images/bg-fecha.gif) no-repeat;
	color:#E0E0E0;
	margin:10px 15px 15px 0;
	float:right;
	text-align:center;
}

.entry{padding:15px;}
.entry img{border:1px solid #000; padding:2px;}

.postmetadata{width:100%; display:block; height:20px; text-align:right; font-size:0.9em; font-weight:bold;}

.flashtitle {text-align: left;}

#sidebar{
	width:490px;
	height:140px;
	background: #bdbcbb;
	border-top:4px solid #000;
	border-bottom:4px solid #000;
	padding:30px;
}
#footer{
	width:550px;
	height:31px;
	padding-top:50px;
	padding-bottom:10px;
	background: url(images/bottom-cuerpo.gif) no-repeat center bottom;
	color:#fff;
	text-align:center;
}

