/* Tikipedia for TikiCMS is based on the Monobook theme for Mediawiki,
	which is released under the GPL license. Tikipedia is GPL-licensed
	and (from TikiWiki 1.10 and after) uses the *litecss layout method.
	See http://zukakakina.com or themes.tikiwiki.org for further information
	about this theme.
	
	tikipedia.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 {
	background: #f9f9f9 url(tikipedia/headbg.jpg) 0 0 no-repeat;
	font: x-small sans-serif;
	color: #000;
}

 /***** Layout (overrides layout.css;
		also styling of page layout divs)  *****/
#main {
	text-align: left;
	font-size: 110%;
}

#header {
	text-align: left;
	min-height: 30px;
}

* html #header {height: 30px}

#c1c2 {
	text-align: left;
	font-size: 1em;
}

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

#c1c2 #wrapper #col1 {
	border-color: transparent;
	border-bottom: 1px solid #aaa;
}

#c1c2 #wrapper .marginleft {
	margin-left: 177px;
	background: white;
	border-top: 1px solid #aaa !important;
	border-left: 1px solid #aaa !important;
}

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

#c1c2 #col2 {
	width: 178px;
	overflow: visible;
}

#c1c2 #col2 > .content {
	padding: 0;
}

#col3 {
	margin-left: -210px;
	width: 210px;
	text-align: left;
	background: #fff;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}

#col3 .content {
	margin: 0;
	padding-bottom: 8px;
}
	
div#tiki-bot {
	text-align: center;
}

#footer {
	background: white;
	border-bottom: 1px solid #fabd23;
	border-top: 1px solid #fabd23;
	font-size: 90%;
	margin: 0.6em 0pt 1em;
	padding: 0;
	text-align: center;
}
	
#footer div.editdate,
#footer div#wiki-footer p.editdate {
	padding: 0;	
}

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

a:visited {
	color: #5a3696;
}

a:hover {
	text-decoration: underline;
}

abbr, acronym {
	border-bottom: 1px dotted black;
	color: #000;
	cursor: help;
}

code {
	background: #f9f9f9;
}

dt {
	font-weight: bold;
	margin-bottom: .1em;
}

dl {
	margin-top: .2em;
	margin-bottom: .5em;
}

dd {
	line-height: 1.5em;
	margin-left: 2em;
	margin-bottom: .1em;
}

fieldset {
	border: 1px solid #999;
	margin: 1em 0 1em 0;
	padding: 0 1em 1em;
	line-height: 1.5em;
}

h1, h2, h3, h4, h5 {
	color: #000;
	background: none;
	font-weight: normal;
	margin: 0;
	padding-top: .5em;
	padding-bottom: .17em;
	border-bottom: 1px solid #aaa;
}

h1 {
	font-size: 188%;
	display: block;
	clear: both;
}

h2 {
	font-size: 150%;
	margin-bottom: 6px;
}
	
h3 {
	font-size: 132%;
}

h4 {
	font-size: 124%;
}

h5 {
	font-size: 116%;
}

h6 {
	font-size: 105%;
}

h3, h4, h5, h6 {
	border-bottom: 0;
	font-weight: bold;
}
	
hr {
	color: #aaa;
	background: #aaa;
}

img {
	vertical-align: middle;
}

legend {
	background: #fff;
	color: #000;
	padding: .5em;
	font-size: 1em;
	color: #000;
}

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

table.admin input[type=text] {
	font-size: 110% !important;
}

input#tagBox,
tr#input_edit_summary input.wikiedit {
	width: 95% !important;
}

/* Links in buttons */
span.button a,
span.button a:visited,
button,
input[type=reset],
input[type=submit],
span.button input,
.submitbutton,
.calbuttonBox a {
	padding: 0 4px;
	background: #fff;
	font-size: 11px;
	border: 1px solid #aaa;
}

#page-bar span.button a,
#page-bar span.button a:visited {
	text-transform: lowercase;
}

