/*
---------------------------------------------------------
 FN_ZOPE - 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 freely inspirated to Zope theme at http://www.zope.it; parts of CSS style from:
	** Plone style sheet for CSS2-capable browsers.
	** Copyright Alexander Limi, 2001-2003 - http://www.plonesolutions.com
*/


/*---------------------------------
	The basic elements: /* ++
---------------------------------*/

body {
    font: 0.7em "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
    background-color: White;
    color: Black;
    margin: 0;
    padding: 0;
}

table {
    font-size: 100%;
}

a {
    text-decoration: none;
    color: #436976;
    background-color: transparent;
}
img {
    border: none;
    vertical-align: middle;
}
p {
    margin: 0.5em 0em 1em 0em;
    text-align: justify;
    line-height: 1.5em;
}
p a {
    text-decoration: underline;
}
p a:visited {
    background-color: transparent;
}
p a:active {
    color: Red;
    background-color: transparent;
}
p img {
    border: 0;
    margin: 0;
}

hr {
    height: 1px;
    color: #8cacbb;
    background-color: transparent;
}

h1, h2, h3, h4, h5, h6 {
    color: Black;
    background-color: transparent;
    font-family: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
    font-size: 100%;
    font-weight: normal;
    margin: 0;
    padding-top: 0.5em;
    border-bottom: 1px solid #8cacbb;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: Black ! important;
}

h1 {
    font-size: 160%;
}

h2 {
    font-size: 150%;
}

h3 {
    font-size: 140%;
    border-bottom: none;
    font-weight: bold;
}

h4 {
    font-size: 120%;
    border-bottom: none;
    font-weight: bold;
}

h5 {
    font-size: 100%;
    border-bottom: none;
    font-weight: bold;
}

h6 {
    font-size: 80%;
    border-bottom: none;
    font-weight: bold;
}


ul {
    line-height: 1.5em;
    list-style-type: square;
    margin: 0.5em 0 0 1.5em;
    padding:0;
    list-style-image: url("images/bullet.png");
}

ol {
    line-height: 1.5em;
    margin: 0.5em 0 0 2em;
    padding:0;
}
ul a, ol a {
    text-decoration: underline;
}
li {
    margin-bottom: 1em;
}
dt {
    font-weight: bold;
}
dt a {
    text-decoration: underline;
}

dd {
    line-height: 1.5em;
    margin-bottom: 1em;
}
dd a {
    text-decoration: underline;
}

dd.link a {
    text-decoration: none;
    color: Black;
}

fieldset {
    border: 1px solid #8cacbb;
    margin: 2em 0em 1em 0em;
    padding: 1em 0em;
}
legend {
    background: White;
    padding: 0.5em;
}

form {
    border: none;
    margin: 0;
}
textarea {
    border: 1px solid #8cacbb;
    color: Black;
    background-color: white;
    width: 98%;
    padding: 0.1em;
    font: 1em "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
}
input {
    visibility: visible;
    border: 1px solid #8cacbb;
    color: Black;
    background-color: white;
    vertical-align: middle;
    padding: 0.1em;
}
select {
    border: 1px solid #8cacbb;
    vertical-align: top;
}
abbr, acronym, .explain {
    border-bottom: 1px dotted Black;
    color: Black;
    background-color: transparent;
    cursor: help;
}
q {
    font-family: Times, "Times New Roman", serif;
    font-style: italic;
    font-size: 120%;
}
blockquote {
    font-family: Times, "Times New Roman", serif;
    font-style: italic;
    font-size: 120%;
}
code {
    font-size: 120%;
    color: Black;
    background-color: #dee7ec;
}
pre {
    font-size: 120%;
    padding: 1em;
    border: 1px dashed #8cacbb;
    color: Black;
    background-color: #dee7ec;
}
.netscape4 {
    display: none;
}

/*---------------------------------
  logo
---------------------------------*/

#logo {
  margin-top: 5px;
  margin-left:30px;
  margin-bottom:5px;
  text-align: left;
  font-weight:bold;
  color: #004080;
}

#logo1 {
  font-size: 30px;
}

#logo2 {
  text-transform: uppercase;
  letter-spacing:7pt;
  font-size: 11px;
  color: #8cacbb;
}

