/* @override http://project-elohim.com/wp-content/themes/project-elohim/style.css */

/*
Theme Name: ComicPress Project Elohim
Theme URI: http://project-elohim.com/
Description: Project Elohim website theme
Author: James Hicks
Author URI: http://project-elohim.com/
Template: comicpress-gn
Version: 1.0
*/

@import url('../comicpress-gn/style.css');

.description
{
  text-align: center;
  color: #FFF;
  font-family: sans-serif;
  display: none;
}

.sidebar h2, .sidebar h2 a
{
  text-transform: uppercase;
}

body, .sidebar h2, .sidebar h2 a, h1, h1 a, h1 a:hover, h2.pagetitle, h2.pagetitle a, .comicdate, .postdate, .postmeta, .postmetatags, #blogheader, .comment-wrapper h3, #wp-calendar caption, .sidebar ul li ul li a
{
  font-family: sans-serif;
  color: #f0efdb;
}

.post hr
{
  margin-top: 1em;
  margin-bottom: 1em;
}

.wp-caption-text
{
  text-align: center;
}

.entry
{
  color: #000;
  background: #dfcaa4;
  -moz-border-radius: 10px;
  -khtml-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 1em;
}

.postmeta-single
{
  display: none;
}

/*
.comicdate + h2 + .entry
{
  display: none;
}
*/

#mc_lunasea_logo
{
  float: left;
  padding-right: 3px;
}

.mc_custom_border form
{
  clear: both;
  padding-top: 1em;
}

#blogheader
{
  display: none;
}

.comicdate + h2, .nav-single + h3, .post h3
{
  padding-top: 1em;
  padding-bottom: 1em;
}

.comicdate + h2 a, .nav-single + h3 a, .post h3 a
{
  color: #f0efdb;
}

#page
{
  background: #331d00;
  clear: left;
}

.sidebar
{
  font-family: sans-serif;
}

#main-leaderboard
{
  padding-top: 5px;
  text-align: center;
}

#main-leaderboard table
{
  margin-left: auto;
  margin-right: auto;

}
#header
{
  background: #0c0633;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 0;
  font-family: sans-serif;
}

#menubar,#comic,#page,#footer
{
  
}

body
{
  background: #0c0633;
  font-family: sans-serif;
}

#sidebar
{
  width: 320px;
}

#menu, menu ul
{
  padding: 0;
  margin: 0;
  list-style: none;
}

#menu a
{
  display: block;
}

#menu li
{
  float: left;
  position: relative;
}

#menu li a
{
  background: #000;
}

#menu li ul li a
{
  border-width: 0;
  width: 10em;
}


#menu li ul
{
  position: absolute;
  width: 10em;
  left: -999em;
  top: 25px;
}

#menu li:hover ul, #menu li.sfhover ul
{
  left: auto;
}

#menu li.sfhover ul
{
  margin-left: -10em;
}
