/*
    Page stuff
------------------------------------------------------ */

#wikicontent {
	width: 800px;
	text-align: left;
	margin-left: auto;
    margin-right: auto;
    border-left: 1px solid #353535;
    border-right: 1px solid #353535;
	position: relative;
}

#wikipage {
	padding: 10px 10px 10px 30px;
	min-height: 320px;
	background: #161616 url('http://away3d.com/static/images/bgpattern1.gif') repeat;
}

#wikipagetitle {
	border-bottom: 1px solid #333;
	background-color: black;
	padding: 20px 10px 10px 30px;
	border-top: 5px solid #333;
}

#wikipagetitle h2 {
	font-size: 28px;
}

#wikieditbuttons {
	font-size: 0.5em;
	float: right;
}

#wikipage h3 {
	padding-bottom: 5px;
}

figure {
	padding-top: 20px;
}

/*
    Nav stuff
------------------------------------------------------ */

#wikinav {
	position:relative;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
}

.wikinavsection {
	width: 150px;
	position: absolute;
	left: -180px;
	text-align: right;
	padding: 10px;
	text-transform: uppercase;
}

.enablechromelinks {
	z-index: 100000000;
}

.wikinavsection li {
	padding: 0px 0px 2px 0px;
}

.wikinavsection > * {
	margin-bottom: 10px;
}

/*
    Input stuff
------------------------------------------------------ */

.wikisearch {
    background: transparent url('http://away3d.com/static/images/search-bg.gif') no-repeat;
    width: 169px;
    height: 24px;
    /*overflow: hidden;*/
	float: right;
}

.specialInput {
    color: #888;
    border-width: 0;
    background-color: transparent;
    margin: 5px 15px 0 5px;
    font-size: 11px;
    width: 130px;
}

/*
    Breadcrumb links
------------------------------------------------------ */

.breadcrumb {
	font-weight: bold;
	padding: 10px 10px 10px 30px;
}

.breadcrumbspacer {
	color: #454545;
}

/*
    Lists
------------------------------------------------------ */

ul ul { /* indents lists */
	padding-left: 10px;
}

/*
    Article meta data listings.
------------------------------------------------------ */

.articleMetaHeader {
	margin-bottom: 20px;
	border-bottom: 1px solid #353535;
}

.articleMetaItem {
	margin-bottom: 20px;
}