body {
  font:       11px Lucida Grande, Verdana, Arial, Helvetica, sans serif;
  margin:     0px;
  margin-top: 0px;
  margin-bottom: 70px;
  background: url(background.gif) repeat-x #fff;
}

a, a:hover, a:visited, a:active { 
  color: #E8A400;
}

img { border: 0; }

#header {
  height: 110px;
  text-align:right;
  background: url(header.gif) #7E9E50;
  color: #333;
  margin-bottom:25px;
}

#header p {
  display: block;
  padding-right: 10px;
  margin:0px;
  padding-top: 10px;
  text-transform:capitalize;
}


#sidebar-container {
  float:right;
  width: 234px;
  margin-left:35px;
  margin-right:60px;
  margin-bottom:35px;
}

#sidebar-container div.links {
  margin-top:20px;
}

#sidebar-container div.links img {
  float:left;
  margin-right:15px;
  margin-bottom:5px;
}

#sidebar {
  padding:10px;
  background-color: #ECF3E1;
  border:1px solid #C5DEA1;
}

#sidebar h1 {
  font: 13px/18px Georgia, serif;
  color:       #7E9E50;
  font-weight: normal;
  padding: 0px;
  margin: 0px;
  text-transform: capitalize;
  padding-bottom:0px;
}

#sidebar p {
  font-size:10px;
  line-height:16px;
  color: #444;
  margin-top:5px;
}

#sidebar ul {
  margin:0px;
  padding:0px;
  list-style-type:none;
}

#sidebar ul li {
  margin-top:8px;
  margin-bottom:2px;
}

#sidebar ul li ul {
  margin-left:10px;
}

#sidebar ul li ul li {
  margin-top:2px;
  margin-bottom:2px;
}

#content {
  margin-left:60px;
  /* margin-right:340px; */
}

#content h1 {
  font: 22px/18px Georgia, serif;
  color: #7E9E50;
  font-weight: normal;
  margin: 0px;
  padding: 0px;
  text-transform: capitalize;
  font-style: italic;
  padding-bottom:4px;
  border-bottom:1px dotted #C5DEA1;
  clear: left;
}

#content h2 {
  font: 18px/15px Georgia, serif;
  color:       #7E9E50;
  font-size:   15px;
  font-weight: normal;
  margin: 0px;
  padding: 0px;
  margin-top: 20px;
  text-transform: capitalize;
  font-style: italic;
}

#content h3 {
  font: 13px/14px Lucida Grande, Verdana, Arial, Helvetica, sans serif;
  margin:0;
  padding:0;
  margin-left: 10px;
  margin-top: 10px;
  font-weight:bold;
  text-transform: capitalize;
  color:#444;
}

#content p {
  font-size:12px;
  line-height:1.7;
  color:#444;
  margin-left: 10px;
  margin-top: 10px;
}

#content table {
  margin-left: 10px;
  border: 0;
  padding: 0;
  margin-bottom:15px;
}

#content table thead tr {
  
}

#content table thead th {
  border-bottom:1px dotted #C5DEA1;
  text-align: left;
  font-weight: bold;
  color: #444;
  padding:2px;
}

#content table tbody td {
  vertical-align:top;
  text-align: left;
  padding:2px;
  color: #444;
}

#footer {
  position: fixed;
  border-top: 1px solid #ddd;
  border-bottom: 10px solid #f5f5f5;
  background:url(footer.gif) #f5f5f5;
  width: 100%;
  left: 0px;
  bottom: 0px;
  text-align:left;
  color: #aaa;
  font-size: 10px;
  z-index:10000;
  opacity:0.9;
  filter:alpha(opacity:90);
}

#footer p {
  float: left;
  margin: 0px;
  padding-top:4px;
  padding-left:35px;
  text-transform:none;
}

#footer p.info {
  float:right;
  padding-right:35px;
}

#footer a {
  color: #888;
  padding-left: 20px;
}

#footer p.info a {
  padding-left: 0px;
}


#logo {
  float: left;
} 

#menu {
  list-style-type: none;
  position: absolute;
  right:0px;
  top:95px;
  width: 670px;
  margin:0;
  padding:0;
  margin-top:-10px;
  margin-left:35px;
}

#menu li {
  text-transform: capitalize;
  float:left;
}

#menu li a {
  display: block;
  width: 110px;
  padding-top: 9px;
  height: 16px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-weight:bold;
  background:url(menu-button.gif) 110px 0px;
}

#menu a.active {
  color: #7F9F50;
  background:url(menu-button.gif) 0px 0px; 
}

#menu a:hover {
  color: #7F9F50;
  background:url(menu-button.gif) 0px 0px; 
}


#content pre {
  overflow: auto;
  cursor:pointer;
  position:relative; /* make IE work correctly */
}

#content pre code {
  display: block;
  margin:10px;
  padding:4px;
  border:1px solid #ddd;
  background:#f5f5f5;
  font:10px Lucida Sans Typewriter, Courier, monospace;
}



#puzzle {
  margin-left:10px;
  width:452px;
  height:452px;
  border:1px solid #e8a400;
}

#puzzle img {
  float:left;
  margin:0px;
  cursor:move;
}

span.congrats {
  background-color: #E8A400;
  color:white;
  font-weight: bold;  
}


div.byline {
  margin-top:20px;
  margin-bottom:20px;
  border:1px solid #aaa;
  height:1%;
  padding:5px;
  background-color: #f5f5f5;
  text-align:center;
  color: #444;
  font: 11px/14px Verdana, sans-serif;
}


#content a { color: #4A6C19; background-color:#fff; text-decoration:underline; }
#content a:visited { color: #4A6C19; }
#content a:hover { color:#fff; background-color:#4A6C19; }


/** Fixed Stuff for SP **/

#PageLeft {
	clear: left;
	margin-right: 330px;
}

#PageLeft a {
	background: transparent;
}

#PageLeft p.Timestamp {
	padding: 0 !important;
	margin: 0 !important;
	color: #888 !important;
	font-size: 8pt !important;
}

#sidebar-container {
	width: 234px;;
	float: right;
	margin-left: 35px;
	margin-right: 60px;
	margin-bottom: 35px;
}

#content .TabContent {
	background-color: white;
}


/* Moved from #content to #revision due to CSS inheritance */
#revision ul {
  list-style-type: none;
  list-style-image: url(bullet.gif);
  margin-left:30px;
  padding:0;
  color: #444;
}

#revision ul li {
  margin-bottom:6px;
  font-size:11px;
  line-height:1.7;
}

.logo_mio {
	text-align:center;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
}


.navigation {
	margin-top: 5px;
	font-size : 12px;
	color: #999;
	margin-bottom: 50px;
}

.navigation a:hover {
	color: #fff;
	background-color:#000;
}



.navigation a {
	font-size: 11px;
	color: black;
	font-weight: bold;
}

.navigation small a {
	font-weight: normal;
	font-size: 11px;
}


.displayed {
	margin-left: 50px;
	padding-bottom: 30px;
}

