/*  
Theme Name: Orange Spring
Theme URI: http://www.jessicaportugal.com
Description: Theme made exclusively for Jessica Portugal.
Copyright: The graphics and theme was made by the author, and should not be copied in anyway.
Version: 1.0
Author: Anna Guevara
Author URI: http://www.lunazul-graphics.com/

*/



* { padding: 0px; margin: 0px; }

body {
margin: 0px;
text-align:center; 
background: #f1f1f1 url('images/bg.jpg') repeat-x;
} 

body, div, table {
font-family: 'Trebuchet MS'; 
font-size:11px; 
color:#333333;
vertical-align: top;
}

#container {
	margin: 0px auto;
	text-align: justify;
	width: 827px;
}
#footer {
	background: #f1f1f1;
	padding: 15px;
	height:15px;
	clear:both;
	text-align: center;
}
#content { 
	width: 525px;
	float: left;
	margin-left:13px;
	padding: 3px;
	padding-bottom: 10px;
} 
#sidebar { 
	width: 217px; 
	float: left;
	margin-left: 28px;
	padding: 3px;
	padding-bottom: 10px;
}

.subject {
color: #ff7900;
border-bottom: 1px dashed #ffa43c;
background: #f1f1f1 url('images/bg.jpg') repeat-x;
font: bold 14px Arial; 
text-transform: uppercase;
padding-top: 15px;
padding-left: 10px;
text-align: left;;
vertical-align: top;
}

.com {
vertical-align: top;
background: #f1f1f1 url('images/bg.jpg') repeat-x;
padding: 5px;
text-align: left;
}

.date {
vertical-align: top;
background: #f1f1f1 url('images/bg.jpg') repeat-x;
text-transform: uppercase;
text-align: center;
padding: 5px;
width: 50px;
-moz-border-radius:  10px; 
-webkit-border-radius: 10px; 
border-radius: 10px;
}

.date .day {
color: #ff7900;
font: italic 18px Georgia; 
font-weight: bold;
display: block;
}


h1 {
color: #ff7900;
border-bottom: 1px dashed #ffa43c;
background: #f1f1f1 url('images/bg.jpg') repeat-x;
font: bold 14px Arial; 
text-transform: uppercase;
height:25px;
padding-top: 10px;
padding-left: 10px;
text-align: left;
margin-top: 10px;
margin-bottom: 10px;
}

 
a {cursor: default; text-transform: none; font-weight: bold; text-decoration:none; }  
a:link, a:visited {color: #ffa43c;}
a:hover{ color:#986828; text-decoration:none; }
a:active { color:#ffa43c;}


blockquote {
	background: #e1e1e1;
	font: italic 12px Georgia;
	text-align: justify;
	color: #cc9966;
	padding: 10px;
	margin-right: 30px;
	margin-left: 30px;
	margin-top:15px;
	margin-bottom:15px;
	-moz-border-radius:  5px; 
	-webkit-border-radius: 5px; 
	border-radius: 5px;
}

select { width: 90%; }

textarea, input, select, button, submit {
	border: 0px;
	background: #e1e1e1;
	font-family: Tahoma;
	font-size: 10px;
	color: #986828;
	margin-top: 0px;
	margin-bottom: 1px;
}

img {border: 0px;}

a img{
        background-color: #e1e1e1;
        border:1px solid #cc9966;
        margin: 2px;
        padding: 3px;
        -moz-border-radius:  5px; 
        -webkit-border-radius: 5px; 
        border-radius: 5px;
} 

a:hover img {
        background-color: #e1e1e1;
        border:1px solid #ff7900;
        margin: 2px;
        padding: 3px;
        -moz-border-radius:  5px; 
        -webkit-border-radius: 5px; 
        border-radius: 5px;
}

a img#link  {
     background-color: #e1e1e1;
        border:1px solid #cc9966;
        margin: 2px;
        padding: 3px;
        -moz-border-radius:  5px; 
        -webkit-border-radius: 5px; 
        border-radius: 5px;
} 
a:hover img#link {
        background-color: #e1e1e1;
        border:1px solid #ff7900;
        margin: 2px;
        padding: 3px;
        -moz-border-radius:  5px; 
        -webkit-border-radius: 5px; 
        border-radius: 5px;
}

b { color: #986828;}

i { color: #666666; }

u { color: #cc9966;}

s { color: #000000; font-style: italic;}


UL {PADDING-LEFT: 30px; MARGIN-LEFT: 0px; LIST-STYLE:square;}



