/*   
Theme Name: Circus
Description: A Child Theme of Anubis
Template: anubis
*/

@import url(../anubis/style.css);

body {
  background: #000000;
}

a {
  color: white !important;
}

#content {
  background: #41d83d;
}

#pager { 
  background:#000000 url(/circushelax/wp-content/themes/circus/images/header_hovedside.jpg) no-repeat scroll 0 0 !important;
  height:250px !important;
  border-color: #000000;
}

#headr h1 {
  display:none;
}

#right .side2 h2 {
  background: none;
}

#right .side2 {
  background: #41D83D none repeat scroll 0 0;
  border: 3px solid #FFFFFF;
  padding: 20px;
  color: white;
}

#right .side2 ul li a,#sidebar .side1 ul li a  {
	background: none;
	padding-left: 0px;
}
#sidebar .side1 ul li.current_page_item a {
	background: none;
	color: black;
	}

#right .side2 ul li a:hover,#sidebar .side1 ul li a:hover  {
	background: none;
	padding-left: 0px;
}

.post .entry {
border-bottom: none;
}

.post h2 a {	
	background: #000000;
}

#footer {
  color: white;
}