body         { font-family: Verdana; font-size: 10 pt; color: #515E56; background-color: #000000;}
p            { font-family: Verdana; font-size: 10 pt; color: #515E56;}
a:link       { text-decoration: underline; font-style: bold; color: #515E56;}
a:visited    { text-decoration: underline; font-style: bold; color: #515E56;}
a:hover      { text-decoration: underline; font-style: bold; color: #515E56;}
a:active     { text-decoration: underline; font-style: bold; color: #993333;}

.menu        { font-family: Verdana; font-size: 8 pt; color: #FFF8E1; font-weight: bold; line-height: 150%; margin-top: 0; margin-bottom: 0 ;}
#menu        { font-family: Verdana; font-size: 8 pt; color: #1F4470; font-weight: bold; line-height: 100%; margin-top: 0; margin-bottom: 0 ;}

a.menu:link  { text-decoration: none; color: #515E56;}
a.menu:visited { text-decoration: none; color: #515E56;}
a.menu:hover { text-decoration: none; color: #515E56;}
a.menu:active { text-decoration: none; color: #515E56;}

.elenco        { font-family: Verdana; font-size: 10 pt; font-style: italic; color: #1F4470; text-align: center }
#elenco        { font-family: Verdana; font-size: 10 pt; font-style: italic; color: #1F4470; text-align: center }
a.elenco:link  { color: #996600}
a.elenco:visited { color: #996600}
a.elenco:hover { color: #336600 }
a.elenco:active { color: #003300 }

.linkns      { font-family: Verdana; font-size: 8 pt; font-style: bold; color: #996600;}
#linkns        { font-family: Verdana; font-size: 8 pt; font-style: bold; color: #996600;}
a.linkns:link  { text-decoration: none; color: #996600;}
a.linkns:visited { text-decoration: none; color: #996600;}
a.linkns:hover { text-decoration: none; color: #336600; }
a.linkns:active { text-decoration: none; color: #003300; }


.pergamena   { font-family: KellyAnnGothic; font-size: 36 pt; color: #800000; text-align: center }
.pubblicita  { font-family: Comic Sans MS; font-size: 14 pt; font-weight: bold }
.verdana     { font-family: Verdana; font-size: 8 pt; font-weight: bold }
.scheda      { font-size: 8 pt; font-weight: bold; text-align: center }
.introduzione { font-style: italic; color: #003300}

h2           { font-family: Amaze; font-size: 18 pt; font-weight: bold }
h1           { font-family: Kelt; font-size: 24 pt; font-weight: bold }

/****************************************************
 * RCBlog - css/base.css                            *
 * ------------------------------------------------ *
 * Created by Noah Medling <noah.medling@gmail.com> *
 ****************************************************/
div.post{
 border-color: #000000;
 background-color: #ffffff;
 color: #000000;

 border-width: 1px;
 border-style: solid;
 margin: 0 0 4px 0;
 padding: 0;
 text-align: left;
}

div.post div.title{
 border-left:0px solid #000000; 
 border-right:0px solid #000000; 
 border-top:0px solid #000000; 
 border-bottom:1px solid #000000; 
 background-color: #96a49c;
 color: #ffffff;

 margin: 0;
 font-size: 10pt;
 font-weight: bold; padding-left:4px; padding-right:4px; padding-top:4px; padding-bottom:3px
}

div.post div.navtitle{
 border-left:0px solid #000000; 
 border-right:0px solid #000000; 
 border-top:0px solid #000000; 
 border-bottom:1px solid #000000; 
 background-color: #96a49c;
 color: #ffffff;

 margin: 0;
 font-weight: bold; padding-left:4px; padding-right:4px; padding-top:4px; padding-bottom:3px
}

div.post div.date{
 margin: 0 0 4px 0;
 padding: 4px 4px 0 4px;
 font-size: 10pt;
}

div.post div.text{
 margin: 0;
 padding: 4px;
 font-size: 10pt;

}

div.post div.comment{
 border-left:0px solid #000000; 
 border-right:0px solid #000000; 
 border-top:1px solid #000000; 
 border-bottom:0px solid #000000; margin:0; padding:4px; 
}

span.mono{
	font-family: monospace;
}

div.code{
 border-color: #96a49c;
 margin: 2px 0;
 white-space: pre;
 font-family: monospace;
 border-width: 1px;
 border-style: solid;
 padding: 2px 4px;
 overflow: auto;
}

div.quote{
 border-color: #96a49c;
 margin: 2px 0;
 border-width: 1px;
 border-style: solid;
 padding: 2px 4px;
}

table.filetable{
	border: 0px none;
	margin: 0;
	padding: 0;
	width: 100%
}
table.filetable td.filename{
	width: 50%;
}

table.filetable td.filesize{
	width: 20%;
}

table.filetable td.fileaction{
	text-align: right;
	width: 30%;
}



img{
 border: 0px none;
}

img.left{
 float: left;
 margin-right: 4px;
}

img.right{
 float: right;
 margin-left: 4px;
}

hr{
 border: 0px none;
 background-color: #96a49c;
 color: #918781;
 height: 1px
}