/* $Id$
 * Ohia is an original theme for TikiWiki CMS/Groupware by
 * Gary Cunningham-Lee (chibaguy), released under the GNU LGPL license.
 * This theme uses the *litecss source-ordered layout solution by luci (http://sourceforge.net/projects/litecss).
 * For more information, please visit http://themes.tikiwiki.org or http://zukakakina.com.
 
	ohia.css is comprised of these sections:
	XHTML elements, Siteheader & Identity; Menus, Links;
	Misc. Center Col.; Misc. Global; Boxes; Tables, Tabs;
	Wiki (inc. plugins, etc.); Articles; Blogs; Forums;
	Galleries; Trackers; Categories, Tags; Polls; FAQs;
	Quizzes;	Shoutbox; Directory; Messages; TikiSheets;
	Calendar; Admin; and Ajax, jquery, etc.
*/
 
/* Import layout foundation CSS file. */
/* If *litecss-based theme . . .  */
@import "lite/lite.css";

/* Then import the default layout properties file: */
 @import "layout/layout.css";
 
/***** XHTML Elements (body tag here,
			others follow Layout) *****/ 
body {
	text-align: center;
	font: 67%/1.4em Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: #d10000 url(ohia/body.png) repeat-x}

html>body {font-size: 72% !important}
* html body {font-size: 11px !important}

 /***** Layout (overrides layout.css;
		also styling of page layout divs)  *****/
#main {
	text-align: left;
	background: transparent;
	color: #f4f4f4}
	
#header {
	text-align: left;
	background: transparent;
	min-height: 122px;
	position: relative}
	
* html body #header {height: 122px}

#middle {background: #222}

.fullscreen #col1 {
	margin-left: 30px !important;
	margin-right: 30px !important}

#c1c2 #wrapper #col1 > .content {
	background: transparent;
	color: #f4f4f4;
	padding: 0 1em}

#c1c2 #wrapper .marginleft {margin-left: 240px}
#c1c2 #wrapper .marginright {margin-right: 240px}

#c1c2 #col2 {
	width: 240px;
	overflow: hidden}

#c1c2 #col2 > .content {
	margin: auto;
	padding-top: 20px}

#col3 {
	margin-left: -240px;
	width: 240px}

#col3 .content {
	margin: auto;
	padding-top: 20px}

#footer {
	text-align: center;
	font-size: .9em;
	background: #d10000 url(ohia/body.png) 0 100px;
	min-height: 90px;
	color: #f4f4f4;
	position: relative}
	
* html body #footer {height: 90px}

#footer a:link,
#footer a:visited {
	color: #f4f4f4;
	text-decoration: none}
	
#footer a:hover {
	color: #f4f4f4;
	text-decoration: underline}

/***** XHTML Elements (other than body tag) ******/
a,
a:visited {
	color: #fd0006;
	text-decoration: none}

