/**
 * mundoutopiko.css
 */

/**
 * Estilos de las páginas de la web mundoutopiko
 * @author David Marsán Porras
 * @author Viktor Persson (http://templates.arcsin.se)
 */

/* Web */

html {
	min-height: 100%;
}
body {
	background: #111111 url(../img/background.jpg) repeat-x;
	color: #DDDDDD;
	font: normal 62.5% verdana,sans-serif;
}
* {
	margin: 0;
	padding: 0;
}

/* Links */

a {
	color: #FF7030;
	text-decoration: none;
}
a:hover {
	color: #8DCA3F;
}

/* Headers */

h1 {
	font: normal 1.8em tahoma,sans-serif;
	margin-bottom: 4px;
	padding-top: 6px;
}
h2 {
	color: #EEEEEE;
	font: normal 1.8em impact,sans-serif;
	margin-bottom: 8px;
	letter-spacing: 1px;
	padding-top: 6px;
}

/* Elements */

.invisible {
	visibility: hidden;
}
.clearer {
	clear: both;
	font-size: 0;
}
.left {
	float: left;
}
.right {
	float: right;
}
.olive {
	color: #CCCCAA;
}
p,ul {
	padding-bottom: 1.2em;
}
p {
	text-align: justify;
}
ul {
	padding-left: 1em;
}

/* Structure */

.wrapper {
	font-size: 1.3em;
	margin: 0 auto;
	width: 780px;
}
.container {
	background: url(../img/header.gif) no-repeat center top;
}
.title {
	font: bold 3em tahoma,sans-serif;
	font-variant: small-caps;
	color: #8DC63F;
}

/* Navigation */

.sidenav {
	background: url(../img/logo.gif) no-repeat right top;
	padding-top: 126px;
	float: right;
	width: 210px;
}
.sidenav h2 {
	color: #99AA33;
	font-size: 1.4em;
	line-height: 30px;
	margin: 0;
}
.sidenav ul {
	padding: 0.5em 0 0 1em;
}
.sidenav li {
	list-style: none;
}
.sidenav li.box {
	margin-top: 0.5em;
	border-top: 1px solid #666666;
	padding: 2px 0;
}
.sidenav li a {
	font-size: 1.1em;
	line-height: 1.5em;
	color: #888888;
	text-decoration: none;
}
.sidenav li a:hover {
	color: #8DCA3F;
}

/* Content */

.content {
	float: left;
	margin: 10px 0;
	padding-top: 32px;
	width: 531px;
}
.content .descr {
	color: #8DC63F;
	margin-bottom: 6px;
}
.content li {
	margin-left: 18px;
}
.content div.text-first-letter p:FIRST-LETTER {
	font-size: 1.5em;
	font-weight: bold;
	color: #8DC63F;
}

/* Video small index */

table.video-small {
	margin: 1em auto 0;
	text-align: center;
}
table.video-small td {
	width: 33%;
	padding: 10px;
}
table.video-small td.video-title {
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	padding: 0 0.5em;
	vertical-align: top;
	text-align: center;
	padding: 0;
}

/* Fans small */

div.fan-small {
	min-height: 170px;
	background: url(../img/logo-mundo-utopiko.jpg) no-repeat top center;
	padding: 1em 0 0;
}
div.fan-small p {
	text-align: left;
	font-style: italic;
}
div.fan-small p.signature {
	text-align: right;
	font-weight: bold;
	font-variant: small-caps;
}
div.fan-small input {
	margin: 0; 
	padding: 4px 6px; 
	border: 1px solid #444444;
	font-weight: bold; 
	background: transparent; 
	color: #777777;	
}
div.fan-small input#btn-msg-next {
	float: right;	
}
div.fan-small input#btn-msg-prev {
	float: left;	
}

/* Fans message */

div.msg-fan {
	float: left;
	min-height: 170px;
	width: 150px;
	padding: 10px;
	color: #CCCCAA;
}
div.msg-fan p {
	text-align: left;
	font-style: italic;
}
div.msg-fan p.signature {
	text-align: right;
	font-weight: bold;
	font-variant: small-caps;
}
div.msg-fan-center {
	float: left;
	min-height: 170px;
	width: 150px;
	padding: 1em;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	color: #CCCCAA;
}
div.msg-fan-center p {
	text-align: left;
	font-style: italic;
}
div.msg-fan-center p.signature {
	text-align: right;
	font-weight: bold;
	font-variant: small-caps;
}

/* Audio */

div.audio-container {
	min-height: 400px;
	background: url(../img/bg-audio.gif) no-repeat top right;
}
div.audio {
	margin-bottom: 1em;
}

/* Photo */

div.photo-element {
	float: left;
	width: 120px;
	height: 140px;
	text-align: center;
}
div.photo-element a.horizontal img {
	width: 100px;
}
div.photo-element a.vertical img {
	height: 100px;
}
div#photo-player {
	margin: 1em 0 2em 0;
	text-align: center;
}

/* Group */

div.group-container h5 {
	margin-bottom: 2em;
}
div.group-container img {
	float: left;
	margin-right: 2em;
}

/* Links */

ul.links {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.links li {
	clear: both;
	padding: 2em 0 2em 0;
}
ul.links li img {
	float: right;
}

/* Contact */

div.contact {
	margin: 10px 20px 0 20px;
}
div.foot-box {
	background-color: transparent;
	padding: 5px;
	border: 1px solid #333333;
	font-weight: bold;
	font-size: 0.9em;
	line-height: 25px;
}
form {
	margin: 10px;
	padding: 10px 20px;
	border: 1px solid #333333; 
	background-color: transparent; 
}
label {
	display: block;
	font-weight: bold;
	margin: 5px 0;
}
input {
	padding: 2px;
	border: 1px solid #000000;
	color: #444444;
}
input:focus {
	background-color: #FFFFCC;
}
textarea {
	display: block;
	width: 300px;
	height:100px;
	padding: 2px;
	border: 1px solid #000000;
	color: #444444;
}
textarea:focus {
	background-color: #FFFFCC;
}
input.button { 
	margin: 0; 
	padding: 4px 6px; 
	border: 1px solid #444444;
	font-weight: bold; 
	background: #000000; 
	color: #666666;	
}
input.button:focus {
	background: #222222;
}
.palette-red-light {
	background-color: #FFD0D0;
}
.red {
	color: #C63030;
}
.green {
	color: #9EC630;
}

/* Footer */

.footer {
	background: url(../img/bgfooter.gif) repeat-x;
	border-top: 1px solid #333333;
	color: #777777;
	font: normal 0.9em sans-serif;
	padding: 10px 0 16px;
}
.footer a {
	color: #778844;
	text-decoration: none;
}
.footer a:hover {
	color: #8DCA3F;
	text-decoration: none;
}