/* $Id: colors.css,v 1.9 2010/12/06 19:55:44 webchick Exp $ */

/* ---------- Color Module Styles ----------- */
@font-face {
  font-family: mega;
  src: url('../fonts/Aller_Bd.ttf');
}

body {
  background-color:#000;
  color: #ffffff;
}
#site-name,
#site-slogan {
	  font-family:mega, helvetica, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color:#57534F;
  font-family:mega, helvetica, sans-serif;
  margin: 1.0em 0 0.5em;
  font-weight: inherit;
}
h1 {
  font-size: 1.6em;

}
h2 {
  font-size: 1.143em;
}
p {
  margin: 0 0 1.2em;
}
#page-wrapper {
	padding-top:20px;
  background-image:url('../images/bg2.jpg');
}
#page-wrapper,
#main,
body.overlay {

  color: #3b3b3b;
}

#content .section {
	-moz-box-shadow: 0px 0px 5px #000;
-webkit-box-shadow: 10px 10px 5px #000;
box-shadow:2px 5px 2px #000000;
	background-color:#F9FCFC;
  border:1px solid #000;
  margin-top:0px;
  background-color:#FFFFFF;
  border-radius:5px;
}
.sidebar  {
	margin-top:20px;
	font-size:0.9em;
}

.comment .comment-arrow {
  border-color: #ffffff;
}
#main-menu-links li a.active,
#main-menu-links li.active-trail a {
  background: #ffffff;
    -moz-box-shadow:1px 1px 1px #000;
-webkit-box-shadow:1px 1px 1px #000;
box-shadow:1px 1px 1px #000000;
}
.tabs ul.primary li a.active {
  background-color: #ffffff;
}
.tabs ul.primary li.active a {
  background-color: #ffffff;
  border-bottom: 1px solid #ffffff;
  
}
#header a {

 
}
#name-and-slogan {
	margin-left:160px;
}
#header .section {
	  padding-top:12px;
	  background-image:url('../images/theguy.png');
	  background-repeat:no-repeat;
	  background-position:bottom left;
}
a {
  color:#0B7691;
}
a:hover,
a:focus {
  color: #0B7691;
}
a:active {
  color: #23aeff;
}
.sidebar h1,
.sidebar h2,
.sidebar .block {
	text-shadow:none;
  color:#eee;

}
.sidebar h2 {
	border-bottom:1px solid #eee;
}
#footer-wrapper {
  background: #292929;
}
.sidebar a,
.region-header,
.region-header a,
.region-header li a.active,
#name-and-slogan,
#name-and-slogan a,
#secondary-menu-links li a {
 color:#E2F3FB;
}
div.breadcrumb {
	padding:0px;
}
#main-menu-links {
	margin-top:2em;
}
#main-menu-links a {
  font-weight:bold;
  background:transparent;
  float: left; /* LTR */
  height: 2.4em;
  line-height: 2.4em;
  padding: 0 0.8em;
  text-decoration: none;
  color:#E2F3FB;
  -khtml-border-radiust: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border-top-right-radius: 5px;
}
#main-menu-links a:hover,
#main-menu-links a:focus {
  background: #E2F3FB;
  color:#000;
}

#main-menu-links li a.active {
  border-bottom: none;
    background: #E2F3FB;
    color:#000;
}

#mini-panel-sidebar .panel-pane {
	margin-bottom:1.5em;
}