a:hover {
	text-decoration: underline;
	color: #f4f4f4}

h1 {
	font-weight: bold;
	font-size: 1.8em}

h2 {font-size: 1.6em}
h3 {font-size: 1.5em}
h4 {font-size: 1.3em}
h5 {font-size: 1.2em}
h6 {font-size: 1.1em}

hr {
	width: 100%;
	height: 1px;
	background: #aaa;
	border-width: 0;
	padding: 0;
	color: #f4f4f4}

fieldset {
	color: #cfcfcf;
	border: 1px solid #4c4c4c;
	padding: 10px}

legend {color: #cfcfcf}

button,
input,
textarea,
select,
body.wikitext {
	background: #242424;
	color: #cfcfcf;
	border: 1px solid #4c4c4c}

* html .wikitopline select {font-size: .9em}

#col2 input[type=text],
#col2 input[type=password],
#col3 input[type=text],
#col3 input[type=password] {width: 90%}

input[type=file] {color: #000}


span.button a,
span.button a:visited,
button,
input[type=reset],
input[type=submit],
span.button input,
.submitbutton,
.calbuttonoff,
.calbuttonon {
	padding: 1px 4px;
	margin: 2px;
	font-size: 11px;
	border: 1px solid #5f5f5f;
	border-right: 1px solid #474747;
	border-bottom: 1px solid #474747}
	
* html input[type=reset],
* html input[type=submit] {
	padding: 1px 4px;
	margin: 2px;
	font-size: 11px;
	border: 1px solid #5f5f5f;
	border-right: 1px solid #474747;
	border-bottom: 1px solid #474747}

.button a:hover,
button:hover,
input[type=reset]:hover,
input[type=submit]:hover,
.button input:hover,
.submitbutton:hover {
	color: #f4f4f4;
	background: #2f2f2f;
	text-decoration: none}
	
button:active,
input[type=submit]:active,
.button input:active {background: #5e0000} 

* html .findtable input {font-size: 1em}
form.admin input[name="features"] {margin-bottom: 3px !important}
select[name="theme"] {width: 145px}
small {font-size: .9em}
label {margin: 0 2px}

/***** Site Header & Identity *****/
#header-top {position: static}
#siteheader {
	text-align: left;
	background: transparent;
	vertical-align: middle;
	padding: 0;
	margin: 0}

div#sioptions {
	width: 100%;
	margin: 0}

div#sitelogo {
	width: 33%;
	margin: auto}

div#sitead {margin: auto}
#sitead.floatright {padding-right: 100px}
#sitead.floatleft {padding-left: 100px}

#siteloginbar {padding: 6px 3px}

#siteloginbar a,
#siteloginbar a:visited {color: #f4f4f4}

#sitelocbar {float: left}
#customcodewith_ad {width: 400px}

#sitetitle,
#sitesubtitle {
	color: #f4f4f4;
	font-weight: bold;
	padding-left: 50px}
	
#sitetitle a,
#sitetitle a:visited {color: #f4f4f4}

#sitetitle {
	display: block;
	font-size: 28px;
	margin-top: 20px;
	margin-bottom: 2px}
	
* html #sitetitle {
	font-size: 26px;
	height: 34px}
	
#sitesubtitle {
	display: block;
	margin-top: 3px;
	padding-top: 6px}
	
* html #sitetitle {margin-top: 10px}
#tiki-top {text-align: left}

#tiki-top ul.cssmenu_horiz {
	float: left;
	background: #030511;
	padding: 3px}

* html #tiki-top {font-size: 11px}
#tiki-top a {}
#tiki-top table {width: auto}

#sitesearchbar {
	padding: 2px;
	text-decoration: none;
	font: 1.1em Verdana, Helvetica, Arial, Sans-Serif;
	color: #f4f4f4;
	background: #030511;
	border-left: 1px solid #333;
	border-bottom: 1px solid #696969}
	
#sitesearchbar form {margin-right: 40px}

