/*
Theme Name: Johnny Bravo Blue
Description: Tema a tre colonne, pulito e d'impatto. Tonalita' di blue chiare e scure, molto leggibile.
Version: 1.0
Author: Sw4n
Author URI: http://www.sw4n.net/
*/

/* Basics and Typography */
#header {
 position: relative;
 top:4px;
 background: url('images/headerbg.gif') repeat-x;
 width: 940px;
 height: 131px;
 margin: 0 auto;
 padding: 0
}
#head {
 text-align:center;
}

#container {
 width: 950px;
 margin: 0 auto;
 padding: 0;
 background: #fff;
 border-left: 1px solid #999;
 border-right: 1px solid #999;
 border-top: 0px none;
 border-bottom: 7px solid #999;
 text-align: left
}

#content {
 float: left;
 width: 510px;
 margin:  0 9px;
 display: inline;
}

/* Credits */
#footer {
 margin: 10px auto;
 width: 950px;
 font-size: .8em;
}
#footer p {
 margin-top: 0;
}
.clearer {
 clear: both;
 line-height: 0px;
}


/* Credits */
p.credits {
 padding: 0px;
 text-align: center;
 margin: 10px 0px; 
 color: #999;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 0.9em;
}

/* 
This piece of code is for clearing
the floats without structural markup
Don't modify it
*/
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
}
.clearfix {
 display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
 height: 1%;
}
.clearfix {
 display: block;
}
/* End hide from IE-mac */
.alt {
        border-bottom: 1px solid #dbdbdb;
        }
.notice {
       color: #59a212;
       font-size: 1.2em;
       font-weight: bold;
        }
.notice2 {
        color: #577305;
        font-weight: bold;
         }
#wp-calendar a {
   background: #f4fbd9;
}