/*
--------------------------
Simple PHP Blog CSS Styles
--------------------------

Name: SimpleMilk Theme
Author: Luciano Porro (aka drudo) - http://drudo.altrvista.org
Version: 0.0.3 beta

Description:
Theme ispired to "White as Milk Theme".
*/


/* --- Inizio struttura --- */

body
{
	color: #333;
	font-size: 62.5%;
	font-family: verdana, Arial, Helvetica, Sans-Serif;
	background: transparent url('images/sf_milk.png') bottom left no-repeat fixed
}

#header
{
	text-align: center;
	width: 670px;
	\width: 690px;
	w\idth: 670px;
	margin-left: auto;
	margin-right: auto;
	background: transparent;
	padding-bottom: 30px
}

#contenitore {
	width: 670px;
	\width: 690px;
	w\idth: 670px;
	margin-left: auto;
	margin-right: auto
}

#maincontent
{
	font-size: 1.2em;
	padding: 0px;
	margin-left: 225px
}

#sidebar
{
	float: left;
	text-align: right;
	width: 180px;
	\width: 200px;
	w\idth: 180px;
	margin: 0;
	margin-right: 25px;
	padding: 0px
}

#footer
{
	clear: both;
	text-align: center;
	width: 670px;
	\width: 690px;
	w\idth: 670px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	background: transparent
}

/* --- Fine struttura --- */


/* --- Inizio definizioni classi --- */

form {
	margin: 0px;
	padding: 0px
}

blockquote {
	color: #777;
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd
}

code, pre {
	font-size: 1.1em
}

pre {
	overflow: auto;
	width: 430px;
	padding: 5px
}

acronym {
	border-bottom: 1px dotted #777
}

br { clear: none }

#maincontent hr {
	margin: 1.5em 0em 1.5em 0em;
	border: 0;
	border-top: 1px solid #777;
	height: 1px;
	background: transparent
}

.destra { float: right; margin-top: 1em }

.sinistra { float: left }

.permalink {
	padding-left: 14px;
	background: transparent url('../SimpleMilk/images/permlink.gif') left center no-repeat
}

.relatedlink {
	padding-left: 18px;
	background: transparent url('../SimpleMilk/images/link.gif') left center no-repeat
}

.trackback {
	padding-left: 14px;
	background: transparent url('../SimpleMilk/images/trackback.gif') left center no-repeat
}

#sidebar hr { /* ovvvero la riga di separazione nella colonna sinistra */
	margin: 1.2em 0em 1.2em 0em;
	border: 0px;
	border-top: 1px solid transparent;
	height: 0px;
	background: transparent
}

#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
}

#header h1 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: left;
	font-weight: bold;
	margin: 15px 0 0 225px;
	color: #3b6ea5;
	font-size: 3em
}

#header h1 a {
	color: #3b6ea5;
	text-decoration: none
}

#header p {
	text-align: left;
	margin: 0 0 0 225px;
}

#maincontent .blog_subject {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #999;
	font-size: 1.4em;
	font-weight: bold
}

#maincontent .blog_subject a, #maincontent .blog_subject a:hover, #maincontent .blog_subject a:visited {
	text-decoration: none;
	color: #333333
}

#maincontent .blog_date {
	font-weight: normal;
	color: #999;
	font-size: .85em;
	/*font-family: Arial, Helvetica, Sans-Serif;*/
	margin: .1em 0em .8em 0em
}

#maincontent .piedePost {
	text-align:left;
	color:#777;
	font-size: .85em
}

#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 .calendar td {
	padding: 2px
}

#footer p {
	margin-top: 1.5em
}

#sidebar .antipixel a {
	margin-left: 0em
}

#sidebar .login {
	padding-right: 5px;
	border-right: 1px solid #3b6ea5;
	background: #f1f1f1
}

#sidebar ul ul {
	padding-right: 10px;
	border-right: 1px dotted lightgray
}

#sidebar ul ul ul {
	border-right: 1px dotted gray
}

/* --- Fine definizioni classi --- */


/* --- Inizio formattazione links --- */

#maincontent a:visited {
	color: #b85b5a
}

#sidebar a {
	color: #3b6ea5;
	line-height: 1.5em
}

#sidebar a img {
	border: 0
}

#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: ""
}

a:link, a:visited {
	text-decoration: none;
	color: #06c
}

a:hover {
	text-decoration: underline;
	color: #147
}

/*a:active {
	text-decoration : none;
	color: #33F
}*/

/* --- Fine formattazione links --- */


/* --- Inizio liste --- */

#maincontent ul {
	margin-left: 0px;
	padding: 0 0 0 35px;
	list-style: none;
	padding-left: 20px;
	text-indent: -10px
}

#maincontent li {
	margin: 7px 0 5px 10px
}

#maincontent ul li:before {
	content: "\00BB \0020"
}

#maincontent ol {
	margin-left: 0px;
	padding: 0 0 0 35px;
	padding-left: 20px
}

#maincontent ol li {
	margin: 7px 0 5px 20px
}

/* --- Fine liste --- */


/* --- Inizio typeography --- */

h1, h2, h3, h4, h5, h6 {
	font-family: 'Verdana', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: normal
}

h1 {
	font-size: 2em;
	font-weight: bold
}

h2 {
	color: #333;
	font-size: 1.4em;
	font-weight: bold;
	margin: 0em 0em .5em 0em
}

h3 {
	color: #333;
	font-weight: bold;
	font-size: 1.3em;
	margin: .3em 0em .3em 0em
}

h4 {
	color: #333;
	font-size: 1.2em;
	margin: .3em 0em .3em 0em;
	font-weight: bold
}

h5 {
	color: #333;
	font-size: 1.2em;
	margin: .3em 0em .3em 0em;
	font-weight: bold
}

h6 {
	color: #333;
	font-size: 1.1em;
	margin: .3em 0em .3em 0em;
	font-weight: bold
}

/* --- Fine typeography --- */


/* Inizio definzione input */

input { border: 1px solid #777; margin: 1px; background: white }

input:hover { background: #f9f9f9 }

textarea { border: 1px solid #777; margin: 1px }

textarea:hover { background: #f9f9f9 }

/* Fine definzione input */


/* Inizio definzione classe RSS (solo per uso di http://jade.mcli.dist.maricopa.edu/feed/ */

#sidebar ul.rss_items {	list-style: none }