* html input[type=submit],
* html input[type=reset] {
	padding: 0 4px;
	background: #fff;
	font-size: 11px;
	border: 1px solid #aaa;}
	
* html span.button a:link,
* html span.button a:visited {
	background: #fff;
	font-size: 11px;
	border: 1px solid #aaa;
}
	
.button a:hover,
.button2 a:hover,
button:hover,
input[type=reset]:hover,
input[type=submit]:hover,
.button input:hover,
.submitbutton:hover,
.calbuttonBox:hover {
	border-color: #fabd23;
}

.button a:active,
.button2 a:active,
button:active,
input[type=reset]:active,
input[type=submit]:active,
.button input:active,
.submitbutton:active,
span.highlight a:link,
span.highlight a:visited {
	border-color: #fabd23;
}

.highlight {
	background: inherit;
}

input[type=submit],
input[type=file],
input[type=reset],
select {
	font-size: 100%;
}

form.admin input[name="features"] {
	margin-bottom: 3px !important;
}

input#comments-search {
	width: 200px;
}

select {
	vertical-align: top;
}

select[name="theme"] {
	width: 135px;
}

small {
	font-size: .9em;
}

label {
	margin: 0 2px;
}

li {
	margin-bottom: .1em;
}

ol {
	line-height: 1.5em;
/*	margin: .3em 0 0 0;
	padding: 0;*/
	list-style-image: 0;
}



p {
	margin: .4em 0 .5em 0;
	line-height: 1.5em;
}

pre {
	padding: 1em;
	line-height: 1.1em;
	color: #000;
}

q {
	font-family: Times, "Times New Roman", serif;
	font-style: italic;
}

textarea {
	display: block;
	padding: .1em;
	font-size: 1em;
	font-family: "Courier New", Courier, monospace}

ol {list-style-image: 0}
/*
ul {
	line-height: 1.5em;
	list-style-type: square;
	margin: .3em 0 0 1.5em;
	padding: 0;
	list-style-image: url(tikipedia/bullet.gif)}
*/

/***** Site Header & Identity *****/

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

div#sitelogo {
	margin-top: -18px;
	padding: 0;
	width: 172px;
}

#sitead.floatright {
	padding-right: 100px;
	margin-top: 28px;
}

#sitead.floatleft {
	padding-left: 100px;
}

#sitead {
	padding-bottom: 20px;
}

#siteloginbar {
	top: 3px;
	right: 80px;
	bottom: auto;
	font-size: 80%;
	background: url(tikipedia/user.gif) no-repeat;
	padding-left: 18px;
}

#sitetitles {
	padding: 0 8px 12px;
	text-align: center;
}
	
#sitetitle,
#sitesubtitle {
	color: #A7A7A7;
	font-weight: 400;
	margin: 0;
	padding: 0;
}

#sitetitle {
	font-size: 2.4em;
}

#sitesubtitle {
	font-size: 1.6em;
}

#tiki-top {
	text-align: left;
	min-height: 38px;
}

#sitesearchbar {
	width: 300px;
}


/****** Menus, Links ******/
/** CSS (suckerfish) menus **/

.cssmenu li ul,
.cssmenu_vert li ul,
.cssmenu_horiz li ul {
	border: 1px solid #aaa;
	background: #fff;
}
/*
.cssmenu_vert li a {
	font-weight: normal;
	text-decoration: none;
} 

.cssmenu_vert li a:hover {
	text-decoration: underline;
} 
	
.cssmenu_vert .sf-sub-indicator,
.cssmenu_horiz ul .sf-sub-indicator {
	margin-top:-5px;
}*/

.sf-sub-indicator {
	background: url(tikipedia/arrows-6d819d.png) no-repeat -10px -100px;
}

/** PHP Layers Menus **/
.horbar {
	margin-left: 10px;
} 

.horbar table {
	white-space: nowrap;
}

.horbaritem a,
.horbaritem a:visited {
	padding: 6px 3px 6px 3px;
	text-decoration: none;
	font-size: 90%;
	margin: 0;
} 

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

.mdksubmenu {
	background: #fff;
}

.mdksubframe {
	border: 1px solid #aaa;
} 

.mdkitem a {
	font-size: 90%;
	padding: 2px 5px;
	font-weight: normal;
}
	
.box-data .mdkitem a {
	font-size: 100%;
}

.mdkitem a:link {
	font-weight: normal;
	text-decoration: none;
} 

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

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

a.phplm:visited {
	color: #5a3696;
}

a.phplm:hover {
	color: #002bb8;
}

a.phplm:active {
	color: #ff0000;
}

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

a.phplmselected:hover {
	color: #002bb8;
}

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

