/*  
Theme Name: Fansites Theme Base I
Theme URI: http://www.almost-unreal.com/
Description: Designed by: <a href="http://www.almost-unreal.com">Luciana</a> 
Author: Luciana
Author URI: http://www.almost-unreal.com/
*/

/* BASICS +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(images/sfondo.png);
	font-family:"Courier New", Courier, mono;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	letter-spacing:normal;
	color: #9CC61E;
	}
	
table, TD, TR {
	font-family:"Courier New", Courier, mono;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	letter-spacing: 1px;
	color: #9CC61E;
	border: 0px;
	-moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
}

.fix{
    position:absolute;
    top:0px;
    right:0%;
    }

	
/* VARIEDADES +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
A:link{
	color:#9CC61E;
	text-decoration:none; 
	font-weight:bold;
}

A:visited{
	color:#1F71E1;
	text-decoration:none; 
	font-weight:bold;
}


A:hover{
	color:#1F71E1;
	text-decoration:underline; 
	font-weight:bold;
}
	
input, textarea, select, button {
font-size:11px;
color:#557EC8;
background: #Ffffff;
border: 1px solid #557EC8;
}

input:focus, textarea:focus, label:focus, select:focus, button:focus {
color:#859F25;
background: #FFffff;
border: 1px solid #859F25;
}


/* CONTENT ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
h1 {
	color: #9CC61E;
	text-shadow:#637F0F;
	margin: 2px 0px 5px 0px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:15px;
	letter-spacing: 15px;
	text-align: left;
	text-transform:uppercase;
	text-align:center;
}


.table-content {
	background-color: #FFFFFF;
	padding: 15px 15px 20px 15px;
	text-align:justify;
	color: #1C72DF;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
}


strong, b, bold {
color: #FB8513;
}

blockquote{
width: 60%;
background-color:#ffffff;
background-image:url(images/b.png);
background-position:right bottom;
background-repeat:no-repeat;
color:#3B7712;
	border: 0px;
	-moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
	padding:10px 20px 10px 10px;
	border-color:#3B7712;
	border-style:groove;
}
