/*
 *
 * Based on the Fluid Index WordPress theme by Your Index (http://www.2yi.net/pwp_themes.html)
 * released under the Creative Commons Attribution 2.5 license.
 * Regarding aspects of visual similarity to the original design, this theme is a Creative Commons
 * Attribution v2.5 (http://creativecommons.org/licenses/by/2.5/) derived work.
 * Other aspects and functionalities are provided under the GNU LGPL license.
 * This adaptation by Gary Cunningham-Lee (chibaguy) uses the layout methods of lite -
 * a source ordered layout solution by luci (http://www.ground.cz/luci/css/lite).
 * For more information, please visit http://themes.tikiwiki.org or http://zukakakina.com.
 *
 */
 
@import "lite/lite.css"; /* here we import *lite as the base */

/***** XHTML Elements ******/

html>body {
	background: #DFDAC3 url(fluidindex/bg.gif) repeat-x;
	color: #000;
	font-size: 72% !important;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left}

html>body {font-size: 73% !important}
body.fullscreen {  }
body.wikitext {background: #DFDAC3}

a,
a:link,
a:visited {
	color: #505050;
	font-weight: bold;
	text-decoration: none}

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

caption {}
div {}

h1, h2, h3, h4, h5 {
	color: #606060;
	font-weight: bold;
	margin: 0 0 15px;
	padding: 0}

h1 {
	font-size: 140%;
	padding-left: 5px;
	color: #666666}

h2 {
	font-size: 130%;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 10px;
	margin-top: 5px;
	margin-bottom: 6px}

h3 {
	font-size: 120%;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 5px;
	margin-top: 5px;
	margin-bottom: 6px}

h4 {font-size: 110%}
h5 {font-size: 100%}

hr {
	width: 100%;
	height: 1px;
	background: #e9e7db;
	border-width: 0px;
	padding: 0px;
	color: #4f657f}
	
p {
	line-height: 1.5em;
	margin: 0 0 15px}

blockquote {
	padding-left: 10px;
	padding-right: 15px;
	margin-left: 25px;
	margin-right: 25px;
	background: #fff url(fluidindex/bquote.gif) repeat-y}

img {
	border: 0}

fieldset {padding: 10px}

.box-data fieldset {
	margin-left: 0;
	padding-left: 3px}

form {
	margin: 0;
	padding: 0}
	
legend {
	white-space: pre-wrap;
	color: #000}

input {
	border: solid 1px #8c9eaa;
	background: #E9E7DB;
	line-height: 1.6em;
	padding: 0.1em;
	margin-left: 2px;
	margin-right: 2px;
	vertical-align: middle;
	font-size: 0.9em}

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

input[type=checkbox],
input[type=radio] {border: 0}

input[type=text],
input[type=password] {
	font-size: 0.9em;
	width: 120px}

input[type=submit],
input[type=file],
input[type=reset],
select {
	font-size: 1.0em;
	vertical-align: middle}

button,
input[type=submit],
input[type=reset] {
	vertical-align: middle;	
	font-weight: bold;
	margin: 2px;
	vertical-align: middle}

input[type=submit],
button:hover {cursor: pointer}

select[multiple] {height: 10em}
select[name="theme"] {width: 165px}

select {
	font-size: 95%;
	font-family: Arial, Helvetica, sans-serif}

small {font-size: 0.8em}
label {  }
ol {  }

ul {
	text-align: left;
	list-style: none}

ol li {
	list-style: decimal;
	background-image: none}
	
tt { font-size: 1.2em }

/***** Page Layout *****/

/** off-screen **/

ul.jumplinks {
	font-size : 0.8em;
	list-style-type : none}

ul.jumplinks, .jumplinks {
	position: absolute;
	top: -9000px;
	left: -9000px;
	z-index: 9}

ul.jumplinks a:focus, ul.jumplinks a:active {
	position: absolute;
	top: 9010px;
	left: 9010px;
	background-color: #339999; 
	color: #fff;
	padding: 5px;
	font-weight: bold;
	border: 2px solid #000;
	width: 6em;
	z-index: 9}

#fullscreenbutton {
	position: absolute;
	top: 2px;
	right: 10px;
	z-index: 10;
	font-size: 80%}
	
#fullscreenbutton:hover {}

#tiki-clean {
	text-align: left;
	padding: 1em}

/*** Type 1 (*litecss-based) layout 
	(overrides lite.css) ***/
#main {
	padding: 0;
	font-size: 1.2em}

#header {}
#middle {}

#c1c2 {
	text-align: left;
	font-size: 0.9em;
	background: #DFDAC3;
	color: #333}

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

#c1c2 #wrapper .marginleft {
	margin-left: 225px}

#c1c2 #wrapper .marginright {
	margin-right: 225px}

#c1c2 #col2 {
	width: 225px;
	text-align: center}

#c1c2 #col2 .content {
	margin: 12px 10px;
	background: #ffffff url(fluidindex/contentbg.gif) repeat-x top;
	border: 1px solid #8c9eaa;
	border-top: none;
	font-size: 120%;
	padding-top: 15px}