/** Links in other menus **/
.option a:link,
.option a:visited,
a.linkmenu,
a.linkmenu:hover {
	line-height: 1.5em;
	background-image: url(tikipedia/bullet.gif);
	background-position: 2px -2px;
	background-repeat: no-repeat;
	padding-left: 1.5em;
}
	
.menuSection .option {
	margin-left: 13px;
}

/***** Misc. Center Col. *****/
#tiki-center-wrapper {
	position: relative;
}

#showhide_columns {
	height: 20px;
}

body.tiki_wiki_page #showhide_columns {
	width: 100%;
	margin-top: -15px;
}

a.flip,
a.flip:visited,
.tellafriend a,
.tellafriend a:visited {
	font-size: 80%;
	color: #ADBAC3;
	padding-left: 20px;
	padding-right: 20px;
}

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

div#tiki-center {
	text-align: left;
	margin: 0 0 0 7px;
	padding: 0 10px 12px 10px;
	color: black;
	font-size: 95%;
	line-height: 1.5em;
}

.fullscreen #tiki-center {
	margin-top: 18px;
}
	
/* Tikipedia page tabs */
#page-bar {	
	position: relative;
	top: -18px;
}

body.tiki_wiki div#page-bar, 
body.tiki_mytiki div#page-bar {
	white-space: nowrap;
	margin-left: 20px;
}

/* prevent repetition on pagehistory.php, etc. */
#tiki-center #page-bar {
	display: none;
}

/* then put it back again where needed */
body.tiki_cms #page-bar,
body.tiki_directory #tiki-center #page-bar,
#tiki-center #page-bar.tiki-stats {
	display: block;
	top: 0;
}

#page-bar a:hover {
	border-bottom: 1px solid #fff;
}

body.tiki_cms #page-bar a,
body.tiki_directory #tiki-center #page-bar a,
#tiki-center #page-bar.tiki-stats a {
	border: 0;
	font-size: .95em;
}

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

/***** Boxes *****/
/** Modules **/
.box {
	border: 0;
	margin: 0 0 .5em;
	padding: 0;
}

#col2 .box {
	width: 170px;
	margin-left: 0;
}

h3.box-title {
	display: block;
	color: black;
	margin: 0;
	border-bottom: 0;
	padding: 0 1em 0 .5em;
	font-size: 90%;
	font-weight: normal;
}

#col2 h3.box-title {
	text-transform: lowercase;
}

.box img.flipmodimage,
.box:hover img.flipmodimage {
	border: 1px solid transparent;
	height: 10px;
	width: 10px;
}

* html .moduleflip,
.box:hover .moduleflip {
	display: block !important;
}

* html img.flipmodimage {
	border: 0;
}

.flipmodimage:hover {
	border: 1px solid #58A7D2 !important;
}

.box-data {
	font-size: 90%;
	background: #fff;
	color: #000;
	padding: .2em .8em .3em .5em;
}
	
.box-data form {
	margin: 2px;
 }

.box-data input,
.box-data select {
	font-size: 1.2em;
}

.box-data input[type=submit] {
	font-size: 1em;
}

#col2 .box-data {
	border-collapse: collapse;
	border: 1px solid #aaa;
	font-size: 85%;
}

#col3 .box-data {
	border: 0;
}

.wikitext .box,
#col3 .box {
	border: 1px solid #aaa;
	margin: 8px 8px 0 8px;
}

#col3 .box {
	width: 180px;
}
	
.wikitext .box {
	width: auto;
}

#col3 .box-title,
.wikitext .box-title {
	background: #eee;
	font-weight: bold;
	padding: 6px;
}

#col3 .box-data,
.wikitext .box-data {
	border-top: 1px solid #aaa;
}

.wikitext .box-title {
	font-size: 100%;
}

/** Other boxes **/
div.cbox {
	border: 1px solid #aaa;
	margin: 0.4em;
}

.cbox-title {
	background: #eee;
	border-bottom: 1px solid #aaa;
	font-weight: bold;
	font-size: 105%;
	line-height: 120%;
	padding: 0.4em;
}

.cbox-data {
	padding: 0.4em;
	background: #fff;
}

/* Tikipedia-specific - to move ul list closer to top of box. */
div.cbox-data ul {
	margin-top: 0;
}