#themeversion {
  text-transform: uppercase;
  letter-spacing: 5pt;
  text-align: right;
  padding-right: 15px;
  font-size: 7px;
}

/*---------------------------------
  menu
---------------------------------*/

#portalTabs {
    /* Navigational Plone Tabs(tm), implemented by customizing the a tag - they are surprisingly elegant. The power of CSS runs strong in these :) */
    background-color: transparent;
    border-collapse: collapse;
    border-bottom-color: #8cacbb;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding: 0.5em 0em 0em 2em;
    white-space: nowrap;
    list-style: none;
    margin: 0;
    height: auto;
    line-height: normal;
}
#portalTabs li {
    display: inline;
}
#portalTabs li a {
    /* The normal, unselected tabs. They are all links */
    background-color: transparent;
    border-color: #8cacbb;
    border-width: 1px;
    border-style: solid solid none solid;
    color: #436976;
    height: auto;
    margin-right: 0.5em;
    padding: 0em 2em;
    text-decoration: none;
    text-transform: lowercase;
}
#portalTabs li.selected a {
    /* The selected tab. There's only one of this */
    background-color: #dee7ec;
    border: 1px solid #8cacbb;
    border-bottom: #dee7ec 1px solid;
    color: #436976;
}
#portalTabs li a:hover {
    background-color: #dee7ec;
    border-color: #8cacbb;
    border-bottom-color: #dee7ec;
    color: #436976;
}
#personalBar {
    /* Bar with personalized menu (user preferences, favorites etc) */
    background-color: #dee7ec;
    border-bottom-color: #8cacbb;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    line-height: 1.2em;
    color: Black;
    padding: 0em 3em 0em 3em;
    margin: 0;
    text-align: right;
    text-transform: lowercase;
    list-style: none;
}
#personalBar li {
    display: inline;
}

#personalBar li {
    padding-left: 8px;
    color: #436976;
    margin-left: 1em;
}
#personalBar li a {
    text-decoration: none;
    color: #436976;
}

.menu {
  margin-bottom: 10px;
}

.currentNavItem {
    color: Black;
    font-weight: bold;
}

/*---------------------------------
  body structure
---------------------------------*/

#centerbody {
  position: relative;
  margin-left: 200px;
  margin-right: 200px;
}

#rightbody {
  width: 160px;
  float: right;
  position: relative;
  margin-right: 20px;
}

#leftbody {
  width: 160px;
  float: left;
  position: relative;
  margin-left: 20px;
}

#footersite {
  height: 10px;
  width: 100%;
}

/*---------------------------------
  blocks
---------------------------------*/

.blocktitle {
  border-collapse: collapse;
}
.blocktitle h5 {
  background: #dee7ec;
  border: 1px solid #8cacbb;
  border-style: solid solid none solid;
  padding: 0em 1em 0em 1em;
  text-transform: lowercase;
  display: inline;
  font-size: 1em;
  height: 1em;
  font-weight: normal;
  white-space: nowrap;
}

.blockcontent {
  border: 1px solid #8cacbb;
  border-style: solid solid solid solid;
  padding: 1em 1em 1em 1em;
}

/*---------------------------------
  sections
---------------------------------*/

.sectiontitle {
	background-color: transparent;
	border-collapse: collapse;
    line-height: normal;
}

.sectioncontent {
  padding-top: 1em;
  margin-left: 5px;
  text-align: justify;
}

/*---------------------------------
  flatnuke elements
---------------------------------*/

.motd {
  margin-left: 25px;
  margin-right: 25px;
  padding: 5px;
  text-align: justify;
}

.footnews {
  margin-top: 1em;
  text-align: center;
  font-weight: normal;
  color: #999999;
}

.footer {
    background-color: #dee7ec;
    border-top: 1px solid #8cacbb;
    border-bottom: 1px solid #8cacbb;
    margin: 2em 0em 1em 0em;
    padding: 0.5em 0em 1em 0em;
    text-align: center;
	color: #999999;
}

.footer small {
  font-size: 10px;
}

/*---------------------------------
  other
---------------------------------*/

.clr {
  clear: both;
}
