@CHARSET "UTF-8";
/**
 * @package WordPress
 * @subpackage Alter_Serendipity_Theme
 * @author David Coll - http://funkybudha.net
 * @copyright GNU GENERAL PUBLIC LICENSE - GPLv3
 */
html{
	font-family: georgia,"Trebuchet MS",Trebuchet,Verdana,Sans-Serif; /*verdana, arial, tahoma, sans-serif;*/
	font-size: 13px;
	font-style: normal;
}
#top_bar  {	
	font-weight:700;
	font-size:90%;}
#top_bar a {	
	text-decoration:none;}
#content {	
}
.main_section_content{
	text-align:left;
}
#footer{
	font-size: 75%;
	text-align:center;}
.legend a {
	text-decoration: none;
}

/***Content specific classes******/
h1{
	text-shadow:-1px 1px 2px #999999;
}
.main_section_content h2{
	text-shadow:-1px 1px 2px #888888;
}
h2{
	font-size:110%;
}
h3{
	font-size:100%;
}
h4{
	font-size:90%;
}
p{text-indent:20px;}
p.sober{text-indent:0;}

.entry-content p:first-child:first-letter {
	font-size: 150%;
	font-weight: bold;
	font-style:italic;
}
blockquote:first-letter {
background: url(images/open-quote.gif) no-repeat left top;
padding-left: 18px;
font: italic 1.4em Georgia, "Times New Roman", Times, serif;
}