/* Tikipedia-specific - to prevent nested lists from overlapping parent list item. */
div.cbox-data ul ul,
div.cbox-data ul ul ul,
div.cbox-data ul ul ul ul {
	margin-top: 0;
}

div.cbox-data li {
	line-height: 1.5em;
	font-size: 11px;
}

#col2 .rbox {
	padding-left: 0.5em;
}

.rbox-title {
	border-color: #025E9D;
	background: #F9F9F9;
	font-size: 1em;
}

.rbox-data {
	background: #F9F9F9;
	border-color: #025E9D;
}

div.simplebox {
	border: 1px solid #aaa;
	background: #F9F9F9;
	padding: .5em;
}

/***** Tables, Tabs *****/
/** Tables **/
table.normal, 
table.admin {
	border: 1px solid #aaa;
	background: #F9F9F9;
}

table.normalnoborder {
	background: #F9F9F9;
}

.normal {
	border: solid 1px #909090;
	border-collapse: collapse;
}

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

tr.odd {
	background: #dcdcdc;
}

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

.normal td {
	padding-left: .2em;
	padding-right: .2em;
}

td.odd,
td.odddark,
td.even,
td.evendark, 
td.third {
	border: 1px solid #aaa;
	border-collapse: collapse;
	vertical-align: top;
}

th, table.normal td.heading,
td.bloglistheading {
	font-size: 1em;
	text-align: center;
	background: #eee;
	color: black;
	font-weight: bold;
}

td.form {
	padding: 0.2em;
}

tr.even {
	border: 1px solid #aaa;
	border-collapse: collapse;
}
 
a.tablename,
a.galname,
a.imagename,
a.blogname,
a.fgalname,
a.artname,
a.forumname {
	color: #002bb8;
}

a.forumnameread {
	color: #002bb8;
}

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

/** Tabs **/
.tabs {
	border-bottom: solid 1px #a9a9a9 !important;
	margin-top: 10px !important;
	padding: 0 !important;
}

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

[class].tabactive {
	top: -1px;
}

.tabactive a {
	background: #eee;
}

.tabinactive {
	border: solid 1px #666 !important;
	border-bottom: 0 !important;
	position: relative !important;
	top: -3px !important;
}

.tabmark {
	font-size: 85%;
	background: #DDDDDD;
	border: 1px solid #666;
}

.tabmark a {
	border-bottom: 0;
	color: #000;
	text-decoration: none;
}

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

.tabmark a:hover {
	color: black;
	background: #f0f9ff;
}

.tabcontent {
	border: 1px solid #aaa;
	margin-bottom: 25px;
	background: #f0f9ff;
}

.tabcontent table td {
	padding: 5px;
}

form.admin .tabs {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: inherit !important;
	margin: 10px 1px 0 0 !important;
	padding: 0 !important;
}

table.admin div#content1 div.tabcontent div.cbox {
	background: transparent;
}

/***** Wiki *****/
body.tiki_wiki_page #comments {
	padding: 0 1em;
}

h1.pagetitle a,
h1.pagetitle a:visited,
h1.pagetitle a:hover,
a.pagetitle,
a.pagetitle:visited,
a.pagetitle:hover {
	font-size: 1.2em;
	color: black;
	background: none;
	font-weight: normal;
	margin: 0;
	padding-top: /*.5em*/0;
	padding-bottom: .17em;
	text-decoration: none;
	text-align: left;
}
	
div.wikitopline {
	margin-top: 2px;
}

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

#pageid {
	float: left;
	clear: both;
}

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

.wikitext {
	padding: 0.4em;
	margin: 0 1.0em .5em 0;
	line-height: 1.5em;
	background: #fff;
}

.wikitext h2 {
	margin-bottom: 10px;
}

.titlebar {
	border: 2px solid #DDDDDD;
	border-left: 0;
	border-right: 0;
	font-size: 112%;
	margin: 14px;
	padding: 3px;
	font-weight: bold;
}

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

.editdate {
	padding-bottom: 5px;
	padding-top: 0;
}

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

#wikihelp-tab table td {
	padding: 2px;
}

textarea.wikiedit {
	font-size: 1.0em;
}

#edit-zone textarea#editwiki {
	font-size: 110%;
}
 
/* Wiki plugins */

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

