/*
--------------------------
Simple PHP Blog CSS Styles
--------------------------

Name: Light Green
Author: Fabio "Fabrix" Comuni <fabrix.xm@lombardiacom.it>
Version: 0.4.6

based on 'plain and green style' css for Sage by Kaspars Dambis (edited by Ben Branders)
*/



html {
	background-color: #EBEBEB;
}
				
body {
	margin: 0 5%;
	color: #333333;
	font: 110%/120% Verdana, Arial, sans-serif;
}

/*a:link		{ text-decoration: none; color: green; }
a:visited	{ text-decoration: none;  color: #537986; } */
a:link		{ text-decoration: none; color:  green; }
a:visited	{ text-decoration: none;  color: green; }
a:hover		{ text-decoration: underline; color: #537986;}
a:active	{ text-decoration: none; }

img { height: auto; }

#img_float_left
{
	/* Used in the [img] tag when float=left */
	float: left;
	margin: 2px 8px 4px 2px;
}

#img_float_right
{
	/* Used in the [img] tag when float=right */
	float: right;
	margin: 2px 2px 4px 8px;
}

#pagewrapper {
	margin: 1%;
}

/* head */
#head {
	/*margin: 1%;*/
	padding: 2%;
	background-color: #81C207;
	color: #fff;
        -moz-border-radius: 0.3em;
}
#head h1 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
	font-size: 200%;
	margin: 0; padding: 2% 0 2%;
	/*border-bottom: 1px dotted #E2FCA2;*/
}

#head a {
	color: #fff;
}


/* lateral menu */
#right_menu {
	/*margin: 1%;*/
	float: left;
	width: 250px;
}

.menu_block {
	margin: 1%; padding: 1%;
	background: #fff;
	-moz-border-radius: 0.3em;
}

.menu_title {
	font: 120% Halvetica, Arial, sans-serif; font-weight: normal;
	margin: 0; padding: 1%;
	clear: both; color: #999;
	border-bottom: 1px dotted #ccc;
}

.menu_body {
	font-size: 70%;
	margin: 0; padding: 1%;
}

/* content */

#content {
	/*margin-top: 2%;*/
	margin-left: 260px;
}


.entry {
	margin: 1%; padding: 1%;
	background: #fff;
	-moz-border-radius: 0.3em;
}

.entry h2 {
	display: block;
	font: 130% Halvetica, Arial, sans-serif; 
	font-weight: bold;
	margin: 0px; padding: 1%;
	color: #537986;
	border-bottom: 1px dotted #ccc;
}

.blog_title_buttons {
	margin-top: -5%;
	float: right;
}

.blog_title_buttons a img{
	border: 0px solid green;
}

.entry_date {
	font-size: 50%;
	clear: right;
	text-align: right;
	color: #999999;
}

.entry_body {
	font-size: 70%;
	margin: 0; padding: 1%;
}

.entry_actions{
	font-size: 70%;
	text-align: right;
}

.entry_body  a { text-decoration: underline; color: #537986;}
.entry_body  a:hover { text-decoration: none; color: green;}

/* footer */
#footer {
	clear: both;
	font-size: 60%;
	text-align: center;
	color: #999999;
	border-top: 1px dotted #ccc;
}

/* Typeography */

blockquote {
	margin: 15px 30px 0 45px;
	padding: 0 0 0 45px;
	background: url(../lightgreen/images/blockquote.gif) no-repeat left top;
	font-style:italic;
}


h1, h2, h3, h4, h5, h6
{
	font-family: 'Trebuchet MS', 'Gill Sans', Helvetica, sans-serif;
	font-weight: bold;
	
	margin: 2px 0px 2px 0px;
}

h1
{
	font-size: 20px;
	font-weight: bold;
}

h2
{
	font-size: 18px;
	font-weight: bold;
}

h3
{
	font-size: 16px;
	font-weight: bold;
}

h4
{
	font-size: 14px;
	font-weight: bold;
}

h5
{
	font-size: 12px;
	font-weight: bold;
}

h6
{
	font-size: 10px;
	font-weight: bold;
}

