/*
@import url(http://fonts.googleapis.com/css?family=Keania+One|Roboto+Condensed|Roboto|Antic+Slab|Oxygen|Racing+Sans+One|Signika|Quantico|Cabin:400,400italic|Play|Arimo|Coda|Gruppo|Iceland|Nixie+One|Baumans|Kelly+Slab|Graduate|Averia+Libre|Offside|Sirin+Stencil|Squada+One|Patua+One|Contrail+One|Overlock|Expletus+Sans|Overlock+SC);
*/

@import url(http://fonts.googleapis.com/css?family=Roboto|Antic+Slab|Racing+Sans+One);

* {margin: 0;}

html, body {height: 100%;}

h2 {font-size: 16px; }
h3 {font-size: 14px; }
.italic {font-style:italic}

.center{ text-align: center; width=100%;}

#wrapper {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -50px; /* Matches height of the footer - 10px for page margin*/
}

#footer, #push{     
   height:40px;   /* Height of the footer */
   font-family: "Arial";
   font-size: 10px;
   text-align: center;
}


#header{
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  height: 70px;
  width: 800px;

	box-shadow: 0px 2px 4px #000;
	-webkit-box-shadow: 4px 4px 4px #000;
	-moz-box-shadow: 4px 4px 4px #000;
	border-radius: 8px;	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;	
	border: solid 1px #808080;
	
background: rgb(204,204,204); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(204,204,204,1) 0%, rgba(255,255,255,1) 50%, rgba(204,204,204,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(204,204,204,1)), color-stop(50%,rgba(255,255,255,1)), color-stop(100%,rgba(204,204,204,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(204,204,204,1) 0%,rgba(255,255,255,1) 50%,rgba(204,204,204,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(204,204,204,1) 0%,rgba(255,255,255,1) 50%,rgba(204,204,204,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(204,204,204,1) 0%,rgba(255,255,255,1) 50%,rgba(204,204,204,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(204,204,204,1) 0%,rgba(255,255,255,1) 50%,rgba(204,204,204,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */	
  
}

#logo{
display: block;
margin-top: 10px;
margin-left: 10px ;
float: left;
}

#content{
	/*position: absolute;*/
	left:0;
    right:0;
	margin-left: auto;
    margin-right: auto;
	width: 800px;
	height: 100%;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
}


#galleria{ width: 800px; height: 400px; background: #111; }

#news {
font-family: 'Antic Slab', serif;
}


#news .title {
/*font-family: 'Racing Sans One', cursive; */
 font-family: 'Racing Sans One', sans-serif;
 font-size: 20px;
 font-weight: 300;
}


#news .date {
font-family: 'Antic Slab', sans-serif;
 font-size: 10px;
}


#news .postcontainer{
padding: 10px;
margin: 0px 0px 20px 0px;
}


#news .postbody{

padding: 4px 0px  4px 0px;
/*font-family: 'Arimo', sans-serif; */

font-size: 15px;
}


#news .container{
height: auto;
overflow: hidden;
margin: 10px 0px 10px 0px;
}

#news .right{
width: 390px;
float: right;
}

#news .left{
width: auto;
overflow: hidden;
}

#news .img{
float: left;
}












