


* {
    margin: 0;
    padding: 0;
}



body {
    
    margin:0;
    font: 14px Arial, Helvetica, sans-serif;
    color: #000000;
    background: #000000;
}

h1 {
    padding-top: 40px;
    padding-right: 500px;
    font: normal 54px/1.2em Georgia, Times, serif;
    text-align: right;
    letter-spacing: -2px;
    color: #FFFFFF;
}


h1 a {
    color: #FFFFFF;
    text-decoration: none;
}

h1 a span {
    color: #D75C19;
}

h2 {
    font-weight: normal;
    font-family: Georgia, Times, serif;
    /*text-transform: lowercase;*/
    color: #FFFFFF;
}

h3 {
    font-weight: normal;
    font-family: Georgia, Times, serif;
    /*text-transform: lowercase;*/
    color: #FFFFFF;
}

p {
    padding: .75em 0;
    line-height: 2em;
    text-align: justify;
}

#subtitle {
    position: relative;
    top: -30px;
    padding-right: 390px;
    text-align: right;
    font-size: 25px;
    font-style: italic;
    text-transform: lowercase;
    color: #FFFFFF;
}

a {
    /*color: #000000;*/
    color: #07EFEF ;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

#page {
   width: 100%;
   /*width: 960px;*/
    height: auto;
    /*margin-left: 180px ;*/
    position:relative;
  
        /*background: #99ccff url('images/page.gif') repeat-x bottom;*/
    background: url('images/woodgrain.jpg') ;
    /*background-color:#ff0080;*/
    
   background-repeat: repeat-y repeat-x;
    background-size: auto;
    border-bottom: 1px solid #3B3B3B;
}

/* header */

#header {
    height: 400px;
    /*padding-right: 60px;*/
    background:  url('images/epkheader.png')  no-repeat ;
        background-position: 5% 0px;
        background-size:100%;
    border-radius: 15px;
    -moz-border-radius: 15px;
     
    /*background-color: ".$color.";*/
}




/* menu */

#menu {
    height: 64px;
    width: 100%;
    /*width: 960px;*/
    /*background:#ff3333;*/
    background:#339933;
    
    
    
    
    
}

#menu ul {
    list-style: none;
   
    
}

#menu ul li {
    display: block;
    float: left;
    padding: 2px 5px;
    
   
}

#menu ul li a {
    display: block;
    float: left;
    padding: 0 0px;
    font: 12px/40px Arial, Helvetica, sans-serif;
    /*color: #e60000;*/
    color: #024502;
    text-decoration: none;
    
    
}

#menu ul li a:hover {
    /*background: #ff9999 url('images/menu.gif') repeat-x;*/
   background: transparent;
}

/* main */

#main {
    height: auto;
    /*min-height: 900px;*/
    min-height: 700px;
    padding: 30px 30px 0 30px;
    /*background: url('images/main.gif') repeat-x;*/
    background-size: cover;
}

/* sidebar */

#sidebar {
    float: left;
    width: 260px;
    max-height:600px;
    padding-left: 10px;
    padding-top: 5px;
   padding-bottom: 10px;
    background: #606060;
    
    -moz-border-radius: 15px;
    border-radius: 15px;
    
}

#sidebar h2 {
    font-size: 2em;
}

#sidebar .box {
    padding: 2.5em 0 3.5em 0;
}

#sidebar p {
    text-align: left;
}

#sidebar ul {
    list-style: none;
    padding: 3em 0 4em 0;
}

#sidebar ul li {
    padding: .2em 0;
    line-height: 2.5em;
}

/* content */

#content {
    float: right;
    width: 810px;
    padding-bottom: 10px;
}

#content h2 {
    font-size: 3em;
}

#content h2 a {
    color: #FFFFFF;
    text-decoration: none;
}

.post {
    padding: 0 0 4.5em 0;
}

.postmeta {
    color: #737373;
}

.entry {
    padding: .75em 0 0 0;
}

p.readmore {
    padding-right: 2em;
    text-align: right;
}

p.readmore a {
    padding: 0 4px;
    font-size: .9em;
    text-decoration: none;
    border: 1px solid #E36623;
}

p.readmore a:hover {
    text-decoration: none;
}

.clearing {
    clear: both;
    height: 1px;
    overflow: hidden;
}

/* footer */

#footer {
    width: 960px;
    margin: 0 auto;
    position: relative;
    

}

#footer p {
    
    font-size: .9em;
    text-align: center;
    color: #737373;
}



/*button*/
/*.button {
  display: inline-block;
  height: 75px;
  width: 300px;
  line-height: 50px;
  padding-right: 30px;
  padding-left: 10px;
  position: relative;
  background-color:rgb(41,127,184);
  color:rgb(255,255,255);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
  
  
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  text-shadow:0px 1px 0px rgba(0,0,0,0.5);
-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ff123852,Positive=true)";zoom:1;
filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ff123852,Positive=true);

  -moz-box-shadow:0px 2px 2px rgba(0,0,0,0.2);
  -webkit-box-shadow:0px 2px 2px rgba(0,0,0,0.2);
  box-shadow:0px 2px 2px rgba(0,0,0,0.2);
  -ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#33000000,Positive=true)";
filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#33000000,Positive=true);
}

.button span {
  position: absolute;
  left: 0;
  width: 50px;
  background-color:rgba(0,0,0,0.5);
  
  -webkit-border-top-left-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-bottomleft: 5px;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
border-right: 1px solid  rgba(0,0,0,0.15);
}

.button:hover span, .button.active span {
  background-color:rgb(0,102,26);
  border-right: 1px solid  rgba(0,0,0,0.3);
}

.button:active {
  margin-top: 2px;
  margin-bottom: 13px;

  -moz-box-shadow:0px 1px 0px rgba(255,255,255,0.5);
-webkit-box-shadow:0px 1px 0px rgba(255,255,255,0.5);
box-shadow:0px 1px 0px rgba(255,255,255,0.5);
-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ccffffff,Positive=true)";
filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ccffffff,Positive=true);
}

.button.orange {
  background: #FF7F00;
}

.button.purple {
  background: #8e44ad;
}

.button.turquoise {
  background: #1abc9c;
}

.button.red {
  background: #e74c3c;
  
}*/
/*end button*/

.dropbtn {
    /*background-color: #cc0000;*/
    background-color: #1a75ff;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    /*background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff3333), to(#cc0000));
    background: -webkit-linear-gradient(0% 0%, 0% 100%, from(#ff3333), to(#cc0000));
    background: -moz-linear-gradient(center top, #ff3333, #cc0000);*/
    box-shadow: 5px 5px 5px #888888;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
    
    
    
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    /*background-color: #f9f9f9;*/
    background-color:rgba(225,237,225,0.8);
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    
    
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 5px;
    text-decoration: none;
    display: block;
   
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
    
    
    
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #3333cc;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#5c5cd6), to(#3333cc));
    background: -webkit-linear-gradient(0% 0%, 0% 100%, from(#5c5cd6), to(#3333cc));
    background: -moz-linear-gradient(center top, #5c5cd6, #3333cc);
}

.first, .second {
  position: relative;
}

.first {
  z-index: 999;
}

.second {
  z-index: 1;
}