.codelisting {
	font-family: "Courier New", Courier, monospace;
	padding: 11px;
	font-size: 1em;
	line-height: 115%;
	color: #3A3A3A;
	background: #F9F9F9;
	padding-bottom: 22px;
	border: 1px dashed #999;
	overflow: auto;       /* for Netscape, Firefox, Opera */
	width: 600px !important; /* To force scroll bars on wide lines in IE */
	min-width: 600px !important; /* for Firefox3 */
	white-space: pre;
}

/* To make width relative in smart browsers. */
html > body .codelisting {
	overflow: scroll;
	width: 90%;
	min-width: 90%;
}

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

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

div.quotebody {
	font-style: italic;
}

table.wikiplugin-split {
	border: 0;
}

/* Tikipedia-specific - thumb styles from monobook */
/* thumbnails */
div.thumb {
    margin-bottom: .5em;
    border-style: solid;
    border-color: #fff;
    width: auto;
}

div.thumb div {
    border: 1px solid #ccc;
    padding: 3px !important;
    background: #f9f9f9;
    font-size: 94%;
    text-align: center;
    overflow: hidden;
}

div.thumb div a img {
    border: 1px solid #ccc;
}

div.thumb div div.thumbcaption {
    border: 0;
    text-align: left;
    line-height: 1.4em;
    padding: .3em 0 .1em 0;
}


/** Wiki tocs **/
div.tocnav {
	font-size: 90%;
	border: 1px solid #aaa;
	background: #F9F9F9;
	padding-bottom: 2px;
	margin-bottom: 4px;
}
 
#tocnavicons {
	float: left;
}

#tocnavaddpage{
	float: right;
}

#tocnavlinks {
	clear: both;
}

.fancytoclevel {
	list-style-image: url(../img/icons/footprint.gif);
}

/* TOC */
ul.toc {
	padding-left: 2em;
	border-top: 1px dotted #999;
	border-bottom: 1px dotted #999;
	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 {
	border: 1px solid #aaa;
	margin: 10px 0 40px;
}
	
div.freetaglist {
	background: #eee;
	padding-left: 6px;
}

div.articletopline {
	background: #eee;
	font-size: 90%;
	font-style: italic;
	padding-left: 6px;
}

div.articletitle {
	background: #eee;
	border-bottom: 1px solid #aaa;
	padding: 6px;
}
	
* html div.articletitle {
	background: #fff;
	border-bottom: 0;
}
 
div.articletitle h2 {
	font-size: 1.5em;
	font-weight: bold;
}

span.titleb {
	font-size: 1.0em;
} 

div.articlesubtitle {
	font-size: 0.9em;
}

div.articleheading {
	padding: 6px;
}

div.articleheadingtext {
	line-height: 1.5em;
}

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 .wikitopline {
	background: #eee;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}

div.articlebody {
	padding: 6px;
	line-height: 1.5em;
}

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

/***** Blogs *****/
div.blogtitle {
	font-size: 1.3em;
	font-weight: bold;
	padding: 3px;
	margin-top: 10px;
	font-weight: bold;
	line-height: 80%;
}

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

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

.postinfo {
	font-size: 1.2em;
}

.postinfo a {
	color: #9CF;
	text-decoration: none;
	border-bottom: 1px dotted #9CF;
}

span.posthead {
	font-weight: bold;
	letter-spacing: .4pt;
}
 
div.posthead h3 {
	font-size: 1.2em;
}

body.tiki_blogs .post .postbody {
	margin-right: 8px;
	line-height: 1.2em;
	margin-bottom: 1em;
	border: 0;
}
	
body.tiki_blogs div.author_actions {
	text-align: right;
}

body.tiki_blogs .author_info {
	padding: 6px 0;
}

body.tiki_blogs .postbody-title {
	margin-bottom: 6px;
}

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

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

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

.post {
	margin-top: 8px;
}

.post .postbody {
	border: solid 1px #8c9eaa;
	background: #fff;
}
	
* html .post .postbody {
	font-size: 11px;
}

body.tiki_wiki_page .post {
	padding: 0;
}

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

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

.title a.link {
	color: #000;
}

.post .postbody .content {
	float: none;
	color: #000;
	padding: 0 3px 3px;
	text-align: left;
	width: auto;
	min-width: 95%;
	background: #ececec;
}

.post .author {	
	float: left;
	clear: both;
	text-align: left;
	width: 20%;
	height: 100%;
}

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

.post .author_post_info_on {
	font-style: italic;
}

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

.post .postbody-title .actions {
	font-size: 1em;
	padding: 3px 3px 0;
}

.postbody-content {
	background: white;
	float: right;
	width: 75%;
	min-width: 75%;
	min-height: 4em;
	border: 1px solid #aaa;
	padding: 5px;
}
	
.postbody .quoteheader {
	margin-top: 0;
}

.post .postbody .attachments {
	border-top: 1px dotted #8c9eaa;
}

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

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

.post .avatar {
	margin-bottom: 5px;
	margin-left: 4px;
	padding: 3px;
	border: 1px solid #aaa;
	background: #ececec;
}

.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: 0;
	background: #eee;
	padding: 3px;
	vertical-align: middle;
	color: #000;
}

.forum_actions .headers .title {
	background: white;
	border: 1px solid #a5acb2;
}

.forum_actions .headers .infos {
	font-size: smaller;
}

span.commentstitle {
	font-weight: bold;
	font-size: 1.2em;
}

.subcomment {
	margin-left: 10px;
}

div.commentsedithelp {
	background: #adbac3;
	color: black;
	border: 1px solid #ff0000;
	text-align: center;
	font-weight: bold;
}
	
textarea#editpost2 {
	width: 95%;
	font-size: 1.1em;
}

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

