@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,400,600,700);
@import url(http://fonts.googleapis.com/css?family=Bree+Serif);

body {
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
    box-shadow: 0 0 5px black;
    margin-bottom: 30px;
    background-color: #aaa;
    font-family: "Open Sans";
    font-size: 14px;
}

/* Stuff to deactivate parts of the Webbish theme */

#header {
    border: none;
}

#container {
    padding: 0px;
    background-image: none;
    background-repeat: none;
    background-position: top right;
}

#container-wrap {
    padding: 0;
    background-image: none;
    background-repeat: none;
    background-position: top left;
    background-color: white;
    box-shadow: 0 0 5px black; /* Getting killed at the higher level somehow... */
}

#top-bar {
    right: 0;
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 0;
    width: 100%;
    box-shadow: 0 0 5px black;
}

#side-bar {
    border-right: none;
}

/* End deactivate Webbish theme */

#content-wrap h1 {
    color: rgb(0, 50, 165);
    font-family: "Bree Serif", serif;
    border: none;
    font-weight: normal;
    font-size: 32px;
}

#header {
background-image: url(http://rbwhitaker.wikidot.com/local--files/gallery/blue-glow.png);
background-repeat: no-repeat;
background-position: 0px 0px;
background-color: #000000;
height: 150px;
}

#top-bar
{
  background-color: #f0f0f0;
  font-weight: bold;
}

#top-bar ul li a {
border-style: none none none none;
background-color: #f0f0f0;
color: rgb(0, 50, 165);
height: 20px;
text-align: center;
padding: 10px 20px 10px 20px;
}

#top-bar li ul li a
{
    width: 12em;
}

#navi-bar
{
  display: none;
}

#top-bar ul li a:hover
{
  background-color: rgb(0, 50, 165);
  color: white;
}

/* for the nested menu items */

#top-bar ul li ul li a
{
  color: rgb(0, 50, 165);
  background-color: #f0f0f0;
}

#top-bar ul li ul li a:hover
{
  color: white;
  background-color: rgb(0, 50, 165);
}


#login-status {
  color: #FFFFFF;
}

#header h1 a{
  color: #FFFFFF;
}

#header h1{
  text-align: center;
}

#header h2{
  color: #FFFFFF;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  float: none;
  position: static;
  padding-left: 0em;
}

#side-bar ul li a
{
  border-style: none solid none solid;
  border-thickness: 5;
  border-color: #000000;
  background-color: #000000;
  color: #CCCCCC;
}

#side-bar ul li a:hover
{
  border-style: none solid none solid;
  border-thickness: 5;
  border-color: #FFFFFF;
  background-color: #1A1AAF;
  color: #FFFFFF;
  text-decoration: none;
}

#side-bar
{
  background-color: white;
}

#side-bar h2
{
  color: #0066AF;
}

#side-bar a
{
  color: #44CC44;
}

#main-content p, #main-content li {
    color: #333;
}

#page-content .image {
  max-width: 948px;
}

#content-wrap
{
  background-color: #fafafa;
  color: black;
}

#content-wrap h2
{
  color: rgb(0, 50, 165);
    font-family: "Bree Serif", serif;
    font-weight: normal;
    font-size: 22px;
}

#content-wrap h3
{
    color: rgb(0, 50, 165);
    font-family: "Bree Serif";
    font-weight: normal;
    color: #333;
}

#content-wrap h4
{
  color: rgb(0, 50, 165);
    font-family: "Bree Serif";
    font-weight: normal;
    color: #333;
}

#content-wrap h5
{
  color: rgb(0, 50, 165);
    font-family: "Bree Serif";
    font-weight: normal;
    color: #333;
}

#content-wrap h6
{
  color: rgb(0, 50, 165);
    font-family: "Bree Serif";
    font-weight: normal;
    color: #333;
}

#content-wrap a
{
  color: rgb(0, 50, 165);
}

#content-wrap a:hover
{
  color: rgb(0, 50, 165);
  text-decoration: underline;
}

#page-options-bottom a, #page-options-bottom-2 a
{
  background-color: #f0f0f0;
  text-decoration: none;
}

#page-options-bottom a:hover, #page-options-bottom-2 a:hover
{
  background-color: e0e0e0;
}

.code
{
  border-style: solid;
  border-width: 0 0 0 10px;
  font-size: 12px;
  margin-left: 20px;
  background-color: #f2f2f2;
}

.hl-types
{
  color: blue;
}

.hl-comment 
{
    color: #008800;
}

.hl-quotes 
{
    color: rgb(163, 21, 21);
}

.hl-string 
{
    color: rgb(163, 21, 21);
}

