/*  
Theme Name: Eclipse
Description: Theme made for Bella Forks
Theme URI: http://bella-forks.com
Copyright: Denisse & Anna Guevara
Version: ?
Author: Denisse & Anna Guevara
Author URI: http://cold-desire.net & http://www.lunazul-graphics.com
*/


* {
padding: 0px;
margin: 0px;
}

body {
margin: 0px;
text-align:center; 
background: #000000;
} 

body, div, table {
font-family: 'Trebuchet MS'; 
font-size:11px; 
color:#999999;
vertical-align: top;
}

#container {
	margin: 0px auto;
	text-align: justify;
	width: 935px;
}

#content { 
	width: 557px;
	float: left;
	margin-left: 40px;
} 
#sidebar { 
	width: 280px; 
	float: left;
	margin-top: 5px;
	margin-left: 10px;
	padding: 3px;
	padding-bottom: 5px;
}

#footer {
	text-align:center;
	padding:30px;
	height: 30px;
	clear: both;
}



#content h1 {
text-shadow: #ff0000 1px 1px 1px;
background: url('images/h1.jpg') no-repeat;
font: normal 20px 'Georgia'; 
text-transform: none;
color: #FFFFFF;
text-align: center;
padding: 17px;
margin-top: 10px;
}

#sidebar h1 {
text-shadow: #ff0000 1px 1px 1px;
color: #FFF;
border-bottom: 1px solid #FFF;
font: normal 16px Georgia; 
text-transform: uppercase;
text-align: left;
padding-left: 20px;
margin-top: 10px;
margin-bottom: 5px;
-moz-border-radius:20px;
-webkit-border-radius:10px;
}

h2 {
color: #FFF;
font: normal 9px Tahoma;
letter-spacing: 1px;
padding: 2px;
text-align: center;
padding-bottom:10px;
}

h3 {
font: normal 10px 'Trebuchet MS'; 
color: #FFF;
background: #111;
text-align: center;
padding: 3px;
}

 
a {cursor: hand; text-transform: none; font-weight: bold; text-decoration:none; }  
a:link, a:visited {color:#a13a3a;}
a:hover{ color:#FFF; text-decoration:underline; }
a:active { color:#a13a3a;}


blockquote {
	font: normal 11px Tahoma;
	background: #111;
	text-align: justify;
	color: #FFF;
	border-top: 1px solid #a13a3a;
	padding: 15px;
	margin: 40px;

}


textarea, input, select, button, submit {
	border: 0px;
	color: #FFF;
	background: #111;
	border-top: 1px solid #a13a3a;
	font: normal 10px Tahoma;
	padding:5px;
}

img {
       border: 0px;
       margin: 0px;
}

a img{
        background: #111;
        padding: 4px;
        -moz-border-radius:  3px; 
        -webkit-border-radius: 3px; 
        border-radius: 3px; 
	filter:alpha(opacity=100);
        opacity:1;
} 

a:hover img {
        background: #333;
        padding: 4px;
        -moz-border-radius:  3px; 
        -webkit-border-radius: 3px; 
        border-radius: 3px;
        filter:alpha(opacity=70);
        opacity:0.7;
}



b { color: #7e7497;}

i { color: #4a3841; }

u { color: #999;}

s { color: #333; font-style: italic;}


UL {PADDING-LEFT: 30px; PADDING-TOP: 15px; PADDING-BOTTOM: 15px; LIST-STYLE:square;}


.clearing {
clear:both;
}
