body {
        margin: 0px;
        background-color: #fff;
        font-family: georgia, Arial, Helvetica, sans-serif;
        font-size: 8pt;
        text-align: center;
}

/* Miscellanea */

img { border: none; }

acronym, abbr { cursor: help; border-bottom: 1px dotted #333; }

/* sezioni principali */

#main {
        position: relative;
        width: 750px;
        margin: 10px auto;
        margin-top: 35px;
        margin-bottom: 0px;
        text-align: justify;
}

#header {
        position: relative;
        width: 750px;
        height: 70px;
        text-align: right;
        background-image: url(sfondo/1.jpg);
        background-repeat: no-repeat;
}

#contents {
        position: relative;
        margin-left: 200px;
        padding-top: 30px;
        padding-left: 30px;
        padding-right: 30px;
        border-right: 1px solid #cccccc;
        background-image: url(sfondo/3.jpg);
        background-repeat: no-repeat;
        text-align: justify;
}


#footer {
        width:100%;
        text-align:center;
        padding: 1.5em 0;
	font: 9px/1.6em "trebuchet ms", verdana, sans-serif;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: #999;
}


.main {
        min-height: 2200px;
        height: auto !important;
        height: 2200px;
}

.individual {
        min-height: 900px;
        height: auto !important;
        height: 900px;
}

p.linklist {
        text-align: center;
        font-size: 85%;
        color: #000;
        padding: 1ex;
        margin: 0;
}

p.linklist a {
        text-decoration: none;
        color: #000;
}

#notes {
        position: absolute;
        left: 0px;
        top: 70px;
        width: 200px;
        padding-top: 170px;
        background-image: url(sfondo/2.jpg);
        background-repeat: no-repeat;
}


/* link */

#notes .title {
        margin-bottom: 5px;
        margin-right: 10px;
        font-size: 12px;
        color: #000;
        font-weight: bold;
        text-align: right;
}

#notes .block {
        margin-bottom: 30px;
        margin-right: 2px;
        color: #666666;
        text-align: right;
}

#notes a {
        color: #565656;
        font-weight: bold;
        text-decoration: none;
}

#notes a:hover         {
                background: #CCCCCC;
                color: #FFFFFF;
                text-decoration: none;
                }

#notes .block p {
        margin-top: 12px;
        margin-bottom: 12px;
}

#notes .label {
        margin-top: 3px;
        margin-bottom: 3px;
}

#footer a {
        color: #565656;
        font-weight: bold;
        text-decoration: none;
}

#footer a:hover         {
                background: #CCCCCC;
                color: #FFFFFF;
                text-decoration: none;
                }

/* post */

.post {
        margin-top: 25px;
        margin-bottom: 25px;
}

.post .date {
        height: 18px;
        margin-bottom: 15px;
        padding-right: 20px;
        font-size: 12px;
        color: #000;
        font-weight: bold;
        text-align: right;
}

.post .body {
        font-size: 11px;
        color: #000;
}

.post .body a {
        color: #000;
        text-decoration: underline;
}

.post .body a:hover         {
                background: #CCCCCC;
                color: #FFF;
                text-decoration: none;
}

.post .body .title {
        margin-bottom: 5px;
        color: #000;
        font-weight: bold;
        font-size: 14px;
}

.post .footer {
        margin-top: 25px;
        padding-bottom: 15px;
        border-top: 1px solid #000;
        border-bottom: 1px solid #888888;
        font-size: 10px;
        color: #000000;
}

.post .footer a {
        color: #000000;
        text-decoration: underline;
}

.post .link {
        color: #000000;
        font-weight: bold;
        text-decoration: underline;
}

.post .comments {
        color: #666666;
        text-decoration: none;
}

.post .extended {
        margin-top: 5px;
        font-weight: bold;
        color: #666666;
        text-decoration: none;
        text-align: right;
}

.post .extended a {
        color: #666666;
        text-decoration: none;
}

/* Commenti */

.itemcomment
{
	background: url(images/commentquote01.gif) no-repeat;
	background-position: 6px 9px;
	padding: 6px 42px;
	border: 1px solid white;
	margin: 10px 0 0 0;
}
.itemcomment:hover
{
	background: #F9F9F9 url(images/commentquote02.gif) no-repeat;
	background-position: 6px 9px;
	border: 1px solid #CCCCCC;
}
.id1 /*This is to give the admin a special comment style, to distinguish him/her from the rest of the commentors*/
{
	background: #F9F9F9 url(images/commentquote02.gif) no-repeat;
	background-position: 6px 9px;
	border: 1px solid #B3C492;
}
.id1:hover
{
	background: #F9F9F9 url(images/commentquote02.gif) no-repeat;
	background-position: 6px 9px;
	border: 1px solid #B3C492;
}
.itemcomment h3
{
	font-size: 12px;
}


/* CLASS FORM */

.formfield       {
                 border-style: solid;
                 border-width: 1px;
                }

.formbutton      {
                 border-style: solid;
                 border-width: 1px;
                 font-size: 12px;
                 background: #ffffff;
                 color: #000000;
                }

input.campo       {
                  font-family: Georgia, Arial, Helvetica, sans-serif;
                  font-size: 11px;
                  color: #666666;
                  height: 18px;
                  width: 145px;
                  border-right: 1px solid #F3F3F3;
                  border-bottom: 1px solid #F3F3F3;
                  border-top: 1px solid #999999;
                  border-left: 1px solid #999999;
                  }

input.bottone     {
                  font-family: Georgia, Arial, Helvetica, sans-serif;
                  font-size: 11px;
                  color: #666666;
                  background: #f7f7f7;
                  border-top: 1px solid #FFFFFF;
                  border-left: 1px solid #FFFFFF;
                  border-right: 1px solid #CCCCCC;
                  border-bottom: 1px solid #CCCCCC;
                  cursor: pointer;
                  }

/* FINE CLASS FORM */

/* Leftbox and Rightbox toolbar buttons */
.leftbox, .rightbox {
	margin: 3px;
	padding: 3px;
	font-size: larger;
	width: 30%;
}
.leftbox {
	float: left;
	border-right: 2px solid #ccc;
}
.rightbox {
	float: right;
	border-left: 2px solid #ccc;
}

/*------------- WATERBOX -------------*/

.watermarkbox {
 padding: 12px;
 margin-top: 1em;
 margin-bottom: 1em;
 color: #666;
 border: 1px solid #CCC;
 background: none;
}

.watermarkbox {
 background: bottom right no-repeat #EFF2E9;
 line-height: 1.45em;
 font-size: 13px;
 padding-right: 125px;
}
.watermarkbox a { color: #555; }

a#stripe {
position: fixed;
top: 0;
right: 0;
display: block;
width: 100px;
height: 100px;
background: url(/css/litcamp_stripe.png) top left no-repeat;
text-indent: -999em;
text-decoration: none;
}