/*  
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:0px; background-color:#202020;
	background-repeat: repeat-x;
        background-image: url('images/bg.png');
	font-family:Trebuchet MS;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	letter-spacing:normal;
	color: silver
	}
	
TD, TR {
	font-family:Trebuchet MS;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	letter-spacing:normal;
	color: silver;
}
	

/* VARIEDADES +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
A:link{
	color:#7eff84;
	text-decoration:none; 
	font-weight:none;}

A:visited{
	color:#7eff84;
	text-decoration:none; 
	font-weight:none;}

A:active{
	color:#7eff84;
	text-decoration:none; 
	font-weight:none;}

A:hover{
	color:#b7ffb7;
	text-decoration:none; 
	font-weight:bold;}
	
input, textarea, select, button {
font-size:11px;
color:#ffffff;
background: #000000;
border: 1px solid #b7ffb7;}

input:focus, textarea:focus, label:focus, select:focus, button:focus {
color:#000000;
background: #76716d;
border: 1px solid #b7ffb7;}
	
/* SIDEBAR ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.sidebar {
	background-color: #000000;
	padding: 4px;
}

.side-title {
	background-color: #b7ffb7;
	padding: 0px;
	font-family:arial;
	font-size:15px;
	font-style: italic; 
	font-weight: bold; 
	letter-spacing:0px; 
	line-height:9pt; 
	color: #006261; 
	text-transform: uppercase;
	text-align: right;}

.side-content {
	padding: 2px;
	padding-top: 2px;
	padding-bottom: 20px;
	font-family:Trebuchet MS;
	font-size:11px;
	letter-spacing:0px; 
	line-height:9pt; 
	color: #9d9d9c; 
	text-align: justify;}
	
/* CONTENT ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.table-content {
	background-color: #202020;
	padding: 4px;
	text-align:justify;
	color: #efefef;
}

.title {
	background-color: #000000;
	padding: 4px;
	font-family:arial;
	font-size:20px;
	font-style: italic; 
	font-weight: bold; 
	letter-spacing:0px; 
	line-height:9pt; 
	color: #b7ffb7; 
	text-transform: uppercase;
	text-align: center;}
	
/* FOOTER ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.footer {
background: #000000; 
font-weight: bold; 
background-image: url(); 
font-family: arial;
font-size:11px; 
letter-spacing:0px; 
line-height:10px; 
color: #c0c0c0; 
text-align:center;
padding:10px;
border-bottom : 0px solid #151515; 
border-top : 0px solid #D1E0E2;
}

.footer strong, b {
color: #7eff84;
}

.footer a {
	font-weight: bold;
	color: #006261;
	text-decoration: none;}

.footer a:link, .news-box2 a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;}

.footer a:hover {
	font-weight: bold;
	color: #00302f;
	text-decoration: underline;}

/* WORDPRESS CSS +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.news-box-post {
	background: #000000;
	padding: 5px;
	line-height:15px;
	color: silver; 
}
	
.news-box2 {
	background: #202020;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;}
	
.news-box2 a {
	font-weight: bold;
	color: #7eff84;
	text-decoration: none;}

.news-box2 a:link, .news-box2 a:visited {
	font-weight: bold;
	color: #7eff84;
	text-decoration: none;}

.news-box2 a:hover {
	font-weight: bold;
	color: #b7ffb7;
	text-decoration: underline;}

.news-title, .news-title ul, .news-title ul ul {
	background-color: #00302f;
	font-family: arial; 
	font-size: 20px; 
	font-style: italic;
	line-height: 15px;
	letter-spacing: 0px;
	text-transform: uppercase;
	color: #b7ffb7; 
	text-align: center;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;}

.news-title li {}

.news-title a {
	color: #b7ffb7;
	text-decoration: none;}

.news-title a:link, .news-title a:visited {
	color: #b7ffb7;
	text-decoration: none;}

.news-title a:hover {
	color: #7eff84;
	text-decoration: underline;}

h2 {
	background-color: #050302;
	padding: 4px;
	font-family:Trebuchet MS;
	font-size:11px;
	letter-spacing:0px; 
	line-height:9pt; 
	color: #e1e1e1; 
	text-transform: uppercase;
	text-align: center;
}

h3{
font-size: 13px;
font-weight: bold;
border-bottom: 1px solid;
text-transform: uppercase;
}