
/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
  margin: 0;
  padding: 0;
  background: #000000;
  overflow: hidden;
  background-size: 100%, 100%;

}

/*menu animation*/
#menu {
  position:absolute;
  top: 150px;
  left:-135px;
}

h1, h2, h3 {
  margin: 0px;
  padding: 0px;
  text-transform: lowercase;
  font-family: 'Abel', sans-serif;
  font-weight: 400;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 2.4em;
}

h3 {
  font-size: 1.6em;
}


/* Page */

#page {
  position: relative;
  width: 980px;
  margin: 10px auto;
  padding: 0px;
  top: 80px;
}

/* Menu */

#menu {
  -webkit-transition:left 1.5s ease-out;
  -moz-transition:left 1.5s ease-out;
  -o-transition:left 1.5s ease-out;
  position:absolute;
  left:0;
  top:230px;
  width: 100px;
  min-height: 400px;
  height: 100%;
  margin: 0px auto;
  padding: 0px 0px 0px 0px;
  background-color:transparent !important;
  background-image:none !important;
  opacity: 0.7;
}

#menu ul {
  margin: 0;
  padding: 0px 0px 0px 0px;
  list-style: none;
  list-style-type: none;
  line-height: normal;
}

#menu li {
  float: left;
  margin-right: 0px;
}

#menu a {
  display: block;
  float: left;
  height: 50px;
  margin: 0px;
  padding:0;
  width:115px;
  padding-left:20;
  line-height: 50px;
  letter-spacing: -1px;
  text-decoration: none;
  text-transform: lowercase;
  text-shadow: 2px 2px 2px #778899;
  font-family: 'Abel', sans-serif;  
  font-size: 24px;
  font-weight: normal;
  color: #ffffff;
  border: none;
  background-image:-webkit-linear-gradient(bottom, #000000 0%, #000000 100%);
  background-image:-moz-linear-gradient(bottom, #000000 0%, #000000 100%);
  background-image:-o-linear-gradient(bottom, #000000 0%, #000000 100%);
  background-image:-ms-linear-gradient(bottom, #000000 0%, #000000 100%);
  background-image:linear-gradient(bottom,#000000 0%, #000000 100%);
  
  -webkit-transition:padding-left 0.5s ease-out;
  -moz-transition:padding-left 0.5s ease-out;
  -o-transition:padding-left 0.5s ease-out;
}
#menu ul li a:hover{
  background-image:-webkit-linear-gradient(bottom, #000000 0%, #000000 100%);
  background-image:-moz-linear-gradient(bottom, #000000 0%, #000000 100%);
  background-image:-o-linear-gradient(bottom, #000000 0%, #000000 100%);
  background-image:-ms-linear-gradient(bottom, #000000 0%, #000000 100%);
  background-image:linear-gradient(bottom,#000000 0%, #000000 100%);
  padding-left:50px;
}
#menu .current_page_item a {
  text-shadow: 2px 2px 2px #000000;
  background: #ffffff;
  background-image:-webkit-linear-gradient(bottom, #000000 0%, #000000 100%);
  background-image:-moz-linear-gradient(bottom, #000000 0%, #000000 100%);
  background-image:-o-linear-gradient(bottom, #000000 0%, #000000 100%);
  background-image:-ms-linear-gradient(bottom, #000000 0%, #000000 100%);
  background-image:linear-gradient(bottom,#000000 0%, #000000 100%);
}

#menu a:hover {
  background: #696969;
  text-decoration: none;
  text-shadow: 2px 2px 2px #000000;
  color: #ffffff;
}


/* Content */

#content {
  float: right;
  width: 800px;
  padding: 10px 30px 0px 30px;
  background: #000000;
  opacity: 0.7;
}


.post {
  clear: both;
  padding-bottom: 10px;
  opacity: 1;
  color: #ffffff;
}

.post .title {
  padding-top: 10px;
  letter-spacing: -4px;
  text-transform: lowercase;
  font-size: 50px;
  color: #ffffff;
}

.post .title a {
  border: none;
  color: #ffffff;
}

.post .meta {
  padding-bottom: 10px;
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-style: italic;
  color: #ffffff;
}


.post .entry {
  text-align: justify;
  margin-bottom: 25px;
  padding: 10px 0px 0px 0px;
}



/* Footer */

#footer {
  width: 380px;
  height: 100px;
  margin: 0px auto;
  padding-top: 900px
}

#footer p {
  margin: 0;
  line-height: normal;
  letter-spacing: -1px;
  text-align: center;
  text-shadow: 1px 1px 1px #050505;
  text-transform: lowercase;
  font-family: 'Abel', sans-serif;
  font-size: 20px;
  color: #FFFFFF;;
}
