/*
--------------------------
Simple PHP Blog CSS Styles
--------------------------

Name: Classic Theme Revision
Author: tsubasa
Version: 1.0

Also refer to user_style.php...
*/

body
{
	background-color: #F7F7F7;
	font-size: 62.5%;
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-family: verdana, Arial, Helvetica, Sans-Serif;
}

/*inizio classi nascoste*/
div#oldbrowser
{
	display: none;
}

#oldbrowser
{
	text-align: center;
}

#skipper
{
	display: none;
}
/*fine classi nascoste*/


/*inizio contenitore generale*/
#contenitore
{
	border-color: #D6D6D6;
	border-width: 1px 1px 1px 1px;
	border-style:solid;
	background-color: #FFFFFF;
	margin-top: 1em;
	margin-left: 130px;
	margin-bottom: 1em;
	width: 750px;
	height:auto;
}
/*fine contenitore generale*/


/* inizio header*/
#header_image
{
	background: transparent;
}
#header
{
	margin-top: 0px;
	border-color: #D6D6D6;
	border-width: 0px 0px 1px 0px;
	border-style:solid;
	font-family: 'Trebuchet MS', 'Gill Sans', Helvetica, sans-serif;
	color: #3B6EA5;
	background-color: #F2F2F2;
	font-size: 14px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
/* fine header*/

/*inizio footer*/
#footer
{
	clear: both;
	border: 0;
	border-top: 1px solid #ccc;
	color: #999999;
	background: #eee;
	padding: 10px;
	text-align: left;
}
/*fine footer*/

/*inizio contenuto*/
#maincontent
{
	border-color: #D6D6D6;
	border-width: 0px 1px 0px 0px;
	border-style:solid;
	float: left;
	width: 509px;
	background-color: #FFFFFF;
	text-align: justify;
	line-height: 14px;  /*This is new */
	padding-top: 20px;
	padding-left: 19px;
	padding-right: 20px;
	padding-bottom: 20px;
}

#maincontent .blog_subject
{
	font-family: 'Trebuchet MS', 'Gill Sans', Helvetica, sans-serif;
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	/* margin: 3px 0px 3px 0px; */
}

#maincontent .blog_date
{
	font-weight: normal;
	color: #999999;
	font-size: 9px;
	margin: 2px 0px 10px 0px;
}
/*fine contenuto*/

/*inizio menu laterale*/
#sidebar
{
	float: right;
	width: 170px;
	background-color: #FFFFFF;
	padding: 10px;
}

#sidebar .divider { /* ovvvero la riga di separazione nella colonna sinistra */
	border: 1px solid #D6D6D6;
	background: white
}

#sidebar .menu_title {
	text-transform: uppercase;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.7em
}

#sidebar .divider {
	margin: 8px 0px 8px 0px;
}

#sidebar .calendar
{
	font-size: 10px;
}

#sidebar .calendar td
{
	padding: 1px;
}

#sidebar a {
	color: #3b6ea5;
	line-height: 1.5em
}

#sidebar a:before {
	content: "\00BB \0020";
	text-decoration: none;
	color: #777
}

#sidebar .calendar a:before {
	content: ""
}

#sidebar .antipixel a:before {
	content: ""
}

#sidebar .noSimbol a:before {
	content: ""
}
/*fine menu laterale*/

/* Links */

a:link, a:visited
{
	font-weight: normal;
	text-decoration: none;
	color: #0066CC;
}

a:hover
{
	font-weight: normal;
	text-decoration: underline;
	color: #114477;
}

a:active {
	font-weight : normal; 
	text-decoration : none;
	color: #6329F7;
}


/* Title */
h1, h2, h3, h4, h5, h6
{
	font-family: 'Trebuchet MS', 'Gill Sans', Helvetica, sans-serif;
	font-weight: normal;
	color: #333333;
	/* New 0.3.7 */
	margin: 2px 0px 2px 0px;
}
h1
{
	font-size: 20px;
	font-weight: bold;
}
h2
{
	font-size: 16px;
	font-weight: bold;
	margin: 4px 0px 3px 0px;
}

/* Date */
h3
{
	font-size: 10px;
	margin: 4px 0px 3px 0px;
}

h4
{
	font-size: 14px;
	font-weight: bold;
}

h5
{
	font-size: 12px;
	font-weight: bold;
}

h6
{
	font-size: 10px;
	font-weight: bold;
}

/* Images */

img	{
	border: 0;
}

#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;
}


/* General Layout */

.divider { /* ovvvero la riga di separazione */
	margin: 1.5em 0em 1.5em 0em;
	border-top: 1px solid #777;
	background: white
}



/* New 0.3.7 */
input, select, option, textarea
{
	font-size: 11px;
	text-align: left;
}


/* --- Inizio definizioni classi --- */

blockquote {
	color: #777;
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd
}

/* --- Fine definizioni classi --- */