/* 	
	Soviet Theme 
	Modified 2005-02-14 by Juan Manuel Enrique Mu�do (http://www.jmenriquem.tk/)
        Modified 2004-01-20 by Alex King (http://www.alexking.org/)

	based on:
	Blue Style by Alex King || http://www.alexking.org
	Default WordPress by Dave Shea || http://mezzoblue.com
	Modifications by Matthew Mullenweg || http://photomatt.net
	This is just a basic layout, with only the bare minimum defined.
	Please tweak this and make it your own. :)
*/

a {
	color: #A30000;
}

a img {
	border: none;
}

a:visited {
	color: #cc9966;
}

a:hover {
	color: #cc9966;
}

acronym, abbr {
	border-bottom: 1px dashed #333;
}

acronym, abbr, span.caps {
	cursor: help;
	font-size: 90%;
	letter-spacing: .07em;
}

blockquote {
	border-left: 5px solid #ccc;
	margin-left: 1.5em;
	padding-left: 5px;
}

body {
	/*
	border: solid 3px #369;
	border-bottom: solid 1px #369;
	border-top: solid 5px #369;
	*/
	font-family: Arial, Helvetica, Verdana, Geneva;
	margin: 0;
	padding: 0;
	background-color: white;
	color: black;
}

cite {
	font-size: 90%;
	font-style: normal;
}

h2 {
	border-bottom: 1px dotted #ccc;
	font: 80% sans-serif, Arial, Helvetica;
	letter-spacing: 0.2em;
	margin: 15px 0 2px 0;
	padding-bottom: 2px;
}

h3 {
	border-bottom: dotted 1px #eee;
	font-family: sans-serif, Arial, Helvetica;
	margin-top: 0;
}

ol#comments li p {
	font-size: 100%;
}

p, li, .feedback {
	font: 80%/125% sans-serif, Arial, Verdana, Geneva;
	letter-spacing: 100%;
}

.credit {
	background: #A30000;
	border-top: solid 1px #9cf;
	color: #fff;
	font-size: 11px;
	margin: 10px 0 0 0;
	padding: 3px;
	text-align: center;
}

.credit a:link, .credit a:hover, .credit a:visited {
	color: white;
}

.feedback {
	color: black;
	text-align: right;
}

.meta {
	font-size: .75em;
}

.meta, .meta a {
	color: #A30000;
	font-weight: normal;
	letter-spacing: 0;
}
.meta ul {
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
}

.meta li {
	display: inline;
}

.storytitle {
	margin: 0;
}

.storytitle a {
	text-decoration: none;
}

#commentform input, #commentform textarea {
	background: #eeeeee;
	border: 1px solid #999;
}

#commentform textarea {
	width: 100%;
}

#content {
	margin: 30px 13em 0 3em;
	padding-right: 60px;
}

#header {
	background: url('images/estrellaroja.png') top right no-repeat #A30000;
	font: normal 230% sans-serif, 'Times new Roman' Times;
	color: white;
	letter-spacing: 0.2em;
	margin: 0;
	padding: 15px 10px 15px 30px;
	text-align: left;
}

#header a {
	color: #fff;
	text-decoration: none;
}

#header a:hover {
	color: black;
	text-decoration: none;
}

#menu {
	background: #fffaf0;
	border-left: 1px solid #A30000;
	border-bottom: 1px solid #A30000;
	/*
	border-top: 5px solid #369;
	*/
	padding: 20px 0 10px 20px;
	position: absolute;
	right: 0px;
	top: 95px;
	width: 11em;
}

#menu form {
	margin: 0 0 0 13px;
}

#menu input {
	background: #eeeeee;
	border: 1px solid #999;
}

#menu ul {
	color: black;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding-left: 3px;
}

#menu ul li {
	font: bold normal 100% sans-serif, verdana, times;
	color: #A30000;
	letter-spacing: 100%;
	margin-top: 10px;
	padding-bottom: 2px; /*border-bottom: dotted 1px #ccc;*/
}

#menu ul ul {
	list-style-type: none;
	font-variant: normal;
	font-weight: normal;
	line-height: 100%;
	margin: 0;
	padding: 0;
	text-align: right;
}

#menu ul ul li {
	border: 0;
	font: normal 70% sans-serif, Helvetica, Verdana, sans-serif;
	letter-spacing: 100%;
	margin-top: 0;
	padding: 0 0 1px 16px;
	text-indent: -4px;
}

#menu ul ul li a {
	color: black;
	text-decoration: none;
}

#menu ul ul li a:hover {
	color: #A30000;
	text-decoration: underline;
}