/* Style Sheet */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html { height: 101%; }
body { 
  font-size: 62.5%; 
}
 
::selection { background: #aac0a4; }             /* light background */
::-moz-selection { background: #aac0a4; }
::-webkit-selection { background: #aac0a4; }
 
::-webkit-input-placeholder { /* WebKit browsers */
  color: #ccc;
  font-style: italic;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #ccc;
  font-style: italic;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #ccc;
  font-style: italic;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #ccc !important;
  font-style: italic;  
}
 
br { display: block; line-height: 2.2em; } 
 
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ol, ul { list-style: none; }
 
/** page structure **/
#w {
  display: block;
  width: 750px;
  margin: 0 auto;
  padding-top: 30px;
}
 
#content {
  display: block;
  width: 100%;
  background: #fff;
  padding: 25px 20px;
  padding-bottom: 35px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
}






#headerblock {
  height: 42px;
  overflow: hidden;
  -webkit-transition: height 0.5s linear;
  -moz-transition: height 0.5s linear;
  transition: height 0.5s linear;
}
#headerblock a {
  font-size:0.9em;
  text-decoration: none;
  opacity: 1;
  font-weight: bold;
}
#headerblock a:hover {
  opacity: 0.5;
  text-decoration: underline;
}
 
#tophiddenbar {
  display: block;
  width: 100%;
  font-weight: bold;
  font-size: 0.9em;
  text-align: left;
  ext-shadow: 1px 1px 0 #444;
  background-color: #f5f5f5; /* ´slider menu background */
  padding: 8px 10px;
  margin-top:1em;
  eight:220px;
}



#tophiddenbar hr {
  margin-bottom:.2em;
}
#tophiddenbar a {
  font-size: 1.0em;
  text-decoration: none;
  opacity: 1;
  text-shadow: none;
}
#tophiddenbar br, #tophiddenbar a {
  line-height:1.4em;
}

#tophiddenbar a:hover { 
  opacity: 0.5;
  text-decoration: underline;
} 

#headerblock:hover { height: 14em; }

@media screen and (max-width:44em) {
        
    /* grid 480 */
    #headerblock h1 { display:none; }

    }
@media screen and (max-width:40em) {
        
    /* grid 480 */
    #headerblock .topmenu { display:none; }

    }
@media screen and (max-width:36em) {
        
    /* grid 480 */
    #headerblock:hover { height: 28em; }
    }
	
	

.topbar {
	 width:100%;
	 min-width:960px;
	 padding:10px 0px;
	 margin-bottom:1em;
	 line-height:.8em;
	 height: 4em;
	 border-bottom: 1px solid  #583410; /* main color 1 */
	 
}
