/*
---------------------------------------------------------
SIMPLEBLOG - Theme for FlatNuke (http://www.flatnuke.org)
---------------------------------------------------------
Author:      Marco Segato
Website:     http://marcosegato.altervista.org/
email:       segatom (at) users.sourceforge.net

License:     GNU General Public License

This is a porting of Wordpress theme 'SimplePress' by Drudo http://drudo.altervista.org/blog
*/


/*---------------------------------
  general page settings
---------------------------------*/

body {
  /*background-color: #d5d6d7;*/
  font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
  font-size: 12px;
  margin: 0;
  padding: 0;
  text-align: center; /* IE 5.5 hack */
  
}

/*---------------------------------
Colori
---------------------------------*/

body {
    background: #2050A0; 
    color:#333;
}
#tema {
  background-color: #ffffff;
  border: 1px solid #3A291F;
}


/*---------------------------------
  logo
---------------------------------*/

#logo {
  background-image: url("images/header.jpg");
  letter-spacing: 0.2em;
  margin: 8px 8px 0 8px;
  padding: 0 10px 10px 60px; 
  font: normal 100% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif; 
  height: 180px;
}

#logo1 {
  padding-top: 50px;
  font-size: 30px;
  color:#ffffff;
  display: none;
}

#logo2 {
  text-transform: uppercase;
  letter-spacing:7pt;
  font-size: 11px;
  color: #ffffff;
  /*opacity: 0.7;*/
  display: none;
}

#themeversion {
  text-transform: uppercase;
  letter-spacing: 5pt;
  text-align: right;
  padding-top: 65px;
  padding-right: 15px;
  font-size: 7px;
  color: #ffffff;
  display: none;
}

/*---------------------------------
  menu
---------------------------------*/

.menu {
  width: 750px;
  margin-left: 28px;
  margin-bottom: 10px;
  text-transform: uppercase;
  text-align: left;
  font-size: 11px;
  font-weight: bold;
  color: #004080;
}

/*---------------------------------
  body structure
---------------------------------*/

#tema {
  width: 760px;
  min-width: 500px;
  text-align: left;
  margin: 20px auto 20px auto;
}

#outer {
  width: auto;
  border-left-width: 0px ;
}

#inner {
  margin: 0;
  width: 100%;
}

#hmenu {margin: 8px; height: 30px;}
#hnav {margin: 0;padding: 0;}
#hmenu { background: #2050A0;}
#hnav { background: #2050A0; }

#hnav ul
{
text-align: center;
padding-bottom: 5px;
padding-top: 5px;
padding-left: 0;
margin-top: 0;
/* cancels gap caused by top padding in Opera 7.54 */
margin-left: 0;
background-color: #2050A0;
color: #F2EEEC;
width: 100%;
font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
line-height: 18px;
/* fixes Firefox 0.9.3 */
}

#hnav ul li
{
display: inline;
padding-left: 0;
padding-right: 0;
padding-bottom: 5px;
/* matches link padding except for left and right */
padding-top: 5px;
}

#hnav ul li a
{
padding-left: 10px;
padding-right: 10px;
padding-bottom: 5px;
padding-top: 5px;
color: #F2EEEC;
text-decoration: none;
border-right: 1px solid #F2EEEC;
}

#hnav ul li a:hover
{
	background: #F2EEEC;
color: #3A291F;
}

#hnav #active { border-left: 1px solid #F2EEEC; }

/*
#centerbody {
  width: 520px;
  float: left;
  position: relative;
  margin-left: 10px;
  margin-right: 1px;
}
*/

#centerbody{
    float: left;
    width: 490px; 
    padding-top: 40px;
    padding-left: 25px;
}

#centerbody .footnews a {
  color: #001700;
  text-transform: capitalize;
}

/*
#rightbody {
  width: 190px;
  float: left;
  position: relative;
  margin-left: 20px;
}
*/
#rightbody {
    float: right;
    width: 168px; 
    padding-left: 7px;
    margin-right: 5px; 
    border-left: 1px dashed #2050A0;
    margin-bottom: 10px;
   }

