body {
	background-color : #000;
	color : #333;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 62.5%; /* Resets 1em to 10px */
	margin : 0;
	margin-top: 20px;
}
h1, h2, h3, h4, h5 {
	line-height : 15px;
}
h1 {
	font-size : 1.8em;
	color : #333;
	background-color : transparent;
}
h2 {
	font-size : 1.4em;
	color : #333;
	background-color : transparent;
}
h3 {
	font-size : 1.2em;
	color : #333;
	background-color : transparent;
}
h4 {
	font-size : 1em;
	color : #333;
	background-color : transparent;
}
h5 {
	font-size : 1em;
	font-weight : normal;
	font-style : italic;
	color : #333;
	background-color : transparent;
}
hr {
	border: 1px solid #333;
}
input, textarea {
	border : 1px solid #ccc;
	background : #fff;
	margin : 3px;
	padding : 2px;
}
#header {
	width : 760px;
	height : 200px;
	color: black;
	font-size:  1.2em;
	background-color : #000;
/*	background: url("http://001.vade.info/wp-content/themes/default/images/header.jpg") no-repeat 0px 0px;*/
}
#header a {
	color : #444;
	background-color : transparent;
	text-decoration : none;
}
#header a:hover {
	color : #666;
	background-color : transparent;
	text-decoration : none;
}
.title {
	width : 50%;
	height : 30px;
	padding-left : 10px;
	padding-right : 10px;
}
.sitetitle {
	letter-spacing : 7px;
	vertical-align : middle;
	color : #444;
	background-color : transparent;
	font-weight : bold;
	font-size: 1.7em;
}
.subtitle {
	vertical-align : bottom;
	color : #444;
	background-color : transparent;
	font-size : 1.10em;
	font-weight : normal;
}

.searchtable
{
	width: 760px;
	background: #fff;
}

.search {
	width: 760px;
	height: 60px;
	vertical-align : middle;
	text-align : right;
	font-size: 1.4em;
	background: #fff;
}
.searchbox {
	border: 1px solid #aaa;
}

/*.searchbutton {
	width: 27px;
	height: 23px
}
*/

#navbar {
	width : 760px;
	border : 1px;
	background-color : #fff;
	color: #000;
}
#navbar a {
	color: #222;
	background-color : transparent;
	text-decoration : none;
}
#navbar a:hover {
	color : #ff9500;
	background-color : transparent;
	text-decoration : none;
}
.date {
	width: 33%;
	padding-left : 10px;
	color : #333;
	background-color : transparent;
}
.breadcrumbs {
	width: 33%;
	letter-spacing : 1px;
	font-weight : bold;
	text-align : center;
	color : #333;
	background-color : transparent;
}
.commands {
	width : 33%;
	text-align : right;
	padding-right : 10px;
	white-space : nowrap;
}
.commands ul {
	list-style : none;
	border : 0;
	margin : 0;
}
.commands li {
	display : inline;
	margin-left : 7px;
}
.commands li a {
	text-decoration : none;
	font-weight : bold;
	color : #fff;
	background-color : transparent;
}
.commands li a.createlink {
	display : none;
}
.commands li a:hover {
	color : #f0e68c;
	background-color : transparent;
}
#content {
	width : 760px;
}
.sidebar {
	min-width : 200px;
	max-width : 270px;
	padding : 10px;
	padding-top: 20px;
	vertical-align : top;
	background: #fff;
	font-size:  1.0em;
}
.sidebar a {
	color : #8F6C83;
	text-decoration: none;
/*	color : #4a0082; */
	background-color : transparent;
}
.sidebar a:hover
{
	color: #BC8EAC;
	text-decoration: underline;
}

.sidebar ul li:before, .sidebar ul ul li:before
{
	content: "\00BB \0020";
}

.sidebar ul li, .sidebar .sidehead ul li
{
	list-style: none;
	
}

.sidebar ul, .sidebar ul ol, {
	margin: 3px;
	padding: 3px;
}
.sidebar li
{
	padding: 1px;
}

.sidebar ul ul li, .sidebar ul ol li
{
	margin: 3px 0 0;
	padding: 0;
}

.pagetitle {
	margin-top : 10px;
	margin-bottom : 25px;
	color : #000;
	background-color : transparent;
}
.pagecontent {
	width : 100%;
	padding : 40px;
	padding-top: 10px;
	background: #fff;
	vertical-align : top;
	font-size:  1.2em;
}
.sidehead {
	text-decoration : none;
	font-weight: bold;
	color: #333;
	font-size: 1.2em;

}

.sidehead a {
	text-decoration : none;
	font-size : 1.2em;
	color : #444;
	background-color : transparent;
}
#footer {
	background: #fff;
	width : 760px;
	padding : 0;
	margin : 0;
}
.verify {
	padding-left : 10px;
}
.verify a {
	color : black;
	background-color : transparent;
	text-decoration : none;
}
.updated {
	text-align : center;
}
.copyright {
	letter-spacing : 1px;
	text-align : center;
}
.stdcommands {
	text-align : right;
	padding-right : 10px;
}
.stdcommands a {
	color : black;
	background-color : transparent;
	text-decoration : none;
	margin-left : 5px;
}
#wikitext {
	margin-top : 1em;
	line-height : 1.33em;
}
#wikitext a {
/*	background-color : transparent;*/
}
#wikiedit form {
	margin : 0;
}
#wikiedit textarea {
	width : 99%;
	margin : 0;
	clear : none;
}

#wikitext a
{
	color: #8F6C83;
	text-decoration: none;
}
#wikitext a:hover
{
	color: #BC8EAC;
}

#wikilink a:visited
{
	color: #8F6C83;
}
