body {
	background-color: #181818;
	background-position: 50% 112px;
}

#headerContainer {
	background-color: #181818;
}
#headerContainer #logo {
	position: absolute;
	margin: 0;
	top: 10px;
	left: 0px;
	background-color: transparent;
}

#headerContainer #titleWrapper {
	margin-left: 75px;
}

#headerContainer #communityThumbsContainer {
	background-color: #666;
	padding: 5px 5px 5px 0;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
}

#bodyContainer  {
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
}


#navigationContainer,
#searchContainer,
#nav li,
#searchBox,
#searchBoxBtn {
	background-color: #FF6500;
}
#nav li {
	background-color: transparent;
}

#headerContainer #title,
h1,
h2,
h3,
h4,
h5,
h6 {
	text-transform: lowercase;
}
#indexContentContainer .leftContent p {
	text-indent: 0;
}





#navigationContainer,
#accordionContainer {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}


/*
.rounded {
  -moz-border-radius:3ex;
  -webkit-border-radius:3ex;
} 


.rounded {
  -moz-border-radius-topleft:3ex;
  -moz-border-radius-bottomright:3ex;
  -webkit-border-top-left-radius:3ex;
  -webkit-border-bottom-right-radius:3ex;
 
}
*/ 