/* EXTRA FONTS! */

@font-face {  
  font-family: ubu;  
  /*src: url('fonts/Ubuntu-R.eot');  IE */
  src: url('/fonts/Ubuntu-R.ttf') format("truetype"); /* non-IE */  
}  

@font-face {  
  font-family: ubu;  
  font-style: italic;
  /*src: url('fonts/Ubuntu-RI.eot');  IE */  
  src: url('/fonts/Ubuntu-RI.ttf') format("truetype"); /* non-IE */  
}  

@font-face {  
  font-family: ubu;  
  font-weight: bold;
  /*src: url('fonts/Ubuntu-B.eot');  IE */  
  src: url('/fonts/Ubuntu-B.ttf') format("truetype"); /* non-IE */  
}  

/* EXTRA FONTS! */
  
* {
  margin:0; padding:0;
} 

html,body {
  height:100%;
  font-family: ubu; /*, "sans-serif", "verdana";*/
  font-size: 13px;
  border-top:2px solid #318ebf;
} 

div.header {
  clear: both;
  position: relative;
  height:150px;
}

div.headertext{
  font-size: 25px;
  color: #fff;
  text-transform: uppercase; 
  margin: 15px;
  padding: 10px 15px 10px 15px;
  background: rgb(63, 63, 63); /* The Fallback */
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute; 
  bottom: 0;
  border-radius: 5px; 
}

div.subheadertext{
  font-size: 12px;
  color: #fff;
  text-transform: uppercase; 
  margin: 15px;
  padding: 10px 15px 10px 15px;
  background: rgb(63, 63, 63); /* The Fallback */
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute; 
  top: 0;
  right: 0;
  border-radius: 5px; 
}

#container {
  height:100%; 
  width: 950px;
  margin: 0 auto;
  margin-bottom:-20px; 
  min-height: 100%; 
  height: auto !important;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}

#footer, #push {
  height:20px;
} 

#footer {
  width: 950px;
  margin: 0 auto;
  font-size: 12px;
  text-align: center;
}

div.content{
  width: 940px;
  margin: 0 5px 0 5px;
}

div.date{
  width: 90px;
  float: left;
}

div.article{
  width: 850px;
  float: left;
  padding: 0 0 20px 0;
}

/* ++++++++++++++++++++++ END STRUCTURE +++++++++++++++++*/

h1 {
  font-size: 14px;
  text-transform: uppercase; 
  font-weight: bold;
  padding: 10px 0 2px 0;
  border-bottom: 1px solid #318ebf;
  }
  
h3 {
  font-size: 10px;
  text-transform: uppercase; 
  padding: 12px 0 0 0;
  font-weight: normal;
  color: #666;
  }

h4 {
  font-size: 17px;
  text-transform: uppercase; 
  padding: 0 0 0 0;
  font-weight: normal;
  color: #666;
  }
  
p {
  padding: 10px 0 0 0;
}

a {
  text-decoration: none;
  border-bottom: 1px dotted;
  color: #000;
}

a:hover {
  text-decoration: underline;
}

a:visited {
  color: #333;
}

date {
  font-size: 9px;
  color: #92a3ae;
  text-transform: uppercase; 
  padding: 0 0;
  }
  
div.wrfdates {
  float: left;
  width: 150px;
}

div.wrffig {
  float: left;
  width: 770px;
}

ul { 
  list-style-type: square;
  margin-left: 15px;
  
}


/* ++++++++++++++++++++++ MENU ++++++++++++++++++++++++++*/
/* ++++++++++++++++++++++ MENU ++++++++++++++++++++++++++*/
div.topmenu {
  position: relative;
  background: #fff;
  margin: auto;
}

#menu {
  background: #fff;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
#menu li {
  width: 950px;
  /*float: center;*/
  margin: 0 auto;
  padding: 0;
}
#menu a {
  background: #fff;
  color: #333;
  display: block;
  float: left;
  margin: 0;
  padding: 7px 25px;
  text-decoration: none;
  text-transform: uppercase; 
  font-size: 12px;
    border-bottom: 0px;
}
#menu a:hover {
  background: #e3e3e3;
  color: #333;
  padding-bottom: 7px;
}




