/*  
Theme Name: Wp theme - 3 Columns
Theme URI: http://www
Description: Theme made exclusively for Andrea, and for Andrea only. DO NOT COPY!
Version: 1.0
Author: Tathyana Fantini
Author URI: http://www.nightanddaydesign.org/
*/


body{
margin:0;
padding:0;
font-family: Verdana, Helvetica;
font-size:10px;
background: #EEEEEE  url('images/bg.jpg') repeat-x;
text-align:center;
}


#maincontainer{
width: 970px; 
margin: 0 auto;
text-align:justify;
position:relative;
}

#topsection{
height: 450px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin: 0 225px 0 225px; 
}

#leftcolumn{
float: left;
width: 218px; 
margin-left: -970px; 
}

#rightcolumn{
float: left;
width: 220px; 
margin-left: -220px; 
}

#footer{
clear: left;
width: 100%;
color: #057386;
text-align: center;
padding: 16px 0px 7px 0px;
}
#footer a{
color: #057386;
}

#welcome{
color: #057386;
text-align: justify;
}



 /* Content Structures */
 
.content-title {
border-bottom: 1px solid #fdfbfc;
color: #0D8494;
text-transform: uppercase;
text-align: left;
font-weight: bold;
font-family: tahoma;
font-size: 10px;
background: #EDEDED url('images/bg_title.jpg') top left no-repeat;
padding: 7px 0px 7px 15px;
}

.content-title a{
color: #0D8494;
}

.content-date {
border-bottom: 1px solid #fdfbfc;
border-right: 1px solid #fdfbfc;
color: #0D8494;
font-family: tahoma;
font-size: 10px;
text-align: center;
background: #B8F4FC;
padding: 7px 0px 7px 0px;
}

.content-page {
background: #E4E0E0;
padding: 3px;
font-family: arial;
font-size: 11px;
color: #057386;
}

.content-bottom {
border-top: 1px dotted #C2C2C2;	
background: #D6D6D6;
font-family: verdana;
font-size: 10px;
padding: 5px 5px 5px 5px;
color: #73DBE6;
text-align: right;
}

 
h1 {
color: #985262;
text-transform: uppercase;
text-align: left;
font-weight: bold;
letter-spacing: 1px;
font-family: Verdana, Helvetica;
font-size:10px;
margin: 0px;
} 

p { 
	margin-top:  1px;}


 /* Sidebar Structures */

.sidebar_title {
color: #009EB9;
padding: 4px 0px 6px 0px;
font-family: Tahoma;
font-size: 10px;
text-align: center;
font-weight: bold;
text-transform: uppercase;
background: #EDEDED url('images/bg_side_title.jpg') repeat-x;
}

.sidebar_content {
color: #057386;
padding: 3px;
font-family: Arial;
font-size: 11px;
text-align: justify;
background: #E4E0E0;
margin-bottom: 10px;}



/*Options style*/

a { 
	text-decoration:  none;
	color: #009EB9;}

a:hover {
	color: #98EEFD;
	text-decoration: none;}	

.image {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity:0.7;
	background-color: #fdfbfc;
	border: 1px solid #64C6DF;
	padding: 3px;
	margin: 2px;} 

.image:hover  {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity:1.0;
	background-color: #fdfbfc;
	border: 1px solid #98EEFD;
	padding: 3px;
	margin: 2px;
} 

strong {color: #009EB9;}
b {color: #009EB9;}
i { color: #28BFD9;}
italic { color: #28BFD9;}
em { color: #28BFD9;}
u {color: #80515b; text-decoration: none; border-bottom: 1px dotted #28BFD9;}
img {border: 0px;}

blockquote {
	padding-left: 30px;	
	font-family: Arial;
	font-size: 11px;
    color: #009EB9;	
} 

input, textarea, option, select, button {
font-family: Verdana, Helvetica;
font-size: 10px;
color: #835765;
background: #f5edf1;
padding: 1px;
border: 1px solid #ebd2da;}	

