html {
	padding: 0;
	margin: 0;
	border: 0;
}

body {
	padding: 0;
	margin: 0;
	border: 0;
	background-color: #bbb;
}

img {
	border: 0;
}

#header {
	background-image: url(/images/keysbanner.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	display: block;
	height: 160px;
	width: 100%;
	padding: 0;
	margin: 0;
	border: 0;
	font-family: sans-serif;
	border-bottom: 1px solid #fff;
}

#header a:link {
	color: #000;
}

#header a:visited {
	color: #000;
}

#header h1 {
	position: absolute;
	top: 128px;
	right: 1em;
	padding: 0;
	margin: 0;
	border: 0;
	margin-top: -1.5em;
	font-size: 1.5em;
	line-height: 1.5em;
}

#header h2 {
	font-size: 1em;
	float: right;
	clear: right;
	padding: 0;
	margin: 0;
	border: 0;
	margin-right: 2em !important;
	margin-right: 1em;
}

#header h1 a {
	display: block;
	text-indent: -9999px;
	background-image: url(/images/obikidemo.png) !important;
	background-image: url(/images/obikidemo.gif);
	width: 420px;
	height: 42px;
	text-decoration: none;
	padding-bottom: 1px;
}

#header h2 a {
	display: block;
	text-indent: -9999px;
	background-image: url(/images/bygrda.png) !important;
	background-image: url(/images/bygrda.gif);
	width: 293px;
	height: 26px;
	text-decoration: none;
	padding-bottom: 1px;
}

#header h1 a:hover,
#header h2 a:hover {
	border-bottom: 1px solid #aba;

	padding-bottom: 0px;
}

#mainmenu {
	list-style: none;
	display: block;
	background-image: url(/images/trans.png) !important;
	background-image: url(/images/trans.gif);
	padding: 0;
	margin: 0;
	border: 0;
	position: absolute;
	top: 160px;
	left: 0px;
	margin-left: 2.6em;
	margin-top: -1.5em;
	font-size: .8em;
	height: 1.5em;
	line-height: 1.5em;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}

#mainmenu li:hover {
	background-image: url(/images/trans.png) !important;
	background-image: url(/images/trans.gif);
}

#mainmenu li {
	margin-top: -1px;
	float: left;
	border-left: 1px solid #fff;
}

#mainmenu li.active {
	margin-top: 0;
	background-color: #ccc;
}

#mainmenu li a {
	display: block;
	padding-left: 1em;
	padding-right: 1em;
}

#submenu {
        float: left;
        margin: 1em 1em 0 0;
        padding: 0;
        list-style: none;
        font-size: 1em;
        font-family: sans-serif;
}

#submenu li:hover {
	background-image: url(/images/trans.png) !important;
	background-image: url(/images/trans.gif);
        border: 1px solid #fff;
}

#submenu li {
	border: 1px solid #bbb;
}

#submenu li.active {
}

#submenu li a {
	display: block;
	padding: 3px 1em 3px 1em;
        color: #000;
}

#actions {
	display: block;
	background-image: url(/images/trans.png) !important;
	background-image: url(/images/trans.gif);
	padding: 0;
	margin: 0;
	border: 0;
	position: absolute;
	top: 80px;
	right: 0px;
	margin-right: 2em;
	margin-top: -1.5em;
	font-size: 1em;
	height: 1.5em;
	line-height: 1.5em;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}

#actions a {
	margin-top: -1px;
	padding: 2px;
}

#actions a:hover {
	background-image: url(/images/trans.png) !important;
	background-image: url(/images/trans.gif);
}

#content h1 {
  font-size: 1.2em;
}

#content h2 {
  font-size: 1.1em;
  font-weight: normal;
  border-bottom: 1px solid #999;
}

#content h3 {
  font-size: 1.05em;
  font-weight: normal;
}

#content {
        margin: 2em;
	margin-top: 0em;
	border: 1px solid #fff;
	border-top: none;
	padding: 1em;
	background-color: #ccc;
}

#content p, #content li {
        line-height: 1.5em;
        color: #333;
        font-family: Arial, Veranda, sans-serif;
        font-size: .9em;
}

#content a {
        color: #000;
}

#content a:hover {
        text-decoration: none;
}

#footer {
	margin: 0;
	padding-bottom: 1em;
	font-family: sans-serif;
	color: #eee;
	font-size: 67%;
	text-align: center;
}
#footer img {
	vertical-align: middle;
}
#footer a:link,
#footer a:visited {
	color: #fff;
}

#edit {
  float: right;
}
#edit img {
  border: 0;
}
ins {
   background-color: #94C86D;
}

del {
   background-color: #B76A68;
}

div.obiki-comments div {
   background-color: #ccc;
   padding: 6px;
   margin-bottom: 5px;
   border: 1px solid #fff;
}