/****** Menus, Links ******/
/** CSS (suckerfish) menus **/
.cssmenu ul,
.cssmenu_vert li ul,
.cssmenu_horiz li ul {
	border: 1px solid #696969;
	background: #313131}
	
.cssmenu_vert li ul {
	margin-left: 11.05em;
	margin-top: -1.35em;
	padding-bottom: 1px;
	background: #030511;
	border: 1px solid #333}

.cssmenu a, .cssmenu .menuSection {border: 0}
.cssmenu_vert li a {padding: 3px 6px}
.cssmenu_vert li a {
	font-weight: normal;
	text-decoration: none;
	background: #030511;
	border: 0} 
	
.cssmenu_vert ul a:hover {
	color: #f4f4f4;
	text-decoration: none;
	background: #030511}
	
.cssmenu a,	
.cssmenu_horiz a,
.cssmenu_vert a {
	text-decoration: none;
	display: block;
	text-decoration: none;
	padding: 3px 0 3px 6px;
	color: #fd0006}
	
.cssmenu a:hover,	
.cssmenu_horiz a:hover,
.cssmenu_vert a:hover {
	color: #f4f4f4;
	text-decoration: underline;
	background: #030511}

/** PHP Layers Menus **/
.horbar {width: 100%} 

.horbar table {
	background: #030511;
	border-right: 1px solid #696969;
	border-bottom: 1px solid #696969}

.horbaritem a,
.horbaritem a:visited {
	padding: 6px 3px;
	text-decoration: none;
	font: 1.1em Verdana, Helvetica, Arial, Sans-Serif;
	color: #fd0006} 

.horbaritem a:hover {
	background: #313131;
	color: #eee !important;
	text-decoration: none} 

* html .horbaritem a {font-size: .8em}

.mdksubmenu {
	background: #313131;
	border: 1px solid #696969;
	margin-top: 0}
	
.mdkitem a {
	padding: 3px 6px;
	font-weight: normal;
	font-size: 1em} 

.mdkitem a:link {
	font-weight: normal;
	text-decoration: none;
	background: #030511;
	border: 0} 

.mdkitem a:visited {text-decoration: none} 

.mdkitem a:hover {
	color: #f4f4f4;
	text-decoration: none;
	background: #030511} 

.treemenudiv img {background: #990000}

.phplmnormal,
a.phplmnormal:hover,
a.phplm:link,
a.phplm:visited,
a.phplm:hover,
a.phplm:active {
	font: 100% Verdana, Tahoma, Arial, sans-serif;
	color: #fd0006;
	text-decoration: none;
	font-weight: normal}

a.phplm:visited {color: #fd0006}
a.phplm:hover {
	color: #f4f4f4;
	background: 0;
	text-decoration: underline}

a.phplm:active {color: #fd0006}

a.phplmselected:link,
a.phplmselected:visited,
a.phplmselected:hover,
a.phplmselected:active {
	font: 100% Verdana, Tahoma, Arial, sans-serif;
	color: black;
	text-decoration: underline;
	font-weight: bold}

a.phplmselected:hover {color: #808080}

/** Links in other menus **/
.separator a:link,
.separator a:visited,
.separator a:hover {color: #f4f4f4}

.linkmenu:hover {color: #f4f4f4}
a.linkmodule:hover {color: #f4f4f4}

/***** Misc. Center Col. *****/
a.flip,
a.flip:visited,
.tellafriend a,
.tellafriend a:visited {color: #840000}

a.flip:hover,
.tellafriend a:hover {color: #f4f4f4}

/****** Misc. Global ****/

/***** Boxes *****/
/** Modules **/
div.box {
	width: 200px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 4px}

h3.box-title {
	padding-top: 0;
	background: #5e0000;
	border: 1px solid #990000;
	padding: 8px;
	margin: 0}

.box-title a,
.box-title a:link {
	color: #f4f4f4;
	text-decoration: none}
	
.box-title a:hover {text-decoration: underline}

* html h3.box-title {position: static}

.box:hover img.flipmodimage {
	border: 1px solid transparent;
	right: 3px;
	top: 3px;
	background: #5e0000}

* html img.flipmodimage {border: 0}
img.flipmodimage:hover {border: 1px solid #990000 !important}

#col2 h3.box-title {}
#col2 .box-title a,
#col2 .box-title a:link {}
.box-title a:hover {}
.box-data {
	background: #030511;
	border: 1px solid #333;
	padding: 14px;
	margin-bottom: 10px}

/** Other boxes **/
.cbox {
	color: #f4f4f4;
	background: #030511;
	border-color: #333}
	
.cbox-title {
	border-color: #333;
	text-align: center;
	font-weight: bold}

.rbox-title,
.rbox-data {
	background: #5e0000;
	border-color: #990000;
	color: #fff}
	
div.simplebox {
	background: #030511;
	border: 1px dotted #a9a9a9;
	color: #f4f4f4}

/***** Tables, Tabs *****/
/** Tables **/
	
table.admin {background:#030511}

table.normal,
table.sortable {
	border: 0;
	border-bottom: solid 1px #696969;
	border-left: solid 1px #696969;
	border-collapse: collapse}
	
table.normal tr,
table.sortable tr {border-right: solid 1px #696969}

table.normal th,
table.sortable th {border-left: 1px solid #5e0000}

td {vertical-align: top}
* html td {	font-size: 11px; color: #f4f4f4}

.formcolor td,
.editblogform td {padding: 3px}

tr.odd {background: #030511}
tr.even {background: #313131}

td.odd,
tr.odd td {
	background: #030511;
	border-right: 1px solid #696969}

td.even,
tr.even td {
	background: #313131;
	border-right: 1px solid #696969}

.normal td,
td.normal,
.sortable td,
.wikitable td,
td.odd,
td.even {
	margin: 0;
	padding: 0.2em;
	vertical-align: top;
	border-collapse: collapse}

 /* headings */
th,
table.normal td.heading,
td.heading {
	font-size: 1em;
	font-weight: bold;
	color: #fff;
	background: #5e0000;
	min-height: 32px;
	text-align: center}

 
a.tablename,
a.galname,
a.imagename,
a.blogname,
a.fgalname,
a.artname,
a.forumname {color: #fd0006}

a.forumnameread {color: #fd0006}

/* links in table headings */
.tableheading,
.gallistheading,
.listgalheading,
.bloglistheading,
.llisfgalheading,
.llistfileslink,
.llistart,
.lforumheading {color: #f4f4f4}

/** Tabs **/
.tabs {
	border-bottom: solid 1px #640000 !important;
	margin-bottom: -18px}

.tabmark {
	background: #5e0000;
	border: 1px solid #4c4c4c}

.tabmark a {
	border-bottom: 0;
	color: #fd0006;
	padding: 1px 5px 1px 5px;
	text-decoration: none}

.tabmark a:active {
	background: #313131;
	color: red}

.tabmark a:hover {
	color: #f4f4f4;
	background: #313131}

.tabactive {
	border: solid 1px #666 !important;
	border-bottom: 0 !important;
	border-top-width: 2px !important;
	position: relative; top: -2px}

[class].tabactive {top: -1px}
.tabactive a {background: #5e0000; color: #f4f4f4}

.tabinactive {border: solid 1px #666 !important}

.tabcontent {
	border-color: #990000;
	padding-top: 22px;
	margin-bottom: 25px;
	background: #030511}

.tabcontent table {
	margin: 1% auto 2% auto; 
	text-align: left;
	width: 95%;
	background: transparent}

.tabcontent table td {padding: 5px}

/***** Wiki *****/
body.tiki_wiki #comments {padding: 1em}

h1 a.pagetitle,
h1 a.pagetitle:visited {
	font-size: 1.2em;
	color: #f4f4f4}

h1 a.pagetitle:hover {
	text-decoration: none}

.wikitopline {}

#description,
.description {
	font-size: .95em;
	font-style: italic}

#pageid {
	float: left;
	clear: both}

#cachedpage {
	float: right;
	font-size: small}

.categpath {}
.wikitext {margin-top: 4px}

.wikitext h1, 
.wikitext h2, 
.wikitext h3, 
.wikitext h4 {}

.titlebar {
	padding: 0.1em;
	border-top: 1px solid #696969;
	border-bottom: 1px solid #696969;
	margin: 10px 0}

.wikitext ul li {} 
.wikitext ul li ul li {}
.wikitext ol {}

/* From Tikineat */
.wikitext div.box {}
.wikitopline table {}
html>body .wikitopline table {}
/* End from Tikineat */

table.wikitable {
	border: 1px solid #a9a9a9;
	border-collapse: collapse}
 
td.wikicell {
	padding: 3px;
	border: 1px solid #777777;
	border-collapse: collapse}

.editdate {}

div#page-bar {
	display: block;
	margin-top: 0;
	float: 0}

#page-bar span {float: left}

ul.floatleft {
	display: block;
	list-style: 0;
	padding: 0;
	text-align: left;
	height: 20px;
	margin-top: 0}

ul.floatleft li {
	float: left;
	padding: 4px 2px}

.editdate ul.floatleft {margin-top: 8px}

span.button2,
div.button2,
.button3 {margin-right: 5px}

/* First of these from han.css - Check ?? */
.navbar .linkbut:hover,
div.button2 a:hover, .button3 a:hover {}

/* From han.css - Check ?? */
#page-bar p span.button2 {} 
#page-bar table a.linkbut {}

.linkbut {}
.linkbut:hover {}
div.cache {}
div.cachedpage {}
.wikicache, .wikicache:visited {}
.wikicache:hover {}
.wiki {}
.wikinew {}

.wiki-edithelp {display: 0}

#wikihelp-tab table,
#wikihelp-tab table td {
	border: solid 1px #696969;
	border-collapse: collapse}

#wikihelp-tab table td {padding: 2px}
div#textarea-toolbar {background: white}
textarea.wikiedit {font-size: 1.3em}
p.editdate {}
div.wiki-edithelp {}
img.externallink {}

/* Needed esp. for light-on-dark theme */
div.quicktag {}
div.quicktag img,
#wikihelp-tab td img {}
div#helptool {}

/* Wiki plugins */

/* Code plugin  */
div.code {
	font-size: 90%;
	padding: 3px;
	border: 1px dashed #a9a9a9;
	background: #000;
	font-family: "Courier New", Courier, monospace}

.codelisting {
	font-family: "Courier New", Courier, monospace;
	padding: 10px;
	background: #000;
	margin: 4px;
	border: 1px dashed #696969;
	overflow: auto; 
   width: 600px} /*Using % here makes Firefox 3 act like IE7. */

.codecaption {
	font-size: 90%;
	padding: 0 10px;
	position: relative;
	bottom: -5px;
	display: inline;
	border: 1px solid #696969;
	border-bottom: 0;
	margin: 0;
	color: #696969;
	background: #000;
	font-weight: bold}

/* Quote plugin */
div.quoteheader {margin-left: 20px}
div.quotebody {font-style: italic}
table.wikiplugin-split {border: 0}

/** Wiki tocs **/
div.tocnav {
	background: #242424;
	padding: 3px;
	margin-bottom: 4px;
	clear: both}
 
#tocnavicons {float: left}
#tocnavaddpage {float: right}
#tocnavlinks {clear: both}
.fancytoclevel {list-style-image: url(../img/icons/footprint.gif)}

li.toclevel a,
li.toclevel a:visited {
	color: #fd0006;
	text-decoration: none}

li.toclevel a:hover {
	text-decoration: underline;
	color: #f4f4f4}

/* TOC */
ul.toc {
	padding-left: 2em;
	border-top: 1px dotted #a9a9a9;
	border-bottom: 1px dotted #a9a9a9;
	margin-bottom: 4px}

ul.toc * {border: 0}

/* Wiki diff styles */
.diff td {border: 1px solid #696969}
.diff div {border-top: 1px solid #696969}
.diffheader {background: #696969; font-weight: bold}
.diffadded {background: #CCFFCC}
.diffdeleted {background: #FFCCCC}
.diffinldel {background: #FFCCCC; text-decoration: line-through}
.diffbody {background: #F2F4F5}
.diffchar {color: red}


/***** Articles ****/
div.article {margin-bottom: 40px}

div.articletopline {
	font-size: 90%;
	font-style: italic}

div.articletitle {
	margin-top: 6px;
	margin-bottom:	15px;
	text-align:	left}
	
div.articletitle br {display: 0}
 
div.articletitle h2 {
	display: block;
	font-size: 1.8em;
	font-weight: normal;
	height: auto;
	margin-bottom: 3px}

span.titleb {font-size: 95%} 
div.articlesubtitle {font-size: 0.9em}
div.articleheading {margin-top: 6px}

div.articleheadingtext {
	color: #f4f4f4}

img.topicimage,
img.articleimagenofloat,
img.articleimage {
	padding: 2px 0;
	margin-bottom:10px}

img.articleimagefloat {
	margin-right: 4px;
	float: left;
	padding: 2px 0;
	margin-bottom:10px}

img.articleimage {
	margin-right: 4px;
	float: left;
	clear: right;
	padding:2px 0;
	margin-bottom:10px}

div.articletrailer {
	text-align: right}

div.articletrailer .wikitopline {
	float: right;
	color: #f4f4f4}

.trailer {}
.trailer:hover {}
div.articlebody {margin-top: .5em}

div.articlesource {
	margin-top: 5px;
	font-style: italic;
	font-size: 90%}


/***** Blogs *****/
div.blogheading {
	display: block;
	width: 100%;
	clear: both}

div.blogtitle {
	font-size: 1.8em;
	font-weight: normal;
	padding: 3px;
	margin-top: 10px}

div.blogdesc {
	display: block;
	width: 40%;
	padding: 8px;
	margin-top: 8px;
	margin-left: 6px}

div.bloginfo {
	text-align: center;
	display: block;
	padding: 3px;
	line-height: 150%;
	text-transform: 0;
	font-size: 90%}

* html .bloginfo table {font-size: 11px}

div.blogtools {
	padding: 3px;
	text-align: center}

.blogtools table {width: 100%}
#middle .blogtools input[type=text] {width: 160px}

.blogpost {}

/*.postinfo div a img,*/
a.blogt,
a.blog:visited {
	border: 0;
	text-decoration: none}

a.blogt:hover {
	color: #f4f4f4;
	border-bottom: 1px dotted #f4f4f4}

.postinfo {
	margin-bottom: 20px;
	margin-top: 10px;
	font-size: 1.2em}

.postinfo a {
	color: #fd0006;
	text-decoration: none;
	border-bottom: 0}

div.postinfo a.linkmodule {}
.postinfo div {margin-top: 30%}

.small {} /* Check ?? (from fluidindex */

div.posthead {
	text-align: left;
	padding: 3px}

span.posthead {display: block}
	
span.posthead small {font-size: 95%}

div.posthead h3 {
	font-size: 1.5em;
	font-weight: normal}
 
div.postbody {
	margin-right: 8px;
	line-height: 1.2em;
	margin-bottom: 1em}

* html .postbody table {font-size: 11px}

div.postfooter {
	clear: both;
	float: right;
	margin-bottom: 2em}


/***** Forums *****/
body.tiki_forums table.normal {margin: auto}


.post .postbody {
	clear: both;
	margin: 0;
	margin-top: 5px;
	padding: 0;
	background: #313131;
	font-size: 1.1em}
	
* html .post .postbody {font-size: 11px}

.post .postbody .content {
	float: left;
	padding: 0;
	text-align: left;
	width: 100%;
	color: #f4f4f4;
	border: 1px solid #4c4c4c;
	border-top: 0;
	background: #313131 !important}
	
#col1 .post .postbody .content p {}

.post .postbody-title {
	display: block;
	padding-bottom: .8em;
	background: #5e0000;
	border: 1px solid #990000}

.post .postbody-title .checkbox {float: left}

.post .postbody-title .title {
	float: left;
	font-weight: bold;
	font-size: 1em;
	margin-left: 5px;
	margin-top: 3px}
	
.post .postbody-title .title h2 {
	padding: 0}
	
.post .postbody-title .title a.link {color: #f4f4f4}

.post .author {
	text-align: right;
	vertical-align: top}

.post .author_post_info {
	display: block;
	background: #030511;
	padding: 0 2px 2px 2px}

.post .author_info .icons {display: block}
.post .author_info .icons .actions {margin-right: 10px}
.post .author_post_info_on {font-style: italic}

/* How do the following two differ? */
.post .author_info {
	float: right;
	background: #030511;
	padding: 0 2px 2px 2px;
	margin-left: 5px;
	margin-bottom: 6px;
	margin-right: -0.8em;
	border-left: 1px solid #4c4c4c;
	border-bottom: 1px solid #4c4c4c}

.commentStyle_headers .author_info {float: left}

.post .postbody-title .actions {
	float: right;
	font-size: 1em}

.postbody-content {padding: 6px}
.post .postbody .attachments {
	clear: both;
	border-top: 1px dotted #D9D9D9;
	margin-top: 5px}

.post .postbody .attachments img {vertical-align: text-bottom}

.post .postfooter .actions,
.post .postfooter .status {
	display: inline;
	margin-left: 5px;
	vertical-align: top}

.post .postfooter .status {font-size: 10px}

.post .postfooter {
	float: right;
	text-align: right}

.post .inner > .postfooter {clear: both}

.post .contribution {
	background: #F0F8FF;
	border: 1px solid #777777;
	padding: 0 2px}

.post .avatar {
	float: right;
	margin-bottom: 5px;
	margin-left: 4px;
	padding: 3px;
	border: 1px solid #777777;
	background: #030511}

.sub_comment {padding-left: 20px}

.sub_comment_area {
	clear: both;
	background: url("../../img/edge.gif") no-repeat top left}

.forum_actions .actions {
	clear: both;
	border: 1px solid #4c4c4c;
	background: #030511;
	padding: 3px;
	vertical-align: middle}

.forum_actions .actions .action {margin-right: 10px}
.forum_actions .headers {vertical-align: bottom}
.forum_actions .headers .title {
	float: left;
	background: #f4f4f4;
	border: 1px solid #4c4c4c;
	border-bottom: 0;
	padding: 1px}

.forum_actions .headers .infos {
	float: right;
	font-size: smaller;
	padding-top: 2px}

.thread_pagination {
	text-align: center;
	margin-bottom: 10px}

.nb_replies {white-space: nowrap}
.post_preview, .top_post {margin-bottom: 15px}
/*.post .postbody .signature {float: left}*/

/* Comments */
#comzone {
	display: 0;
	margin: 5px 0;
	padding: 0}
 
#comzoneopen {
	display: block;
	margin: 5px 0;
	padding: 0}
 
span.commentstitle {
	font-weight: bold;
	font-size: 1.2em}
	
textarea#editpost2 {width: 100%}

/* Find */
.subcomment {margin-left: 10px}

/* Help box*/
div.commentsedithelp {
	background: #ffcfcf;
	color: black;
	border: 1px solid #ff0000;
	text-align: center;
	font-weight: bold}

/**** Image Galleries ****/
table.galtable {
	border-collapse: collapse;
	border: 1px solid #696969;
	width: 100%}

* html body table.galtable {width: 97%}
body.tiki_galleries table.findtable {display: inline}

/* Check this one ?? */
div.browsegallery {
	text-align: center;
	width: 100%}

td.oddthumb {border-collapse: collapse}
td.eventhumb {border-collapse: collapse}

td.eventhumb img {
	margin-left: 6px;
	margin-right: 6px}

/* Check next 2 ?? */
div.thumbnails {}
div#browse_image {width: 100%}

img.athumb {
	border: 0;
	margin: auto}

.caption {color: #f4f4f4}
p.norecords {font-weight: bold}

div.imagetitle {
	font-weight: bold;
	font-size: 200%}

div.gallerylink {}
div#browse_image {} /* Check - from fluidindex ?? */
div.showimage {
	text-align: center;
	margin: 5px 0;
	width: 100%;
	text-align: center;
	padding: 6px}

div.imgaldescr {margin: 10px}
.sorttitle {margin-left: 10px}

/***** File Galleries *****/
.fgalexplorer {border: 1px solid #696969}

.fgallisting table td {
	padding-left: 2px;
	padding-right: 2px}

/***** Trackers *****/
.statuson {
	padding: 1px;
	margin: 1px;
	vertical-align: middle}

.statusoff {
	padding: 1px;
	margin: 2px;
	vertical-align: middle}

/***** Categories, Tags *****/

/***** Tags (freetags) *****/
a.freetag:hover /* override freetags.css */ {
	background: #5e0000;
	color: #eee;
	border: 1px solid #990000}

a.freetag_1 {
	text-decoration: none;
	font-size: .8em}

a.freetag_2 {
	text-decoration: none;
	font-size: .9em}
	
a.freetag_3 {
	text-decoration: none;
	font-size: 1em}

a.freetag_4 {
	text-decoration: none;
	font-size: 1.2em}

a.freetag_5 {
	text-decoration: none;
	font-size: 1.4em}

a.freetag_6 {
	text-decoration: none;
	font-size: 1.6em}

a.freetag_7 {
	text-decoration: none;
	font-size: 1.8em}

div.freetagObjectOdd {
	margin: 2px;
	/*background: #F7F9FA;*/
	position: relative}

div.freetagObjectEven {
	margin: 2px;
	/*background: #E7E9EA;*/
	position: relative}

div.freetagObjectName a {text-decoration: none}

div.freetagObjectType {
	position: absolute;
	top: 0;
	right: 0}
	
/*****  Polls  *****/

/***** FAQs *****/

/***** Quizzes *****/

/***** Shoutbox *****/
div.shoutboxmsg {
	margin-bottom: 0;
	padding: 4px;
	padding-bottom: 1px}

div.shoutboxmodmsg {
	font-size: .95em;
	margin: 0 5px 4px 5px;
	padding-top: 5px;
	padding-bottom: 1px}

textarea.tshoutbox {width: 162px}
.wiki-table {}
.wiki-tr-a td {border: 0}
.wiki-tr-b td {border: 0}

/***** Directory *****/
div.dircategs {
	border: 1px solid #696969;
	padding: 5px}

.dirlink {}
.dirsublink {font-size: .95em}

div.dirlistsites {
	padding: 5px 0 10px 5px;
	margin-top: 10px}

div.dirsite {
	margin-bottom: 10px;
	padding: 4px}

span.dirsitedesc {}
span.dirsitetrail {font-size: 95%}
span.dirsitecats {font-size: 95%}
.dirsitelink {}

div.dirrelated {
	margin-top: 10px;
	padding: 5px}

td.dirfooter {font-size: .95em}
div.dirfooter {margin-top: 10px}

/***** Messages *****/
td.prio1,
td.prio2,
td.prio3,
td.prio4,
td.prio5 {
	border: 1px solid #990000;
	padding-left: 2px}

td.prio1 {background: #780101}
td.prio2 {background: #8d0101}
td.prio3 {background: #a20202}
td.prio4 {background: #b70202}
td.prio5 {background: #cc0202}

div.messureadflag {
	background: #313131;
	padding-left: 5px}

div.messureadhead {
	background: #313131;
	margin-top: 2px}

div.messureadbody {
	margin-top: 5px;
	background: #313131}

.readlink {
	font-size: .95em;
	color: #fff}

/***** TikiSheets *****/
table.default thead td,
table.default tfoot td {
	font-weight: bold;
	text-align:	center;
	background: #4c4c4c;
	color: #f4f4f4}

table.default td {
	border: solid 1px #a9a9a9;
	background: black}


/***** Calendar *****/

.Cal0, 
.Cal1, 
.Cal2 {font-size: 90%}

.Calart,
.Calblog,
.Calchart,
.Caldir,
.Caleph,
.Calfaq,
.Calfgal,
.Calforum,
.Calgal,
.Calnl,
.Calquiz,
.Calsurv,
.Caltrack,
.Calwiki {font-size: 90%}

.Calart,
.Calart a,
.Calart a:visited {color: #FA8072}

.Calblog,
.Calblog a,
.Calblog a:visited {color: #DA70D6}

.Calchart,
.Calchart a,
.Calchart a:visited {color: #304F30}

.Caldir,
.Caldir a,
.Caldir a:visited {color: #800080}

.Caleph,
.Caleph a,
.Caleph a:visited {color: #008000}

.Calfaq,
.Calfaq a,
.Calfaq a:visited {color: #822222}

.Calfgal,
.Calfgal a,
.Calfgal a:visited {font-weight: normal}

.Calforum,
.Calforum a,
.Calforum a:visited {color: #808000}

.Calgal,
.Calgal a,
.Calgal a:visited {color: #8B4513}

.Calnl,
.Calnl a,
.Calnl a:visited {color: #708090}

.Calquiz,
.Calquiz a,
.Calquiz a:visited {color: #5F9EA0}

.Calsurv,
.Calsurv a,
.Calsurv a:visited {color: #DAA520}

.Caltrack,
.Caltrack a,
.Caltrack a:visited {color: #00BD02}
	
.Calweb {font-size: 90%}

.Calwiki,
.Calwiki a,
.Calwiki a:visited {color: #2C4B80}

.calfocus {font-size: 90%; background: inherit}
.calfocuson {font-size: 90%}

.calprio1 a,
.calprio2 a,
.calprio3 a,
.calprio4 a,
.calprio5 a,
.calprio6 a,
.calprio7 a,
.calprio8 a,
.calprio9 a {color: #fd0006}

.caltoggle {font-size: 90%}

.opaque {
	background: #990000;
   border: 1px solid #990000}

.opaque .box-title {border-bottom: 1px solid black}
.searchresults {display: inline}
#caltable td {padding: 0}
#caltable a,
#caltable a:visited {
	color: #fd0006;
	text-decoration: none}

#caltable a:hover {
	text-decoration: underline;
	color: #f4f4f4}

#caltable .calfocuson,
.box-data td.fc a.today,
.box-data td a.today {
	background: #5e0000;
	border: solid 1px #990000}

#caltable .calfocuson a {color: #000}

#caltable .calfocus a,
#caltable .calfocuson a {
	text-decoration: none;
	color: #fff}

.calfocus,
.calfocuson {border-bottom: 0}

.day,
.day:visited {}

.today {}
.nav {}
.changedate {}
.date {}
.calnavigation {border: 1px solid #4c4c4c}
.calnavigation a:hover {background: url(ohia/body.png)}
.calinput {background: #000}

.calfocuson + .calcontent {
	background: #000;
	border: 1px solid #990000}

#caltable .days {
	color: #f4f4f4;
	background: #5e0000;
	border: 0;
	border-right: 1px solid #990000}

#caltable .weeks {
	background: #5e0000;
	color: #f4f4f4;
	border: 0}

.addevent {
	padding: 0 5px;
	float: right}

* html .addevent {padding: 0}
.calodd, .caleven {border: 1px solid #000}
.calodd {background: #030511}
* html .calodd {padding: 0}
.caleven {background: #313131}
* html .caleven {padding: 0}

.caldark {
	background: #000;
	border: 1px dotted #5e0000}

* html .caldark {padding: 0}
.caldark .calfocus {background: #000}

/***** Admin *****/
a.admbox {
	border: 1px solid #a9a9a9;
	background: #030511 center no-repeat}

a.admbox:hover,
a.admbox:focus,
a.admbox:active {
	background: #313131 center no-repeat;
	border: 1px solid #696969;
	color: #fff}

a.admbox.off {border: 1px solid #a9a9a9}

a.admbox.off:hover,
a.admbox.off:focus,
a.admbox.off:active {border: 1px solid #a9a9a9}

/***** Ajax, jquery. etc. *****/
/***** Ajax *****/
div#ajaxLoading {
	display: 0;
	position: absolute;
	top: 50px;
	right: 50%;
	padding: 3px;
	font-family: Verdana;
	font-size: 90%;
	text-align: center;
	background: transparent url(../lib/shadowbox/images/loading-light.gif) no-repeat 50% 100%;
	height: 43px;
	width: 50px}

#shadowbox_title {
	height: auto !important;
	padding: 0;
	overflow: visible}

#shadowbox_title_inner{
	height: auto !important;
	font-size: 1em !important;
	line-height: 1em !important;
	white-space: normal !important;
	padding: 5px 0 4px 8px}

div#tab-block-1 h5 {
	width: 150px;
	float: left;
	margin: 0}

.tab-wrapper {
	border: 1px solid #313131;
	padding: 0}

.tab-menu  {
	clear: both;
	line-height: 17px;
	list-style-image: 0;
	list-style-position: outside;
	list-style-type: 0;
	padding: 2px 0;
	margin-bottom: 6px;
	margin-top: 2px;
	width: 100%}

.tab-menu li {
	display: inline;
	margin: 0 2px;
	width: 200px;
	padding-right: 1.5em}

.tab-menu li img {vertical-align: middle}
/***** New (unsorted) *****/

/***** End New (unsorted) *****/

/* End of File */




