/*  
Theme Name: Shogun
Theme URI: http://wordpress.org/
Description: El theme mas rapido del oeste.
Version: 0.1
Author: el noel
*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Helvetica, Arial, Sans-Serif;
	color: #626061;
	background:#151314;
	}
	
#contenedor{
	margin-top:50px;
	width:790px;
	clear:both;	
}

#contenido{
	float:right;
	width:300px;
border-left: 1px solid black;
padding-left: 30px;
	
}

#sidebar{
	float:left;
	width:450px;
}	


.limpia{
	clear:both;
}

.foto{
	float:left;	
}



#sidebar ul li {
list-style-type: none;
text-transform: lowercase;
margin-bottom: 10px;
}

#sidebar ul.menu {
margin-left: 330px;
}
a {
color: #554B4C;
text-decoration: none;
}


.post h2 a {
text-decoration: none;
color: #554B4C;
font-size: 30px;
font-weight: 100;
font-family: georgia, arial, sans-serif;
}

.post {
margin-bottom: 40px;
}


img.separador {
margin-left: 50px;
}