#col3 {
	margin-left: -225px;
	overflow: hidden;
	width: 225px;
	font-size: 100%}

#col3 .content {
	margin: 12px 10px;
	background: #ffffff url(fluidindex/contentbg.gif) repeat-x top;
	border: 1px solid #8c9eaa;
	border-top: none;
	padding-top: 15px}

#footer {
	background: #8C9EAA url(fluidindex/bgfooter.jpg) repeat-x top;
	color: #333;
	padding-top: 12px;
	padding-bottom: 5px;
	font-weight: normal;
	font-size: 1em;
	text-align: center}
	
#footer small { font-size: 1em }

#footer a:link,
#footer a:visited {
	color: #3F3F3F;
	text-decoration: none;
	border: none;
	font-weight: bold}

#footer a:hover {
	color: #3F3F3F;
	text-decoration: underline;
	border: none}

#credits {display: inline}
.footerbgtrap {color: #d0d0d0}

/* end layout divs, etc. */

/*** Error page ***/
/* Not needed on non-error pages, right? */
div#tiki-main #tiki-top {margin-top: height needed to match page bg image}
div#tiki-mid {
	background: }
div#tiki-main #tiki-top {}
/* To center cbox */
div#tiki-main #tikimidtbl {
	margin: auto;
	width: auto}
div#tiki-bot {}

/* Site Header & Identity */

#header-top {
	height: 75px;
	position: relative;
	padding: 8px 8px 0 8px}

#siteheader {
	text-align: left;
	background: transparent;
	margin: 0;
	min-height: 75px}

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

#sioptionscentered {
	text-align: center}

div.floatright {
	float: right;
	clear: none}

div.floatleft {
	float: left;
	clear: none}

#sitelogo {
	/*padding: 4px;*/
	margin: auto !important}

#sitead {
	clear: none;
	font-size: 11px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #999999;
	max-width: 460px;
	margin-top: .8em;
	margin: auto;
	padding: auto}

#sitead.floatright {padding-right: 100px}
#sitead.floatleft {padding-left: 100px}
#sioptionscentered #sitead.floatleft {padding-left: 10px}
.floatright img {margin-right: 40px}
#sitelocbar {float: left}
#siteheader #description {}

#siteloginbar {
	text-align: right;
	position: absolute;
	bottom: 3px;
	right: 6px;
	font-size: 80%}

input[id="sl-login-user"],
input[id="sl-login-pass"] {}
#siteloginbar input.wikiaction {}
#sitelocbar {float: left}

/* #header text selectors, if needed */

#sitetitle,
#sitesubtitle {
	color: #dfdac3;
	font-weight: bold;
	margin-top: 0;
	margin-left: 60px;
	padding: 0}

#sitetitle {
	font-size: 1.9em}

#sitetitle a,
#header a:link {
	color: #dfdac3;
	text-decoration: none}

#siteheadertop a:visited,
#header a:visited {
	color: #dfdac3;
	text-decoration: none}

#siteheadertop a:hover,
#header a:hover {
	color: #CFCDB5;
	text-decoration: none}

#sitesubtitle {
	font-size: 1.2em;
	margin-top: 11px}

/* tiki-top_bar.tpl - menu and search */

#tiki-top {
	font-size: 1em;
	text-align: left}
	
* html #tiki-top { padding-top: 4px}

#tiki-top table {width: auto}

#sitesearchbar {
	float: right;
	padding-right: 4px;
	text-align: right;
	font-size: 77%}

/* end header */

/* centercolumn */

#showhide_columns {padding: 0 5px}

a.flip,
a.flip:visited,
.tellafriend a,
.tellafriend a:visited {
	font-size: 80%;
	color: #ADBAC3}

a.flip:hover,
.tellafriend a:hover {
	color: #505050;
	text-decoration: none}

a.flip img {display: none}

.tellafriend {
	text-align: right;
	padding-right: 6px}

.fullscreen .tellafriend {}

#c1c2 #wrapper #col1 #tiki-center {
	padding: 1em;
	padding-top: 10px;
	margin: 12px 20px 20px 20px;
	text-align: left;
	background: #ffffff url(fluidindex/contentbg.gif) repeat-x top;
	border: 1px solid #8c9eaa;
	border-top: none}

* html #tiki-center {font-size: 1em}

/* end layout divs, etc. */

/** Border boxes (if any) **/
	
/****** Menus ******/
/** PHP Layers Menus **/

