



* { margin:0; padding:0; }
body, div, span, p, a, img, ul, ol, li, table, th, tr, td, form, fieldset, legend, dl, dt, dd, blockquote, applet, object { border:0; }
body { 
  padding: 0 0; 
  background: #192D40 url('images/bg.jpg') repeat-x; 
  font-family: Arial; 
  font-size: 13px;
  line-height:24px;
  color: #E8EAEB; 
  text-align: center; 
}

/* links --------------------------------------------------------------- */
a {color:#FFFFFF;}
a:link {color:#FFFFFF;}
a:hover {color:#3F576E; text-decoration: none;}

/* headings --------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 { margin:15px 0 10px 0; font-family: "Trebuchet MS"; }
h1 { font-size:200%; }
h2 { font-size:160%; font-weight: normal; }
h3 { font-size:120%; margin-top: 25px; }
h4 { font-size:120%; }
h5 { font-size:100%; }

/* paragraphs -------------------------------------------------------------------- */
p { margin:15px 0; }

/* tables --------------------------------------------------------------------- */
table { margin:15px 0; border: 1px solid #324455; border-collapse:collapse; border-spacing:0; font-size:100%; width: 100%;}
th { text-align:center; font-weight:bold; border: 1px solid #324455;}
th, td { padding:4px 6px; border: 1px solid #324455;}
tr.table-top {background: #425364; font-weight: bold;}

/* lists --------------------------------------------------------------------- */
ul, ol { display:block; margin:15px 0 15px 0px; }
ul ul, ul ul ul, ol ol, ol ol ol { margin:0; margin-left:20px; }

.entry ul li { list-style: square; list-style-position: inside; padding-left: 18px;}
.entry ol li { list-style-type:decimal; list-style-position: inside; padding-left: 18px;}

ol ol { list-style-type:upper-alpha; }
ol ol ol {list-style-type:lower-alpha; }
li { display:list-item; }

ul li a { text-decoration:underline;}

ul li { list-style: none; }

ul li li { list-style: circle; margin: 0 0 3px 0px; }

/* definitions -------------------------------------------------------------------- */
dl { margin:15px 0; }
dt { font-weight:bold; }
dd { margin-left:30px; }

/* universal --------------------------------------------------------------------- */
fieldset { margin:15px 0; padding:10px; border:1px solid #CCC; }
legend { margin-left:10px; font-size:100%; font-weight:bold; color:#000; }
abbr, acronym, .help { border-bottom:1px dotted #CCC; cursor:help; }
blockquote { margin:15px 20px; font-style:italic; }
del, .del { text-decoration:line-through; }
strong, .strong { font-weight:bold; }
cite, em, q, var { font-style:italic; }
code, kbd, samp  {font-family:monospace; font-size:110%; }
hr { display:block; height:1px; margin:10px 0; padding:0; border:0 solid #CCC; background:#CCC; color:#CCC;} 
.f-left {float:left;}
.f-right {float:right;}
.a-left, tr.a-left td {text-align:left;}
.a-center, tr.a-center td {text-align:center;}
.a-right, tr.a-right td {text-align:right;}
.a-justify {text-align:justify;}
.va-top {vertical-align:top;}
.va-middle {vertical-align:middle;}
.va-bottom {vertical-align:bottom;}
.clear { clear:both; }
.box { min-height:1px; }
.box:after { display:block; visibility:hidden; clear:both; line-height:0; font-size:0; content:"."; }
.noscreen { display:none; }

.foto{  display: block;}

.aligncenter, div.aligncenter { display: block; margin-left: auto; margin-right: auto;}
.alignleft { float: left; }
.alignright { float: right; }

/* layout ---------------------------------------------------------------------- */
#layout { 
  width:900px; 
  margin:0 auto; 
  text-align:left; 
}
  #container { 
  padding-top: 12px;
}

  	/* header ------------------------------------------------------------------ */
  	#header { position:relative; padding-left: 7px;}
  
      #logo {
        font-family: Impact, 'Techno CE', sans-serif;
        font-weight: normal;
        color: #E8EAEB;
        position: relative; 
        overflow: hidden; 
        height: 110px;
        font-size:260%;
        margin: 0;
        line-height: 130px;
      }
      #logo a{
        color: #E8EAEB;
        text-decoration: none;
      }
      
      #logo .leaf {
        position: absolute; 
        left: 0; top: 20px; 
        z-index: 1; 
        width: 120px; height: 80px;
        background: url('images/leaf.gif') 45px 5px no-repeat; 
        cursor: pointer;
      }
      
      #logo .light {
        color: #3F576E;
        font-size:100%;
      }
        
    /* navigation --------------------------------------------------- */
    #nav {position:relative; z-index:2; border: 1px solid #1a2735; border-right: none; border-left: none; padding: 7px 0;}
      #nav ul {margin:0; padding:0; list-style:none;}
      	#nav ul li {float:left; display:inline; margin:0; padding:0;}
      	#nav ul li a {
      	  font-size: 19px;
      	  font-weight: bold;
          display: block; 
          color: #FFFFFF;
          text-decoration: none;
          float: left; /*\*/ float:none; 
          padding: 7px 25px 7px 7px;
          line-height: 18px;
        }
        
        #nav ul li a span {
      	  font-size: 11px;
      	  font-weight: normal;
      	  color: #67707a;
        }
        
        #nav ul li a:hover {
          background: #0A151F;
        }
      	#nav ul li#active a {
        }
  
  
  
    .content {
      padding: 0 0 0 0;
      width:520px;
      z-index: 10;
      float: Left;
      padding-Right: 9px;
      border-Right: 1px solid #324455;
    }
    .content .in{
      padding: 0 0 0 10px;
    }
  
  	/* columns ----------------------------------------------------------------- */
  	#sidebar { float: Right; width:175px; }
        #sidebar span  { color: #515f6a; }
   	#sidebar p  { margin-top: 5px; }
  
  	#rightbar { float: Left; width:175px; padding: 0 10px; }
	#rightbar span  { color: #515f6a; }
	#rightbar p  { margin-top: 5px; }
 
  	.bothsides { float: Right; width:350px; padding: 0 10px; }

 	/* footer ----------------------------------------------------------------- */
  	#footer {
      clear:both;
      height: 77px;
      margin-top: 20px;
      border-top: 1px solid #324455;
      padding:10px 3px;
      color: #a0a9b0;
      font-size: 85%;
    }
    
    #footer a {
      color: #a0a9b0;
    }
    
      #footer p { margin:0; padding-top:10px; }




