/*  
Site: talented-bonnie.net
Author: Anna Karolina Guevara - www.lunazul-graphics.com
*/

p {
margin-top: 0;
padding-top: 0;
margin-bottom:1.5em;
padding-left:10px;
padding-right:10px;
}

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

body {
margin: 0px;
text-align:center; 
background: #e8ded3 url('images/bg.jpg') repeat-x;
} 

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

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

#content { 
	background: url('images/content-bg.jpg') repeat-y;
	width: 532px;
	float: left;
	margin-left: 50px;
} 
#sidebar { 
	width: 260px; 
	float: left;
	margin-top: 5px;
	margin-left:100px;
}
#footer { 
	width: 1000px;
	height:50px;
	clear: both;
} 


.news {
background: url('images/content-header.jpg') top left no-repeat;
width: 532px;
}

.title {
font: bold italic 16px 'Georgia'; 
text-transform: lowercase;
color: #87415c;
text-align: left;
padding-top:25px;
padding-left:65px;
padding-bottom:7px;
display:block;
}

.meta {
color: #b89094;
font: bold 10px 'Trebuchet MS'; 
text-align: center;
display:block;
}

.newsbody {
width: auto;
vertical-align: top;
text-align: justify;
padding:20px;
}

.footer {
background: url('images/footer-content.jpg') no-repeat;
height: 33px;
}


#sidebar h1 {
color: #87415c;
background: url('images/sidebar-header.jpg');
font: bold italic 12px Georgia; 
text-transform: lowercase;
text-align: center;
padding: 15px;
text-shadow: #FFF 1px 1px 2px;
}


#content h1 {
background: url('images/content-header.jpg') top left no-repeat;
font: bold italic 16px Georgia; 
text-transform: lowercase;
color: #87415c;
text-align: left;
padding-top:25px;
padding-left:65px;
padding-bottom:15px;
}

h2 {
color: #9a465c;
font: bold 10px 'Trebuchet MS'; 
text-align: center;
}

h3 {
font: normal 11px 'Trebuchet MS'; 
color: #FFF;
background: #9a465c;
text-align: left;
padding: 5px;
padding-left:15px;
-moz-border-radius:8px;
}

 
a {cursor: default; text-transform: none; font-weight: bold; text-decoration:none;}  
a:link, a:visited {color:#c4737e;}
a:hover{ color:#333; text-decoration:none; }
a:active { color:#c4737e;}


blockquote {
	font: normal 11px Tahoma;
	color: #c4737e;
	background: #e9dad1;
	text-align: justify;
	padding: 15px;
	margin: 25px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-bottom: 2px solid #ece8da;
	border-right: 2px solid #ece8da;

}


textarea, input, select, button, submit {
	border: 0px;
	color: #c4737e;
	background: #e9dad1;
	font: normal 10px Tahoma;
	padding: 5px;
	margin-left:20px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-bottom: 2px solid #ece8da;
	border-right: 2px solid #ece8da;
}

.img {
       background: #f4f0e4;
	padding:4px;
        margin: 2px;
        filter:alpha(opacity=100);
        opacity:1;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-bottom: 2px solid #FFF;
	border-right: 2px solid #FFF;
}

a img{
	background: #f4f0e4;
	padding:4px;
        margin: 2px;
        filter:alpha(opacity=100);
        opacity:1;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-bottom: 2px solid #FFF;
	border-right: 2px solid #FFF;
} 

a:hover img {
	background: #f4f0e4;
	padding:4px;
        margin: 2px;
        filter:alpha(opacity=60);
        opacity:0.6;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-bottom: 2px solid #9a465c;
	border-right: 2px solid #9a465c;
}

a img#link  {
        margin: 2px;
        padding: 0px;
        BORDER: 0px;
        background: transparent;
}
a:hover img#link {
        margin: 2px;
        padding: 0px;
        BORDER: 0px;
        background: transparent;
}

b { color: #9a465c;}

i { color: #FFF;}

u { color: #761d3e;}

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


UL {PADDING-LEFT: 30px; PADDING-TOP: 15px; PADDING-BOTTOM: 15px; LIST-STYLE-IMAGE:url('images/bullet.png');}

.clearing {
clear:both;
}