/* $Id: akebi.css 28170 2010-07-28 03:38:47Z chibaguy $ 
	Akebi theme option for Fivealive theme for
	TikiWiki CMS/Groupware.
*/

#header-top {
	background: url(akebi/siteheader2.png) no-repeat -250px 0
}

a,
a:visited,
tr.even a,
tr.even a:visited,
tr.odd a,
tr.odd a:visited {
	color: #0b8a98;
}
 
a:active,
a:hover,
tr.even a:active,
tr.even a:hover,
tr.odd a:active,
tr.odd a:hover {
	color: #18a3bb;
}

fieldset {
	border: 1px solid #0b8a98;
}

hr {
	color: #18a3bb;
	background: #18a3bb;s
}

#header {
	background: url(akebi/siteheadertile.jpg) 900px 0 no-repeat;
}

#sitetitle,
#sitesubtitle {
	text-shadow: #005064 3px 2px 0;
}
/*
#footer {
	background: #004758;
}*/
#footer .container {
	border-top: 1px solid #19a5be;
	border-bottom: 1px solid #19a5be;
}

#footer h3 {
	border-bottom: 1px dotted #19a5be;
}

#loadstats {
	background: #19a5be;
	color: #005659;
}

#power a {
	color: #19a5be;
}

span.button a,
span.button a:visited,
button,
input[type="reset"],
input[type="submit"],
span.button input,
.calbuttonBox a,
span#genPass span.button a,
span#genPass span.button a:visited,
span.daterow {
	color: #fff;
	background: #18a3bb;
	border-color: #77d6e5 #168294 #168294 #77d6e5;
	font-weight: bold;
}
	
span.button a:hover,
button:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
span.button input:hover,
.calbuttonBox:hover,
span#genPass span.button a:hover,
span.daterow:hover {
	background: #0b8896;
	border-color: #168294 #77d6e5 #77d6e5 #168294 !important;
}

.highlight,
span.highlight a {
	border: #b9f2fb;
	color: #0b8a98;
}

span.button.highlight a {
	background: #ddf8f9;
	color: #0b8a98;
}

.cssmenu_vert li ul a,
.cssmenu_horiz li ul a,
#header .cssmenu_horiz li ul a,
#header .cssmenu_horiz li:hover ul a {
	background: #005064;
}

.cssmenu_vert li ul a:hover,
.cssmenu_horiz li ul a:hover,
#header .cssmenu_horiz li ul a:hover {
	background: #14a1bb;
}

#header .cssmenu_horiz li.selected li a,
.cssmenu_horiz li.selected li a,
.cssmenu_vert li.selected li a {
	font-style: normal;
	color: #fff;
}

.cssmenu_vert .sf-sub-indicator {
	background: url(akebi/arrows-0b8a98.png) no-repeat 10px 0;
}

select,
input[type="text"],
input[type="password"],
input[type="file"],
input#login-pass,
textarea,
.adminoptionbox option {
	background: #ddf8f9;
	color: #000;
	border-color: #b4f3fb #fff #fff #b4f3fb;
}

.titlebar,
.rbox-title, 
.rbox-data {
	border: #18a3bb;
	background: #cbf4f6;
	color: #005064;
}

.cbox {
	background: #cbf4f6;
	color: #005064;
}

.cbox-title {
	border-bottom: 3px solid #18a3bb;
}


.simplebox {
	border: 2px solid #18a3bb;
}

.adminanchors {
	background: #18a3bb;
}

table.normal,
.wikitable {
	border: 2px solid #1296a9;
}

th,
td.heading,
tr.diffheader,
.calHeading,
.weeks {
	background: #1296a9;
	color: #ddf8f9;
}

.calodd,
.caleven,
.wikicell {
	border: 2px solid #cbf4f6;
}

.odd,
.calodd {
	background: #cbf4f6;
}

.even,
.caleven {
	background: #d3f9f9;
}

.tabmark {
	border: 1px solid #77d6e5;
	background: #0c8a99;
}

.tabmark a {
	color: #fff;
}

.tabinactive:hover,
.tabactive {
	border: 1px solid #77d6e5;
	background: #a8e2ec;
}

.tabinactive:hover a,
.tabactive a,
.tabactive a:visited {
	color: #168294;	
}

.tabcontent,
form.admin fieldset,
#siteloginbar_popup .cssmenu_horiz ul li {
	background: #a8e2ec;
}

/* Quote plugin */
div.quoteheader {
	border-bottom: 2px solid #cbf4f6;
}

div.quotebody {
	border-left: 8px solid #cbf4f6;
}

.postbody-title {
	background: #169fb5 url(akebi/header.png) -650px -90px;
}

.post .author,
div.dirsite {
	background: #77d6e5;
}

/* cluptip tooltips */

.cluetip-default {
	background: #D3F9F9;
	color: #000;
}

.cluetip-default #cluetip-outer {
	background: #D3F9F9;
}
.cluetip-default h3#cluetip-title {
	background: #008A96;
	color: #fff;
}

.cluetip-default #cluetip-title a {
	color: #D3F9F9;
}
  
