* {
  margin: 0;
  padding: 0;
}
:focus {
  outline: 0;
}
body {
  background: #251f1f;
  color: #feffff;
  font-family: Helvetica, Georgia, Times, serif;
  font-size: 11px;
  overflow-x: hidden;
}
img {
  border: none;
}
a {
  color: #d451ae;
  text-decoration: none	;
}
p {
  margin: 10px 0 20px 0;
  color: #f1eff0;
  font-size: 12px;	
  line-height: 15px;
}
h1 a {
  font-size: 25px;
  font-family: Georgia;
  font-style: italic;
  font-weight: normal;
  color: #9e01f0;
}
h2 {
  font-size: 20px;
  font-family: Georgia;
  font-style: italic;
  font-weight: normal;
  color: #9e01f0;
  background: #100e0f;
  padding: 10px 0 0 20px;
}
/*** THE CLEARERS ***/
#header_wrap:after, #commentform p:after, #commentform:after, #title_wrap:after {
  clear: both;
  content: ".";
  display:block;
  height: 0;
  visibility: hidden;
  min-height: 0;	
}



/*** START OF HEADER ***/
#header_wrap {
  width: 960px;
  margin: 0 auto;
}
#header_left {
  width: 245px;
  float: left;
  margin: 20px 0 0 0;
}
#header_right {
  width: 700px;
  float: left;
  margin: 0px 0 0 10px;
}
#goto {
  background: #ff5fcd;
  padding: 10px 15px;
  width: 260px;
  color: #fff;
  font-family: Georgia;
  font-style: italic;
  font-size: 12px;
  margin: 0 0 0 380px;
}
#goto a {
  color: #1e0c18;
}
#logo_desc {
  margin: 20px 0 0 0;
}
#logo_desc p {
  font-family: Georgia;
  font-style: italic;
  font-weight: normal;
  font-size: 12px;
  color: #e7e6e4;
  margin: 15px 0 0px 0;
}	
#nav {
  background: #262121;
  border-bottom: 10px solid #1f1f1e;
  width: 340px;
  padding: 10px 5px;
}
#nav li {
  display: block;
  float: left;
  margin: 0 10px;
}
/*** END OF HEADER ***/


/****** START OF MAIN NAV *****/
.main_nav_wrap {
  width: 665px;
  height: 35px;
  overflow: auto;
  background: #1c1817;
  margin: 15px 0 0 0;
  padding-left: 10px;
}
.menu {
  float: left;
  cursor: pointer;
  margin: 12px 27px 0 10px;
}  
.menu a {
  color: #fff;
  font-size: 12px;
}  
.menu ul {
  display: none;
  position: absolute;
  background: #b500f8;
  color: #e7e6e4;
  list-style: none;
  font-family: Georgia;
  font-style: italic;
  font-size: 11px !important;
}    
.menu ul li {
  display: block;
  padding: 5px 8px 5px 5px;
}

div.menu:hover ul {
  display: block;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
div.menu ul li:hover {
  background-color: #9e01f0;
}
div.menu ul li:hover a {
  color: #e7e6e4;
  cursor: pointer;
}
#menu1 span a, #menu2 span a {
  color: #7c05b5;
  font-size: 11px;
}
#search {
  float: right;
  overflow: hidden;
  margin: 7px 20px 0 0;

}
#search form input[type="text"] {
  border: none;
  background: #f1eff0;
  padding: 4px 5px;
  width: 130px;
}
#search form input[type="text"]:focus {
  background: #fff;
}
#search form input[type="submit"] {
  border: none;
  background: #9e01f0;
  padding: 3px 5px;
  color: #fff;
  cursor: pointer;
}
#search form input[type="submit"]:hover {
  background: #ff5fcd;
}
/****** END OF MAIN NAV *****/



/*** START OF POST ***/
.post {
  width: 900px;
  margin: 8px auto 10px auto;
  background: #100e0f;
}
.post_inner {
  padding: 20px 20px 5px 20px;
}
.post_inner img {
  margin-bottom: 10px;
}
#title_wrap {
 
}
#title {
  width: 620px;
  float: left;
}
#title_com {
  width: 190px;
  float: right;
}
#title_com a {
  font-family: Georgia;
  font-style: italic;
  font-weight: normal;
  color: #b2b2b2;
  font-size: 12px;
}
.comment_divide {
  color: #b2b2b2;
  font-size: 14px;
  margin: 0 5px;
}
#back {
  width: 900px;
  margin: 20px auto 0 auto;
}
#back a {
  font-size: 15px;
  font-style: italic;
}
#pagination {
  width: 900px;
  margin: 0 auto;
  font-size: 12px;
}
/*** END OF POST ***/


/*** COMMENTS ***/
.comments-template{
  margin: 10px auto;
  padding: 10px 0 0;
  width: 900px;
}
.comments-template ol{
  margin: 0;
  padding: 0 0 15px;	
  list-style: none;
}
.comments-template ol li{
  margin: 0px 0 10px 0;
  line-height: 18px;
  padding: 20px;
  background: #100e0f;
}
.comments-template h2, .comments-template h3{
  font-family: Georgia, Sans-serif;
  font-size: 16px;
}
.commentmetadata {
  font-size: 12px;
  color: #d451ae;
}
#commentform {
  background: #fff;
  padding: 20px;
}
#commentform input[type="text"], #commentform textarea {
  background: #b2b2b2;
  border: none;
  padding: 10px;
  width: 766px;
  float: left;
  margin: -14px 0 0 0;
}
#commentform p {
  background: #b2b2b2;
}
#commentform p label {
  background: #b2b2b2;
  padding: 10px;
  float: left;
  color: #666;
  width: 50px;
  font-size: 12px !important;
}
#commentform input[type="submit"] {
  border: none;
  float: right;
  background: none;
  font-size: 20px;
  font-family: Georgia;
  font-style: italic;
  font-weight: normal;
  color: #9e01f0;
  cursor: pointer;
}
/*** START OF FOOTER ***/
#footer {
  width: 900px;
  margin: 20px auto;
  color: #f1eff0;
}
/*** END OF FOOTER ***/