/*---------------------------------
  blocks
---------------------------------*/

/*
.blocktitle {
  border-bottom-style: dotted;
  border-bottom-width: 1px;
  border-color: #d5d6d7;
  padding: 2px;
  text-transform: uppercase;
  text-align: left;
  font-weight: bold;
  font-size: 11px;
  color: #000000;
}
*/



.blocktitle {
	font-size: 100%;
	padding-left: 4px;
	font-size: 16px;
	font-weight: normal;
  	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
  	font-weight: normal;
/*	letter-spacing: 0.1em;*/
	border: 0px none;
	text-align: left;
	padding-left:0;
	margin-left: 0
}

.blockcontent {
  padding-top: 10px;
  font-size: 11px;
}

/*---------------------------------
  sections
---------------------------------*/

/*.sectiontitle {
  width: 90%;
  border-left-style: dotted;
  border-left-width: 1px;
  border-bottom-style: dotted;
  border-bottom-width: 1px;
  border-color: #d5d6d7;
  padding: 2px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: left;
  margin-left: 25px;
  font-size: 11px;
  color: #000000;
}
*/

.sectiontitle {
    margin-top: 0px; 
    margin-bottom: 0px; 
    font: 24px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif; 
    color: #17397A; 
    margin-left: -8px;
}
.sectiontitle img {
    display: none
}
/*.sectioncontent {
  width: 90%;
  padding-top: 10px;
  margin-left: 25px;
  font-size: 11px;
}*/

.sectioncontent {
    padding: 0px 0px 20px 0 ;
    margin-bottom: 50px; 
    border-bottom: 1px solid #2050A0;
    text-align: justify;
}

.sectioncontent img {
    padding: 2px 2px 2px 2px;
    margin: 15px 15px 15px 15px;
    /*background: #9AB31D;*/
    /*border: 1px solid #1F6710;*/
    border: 1px solid #2050A0;
}

/*---------------------------------
  flatnuke elements
---------------------------------*/

.motd {
  /*width: 90%;*/
  margin-left: 0px;
  /*border-bottom: 1px solid #2050A0;*/
  padding: 5px;
  text-align: justify;
  font-size: 11px;
}

.motd img{
    float: right;
    position: relative;
    padding: 0px 0px 0px 0px;
    display: none;
}

/*
.footnews {
  margin-top: 25px;
  padding: 5px;
  text-align: center;
  font-size: 11px;
  color: #000000;
}
*/
.footnews {
  font-size: .95em;
  margin-top: 30px;
  color: #1F6710;
}

.footnews a  {

}

.footnews img {
    display: none;
}

.footer {
    background-color: #ffffff;
    width: 760px;
    min-width: 500px;
    text-align: center;
    margin: 20px auto 20px auto;    
    border: 1px solid #3A291F

}



.footer a img {
  /*opacity: 0.5;*/
}
.footer a:hover img {
  /*opacity: 1;*/
}
.footer small {
  /*opacity: 0.5;*/
  font-size: 10px;
}

/*---------------------------------
  common html elements
---------------------------------*/

font {
  font-size: 11px;
}

a:visited, a:link, a:active {
  text-decoration: none;
  color: #0058B0;
}
a:hover {
  text-decoration: underline;
}

td, th {
  font-size: 11px;
}

#header .content {
  padding-bottom: 0;
}

input {
  max-width: 400px;
  border-width: 1px;
  padding: 2px;
  border-color: #000000;
  border-style: solid;
}

textarea {
  max-width: 400px;
  max-height: 300px;
  border-width: 1px;
  border-color: #000000;
  border-style: solid;
}

.clr {
  clear: both;
}

/*---------------------------------
  Too cool 4 IE
---------------------------------*/

a#tooCool {
  position: fixed;
  right: 0;
  bottom: 0;
  display: block;
  height: 80px;
  width: 80px;
  background: url(images/too_cool_4ie.png) bottom right no-repeat;
  text-indent: -999em;
  text-decoration: none;
}