/* CSS Document */


#header h1, #header h1 a
{
	color: #CC6600; margin-top: 0px; margin-bottom: 8px; font-size: 18px;
}


#content h2, #content h2 a
{
	color: #CC6600; margin-top: 0px; margin-bottom: 8px; font-size: 10px;
}

#content h2, #content h2 .fecha
{
	color: #CCCCCC;
}

#content .post .fecha
{
	font-weight: bold;
	margin-right: 5px;
}


#content
{
}

#content img
{
	border: 1px solid #CCCCCC;
	margin-right: 10px; margin-bottom: 10px;
}

#content .post
{
	border: 1px solid #CCCCCC;
	background-color: #171717;
	padding: 10px; margin-bottom: 10px;
	overflow: hidden; 
	//width: 95%;
}

#content .post h2
{
	margin-bottom: 0px;
}

#content .post p
{
	margin-top: 10px;
}

#content .post .postmetadata
{
	margin-bottom: 0px;
}

#content .navigation 
{
	margin-bottom: 5px;
}

#content textarea
{
	background-color: #1E1E1E;
}


#content input
{
	background-color: #1E1E1E;
	width: 200px; height: 15px;
}


#content .post .postmetadata
{
	color: #3D3D3D;
	clear: both;
}

#content .post .postmetadata a
{
	color: #044D5A;
	text-decoration: underline;
}

#content .post .the_author
{
	color: #044D5A;
}

.kosta
{	
	color: #CCCCCC;
}
.juankar
{	
	color: #FFFF99;
}
.grass
{	
	color: #FF0033;
}
.alberto
{	
	color: #99CC99;
}