* html body table.galtable {
	width: 97%;
}

body.tiki_galleries table.findtable {
	display: inline;
}

div.browsegallery {
	text-align: center;
	width: 100%;
}

div#browse_image {
	width: 100%;
}

div.showimage {
	width: 100%;
	text-align: center;
	padding: 6px;
}
	
td.oddthumb {
	border-collapse: collapse;
	vertical-align: top;
	background: #dcdcdco;
	padding-left: 5px;
	padding-right: 5px;
}
 
td.eventhumb {
	border-collapse: collapse;
	vertical-align: top;
	padding-left: 5px;
	padding-right: 5px;
}

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

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

.caption {
	color: black;
}

p.norecords {
	font-weight: bold;
}

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

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 *****/

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

/***** Categories, Tags *****/
span#categpathtitle {
	margin-left: 10px;
}

span.categpath {
	display: inline;
}

.catname {}
.catblock {
	background: #F9F9F9;
	border: 1px solid #aaa;
	clear: both;
	margin-top: 1em;
	padding: 5px;
}

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

/***** Tags (freetags) *****/
	
/*****  Polls  *****/

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

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

/***** Shoutbox *****/

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

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

textarea.tshoutbox{
	width: 152px;
}

/***** 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.dirsitetrail {
	font-size: 95%;
}

span.dirsitecats {
	font-size: 95%}

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

td.dirfooter {
	font-size: .95em;
}

div.dirfooter {
	margin-top: 10px;
}

/***** Messages *****/

/***** TikiSheets *****/


/***** 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: 95%;
}

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

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

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

.calfocuson {
	font-size: 90%;
	background: #F3E498;
}

.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 {
	background: #fff;
	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 #000;
}

.searchresults {
	display: inline;
}

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

#caltable .calfocuson a {
	color: #000;
}

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

.calinput {
	background: #a9a9a9;
}

.calfocuson + .calcontent {
	background: #F5F5F5;
}

.days {
	background: #eee;
	color: black;
}

#caltable .weeks {
	background: #eee;
	color: black;
	font-weight: bold;
}

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

* html .addevent {
	padding: 0;
}

.calodd,
.caleven {
	border: 1px solid #a9a9a9;
}

.calodd {
	background: #dcdcdc;
}

* html .calodd {
	padding: 0;
}

.caleven {
	background: #ececec;
}

* html .caleven {
	padding: 0;
}

.caldark {
	background: #a9a9a9;
}

* html .caldark {
	padding: 0;
}

.caldark .calfocus {
	background: #a9a9a9;
}

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

a.admbox:hover,
a.admbox:focus,
a.admbox:active  {
	background: #e8e8e8 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;
}

/***** Ajax, jquery. etc. *****/
/***** Ajax *****/

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

.tab-wrapper {
	border: 1px solid #eee;
}

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

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

/* End of File */




