/*
THEME NAME: Erbamate
THEME URI: http://www.erbamate.net
DESCRIPTION: A subversion of wordpress sandbox theme based on sahara theme colors
VERSION: 1.0
AUTHOR: Simone@erbamate.net
AUTHOR URI: http://www.erbamate.net
TEMPLATE: sandbox
*/
@import url('2c-r.css');

div#footer {
display:none;
}



body
{
	background: #F0E3A4 url(images/a4.gif) repeat-x;
	font-family: Verdana, Tahoma, Serif; 
	font-size: small;
	
}
#header
{
	padding: 0em 0.5em 0.5em 1em;
	text-align: center;
}

#header h1 a
{
	font-size: 2em;
	font-weight: normal;
	font-family: Georgia, Verdana, Arial, sans-serif; 
}

#content
{
	margin-top: 1.0em;
	padding: 1.2em;
	line-height: 2.2em;
	font-size: 0.9em;
	position: relative;
}

div#footer, div#footer-erbamate
{
	padding-top: 1.0em;
	font-size: 0.8em;
	padding-left: 1.2em;
	clear: both;
	text-align:center;
}

a:link,a:visited
{
	color: #5F8F00;
	text-decoration: none;
}
a:hover,a:active
{
	text-decoration: underline;
}

h2.entry-title, h2.entry-title a {
	color:#BF0000;
	font-family: Georgia, Verdana, Arial, sans-serif; 

}

img 
{
	border:#cc9 1px solid;
	padding:2px;
}
img.left 
{
	float:left;
	margin:0 1em 1em 0;
}
img.right
{
	float:right;
	margin:0 0em 1em 1em;
}


input.textbox
{
	border:#ecc 1px solid;
	background:#fefef2;
	font:1em Verdana, Arial, Serif;
	padding:2px;
	width:150px;
}
textarea
{
	width: 80%;
	padding:5px;
	height: 20em;
	border: 1px solid #ecc;	
	font:1em Verdana, Arial, Serif;
}
.textbox:focus, textarea:focus
{
	background:#fff;
	border:#999 1px solid;
}

div.sidebar { margin: 20px 0 0 0; }
div.sidebar ul, div.sidebar li { list-style-type: none; padding: 0; margin: 0; }
div.sidebar li h3 { display: block; margin: 0; padding: 4px 0 6px 0; }
div.sidebar ul.xoxo li { margin: 0 0 10px 0 }
div.sidebar ul li a { display: block; }

.tl_side { background: url(images/topleft.jpg) no-repeat top left }
.tr_side { background: url(images/topright.jpg) no-repeat top right }
.contenuto_side { padding: 0.2em }

.post {
	    border-bottom: 5px dotted #5F8F00;
}
.post .entry-date {
    margin-bottom: 1em;
    border-left: solid 5px #5F8F00;
    padding-left: 6px;

}

div#menu{
	font-size:1.1em;
	padding:0;
	margin: 10px 0;
	background:#5F8F00;
	font-weight:bold;
	height:2em;
	line-height:2em;
	vertical-align:middle;
}

#menu {
	margin: 0;
	padding: 0;
	width: 100%;
}

#menu li {
	display:inline;
	margin:0;
	padding:0.5em;
}

#menu a:link, #menu a:visited {
	color: #F0E3A4;
}

