/* Custom background and image */
body.custom {
    background: #020028 url('images/3c.jpg') 50% 0 repeat;
}

/* transparent page */

.custom #page{
	/* padding-top:0px;*/
background: transparent;
}

/* transparent sidebar */
.custom #sidebars {
	border-style:none;
}

.custom #sidebar_1 {background-color: transparent;}


/*---:[ header and nav menu ]:---*/
#header_area { border-top: 0px solid #afe4f8; }
	#header { position: relative; padding-top: 1em; padding-bottom: 3em; border-bottom: 0px solid #e8e3c8; }
		#header ul { list-style: none; float: right; }
			#header ul li { margin-left: 0.4em; float: left; }
			#header ul li.current { cursor: default; color: #fff; } 
				#header ul li a { display: block; font: 1.6em Calibri, Verdana, sans-serif; text-transform: uppercase; letter-spacing: 1px; padding: 0.333em 0.667em; color: #e0e0e0; }
				#header ul li a:hover { /* background: #e2f4de; */ color:#fff}
				#header ul li.current a { color:#fff }
				#header ul li.current a:hover { color:#fff }

		#header #logo a { display: block; width: 500px; height: 150px; background: url('images/humanity3-logo3.png') no-repeat; text-indent: -9999px; outline: none; }
/*		#header #twitter { position: absolute; bottom: -0.5em; left: 59.4em; width: 20em; height: 5em; padding-top: 1em; padding-left: 4.8em; background: url('images/twitter-bird.png') 0 100% no-repeat; }
			#header #twitter p { font-size: 1.4em; line-height: 1.286em; color: #998c5f; }
				#header #twitter p span { font-weight: bold; color: #d07a0a; }
				#header #twitter p a { font-weight: bold; }
				#header #twitter p a:hover { text-decoration: underline; }
*/


/* remove page headline area

.custom .headline_area h2 {
  display: none;

}
 */



.custom #container {
    margin-top: 2em;
    margin-bottom: 2em;
}


/* change #comments block */
.custom .to_comments {font-size: 100%; text-align:left; }


/* This line gets rid of the site title & tagline by casting them out to far left field */
.custom #header #logo, .custom #header #tagline { text-indent: -9999px; }


/* This line collapses the vertical space of the tagline so that there isn't unnecessary white space after the header image */

/* This is a bit of a kludge, but it seems to work. */
.custom #header #tagline { height: 0; }


/* This line removes the padding from the header so that the background image sits close to the nav menu, the bottom border of the header, and the sides of the content */
.custom #header { padding: 0; }

/* remove comments closed tagline */

.custom .comments_closed p { display: none; }

/* remove sidebar top padding 
.custom ul.sidebar_list {
     padding-top: 0em;
}
*/

/* remove header from navigation pages */
.custom #post-2 .headline_area, .custom #post-159 .headline_area,.custom #post-9 .headline_area, .custom #post-111 .headline_area, .custom #post-113 .headline_area, .custom #post-115 .headline_area, .custom #post-117 .headline_area { display: none; }



.custom .wp-caption {
  background: transparent;
  border: 0px;
}

/* raise nav bar*/
.custom .menu {

   z-index:6;

   }

/* Nav Bar stylizing */
.custom .menu a {

    background:none;

   /* border:none; */

}

.custom .menu a:hover {

    color: #fff;

    background:none;

}

.custom .menu .current {

    color: #fff;

    background-color: transparent;

}

.custom .menu .current:hover {

    color: #fff;

    background-color: transparent;

}