.horbar {
	margin-left: 0;
	text-align: left;
	color: #6D809F}

.horbar table {
	width: auto;
	float: left}

.horbaritem a,
.horbaritem a:link,
.horbaritem a:visited {
	font-size: 1em;
	white-space: nowrap;
	color: #6D809F !important;
	text-decoration: none;
	display: block;
	padding: 0 10px;
	margin-left: 5px;
	text-align: left;
	background: url(fluidindex/star.gif) no-repeat 0 0px}

.horbaritem a:hover {text-decoration: underline}

.mdkhorbaritem {
	float: left;
	white-space: nowrap;
	font-size: 1em}

.mdkhorbaritem a,
.mdkhorbaritem a:link,
.mdkhorbaritem a:visited {display: block}

.mdkhorbaritem a:hover  {text-decoration: underline}

.mdkverbar {
	padding: 0;
	margin: 0;
	font-size: 1.2em}

.mdkitem {
	display: block;
	position : relative;
	text-align : left;
	white-space : nowrap}

.mdkverbar a,
.mdkitem a,
.mdkitem a:link,
.mdkverbar a:visited,
.mdkitem a:visited  {
	font-size: .95em;
	color: #6D809F;
	text-decoration: none;
	display: block;
	position: relative;
	padding: 2px 0 2px 10px;
	margin-left: 5px;
	text-align: left;
	background: url(fluidindex/star.gif) no-repeat 0 4px}

.mdkitem a {font-size: 1.2em}

.box-data .mdkverbar {}

.mdkverbar .mdkitem a, 
.box .mdkitem a {
	padding-top: 4px;
	padding-bottom: 2px;
	font-size: .9em;
	margin-left: 0}

.mdkverbar a:hover,
.mdkitem a:hover {text-decoration: underline}

.mdksubmenu {
	position: absolute;
	visibility: hidden;
	width: 100px;
	z-index: 999;
	left: 15px;
	top: 0;
	padding-left: 0;
	text-align: left}

.mdksubmenu table {
	width: auto;
	border: 1px solid #8c9eaa;
	background: #E9E7DB;
	margin-left: 0}

.mdksubframe  {
	display: block;
	margin-left: 0}

div.mdkitem  {
	position: relative;
	text-align: left;
	white-space: nowrap;
	margin-bottom: 4px;
	display: block;
	margin-left: 0}

.mdkitem .mdkfwdarr {
	position: absolute;
	top: 7px;
	right: 9px}

/* Tree menu (also on Browse Categories */
.treemenudiv {
	display: block;
	white-space: nowrap}

/* layerstreemenu-hidden.css */
.imgs	{
	border: 0px;
	width: 16px;
	height: 18px}

.phplmnormal,
a.phplmnormal:hover,
a.phplm:link,
a.phplm:visited,
a.phplm:hover,
a.phplm:active {
	color: #6D809F;
	text-decoration: none;
	font-weight: bold}

a.phplm:visited {color: #6D809F}

a.phplm:hover {
	color: #4F657F;
	text-decoration: underline}

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 **/
div.separator, div.separatorline {
	color: #6D809F;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.1em;
	position: relative;
	padding-left: 10px;
	margin-left: -10px;
	background: url(fluidindex/star.gif) no-repeat}

.separator a:link,
.separator a:visited {
	color: #6D809F;
	text-decoration: none;
	font-weight: bold}

div.separator:hover {
	color: #4F657F;
	text-decoration: underline}

div.option a.linkmenu:hover {}
a.separator img {background: url(fluidindex/star.gif) no-repeat}
.option {}

div.optionline,
.option a {
	padding-left: 10px;
	background: url(fluidindex/child.gif) no-repeat}

.option a:link,
.option a:visited,
a.linkmenu, .rsslink, .linkmenu:visited, .rsslink:visited {color: #6D809F}
.linkmenu:hover {}

div.option a:hover,
div.option a:active {
	color: #4F657F;
	text-decoration: underline}
	
a.linkmodule {
	color: #6D809F;
	text-decoration: none;
	font-weight: bold}

#col1 a.linkmodule {padding-left: 0}

a.linkmodule:hover {
	color: #4F657F;
	text-decoration: underline}

.rsslist {}
.rssitem {}
.rssitem:first-child {}
.rssdate {}

/* From Tikineat -- check */
div.menuSection div.menuSection,
div.menuSection div.separator {padding-left: 20px}
/* End from Tikineat */

/****** Misc. Global Classes (layout and style) ****/
.hidden {
	position: absolute;
	left: -10000px;
	top: 0;
	width: 1px;
	height: 1px;
	overflow: hidden}

.floatlist {
	clear: left;
	list-style-type: none;
	margin: 0;
	padding-left: 0}

.floatlist li {float: left}

div#attzone,
div#comzone {
	display: none}

div#attzoneopen,
div#comzoneopen {
	display: block;
	margin-top: 10px}

div#edithelpzone {display: none}
#edithelpzone code {font-size: 1.2em}
#rules-copy-panel {display: none}
.clear, #clear {clear: both}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden}

* html .clearfix {height: 1%}
#overdiv table {width: auto !important}
.attention {color: red}

.highlight,
#highlight  {}

/* OpenID  */
.openid_url {
	background: #fff url(../../img/icons/login-OpenID-bg.gif) no-repeat;
	padding-left: 18px}

.bannertext {
	font-size: .95em;
	text-decoration: none}

.bannertext:hover {}

.link,
.gallink,
.bloglink,
.fgallink,
.trailer,
.opencomlink,
.commentslink,
.admlink,
.forumbutlink {}

div.searchdate {}
div#debugconsole {}

.mini {
	width: 100%;
	text-align: center;
	font-size: .9em}

.prevnext,
.galprevnext,
.blogprevnext,
.fgalprevnext,
.artprevnext,
.forumprevnext {
	font-size: 1em;
	padding: 1px 6px}

a.tikihelp,
a.tikihelp:visited {
	border: 0;
	vertical-align: text-top}

a.tikihelp:hover {
	cursor: help;
	vertical-align: text-top}

#rss img {vertical-align: middle}

div.adminanchors {background: #8c9eaa !important}

/** Find form **/

div.findtable {margin-bottom: 10px}
label.findtitle {} /* "Find" */
input#findwhat {} /* text input */
div.findtitle {} /* This and next are one div with two classes contain the input submit which has no . or # . */
div.findsubmit {display: inline}
* html .findtable input {
	font-size: 1em}

/** Modules **/
.box-shadow {}

div.box {
	text-align: left;
	margin-left: 7px;
	margin-right: 7px;
	overflow: hidden}
	
.wikitext .box { width: 200px }
.wikitext .box-title { letter-spacing: normal }

h3.box-title {
	overflow: hidden;
	color: #666666;
	text-decoration: none;
	font-size: 1em;
	font-weight: bold;
	margin: 0 0 12px;
	position: relative}

#col2 h3.box-title,
#col3 h3.box-title {font-size: 1.2em}

.box a.flipmodtitle img {display: none}

* html .box a.flipmodtitle img,
.box:hover a.flipmodtitle img {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	border: 1px solid transparent}

* html .box a.flipmodtitle img {border: none; right: 14px}
a.flipmodtitle:hover img {border: 1px solid #58A7D2 !important}

.box-data { 
	font-size: 0.9em;
	line-height: 1.4em;
	margin: /*-10px 0 16px 10px*/;
	overflow: hidden}

.box-data select {width: 120px}
.box-data table {width: 100%}

.box-data table td {
	padding: 0.2em;
	text-align: start}

.box-data ul {list-style: none}
	
.box-data div ul {/* lists in usermodules 
	padding-left: -2em;
	margin-left: -2.5em*/}

.box-data li {
	padding: 0.2em;
	text-align: start}

.box-data ul li {margin-left: -1em}

.box-data ol li a {
	margin-left: -0.5em;
	background-image: none}

.box-data ul li {
	display: block;
	padding-left: 10px;
	margin-left: 5px;
	background: url(fluidindex/child.gif) no-repeat 0 .2em}

.box-data ul li ul li{
	padding-left: 10px;
	background: url(fluidindex/child.gif) no-repeat}

.box-data ul li li{
	padding-left: 10px;
	background: url(fluidindex/child.gif) no-repeat}

.box-data a:link {
	color: #6D809F;
	text-decoration: none;
	font-weight: bold}

.box-data a:hover {
	color: #4F657F;
	text-decoration: underline}

.box-data a:visited {
	color: #6D809F;
	text-decoration: none;
	border: none;
	font-weight: bold}

/** Other boxes **/
.cbox {
	border: 1px solid #999999;
	margin: 6px}
 
.cbox-title {
	text-align: left;
	text-indent: 1em;
	border-bottom: 1px solid #999999;
	padding: 4px;
	font-weight: bold}

.cboxlink {}
.cbox-data {padding: 4px;}

.cbox-data ul {padding-left: 1em}
.cbox-data ul ul {margin: auto}

.rbox {
	overflow: hidden;
	padding: 4px}

.rbox-title {
	text-align: left;
	padding: 3px;
	font-weight: bold}

.rbox-data {
	padding: 3px}

.comment .rbox-title,
.comment .rbox-data {}

.note .rbox-title {}
.note .rbox-data {}

.tip .rbox {
	background: #988CAA;
	border: 1px solid #606060;
	color: #FFFFFF;
	border: 1px solid #A9A9A9}

.tip .rbox-title,
.tip .rbox-data {border: none}

.warning .rbox-title {}
.warning .rbox-data {}

div.simplebox {
	border-top: 1px dotted #999999;
	border-bottom: 1px dotted #999999;
	margin-bottom: 20px;
	margin-top: 10px;
	background-color: #E6EAEC;
	padding: 4px}


/***** Tables, Tabs and Lists ****/
/** Tables **/

table.normal, 
table.admin,
table.bloglist {
	font-size: 1em;
	border: solid 1px #909090;
	border-collapse: collapse;
	width: 100%}

* html table.normal, 
* html table.admin,
* html table.bloglist {
	font-size: 11px;
	width: 97%}

table.admin tr td div#page-bar {}
.wikitable {}

td {vertical-align: top}
/* IE */ * html td {	font-size: 11px}
th {}

/* Cells in forms using a background color */
.formcolor td,
.galform td,
.editblogform td,
.editfgalform td,
.comform td,
.forumform td {}

table.email {}
table.email td.body {}
table.email td.heading {}
table.email td.closeButton {}
.button {}

tr.odd td, 
td.odd {
	background: #F5F5F5;
	border-left: 1px solid #DDDDDD}

tr.even td, 
td.even {
	background: #ECECEC;
	border-left: 1px solid #DDDDDD}

tr.even td.even,
tr.odd td.odd {}

td.third {}

td.normal,
td.bloglist,
td.odd,
td.even {margin: 0;
	padding: 0.2em;
	vertical-align: top}
	
/* headings */

td.heading {font-size: 1em}

th, td.heading,
td.bloglistheading {
	background-color: #DCDCDC;
	text-align: center}

form.admin {}
form.admin fieldset {}
form.admin legend.heading {}
form.admin legend.heading a {}
form.admin legend.heading a:hover {}
form.admin legend.heading a span {}
form.admin legend.heading a:hover span {}
div.heading {}

td.form {padding: 0.2em}	

/* cells in tracker items display */
td.formlabel {background: #ececec;}
td.formcontent {background: #dfdac3;}

/* links to view an object from a table listing objects can be generalized to this link */
a.fgalname {}
a.fgalname:hover {}
 
a.tablename,
a.galname,
a.imagename,
a.blogname,
a.fgalname,
a.artname,
a.forumname {}

a.forumnameread {}

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

/** Tabs **/
.tabs {
	margin: 10px 5px -14px 5px !important;
	border-bottom: 1px solid #ededed;
	padding: 0 !important;
	position: relative;
	z-index: 201}

.tabmark {
	display: inline;
	font-size: 85%;
	background: #DDDDDD;
	border: 1px solid #666666;
	border-bottom: 1px solid #ededed;
	margin: 0;
	margin-right: 5px;
	padding: 2px 0}

.tabmark a {
	border-bottom: 0;
	color: #000;
	font-weight: bold;
	padding: 1px 5px}

.tabmark a:active {
  color: #fff}

.tabmark a:hover {
	color: black;
	text-decoration: none}

.tabcontent {
	z-index: 200;
	position: relative;
	padding: 26px 2px 2px 2px;
	margin: 5px;
	margin-top: 0;
	background-color : #DCDCDC}
	
form fieldset.tabcontent {}
.tabcontent table td {}
form.admin .tabs {}

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

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

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

.tab-menu li img {
	vertical-align: middle}

.tab-menu li a {} 

.tab-menu li a:hover, 
.tab-menu li a:focus {} 

.tab-menu li a:hover {} 
.tab-menu li.tab-selected a {}
table.admin div#content1 div.tabcontent div.cbox {background-color: transparent}

/* Check ?? */
table.admin tr td div#page-bar {
	margin-left: 5px;
	margin-bottom: 0;
	background-color: transparent}

/*** Feature-specific selectors ***/

/***** Wiki *****/

h1 a.pagetitle,
h1 a.pagetitle:visited {
	color: #6D809F;
	font-weight: bold;
	padding-left: 18px;
	padding-top: 16px;
	margin-top: 6px;
	margin-bottom: 15px;
	text-align: left;
	background: url(fluidindex/page.gif) 0 19px no-repeat;
	font-size: 1.2em}

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

.wikitopline table {
	width: 90%;
	text-align: right}

div#description,
div.description {
	font-size: .9em;
	font-style: italic;
	margin-bottom: 1.0em}

#pageid {
	float: left;
	clear: both}

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

.categpath {}
.wikitext {line-height: 1.5em}

.wikitext h2, 
.wikitext h3, 
.wikitext h4,
.wikitext h5 {
	color: #606060;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 0 0 15px;
	padding: 0}

.wikitext h2 {margin-bottom: 10px}

.titlebar {
	background: #f0f0f0;
	color: #505050;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0.1em;
	margin-bottom: 0.5em;
	margin-top: 1em}
 
.wikitext ul li {
	padding-left: 10px;
	background: url(fluidindex/star.gif) no-repeat 0 3px} 

.wikitext ul li ul li {
	padding-left: 10px;
	background: url(fluidindex/child.gif) no-repeat}

table.wikitable {
	border-collapse: collapse;
	border-top: 1px solid #A9A9A9;
	border-left: 1px solid #A9A9A9;
	border-right: 1px solid #696969;
	border-bottom: 1px solid #696969;
	vertical-align: top}
 
td.wikicell {
	padding: 3px;
	border: 1px solid #A9A9A9;
	border-collapse: collapse}

.editdate {padding-bottom: 5px}

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

ul.floatleft {
	display: block;
	list-style: none;
	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: 2px;
	border: 1px solid #8c9eaa;
	background: #E9E7DB;
	padding: 0 2px}
 
a.linkbut {
	/*white-space: nowrap;*/
	font-size: .85em}

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

.wiki-edithelp {display: none}

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

#wikihelp-tab table td {padding: 2px}
textarea#editwiki {font-size: 1.3em} /* fullscreen */
table.normal textarea#editwiki {font-size: 1.4em} /* normal */
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 #CCCCCC;
	background-color: #F4F4F4;
	font-family: "Courier New", Courier, monospace}

.codelisting {
	font-family: "Courier New", Courier, monospace;
	padding: 10px;
	background-color: #FFFFFF;
	margin: 4px;
	margin-top: -3px;
	border: 1px dashed #CCCCCC}

.codecaption {
	font-size: 90%;
	padding: 0 10px;
	background-color: #FFFFFF;
	margin: 0;
	margin-bottom: -13px;
	display: inline;
	border: 1px solid #CCCCCC;
	border-bottom: 0;
	color: #666666;
	background-color: #E9ECEF;
	font-weight: bold}

/* Quote plugin */
div.quoteheader {
	margin-left: 20px;
	font-style: italic}

div.quotebody {
	padding-left: 10px;
	padding-right: 15px;
	margin: 0 25px 25px 25px;
	background: #fff url(fluidindex/bquote.gif) repeat-y}


table.wikiplugin-split {border: none}

/** Wiki tocs **/
div.tocnav {
	background: #EBEBEB;
	padding: 3px;
	margin-bottom: 4px;
	clear: both}
 
#tocnavicons {
	float: left}

#tocnavaddpage{
	float: right}

#tocnavlinks {
	clear: both}

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

ul.toc * {
	border: none}

/* Wiki diff styles */
.diff td {}
.diff div {}
.diffheader {}
.diffadded {}
.diffdeleted {}
.diffinldel {}
.diffbody {}
.diffchar {}

/***** Articles ****/

div.article {
	margin-bottom: 40px}

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

div.articletitle {
	color: #6D809F;
	font-weight: bold;
	padding-left: 18px;
	padding-top: 16px;
	margin-top: 6px;
	margin-bottom: 15px;
	text-align: left;
	background: url(fluidindex/page.gif) 0px 17px no-repeat}
 
span.titlea {
	font-size: 1.2em;
	font-weight: bold}

span.titleb {}

div.articlesubtitle {
	font-size: 90%;
	font-style: italic}
 
div.articleheading {
	margin-top: 6px}
 
div.articleheadingtext {
	color: black;
	line-height: 1.5em}

img.topicimage,
img.articleimagenofloat,
img.articleimage {
	background: #fafbfc;
	border: 1px solid #b0b0b0;
	padding: 5px}

img.articleimagefloat {
	margin-right: 4px;
	float: left;
	background: #fafbfc;
	border: 1px solid #b0b0b0;
	padding: 5px}

img.articleimage {
	margin-right: 4px;
	float: left;
	clear: right;
	background: #fafbfc;
	border: 1px solid #b0b0b0}

div.articletrailer {text-align: right}

div.articletrailer .wikitopline {
	float: right} 

.trailer {}
.trailer:hover {}

div.articlebody {
	color: black;
	line-height: 1.5em;
	margin-top: 2em}
 
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.3em;
	font-weight: bold;
	padding: 3px;
	margin-top: 10px;
	font-weight: bold;
	letter-spacing: .4pt;
	line-height: 80%}

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

div.bloginfo {
	text-align: right;
	display: block;
	padding: 3px;
	line-height: 150%}

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

div.blogtools {
	padding: 3px;
	text-align: right;
	margin-bottom: -2em}

.blogpost {
	margin-top: 3.5em;
	margin-bottom: 2em}

a.blogt,
a.blog:visited {}
a.blogt:hover {}

.postinfo {
	border-top: 1px dotted #999999;
	border-bottom: 1px dotted #999999;
	margin-bottom: 20px;
	margin-top: 10px;
	background-color: #E6EAEC;
	font-size: 1.2em;
	width: 100%}

.small {font-size: .9em}
div.postinfo a.linkmodule {}
.postinfo div {}

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

span.posthead {
	display: block;
	font-weight: bold;
	letter-spacing: .4pt;
	border-bottom: 1px solid #2F3E4F}
 
div.posthead h3 {
	color: #6D809F;
	font-weight: bold;
	padding-left: 18px;
	padding-top: 16px;
	margin-top: 6px;
	margin-bottom: 15px;
	text-align: left;
	background: url(fluidindex/page.gif) 0 17px no-repeat;
	margin-bottom: 10px;
	font-size: 1.2em}
 
div.postbody {
	margin-right: 8px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: black;
	margin-bottom: 1em;
	line-height: 1.5em}
	
* html .postbody table {font-size: 11px}

/* Used by custom tpl not yet in 1.10 */
div.date {
	float: right;
	font-weight: bold;
	background: url(fluidindex/date.gif) 0px 10px no-repeat;
	padding-bottom: 20px;
	margin-right: 15px;
	text-align:center;
	width: 35px;
	color: #6D809F}

div.postfooter {
	clear: both;
	float: right}

/***** Forums *****/

body.tiki_forums table.normal {margin: auto}
#forumpost {display: none}
#forumpostopen {display: block}

table.commentinfo {
	width: 100%;
	background-color: #fff}

.post {
	clear: both;
	margin-top: 8px;
	width: 100%}

.post .postbody {
	clear: both;
	width: 100%;
	min-width: 100%;
	border: solid 1px #8c9eaa;
	margin: 0;
	padding: 0;
	background-color: white}
	
* html .post .postbody {font-size: 11px}

.post .postbody-title {
	display: block;
	background-color: #ececec;
	margin-bottom: 0;
	height: 100%;
	padding-top: 0;
	margin-top: 0}

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

.post .postbody-title .title {
	color: #666666;
	border-bottom: 1px solid #8c9eaa;
	font-weight: bold;
	font-size: 1.1em;
	margin-left: 5px;
	margin-top: 0}
	
.post .postbody-title .title h2 { margin-top: 0 }

.title a.link {color: #666666}

#c1c2 #wrapper #col1 .content .post .postbody .content {
	color: #000000;
	height: 100%;
	padding: 0 3px 3px;
	text-align: left;
	width: 100%;
	background: #ececec;}

.post .author {	
	float: left;
	text-align: left;
	vertical-align: top;
	width: 25%;
	height: 100%}

.post .author_post_info {
	display: block;
	background: transparent;
	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}

.post .author_info {
	float: right;
	padding: 0 2px 2px 2px;
	margin-right: 5px;
	border: none}

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

.postbody-content {
	background: white;
	float: right;
	width: 70%;
	border-left: 1px solid #8c9eaa;
	padding-left: 5px}
	
.postbody .quoteheader { margin-top: 0 }

.post .postbody .attachments {
	clear: both;
	border-top: 1px dotted #8c9eaa;
	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 {text-align: right}
.post .inner > .postfooter {clear: both}

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

.post .avatar {
	margin-bottom: 5px;
	margin-left: 4px;
	padding: 3px;
	border: 1px solid #8c9eaa;
	background-color: #dfdac3;
	/*display: none*/}

.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: none;
	background: #A9B8C2;
	padding: 3px;
	vertical-align: middle;
	color: #fff}

.forum_actions .actions .action {margin-right: 10px}
.forum_actions .headers {vertical-align: bottom}

.forum_actions .headers .title {
	float: left;
	background: white;
	border: 1px solid #8c9eaa;
	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: none}
 
#comzoneopen {
	display: block;
	margin: 5px 0px;
	padding: 0}
 
span.commentstitle {
	font-weight: bold;
	font-size: 1.2em}

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

/* Help box*/
div.commentsedithelp { background: #adbac3; color: black; border: 1px solid #ff0000; text-align: center; font-weight: bold}
textarea#editpost2 {width: 100%}

/***** Categories *****/

table.tcategpath {}
td.tdcategpath {}
.categpath {}
table.subcats {}
td.tdsubcat {}
.categlink {}
table.catobjects {}
td.categobjectsnameeven,
td.categobjectsnameodd {}
td.categobjectsdataeven,
td.categobjectsdataodd {}
.catname {}
.catblock {}
.catlists {}
.catlists:hover {}
.cattitle {}
.catlists a.link {}
.catlists a.link:hover {}

ul.catfeatures {list-style: none}
ul.catfeatures li {}
ul.catitems {}

ul.catitems li {
	display: inline;
	margin-right: 7px}

ul.catitems li a.link {}

/***** Tags (freetags) *****/
li.freetag {
	list-style: none !important;
	display: inline !important;
	margin: 0 !important;
	padding: 0 !important;
	background: none !important}
	
ul.freetag {
	margin: 0 !important;
	padding: 0 !important;
	display: inline !important}

.freetag a {display: inline !important}

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-color : #F7F9FA;
	position: relative}

div.freetagObjectEven {
	margin: 2px;
	background-color : #E7E9EA;
	position: relative}

div.freetagObjectName a {
	text-decoration: none}

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

/***** Image Galleries *****/

table.galtable {}
html>body .galtable {}

td.oddthumb {
	background-color: #FFFFFF;
	border: 3px solid white;
	border-collapse: collapse}
 
td.eventhumb {
	background-color: #FFFFFF;
	border: 3px solid white;
	border-collapse: collapse}

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

div.thumbnails {}

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

.caption {}
p.norecords {}
div.imagetitle {}
div.gallerylink {}

div#browse_image {
	background: white;
	width: 100%}

div.showimage {
	width: 100%;
	text-align: center;
	padding: 6px}

div.imgaldescr {}
.sorttitle {}

/***** File Galleries *****/

div.thumbnailcontener {}
div.thumbnail {}
div.thumbnamecontener, div.thumbimagecontener {}
div.thumbnamecontener {}
div.thumbname, div.thumbimage {}
div.thumbnamesub, div.thumbimagesub {}
div.thumbnail:hover {}
div.thumbnail:hover div.thumbnamecontener {}
div.thumbimage img {}
div.thumbinfos {}
div.thumbinfo {}
span.thumbinfoval {}
div.thumbname {}
div.thumbactions {}
div.thumbactions * {}
div.thumbactions input {}
div.thumbactions a {}
div.thumbdescription {}
div.thumbdescription + div.thumbinfo {}
div.thumbdescription span.thumbinfoname {}
a.namealias {}
div.gallerypath, div.gallerypath a {}
div.gallerypath a:hover {}
.fgalexplorer {}
.fgallisting table td {}

/***** Trackers *****/

.statuson {
	padding: 1px;
	margin: 1px;
	border: 1px inset #666666;
	vertical-align: middle;
	background-color: #bbaa99}

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

/***** Calendar *****/
/* Overrides calendar.css, etc. */

.Cal0, 
.Cal1, 
.Cal2 {
	color: Black;
	font-size: 10px;
	padding-right: 0px}
	
.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 {color: #8B4513}

.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}

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

.calcontent a.linkmenu,
.calcontent a.linkmenu:hover {
	background-image: none;
	padding: 0}

.calfocus {font-size: 90%}
.calfocuson {font-size: 90%}

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

.caltoggle {font-size: 90%}

.opaque {
   border-left: 1px solid #A9A9A9;
  	border-top: 1px solid #A9A9A9;
	border-right: 1px solid #696969;
	border-bottom: 1px solid #696969}

.opaque .box-title {border-bottom: 1px solid black}

.searchresults {display: inline}

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

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

.day,
.day:visited {background: #ADBAC3}

.today {}
.nav {}
.changedate {}

.date {
	background: #ADBAC3;
	text-align: center;
	border-right: 2px solid #8c9eaa}

.calinput {background: #3F3F3F}
.calfocus { background: #adbac3}
.calfocuson + .calcontent { background: #F5F5F5}
.days, .weeks {background: #dfdac3; color: #6d809f}
.addevent {padding: 0 5px; float: right}
* html .addevent {padding: 0}
.calodd, .caleven { border: 1px solid #8c9eaa}
.calodd {background: #ececec}
* html .calodd {padding: 0}
.caleven {background: whitesmoke}
* html .caleven {padding: 0}
.caldark {background: gainsboro}
* html .caldark {padding: 0}
.caldark .calfocus {background: #ececec}
.daterow {}
.daterow:hover {}
.calnavigation a:hover { background: #dfdac3 }

/*****  Polls  *****/

div.pollresults {
	margin-top: 5px;
	font-size: 1.2em;
	padding: 0 5px}
	
table.pollresults {width: 100%}
td.pollr {color: black}
#pollopen {display: block}
#pollzone {display: none}
#polledit {display: none}
.pollnav {}

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

div.faqlistquestions {margin-bottom: 20px}
div.faqqa {margin-bottom: 20px}

div.faqquestion {
	font-weight: bold;
	padding: 2px 12px;
	padding-bottom: 0}

div.faqanswer {
	padding: 4px 12px;
	padding-top: 0}


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

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

div.quizquestion {margin-bottom: 5px}
div.quizoptions {}
div.quizdescription {margin-bottom: 10px}
div.quizanswer {margin-bottom: 10px}

/***** 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 {
	font-size: 1.1em;
	width: 162px}

.wiki-table {}
.wiki-tr-a td {border: 0}
.wiki-tr-b td {border: 0}
/*textarea.tshoutbox {
	margin-left: -10px;
	font-size: 1em}*/
.wiki-table {}
.wiki-tr-a td {}
.wiki-tr-b td {}

/***** Directory *****/
div.dircategs {}
.dirlink {}
.dirsublink {}
div.dirlistsites {}

div.dirsite {
	background-color: #FFFFFF;
	border: 1px solid #aaa;
	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 #8CACBB;
	padding-left: 2px}

td.prio1 {background: #F7F9CA}
td.prio2 {background: #F7F9EA}
td.prio3 {background: #F7F9FA}
td.prio4 {background: #F7F9FD}
td.prio5 {background: #F7F9FF}

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

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

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

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

/***** Ajax *****/

div#ajaxLoading {	display: none;
	position: absolute;
	top: 50px;
	right: 50%;
	color: #fff;
	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}

/***** TikiSheet Default Style *****/

table.default thead td,
table.default tfoot td {
	font-weight: bold;
	text-align:	center;
	background: black;
	color: #D8D8D8}

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

/***** 'Advanced feature' *****/

.advanced {
  margin: 20px;
  padding: 5px;
  border-color: #A9A9A9;
  border-width: 1px;
  border-style: solid;
  background-color: #988CAA;
  color: #FFFFFF}

.advanced:before { content:url(../img/icons/mini_blue_diamond.gif)" "}

.highlight_word_0 {
	color: #ffff66;
	background-color: black}

.highlight_word_1 {
	color: #ff9999;
	background-color: black}

.highlight_word_2 {
	color: #A0FFFF;
	background-color: black}

.highlight_word_3 {
	color: #ff66ff;
	background-color: black}

.highlight_word_4 {
	color: #99ff99;
	background-color: black}

.center {text-align: center}
.justify {text-align: justify}
.right {text-align: right}

/***** mypage *****/

.mypage_configure th {width: 180px}
#sideBarTab {background: url('../img/cord.png') no-repeat}
#sideBarContents {background: #fff}

/* css/admin.css overrides */

a.admbox {
	border: 1px solid #AAAAAA;
	background: #8c9eaa center no-repeat}

a.admbox:hover,
a.admbox:focus,
a.admbox:active  {
	background: #adbac3 center no-repeat;
	border: 1px solid #292929}

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

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

a.admbox span {color: #000000}

/**** Theme-specific ****/
.dropcap {
	line-height: 60px;
	font-size: 60px;
	width: auto;
	float: left;
	margin: -3px 5px 0 0;
	color: #AAA}
/* MiniChat  */

div.box-minichat {width: 100%}
div.minichatchans {overflow: auto}
.minichat {overflow: auto}

div.minichatdiv {
  font-size: .9em;
  overflow: auto}

/* end of css file */


