body {
  padding: 0px;
  margin:0px;
  font-family: Cambria, Georgia, serif;
  line-height: 1.2em;
  font-size:100%;
  background:#fff url(img/noise.png);
}
#header, #menu, #footer, h1, h2, h3 {
  font-family: 'Open Sans Condensed', sans-serif;
}
#header {
  color: #000;
  background:#fff url(img/noise.png);
  width: 100%;
  margin: 0;
  padding: 0; 
}
#header h1{
	padding: 30px 0 20px 80px;
	margin: 0;
	background-image: url(img/logo.png);
	background-repeat: no-repeat;
	background-position: 8px 8px;
}
#footer { 
	color: #399;
	background:#333 url(img/noise.png);  
	padding:0;
	margin:0;
	clear: both;
  	width: 100%; 
}
#footer h3 {
padding: 20px 20px;
}

#content{
max-width:1280px;
margin: 20px auto;
}

#main {
  float: left;
  width: 100%;
  margin: 0 0 20px 0;
  padding: 0;
}
#main .textArea {
color: #222;
margin-right: 2%;
padding: 0 2% 0 2%;
}

.img {
	width:100%;
    max-width:540px; 
    height: auto;
	float:left;
	margin: 0 10px 10px 0;
}
/* Responsive image */
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
}
/*#menu ul {
  margin: 0;
  padding: 10px;
  list-style: none;
  color: #333;
  background:#555 url(img/noise.png);
  overflow: hidden; 
}

#menu li {
  display:inline-block;
}
#menu a {
  display: block;
  color:#3CC;
  text-decoration: none;
  padding: 10px;
  font-weight: bold;
}
#menu a:hover {
	background: rgb(51,51,51);
	color: #fff;
}
*/
/* MEDIA QUERIES */

@media screen and (max-width: 1024px) {
	body{
		font-size: 115%;
	}

	#menu li {
	  display:block;
	  border-bottom-color:#FFF;
	  border-bottom-style:solid;
	  border-bottom-width:1px;
	  text-align:center;
	  padding:5px;
	}
	#menu ul {
		padding: 0;
		margin: 0 0 20px 0;
	}
}
@media screen and (max-width: 768px) {
	body{
		font-size: 125%;
	}

	#menu li {
	  display:block;
	  border-bottom-color:#FFF;
	  border-bottom-style:solid;
	  border-bottom-width:1px;
	  text-align:center;
	  padding:5px;
	}
	#menu ul {
		padding: 0;
		margin: 0 0 20px 0;
	}
}	
/* Headers articles */    
  .element {
    font-size: 76px;
    font-family: Georgia;
    width: 95%;
    color: #7D025F;
    margin: 10px auto;
    text-align: center;
    font-style: italic;
}
  
  .shadow {
    
   	text-shadow: #999 4px 4px 6px; /* color, h-offset, v-offset, blur */ 
  }
  
 
  .element1 {
    font-size: 30px;
    font-family: Georgia;
    width: 95%;
    color: #444;
    margin: 10px auto;
    text-align: center;
    font-style: italic;
}
    .shadow1 {
    
   	text-shadow: #7D025F 2px 2px 4px; /* color, h-offset, v-offset, blur */ 
  }

/* Special Message */   
  
  .element2 {
    font-size: 20px;
    font-family: Georgia;
    width: 95%;
    color: #444;
    margin: 10px auto;
    text-align: center;
    font-style: italic;
}
    .shadow2 {
    
   	text-shadow: #999 2px 2px 4px; /* color, h-offset, v-offset, blur */ 
  }
  
/* Article Header */
      
  .element3 {
	background: #820456;
    font-size: 25px;
    font-family: Georgia;
    width: 95%;
    color: #ffffff;
    margin: 10px auto;
    text-align: center;
    font-style: italic;
}
    .shadow3 {
    
   	text-shadow: #7D025F 2px 2px 4px; /* color, h-offset, v-offset, blur */ 
  }
  
/* LEFT Article Header special */
      
  .element4 {
    background: #dd0011;
	font-size: 25px;
    font-family: Georgia;
    width: 95%;
    color: #ffffff;
    margin: 10px auto;
    text-align: center;
    font-style: italic;
}
    .shadow4 {
    
   	text-shadow: #7D025F 4px 4px 6px; /* color, h-offset, v-offset, blur */ 
  }	
/* Article Header */
      
  .element5 {
    font-size: 16px;
    font-family: Georgia;
    width: 95%;
    color: #444;
    margin: 10px auto;
    text-align: left;
    font-style: italic;
	text-decoration:  underline;
	/*text-transform:		uppercase;*/
}
    .shadow5 {
    
   	text-shadow: #FD0606 2px 2px 4px; /* color, h-offset, v-offset, blur */ 
  }
/* Article Header */
      
  .element6 {
    font-size: 25px;
    font-family: Georgia;
    width: 95%;
    color: #444;
    margin: 10px auto;
    text-align: center;
    font-style: italic;
	text-decoration:  underline;
	/*text-transform:		uppercase;*/
}
    .shadow6 {
    
   	text-shadow: #FD0606 2px 2px 4px; /* color, h-offset, v-offset, blur */ 
  }
 /* Article Header */
      
  .element8 {
	background: #652341;  
    font-size: 16px;
    font-family: Georgia;
    width: 95%;
    color: #fff;
    margin: 10px auto;
    text-align: center;
    font-style: italic;
	text-decoration:  underline;
	/*text-transform:		uppercase;*/
}
    .shadow8 {
    
   	text-shadow: #FD0606 2px 2px 4px; /* color, h-offset, v-offset, blur */ 
  }		
}