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

html, body {
  background: #d5d6d7;
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: verdana, tahoma, helvetica, arial, sans-serif;
}

/*---------------------------------
  logo
---------------------------------*/

#logo {
  background: transparent url("images/background-header.png") top center no-repeat;
  width:750px;
  height:182px;
  margin-left:15px;
  margin-bottom:5px;
  text-align: center;
  font-weight:bold;
}

#logo1 {
  padding-top: 50px;
  font-size: 30px;
  color:#ffffff;
}

#logo2 {
  text-transform: uppercase;
  letter-spacing:7pt;
  font-size: 11px;
  color: #ffffff;
  opacity: 0.7;
}

#themeversion {
  text-transform: uppercase;
  letter-spacing: 5pt;
  text-align: right;
  padding-top: 65px;
  padding-right: 15px;
  font-size: 7px;
  color: #ffffff;
}

/*---------------------------------
  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 {
  background: url("images/background.png") repeat-y;
  width: 770px;
  min-width: 500px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

#headersite {
  background: url("images/background-up.png") repeat-y;
  height: 22px;
  width: 100%;
  text-align: right;
}

#outer {
  width: auto;
  border-left-width: 0px ;
}

#inner {
  margin: 0;
  width: 100%;
}

#centerbody {
  width: 520px;
  float: left;
  position: relative;
  margin-left: 10px;
  margin-right: 1px;
}

#rightbody {
  width: 190px;
  float: left;
  position: relative;
  margin-left: 20px;
}

#footersite {
  background: url("images/background-down.png") repeat-y;
  height: 10px;
  width: 100%;
}

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

.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;
}

.sectioncontent {
  width: 90%;
  padding-top: 10px;
  margin-left: 25px;
  font-size: 11px;
}

/*---------------------------------
  flatnuke elements
---------------------------------*/

.motd {
  width: 90%;
  margin-left: 25px;
  border-style: dotted;
  border-width: 1px;
  border-color: #d5d6d7;
  padding: 5px;
  text-align: justify;
  font-size: 11px;
}

.footnews {
  margin-top: 10px;
  padding: 5px;
  text-align: center;
  font-size: 11px;
  color: #000000;
}

.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;
}