/* -- clearing -- */
.clear 		{ clear: both; display:inline-block; padding-bottom: 18px;}
.clear:after 	{ display:block;  visibility:hidden; clear:both; height:0; content: "."; }
.clearsmall 	{ padding-bottom: 10px; }

/* -- ddm -- */

#submenu { margin: 0px; padding:1px 0 0 1px; height:30px; text-transform: uppercase;}
.sub_menu li { margin: 0px 9px 32px 0px; padding: 0px; font-size: 10px; float: left; list-style: none; }
.cat-item a, .cat-item a:visited { margin: 0px; padding: 3px 9px 3px 9px; color: #333; text-decoration: none; display: block; }
.cat-item a:hover { background-color: #dedede; color: #A82A15; text-decoration: none; }
.current-cat, .current-cat a, .current-cat a:visited { background-color: #dedede; color: #A82A15; text-decoration: none;}
.sub_menu li b { margin: 0px; padding: 3px 0px 3px 0px; color: #000000; text-decoration: none; display: block; }
.children { margin: 0px; padding: 4px 0px 4px 0px; position: absolute; left: -9000px; background-color: #FFF; border-right: 1px solid #dedede; border-bottom: 1px solid #dedede; border-left: 1px solid #dedede; border-top: 0px solid #dedede; }
.sub_menu li:hover ul, .sub_menu li.iehover ul { left: auto; }
.children li { margin: 1px 7px 1px 7px; padding: 1px 0px 1px 0px; float: none; }
.children li a, .children li a:visited { background-color: #FFF; color: #000; }
.children li a:hover { background-color: #dedede; color: #A82A15; }
.children .current-cat, .children .current-cat a, .children .current-cat a:visited { background-color: #dedede; color: #A82A15; text-decoration: none; }

/* -- comment form -- */
#comments 	{ clear : both; background : #0B1B2A; padding : 15px; font-size: 11px; }
#comments a, #comments a:hover { text-decoration : none; }
#comments h2 	{ margin : 0; }
#comments dl 	{ margin : 0; padding : 0; }
#comments dt 	{ padding : 8px 0 0 0; font-size : 1.2em; border-top : 1px dotted #99c; color : #E8EAEB; }
#comments dt.highlighted { padding : 8px; background : #000000; border : 4px solid #fff; }
#comments dd.highlighted { background : #fff; padding : 2px 8px; }
#comments h3, #postComment h3 { padding : 9px; margin : 0 0 15px 0; }
#postComment 	{ background : #06141F; padding : 15px; color : #E8EAEB; }
#postComment label { width : 320px; display : block; float : left; clear : both; margin : 5px 0 0 0; color: #8A817E; }
#postComment input, #postComment textarea { margin : 5px 0 0 0; width : 477px; }
#postComment textarea { height : 160px; }
#postComment .button { padding : 5px; clear : both; width : 100px; margin : 10px 0 0 0; }
#postComment p, #postComment a, #comments dt a, #comments a 	{ color: #ECF3FA; background: none;  }

/* -- two column -- */

.twocol 	{ padding-left: 0px; }
.twocol ul 	{ width:100%; list-style:none; }
.twocol li 	{ list-style:none; }
.twocol ul li 	{ list-style:none; padding: 0px 9px 18px 0px; width:48%; float:left; margin: 0px; }

.sponsors 
{
margin-bottom : 5px; padding: 4px; overflow : hidden; 
}
.sponsors img.ml 
{
margin-right : 4px; overflow : hidden;
}
img { border: 0; }
a img { border: 0px; padding: 0px; margin: 0px;}
.meta {font-style: italic; font-size: 11px;}
.entry img { padding: 3px; margin: 3px;}