body {
	background-color : #fff;
	color : black;
	font-family : Trebuchet, "Trebuchet MS",Verdana, Arial, sans-serif;
	font-size : 14px;
	margin : 0;
	width : 100%;
}
h1, h2, h3, h4, h5 {
	line-height : 15px;
}
h1 {
	font-size : 180%;
	color : #ffa500;
	background-color : transparent;
}
h2 {
	font-size : 140%;
	color : #ffa500;
	background-color : transparent;
}
h3 {
	font-size : 120%;
	color : #ffa500;
	background-color : transparent;
}
h4 {
	font-size : 100%;
	color : #ffa500;
	background-color : transparent;
}
h5 {
	font-size : 100%;
	font-weight : normal;
	font-style : italic;
	color : #ff0500;
	background-color : transparent;
}
hr {
	border: 1px solid #ddd;
}
input, textarea {
	border : 1px solid #ccc;
	background : #fdfdfd;
	margin : 3px;
	padding : 2px;
}
/* ========================== */
/* header section */
#header {
	width : 98%;
	margin : 10px;  
	height : 30px;
	background-color : #ABBADD;  
}
#header a { 
	color : #fff;
	background-color : transparent;
	text-decoration : none;
}
#header a:hover {
	color : #fff;
	background-color : transparent;
	text-decoration : none;
}
/* title section */
.title {
	width : 50%;
	height : 30px;
	padding-left : 10px;
	padding-right : 10px;
}
/* Sitetitle section */
.sitetitle {
	letter-spacing : 7px;
	vertical-align : middle;
	color : #483d8b;
	background-color : transparent;
	font-weight : bold;
	font-size: 1.7em;
}
/* Subtitle section */
.subtitle {
	vertical-align : middle;
	color : #483d8b;
	background-color : transparent;
	font-size : 1.10em;
	font-weight : normal;
}
/* Search section */
.search {
	text-align : right;
	width : 50%;
	height : 30px;
	padding : 10px;
	padding-right : 20px;
	font-size: 1.3em;
}
/* Searchbox section */
.searchbox {
	border: 1px solid #aaa;
}
/* Searchbutton section */
.searchbutton {
	width: 27px;
	height: 23px;
	color : #4a0082;
}

/* ========================== */
/* navbar section */
#navbar {
	width : 98%;
	margin : 10px;  
	background-color : #ABBADD;  
}
#navbar a {
	color : #fff;
	background-color : transparent;
	text-decoration : none;
}
#navbar a:hover {
	color : red;
	background-color : transparent;
	text-decoration : none;
}
/* data section */
.date {
	width: 25%;
	padding-left : 10px;
	color : #fff;
	background-color : #ABBADD;  
}
/* breadcrumbs section */
.breadcrumbs {
	width: 50%;
	letter-spacing : 2px;
	font-weight : bold;
	text-align : center;
	color : #0000ff; 
	background-color : #ABBADD;  
}
/* commands section */
.commands {
	width : 25%;
	text-align : right;
	padding-right : 10px;
	white-space : nowrap;
	background-color : #ABBADD;  
}
.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 section */
#content {
	width : 100%;
}
/* sidebar section */
.sidebar {
  width : 15%;
  padding : 10px;
	vertical-align : top;
	border-right : 1px solid #ccc;
}
.sidebar a {
	color : #4a0082;
	background-color : transparent;
white-space: pre-line;

}

.sidebar ul a {
 	color : #4a0082;
	background-color : transparent;
	display: inline-block; 
	min-width: 150px;
	max-width: 250px; 
	vertical-align: middle;
	white-space: pre;           /* CSS 2.0 */
	white-space: pre-wrap;      /* CSS 2.1 */
	white-space: pre-line;      /* CSS 3.0 */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap;  /* HP Printers */
	word-wrap: break-word;      /* IE 5+ */
}
/* pagecontent section */
.pagecontent {
	width : 90%;
	padding : 20px;
	padding-right : 100px;
	vertical-align : top;
}
/* ========================== */
/* footer section */
#footer {
	width : 98%;
	margin : 10px;  
}
#footer a:hover {
	color : red;
}
/* verify section */
.verify {
	color : white;
	padding : 5px;
	width : 30%;
	background-color : #ABBADD;  
}
.verify a {
	color : #6699ff;
	text-decoration : none;
	vertical-align: middle;
	text-align : left;
}
/* updated section */
.updated {
	background-color : #ABBADD;  
	width : 45%;
	text-align : center;
	color : white;
}
.updated a {
	text-align : center;
	vertical-align: middle;
}
/* stdcommands section */
.stdcommands {
	background-color : #ABBADD;  
	padding : 5px;
	text-align : right;
	white-space : nowrap;
}
.stdcommands a {
	color : white;
	text-decoration : none;
	vertical-align: middle;
	text-align : left;
}
/* copyright section */
.copyright {
	background-color : #fff; 
	color : #bbb;
	letter-spacing : 1px;
	text-align : center;
	font-size : 10px;
	font-style : italic;
}
/* ========================== */

/*
.pagetitle {
	margin-top : 10px;
	margin-bottom : 25px;
	color : #ffa500;
	background-color : transparent;
}
.sidehead {
	text-decoration : none;
}
.sidehead a {
	text-decoration : none;
	font-size : 120%;
	color : #ff8c00;
	background-color : transparent;
}
*/

/*
#wikitext {
	margin-top : 1em;
	line-height : 1.33em;
}
#wikitext a {
	color : #4a0082;
	background-color : transparent;
}

#wikiedit form {
	margin : 0;
}
#wikiedit textarea {
	width : 99%;
	margin : 0;
	clear : none;
}
*/