.hl-builtin 
{
    color: #00CCCC;
}

.hl-reserved 
{
    color: blue;
}

.hl-inlinedoc 
{
    color: blue;
}

.hl-var 
{
    color: blue;
}

.hl-number {
  color: black;
}

.hl-url 
{
    color: 44CC44;
}

.hl-special 
{
    color: blue;
    font-weight: bold;
}

.hl-inlinetags 
{
    color: blue;
    font-weight: bold;
}

.hl-gutter 
{
    background-color: white;
    color: black;
}

.hl-table 
{  
}

.no-border.wiki-content-table table
{
    border-style: none;
}

.no-border.wiki-content-table td
{
    border-style: none;    
    border-style-left: none;
    border-style-right: none;
    border-style-top: none;
    border-style-bottom: none;
}

.no-border.wiki-content-table th
{
    border-style: none;
    border-style-left: none;
    border-style-right: none;
    border-style-top: none;
    border-style-bottom: none;
}

#pages-list-item
{
  color: #FFFFFF;
  background-color: #000000;
}

#pages-list-item :hover
{
  color: #FFFFFF;
  background-color: #000000;
}

#page-title
{
    color: rgb(0, 50, 165);
    font-family: "Bree Serif", serif;
    border: none;
    font-weight: normal;
    font-size: 32px;
}

#side-bar
{
  border-color: #0066AF;
  background-color: #fafafa;
}

#header
{
  border-color: #0066AF;
}

#checkbox
{
  color: #000000;
  background-color: #000000;
}

.forum-group, .forum-category-box table {
    margin-bottom: 30px;
    padding: 10px;
    border: 1px solid #ddd;
    box-shadow: 1px 1px 5px rgb(185, 185, 185);
}

.forum-group div.head {
    background-color: white;;
    color: rgb(0, 50, 165);
    padding: 0 0 10px 0;
    margin: 0;
    border: none;
}

.forum-group div.head .title {
  font-weight: bold;
  font-size: 150%;
  padding-bottom: 5px;
}

.forum-group table tr.head td {
  background-color: rgb(0, 50, 165);
  color: white;
  font-size: 100%;
  text-align: center;
}

.forum-group table {
  border-bottom: 1px solid #f0f0f0;
  border-left: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
  border-spacing: 0px;
}

.forum-group table tr:nth-child(odd) {
  background-color: #f0f0f0;
}

.forum-group table tr td {
  border: none;
}

.forum-group table tr {
  border: none;
}

.forum-category-box  .description-block .statistics
{
	color: black;
}

.thread-container .post {
  padding: 10px;
  background-color: #f8f8f8;
  box-shadow: 1px 1px 2px #888;
  margin-top: 20px;
}

.thread-container .post .head
{
        border: 1px solid #FFFFFF;
}

#content-wrap .floating-menu p a, .floating-menu p a:hover, .floating-menu p a:visited {
    position: fixed;
    z-index: 1000;
    bottom: -5px;
    right: 30px;
    color: white;
    background-color: rgb(0, 50, 165);
    padding: 10px;
    border-radius: 5px;
    border: 3px solid white;
    box-shadow: 0 0 5px black;
    text-decoration: none;
}

.inline-code, tt {
  font-weight: bold;
  font-family: monospace;
  border: 1px solid #bbb;
  padding-left: 3px;
  padding-right: 3px;
  border-radius: 3px;
}

.breadcrumbs {
  font-size: 12px;
}

.breadcrumbs img {
  padding-left: 3px;
  padding-right: 3px;
}

.breadcrumbs p span a {
  text-decoration: none;
  padding-left: 5px;
  padding-right: 5px;
}

.breadcrumbs span a {
  text-decoration: none;
  padding-left: 5px;
  padding-right: 5px;
}

.breadcrumbs {
  background-color: #f0f0f0;
  padding: 5px;
  box-shadow: 0px 1px 3px #aaa;
  border-radius: 5px;
}

.breadcrumbs p {
  margin: 0px;
}

.tutorial-tabs .yui-content {
  background-color: #fafafa;
  border: none;
}

.tutorial-tabs .yui-nav {
  border: none;
  border-bottom: 3px solid #ddd;
}

.tutorial-tabs .yui-nav li a em {
  background-color: #fafafa;
  border: none;
}

.tutorial-tabs .yui-nav li a {
  border: none;
  font-size: 16px;
  font-weight: bold;
}

.tutorial-tabs .yui-nav li.selected {
  border-bottom: 2px solid rgb(0, 50, 165);
  margin-bottom: -3px;
}

.tutorial-tabs .yui-nav li {
  border-bottom: 2px solid #ddd; 
  margin-bottom: -3px;
}