body {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #000000;
	padding: 0px;
}

img {
	border: 0px;
}

a {
	text-decoration: none;
}

a:link {
	color: #BD907D;
}

a:visited {
	color: #BD907D;
}

a:hover {
	color: #828285;
}

h3 {
	font-size: large;
	color: #000000;
	margin: 0px;
}

.hidden {
	display: none;
}

.clear {
	clear: both;
}

.download {
	background-image: url('/img/Download1.png');
	background-repeat: no-repeat;
	
	width: 100px;
	height: 67px;
}

.download:hover {
	background-image: url('/img/Download2.png');
	cursor: pointer;
}

.smallbreak {
	width: 50%;
	margin-bottom: 20px;
}

.snippet {
	font-family: courier, serif;
		
	background-image: url('/img/Script.png');
	background-repeat: no-repeat;
  border: thin #DDDDDD solid;
  
	margin-left: 20px;
	padding-left: 25px;
}

#copyright {
	position: relative;
	margin: 0 auto;
	padding-bottom: 20px;
	text-align: center;
}

#title {
	position: relative;
	
	width: 690px;
	height: 120px;
	
	margin: 0 auto;
	
	background-image: url('/img/OrbGameEngine.png');
	background-repeat: no-repeat;
}

#titlebar {
	position: absolute;
	top: 0px;
	left: 0px;
	
	width: 100%;
	height: 226px;
	
	background-image: url('/img/LightningTitle.png');
	background-repeat: no-repeat;
}

#menu {
	position: relative;
	
	width: 225px;
	height: 225px;
	
	margin: 0 auto;
	
	background-image: url('/img/OrbType2Medium.png');
	background-repeat: no-repeat;	
}

#wrapper {
	position: relative;
	top: 160px;
	left: 60px;
	
	width: 900px;
	
	margin: 0 auto;
}

#innerwrapper {
	color: #000000;	
	background-color: #FFFFFF;
	
	height: 100%;
	min-height: 650px;
	
	padding: 20px;
	padding-top: 60px;
	
	text-align: left;
	background-image: url('/img/OrbBG.png');
	background-repeat: no-repeat;
	background-position: top right;
		
	border-left: 30px #828285 solid;
	border-right: 5px #828285 solid;	
	border-bottom: 5px #828285 solid;
}

ul.bulletpoints li {
	padding-bottom: 10px;
}

.post {
	background: url('img/chalice.gif') left top no-repeat;
	min-height: 150px;
}

.divider {
	position: relative;	
	width: 100%;
	height: 50px;
	padding-top: 30px;
}

.meta {
	font-size: 10px;
	color: #888888;
}

.widgettitle {
	font-family: tahoma, helvetica, arial, sans-serif;	
	font-size: 16px;
	color: #FFFFFF;
	margin: 0px;
}

.textwidget .topic {
	text-decoration: none;
	font-family: tahoma, helvetica, arial, sans-serif;	
	font-size: 18px;
	color: #000000;
	margin: 0px;	
}

.textwidget .subtopic {
	position: relative;
	font-family: tahoma, helvetica, arial, sans-serif;	
	font-size: 12px;
	color: #FFFFFF;
	margin: 0px;
	left: 10px;
}

.textwidget a:hover {
	color: #828285;
}

.widget_search div {
	position: relative;
	bottom: 0px;
}

#menu form {
	margin: 0px 0px 0px 0px;
}

textarea {
	width: 100%;
}

#menu input#s {
	width: 100%;
	background: #EEEEEE;
	border: 1px solid #999999;
	color: #000000;
}

#menu ul {
	color: #CCCCCC;
	font-weight: bold;
	list-style-type: none;
	margin: 0px;
	padding-left: 0px;
}

#menu ul li {
	letter-spacing: 0.1em;
	margin-top: 5px;
	color: #000000;
}

#menu ul ul {
	font-variant: normal;
	font-weight: normal;
	line-height: 100%;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

#menu ul ul li {
	border: 0px;
	letter-spacing: 0px;
	margin-top: 0px;
	padding: 0px;
	padding-left: 12px;
}

#menu ul ul li a {
	color: #FFFFFF;
	text-decoration: none;
	font-family: tahoma, helvetica, arial, sans-serif;	
	font-size: 12px;
}

#menu ul ul li a:hover {
	color: #7A81D2;
}

#menu ul ul ul.children {
	font-size: 142%;
	padding-left: 4px;
}


/**************
// YUI Styles
**************/
#page-wrap {
  line-height: normal;
}

#content-explorer {
  line-height: normal;
}

#content-explorer ul.yui-nav {
	padding: 10px 10px 0px;
	margin: 0px;
	list-style: none;
	max-width: 900px;
	background: url('/img/yui/MenuBG.png') bottom repeat-x;
	height: 20px;
}

#content-explorer ul.yui-nav li {
	float: left;
	background: url('/img/yui/Right.gif') right top no-repeat;
	text-align: center;
	overflow: hidden;
	margin-left: 5px;
}

#content-explorer ul.yui-nav li a {
	display: block;
	text-decoration: none;
	background: url('/img/yui/Left.gif') left top no-repeat;
	padding: 2px 15px 2px 15px;
	font-weight: bold;
	color: #000000;
}

#content-explorer ul.yui-nav li a:hover {
	color: #828285;
}

#content-explorer ul.yui-nav li.selected {
	background: url('/img/yui/RightCur.gif') right top no-repeat;
}

#content-explorer ul.yui-nav li.selected a {
	text-decoration: none;
	background: url('/img/yui/LeftCur.gif') left top no-repeat;
	padding-bottom: 2px;
	color: #000000;
}

div.yui-content {
	height: 400px;
	overflow: auto;
	border-left: 1px solid #716f64;
	border-right: 1px solid #716f64;
	border-bottom: 1px solid #716f64;
	padding: 20px;
}
