@import url(https://fonts.googleapis.com/css?family=Lora:400,400italic|PT+Sans:700|Hind:500|Sansita:700,700italic);

@media screen and (min-width:55em) {
  #page { max-width: 70em; }
}
@media screen and (min-width: 75em) {body {font-size:1em;}} 

#header { 
   background-image: url(../img/logo_bg.jpg);	
   background-size: contain;
   background-repeat: repeat-x;   
} 

.site-subtitle, .site-subtitle a, .site-title, .site-title a, #topactions a { 
   color: #fede00;
   text-shadow: 2px 8px 6px rgba(0,0,0,0.7),
      0px -5px 35px rgba(255,255,255,0.8);		
} 

.site-title, .site-title a { 
   font: bold italic 2em Sansita, sans-serif; 
}

#topactions a, #topactions {
   font-size: 0.5em;
   display: none;
}

#topsearch .searchbox { width:15em; }

html, body { background-color: #000; }

#content img,  #content span > img, #content a > img {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}