#globalWrapper, body, .leftcol, #content1 {
	background: #111;
}

/* Background color of content and tabs */
#content, .pBody, #p-cactions li.selected a, #p-cactions li a:hover, #p-cactions li a, #p-personal li a:hover, table {
	background: #292929;
}


/* Global text color */
#content, h1, h2, h3, h4, h5, h6, table {
	color: #CCC;
}

/* Border color */
#content, h1, h2, h3, h4, h5, h6, #preferences, #catlinks, .pBody, #p-cactions li {
	border-color: #666;
}

/* Regular link color */
a, #p-cactions li a, #p-personal li a {
	color: #FC2;
}

/* Visited link color */
a:visited, a.stub:visited {
	color: #9C6;
}

/* New page link color */
a.new, #p-personal a.new, #p-cactions .new a, a.new:visited, #p-personal a.new:visited {
	color: #45B;
}

/* Outside page color */
#bodyContent a.external {
	color: #F93;
}

/* Border for selected tab */
#p-cactions li.selected {
	border-color: #B80;
}

/* disable interwiki styling */
#bodyContent a.extiw,
#bodyContent a.extiw:active {
	color: #36b;
	background: none;
	padding: 0;
}
#bodyContent a.external {
	color: #F93;
}

#searchInput {
	background:#222;
	border-color: #666;
}


#column-one {
	padding-top: 135px;
}

/* table of contents */
#toc, .toc, mw-warning {
	
border: 1px solid #666;
background-color: #222;}
