@import "smartiki.css";
body {
	background-color : #444;
}
#tiki-top {
	background-color : #9ab;
	border : 0;
	padding : 0;
	margin : 0;
}
#tiki-bottom {
	background-color : #9ab;
	border : 0;
}
#loadstats {
	background-color : #abc !important;
}
#leftcolumn {
	background-color : #9ab;
	color : #fff;
}
#rightcolumn {
	background-color : #9ab;
	color : #fff !important;
}
#centercolumn {
	background-color : #9ab;
}
.separator {
	font-weight : bold;
}
#rightcolumn .linkmenu,
#rightcolumn .separator,
#leftcolumn .linkmenu,
#leftcolumn .separator {
	color : #fff !important;
}
.linkmodule {
	color : #fff !important;
}
#tiki-mid {
  background-color : #dee9de;
}
.wikitext {
	background-color : #dee4ee !important;
}
.editdate {
	border-top : 1px dotted #999;
	color : #999 !important;
	margin : 2px 10px;
}
.button2 {
	padding : 0;
	border : 1px solid #789;
}
.linkbut {
	border : 0;
	background-color : #abc;
}
.linkbut:hover {
	background-color : #aea;
}
.meat {
	padding : 1px 20px;
	background-color : #dee4ee;
	-moz-border-radius : 20px;
	border : 1px solid #89a;
}
h1,h2,h3 {
	margin : 0;
}
#page-bar {
	margin-left : 10px !important;
}
.pagetitle {
	background-color : #abc;
	color : #fff;
	padding : 1px 10px 2px 10px;
	-moz-border-radius : 0 0  10px 10px;
	font-size : 16px;
	margin-bottom : 4px;
	border : 1px solid #89a;
	border-top : 0;
}
.pagetitle:hover {
	background-color : #fff;
	color : #000;
}
.catblock {
	padding : 1px 10px;
	background-color : #bcd;
	color : #789;
	-moz-border-radius : 20px 20px 0 0;
}
.cattitle {
	padding : 0 5px;
	background-color : #dee4ee;
	display : inline;
}
.catlists .link {
	color : #678;
	font-weight : bold;
}
.catlists .link:hover {
	color : #000;
	background-color : #dee4ee;
}
.box-title {
	border-bottom : 0 !important;
	background-color : #789;
	color : #fff !important;
	padding : 0 5px;
}
.box-title a, .box-titletext {
	color : #fff !important;
}

