/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
*{
margin:0;
padding:0;
font-family:georgia,arial,sans-serif;
}
body{
background:#0f1110 url('i/bf.jpg') top left repeat-x;
}
a{
color:#fff;
}
p{
font-size:14px;color:#000000;
}
#dios{
width:960px;
margin:0 auto;
}
	
#header{
height:76px; 
}
h1 {
padding-top:12px;
}
h1 a{
display:block;
width:270px;
height:63px;
background:url('i/h1.jpg') top left no-repeat;
overflow:hidden;
text-indent:-2000px;
}

#contenido{
padding-top:34px;
background:url('i/bgcontenido.jpg') top left no-repeat; 
}
.post{
	width:439px; 
	height:142px;
	border:2px solid #67747f;
	position: relative;
	overflow: hidden;
	padding-left:3px;
	float:left;
	margin:0px 15px;
	margin-bottom:40px;
 }
.post h2{
	font-size:18px;
	color:#ccccff;
}
.post img{
	position: absolute;
	bottom: 0px;
	left: 0px;
}
.post p{
	font-size:15px;
	color:#d3d3d3;
	line-height:20px;
	padding-right:5px;
	margin-top:5px;
	margin-bottom:5px;
	padding-top:0px;
}
.post a{
	font-size:12px;
	color:#c75757;
	text-decoration:none;
}
.post a:hover{
	color:#ccccff;
}

#post-4{
	background:url('i/hielobg.jpg') no-repeat;
}
#post-11{
	background:url('i/peerrobg.jpg') no-repeat;
}
#post-16{
	background:url('i/darraidoubg.jpg') no-repeat;
}
#post-31{
	background:url('i/vargasbg.jpg') no-repeat;
}
#post-28{
	background:url('i/emuanimebg.jpg') no-repeat;
}
#post-25{
	background:url('i/scdbg.jpg') no-repeat;
}
#footer{
text-align:center;
height:20px;
color:#ccc;
font-size:14px;
}
#footer a{
	color:#ccc;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}

form p{
color:#fff;
}

/* 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 */
