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

Name: SimpleRin Theme
Author: Nirvana (aka Absinth) - http://nirvblog.altervista.org

Edited and changed by Giacomo Shimmings

*/


/* --- Inizio struttura --- */

body
{
	color: #333;
	font-size: 10px;
	font-family: verdana, Arial, Helvetica, Sans-Serif;
	background: white
}
#body {
        background-color: #F0F0F0;
        width: 753px;
        border: 1px dashed #DDD;
        margin: auto;
}

#header
{        
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background: white;
	padding-bottom: 0px;
        background-image: url(images/masthead.jpg);
        width: 750px;
        height: 141px;
        text-align: center;
        border: 1px solid #F0F0F0;

}
      

#contenitore {
	width: 750px;
	margin: auto;
        background-color: #f5f6f7;
        border: 1px solid #DDD;
        border-top: 15px solid #DDD;
        margin-top: 5px;
        padding-top: 10px;
}


#maincontent
{
	float: left;
	text-align: left;
	width: 554px;
	font-size: 1.2em;
	margin-left: 2px;
	margin-top: 0px;

        background-color: white;
        border: 1px solid #F5F6F7;
        padding-left: 5px;
        padding-right: 3px;
        padding-top: 7px;
        border: 1px solid #DDD;
        border-top: 4px solid #DDD;
}

#sidebar
{
	float: left;
	text-align: left;
	width: 180px;
	margin: 0px;
	padding: 0px;
        background-color: #F0F0F0;
        border: 1px solid #F5F6F7;
        padding-left: 2px;
        padding-right: 2px;
        padding-top: 7px;
        border-top: 4px solid #DDD;
}

#footer
{
	clear: both;
	text-align: center;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
        background-color: #F0F0F0;
        border: 1px solid #F5F6F7;
        margin-top: 4px;
}

/* --- 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;
        text-decoration: italic;
}

code, pre {
	font-size: 1.1em
}

pre {
	overflow: auto;
	width: 430px;
	padding: 5px
}

acronym {
	border-bottom: 1px dotted #777
}

.divider { /* ovvvero la riga di separazione */
	margin: 1.5em 0em 1.5em 0em;
	border-top: 1px solid #777;
	background: white
}

#sidebar .divider { /* ovvvero la riga di separazione nella colonna sinistra */
	border: 1px solid white;
	background: white
}

#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
}
#title {
        background-image: url(images/navgradient.jpg);
        width: 746px;
        margin: auto;
        margin-bottom: 5px;
        border: solid 1px #F0F0F0;
        padding: 2px;
        color: #000;
        display: block
}
#title h1 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: left;
	font-weight: bold;
	color: #3b6ea5;
	font-size: 12px;
	margin: 0 0 0 10px;
}

#title h1 a {
	color: #000;
	text-decoration: none
}
#title h1 a:hover {
	color: #000;
	text-decoration: none
}
#poptitle {
        background-image: url(images/navgradient.jpg);
        display: block;
        font-size: 12px;
        margin: auto;
        margin-bottom: 5px;
        border: solid 1px #F0F0F0;
}

#header h1 {
        display: none;
}



#maincontent .blog_subject {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
	font-size: 1.4em;
	font-weight: bold
}

#maincontent .blog_subject a {
	text-decoration: none;
	color: #333333
}

#maincontent .blog_subject a:hover {
	text-decoration: none;
}

#maincontent .blog_subject a:visited {
	text-decoration: none;
	color: #333333
}

#maincontent .blog_date {
	font-weight: normal;
	color: #999;
	font-size: .9em;
	font-family: Arial, Helvetica, Sans-Serif;
	margin: .1em 0em .8em 0em
}

#maincontent .piedePost {
	text-align:left;
	color:#777;
	font-size: .85em
}

#sidebar .menu_title {
	font-family: Verdana, 'Lucida Grande', Arial, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.7em;
        background-image: url(images/navgradient.jpg);
        text-align: left;
        padding: 2px;
        display: block;
        border: 1px solid #DDD;
}

#sidebar .divider {
	margin: 1em 0em 1em 0em;
	color: #f9f9f9
}

#sidebar .calendar td {
	padding: 2px
}

#footer p {
	margin-top: 1.5em
}

#sidebar .antipixel a {
	margin-left: 0em
}

/* --- Inizio definizioni classi --- */


/* --- Inizio formattazione links --- */

#maincontent a:visited {
	color: #b85b5a
}

#sidebar a {
	color: #3b6ea5;
	line-height: 1.5em
}

#sidebar a:before {
	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: #AB0000;
        background-color: #F0F0F0;
}

/*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 {
}

#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, 'Trebuchet MS', 'Lucida Grande', 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 --- */