/*
 *
 * Based on the Mittwoch theme for Joomla by Alexander Hanke (http://www.ah-68.de), which was released under the GNU/GPL license.
 * This adaptation by Gary Cunningham-Lee (chibaguy) uses the layout methods of lite -
 * a source ordered layout solution by luci (http://sourceforge.net/projects/litecss).
 * For more information, please visit http://themes.tikiwiki.org or http://zukakakina.com.
 * This theme is released under the GPL lincense.
 *
 */

/* Import layout foundation CSS file. */
@import "lite/lite.css";

/* Import the default layout properties file. */
@import "layout/layout.css";
 
/***** XHTML ELEMENTS (body tag here,
			others follow Layout) *****/
			
body {
	color: #666;
	font-size: 76%;
	line-height: 120%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

html > body {
	font-size: 0.70em;
}

/***** End XHTML elements (body tag) *****/
 
 /***** Layout (overrides layout.css;
		also styling of page layout divs)  *****/
		
#middle {
	background: #fff url(mittwoch/bg.gif) repeat-x;
	padding-top: 16px;
}

#c1c2 {
	margin-top: 9px;
	text-align: left;
}

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

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

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

div#showhide_columns {
	padding: 2px 2px 0 2px;
}

.tellafriend {	margin-right: 2px}

.fullscreen .tellafriend {
	margin-right: 100px;
	margin-top: 2px}

#c1c2 #col1 {
	padding-left: 20px;
	padding-right: 20px}

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

#c1c2 #col2 .content {
	margin: 0;
	padding-left: 54px;
	padding-right: 0;
	text-align: left;
	margin-top: 21px;
	font-size: 110%;
	white-space: normal;
	margin-right: 0}

#col3 {
	margin-left: -225px;	
	margin-top: 9px;
	overflow: hidden;
	width: 225px}

#col3 .content {
	margin: 0;
	padding-right: 54px;
	margin-top: 21px;
	margin-bottom: 20px;
	margin-right: 10px;
	text-align: left;
	white-space: normal}

#footer {
	background: #1676b8 url(mittwoch/footer.gif) repeat-x;
	color: #f0f0f0;
	font-weight: normal;
	font-size: 85%;
	min-height: 65px;
	text-align: center}

#footer a:link,
#footer a:visited {
	color: #f0f0f0;
	text-decoration: none;
	font-weight: normal}

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

.footerbgtrap {
	color: #d0d0d0;
	padding: 16px 10px 10px;
}

#fullscreenbutton {color: #f9f9f9}

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

a:hover {
	color: #b5d72b;
	text-decoration: none}

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

h1 {
	display: block;
	clear: both;
	height: 24px;
	color: #666;
	margin-bottom: 4px;
	margin-top: 10px;
	background: #f0f0f0 url(mittwoch/pathway.gif) repeat-x;
	border: 1px solid #d0d0d0;
	line-height: 23px;
	text-align: left;
	font-size: 1.2em;
	font-weight: bold;
	padding-left: 1em}

h2 {font-size: 1.3em}
h3 {font-size: 1.2em}
h4 {font-size: 1.1em}
h5 {font-size: 1.0em}

hr {
	background: #d0d0d0;
	color: #d0d0d0;
	border-top: 1px solid #d0d0d0}

fieldset {
	border: solid 1px #a9a9a9;
	padding: 10px}

p {
	line-height: 1.5em;
	margin: 0 0 15px}

ul {
	margin: 2px;
	padding: 2px;
	list-style: none}

.wikitext ul a:hover {
	list-style: url(mittwoch/arrow_hover.gif)}

li {
	text-align: left;
	line-height: 14px;
}

ul li {
	padding-left: 18px;
	background: url(mittwoch/arrow.gif) no-repeat 0 2px;
}

ul li:hover {
	padding-left: 18px;
	background: url(mittwoch/arrow_hover.gif) no-repeat 0 2px;
}

blockquote {
	padding-left: 10px;
	padding-right: 15px;
	margin-left: 25px;
	margin-right: 25px;
	font-style: italic}

input {
	line-height: normal;
	border: 1px solid #cdcdcd;
	background: #fbfbfb;
	color: #666}

input[type="text"],
input[type="password"] {
	font-size: 1em}

input[type="text"],
input[type="password"] {
	border: 1px solid #cdcdcd;
	width: 120px;
}

span.button a,
span.button a:visited,
button,
input[type=reset],
input[type=submit],
span.button input,
.submitbutton,
.calbuttonBox a {
	color: #565656;
	background-image: url(mittwoch/button_bg.png);
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 11px;
	border: 3px double #cdcdcd;
	width: auto;
	padding: 0 5px;
	height: 20px;
	margin: 4px;
}
	
* html input[type=reset],
* html input[type=submit] {
	color: #003bfe;
	background-image: url(mittwoch/button_bg.png);
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 11px;
	border: 3px double #cdcdcd;
	height: 20px;
	cursor: pointer}
	
span.button a:hover,
button:hover,
input[type=reset]:hover,
input[type=submit]:hover,
span.button input:hover,
.submitbutton:hover,
.calbuttonBox a:hover {
	color: #bada38;
}

span.button {
	margin-bottom: 6px;
}
	
input[type=submit] {
	padding: 0 5px}

select {
	text-align: left}

input[id="fuser"] {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(mittwoch/button_bg.png);
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
	border: 3px double #e0e0e0}

select[name="theme"] {width: 90%}
small {font-size: 0.8em}

textarea,
body.wikitext {
	padding: 2px;
	margin: 2px;
	border: 1px solid #cbcbcb;
	background: #fbfbfb;
	color: #666;
	text-align: left}

.editdate ul.floatleft {list-style: none}

/***** End Elements *****/

/***** Site Header & Identity *****/
#header {
	margin: 0;
	padding: 0}
	
#siteheader {
	color: #fff;
}

#header-top {
	min-height: 102px;
	position: relative;
	background: url(mittwoch/headertop.png) repeat-x 0 100%;
}

.sitetitle {
	float: left;
	width: auto;
	margin-top: 8px;
	clear: none}

#sitetitle {
	font-size: 2.2em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight: bold;
	height: 2.2em;
	line-height: 2.2em}

#sitetitle a,
.sitetitle,
.sitetitle a,
.sitetitle a:link,
.sitetitle a:visited,
.sitetitle a:hover {
	color: #fff;
	font-weight: bold;
	text-decoration: none}

div.floatright {padding: 1em}
div.floatleft {padding: 1em}

#sitead {
	float: right;
	clear: none;
	font-size: 11px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #999999;
	padding-top: 20px;
	padding-right: 70px;
	max-width: 460px}

#sitead.floatright {
	padding-right: 100px}

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

#sitesearchbar {
	float: right;
	margin-top: 18px;
	margin-right: 30px;
	color: #fff}

#siteloginbar {color: #fff}

#siteloginbar a,
#siteloginbar a:visited {
	color: #fff;
	font-size: 90%}

div#sitelocbar {
	height: 32px;
	line-height: 32px;
	padding-left: 2em;
	color: #2F2F2F;
	font-size: 1em}

#tiki-top {
	white-space: nowrap;
	display: block;
	height: 65px;
	text-align: left;
	margin-top: 0;
	position: relative;
	background: url(mittwoch/bg_pagenav.gif) repeat-x;
}

#tiki-top table {
	width: auto;
	height: 100%;
	float: left}

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

.cssmenu_vert ul {
	margin-left: 10.9em !important;
}

#tiki-top .cssmenu_horiz {
	position: absolute;
	left: 45px;
	bottom: 14px;
	height: 37px;
}

#tiki-top .cssmenu_horiz li {
	background-image: none;
	padding-left: 0;
}

#tiki-top .cssmenu_horiz li a,
#tiki-top .cssmenu_horiz li a:visited,
#tiki-top .cssmenu_horiz li a:hover { 
	background: url(mittwoch/top_button.gif) no-repeat;
	color: #fff;
	width: 120px;
	height: 37px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-left: 0;
	padding-right: 0;
	margin: 0;
	text-align: center;
	line-height: 32px;
	font-size: 11px;
}
	
#tiki-top .cssmenu_horiz li a:hover {
	color: #fff;
	background: url(mittwoch/top_button_hover.gif) no-repeat;
	text-decoration: none;
}

#tiki-top .cssmenu_horiz li ul {
	line-height: 1;
}

#tiki-top .cssmenu_horiz li ul li a,
#tiki-top .cssmenu_horiz li ul li a:visited {
	text-decoration: none;
	text-align: left;
	color: #003bfe;
	line-height: 1;
	height: 17px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 1em !important;
}
	
#tiki-top .cssmenu_horiz li ul li a:hover {
	line-height: 1;
	height: 17px;
	color: #b5d72b;
	text-align: left;
	padding-left: 1em !important;
}

#tiki-top .cssmenu_horiz li ul li:hover {
	text-align: left;
}
	
.cssmenu_vert li ul li,
.cssmenu_horiz li ul li,
#tiki-top .cssmenu_horiz li.menuLevel1 li {
	background: #f4f4f4;
	border: 1px solid #d0d0d0;
	border-top: 0;
	margin-bottom: -1px;
}

.cssmenu_horiz li ul li:first-child,
.cssmenu_vert li ul li:first-child,
#tiki-top .cssmenu_horiz li.menuLevel1 li:first-child {
	border-top: 1px solid #d0d0d0;
}

#tiki-top ul.cssmenu_horiz li.menuLevel1 a,
#tiki-top ul.cssmenu_horiz li.menuLevel1 a:hover {
	background-image: none !important;
}

#tiki-top .cssmenu_horiz li .sf-sub-indicator {
	top: 1.5em;	
}

#tiki-top .cssmenu_horiz li ul li .sf-sub-indicator,
.cssmenu_vert li .sf-sub-indicator {
	background-image: url(mittwoch/arrows-bada38.png);
	top: 0.8em;
}

.cssmenu_vert li a {
	padding-left: 14px;
}

/** PHP Layers Menus **/
.horbar {
	margin-left: 45px;
	width: auto;
	height: 100%;
	position: relative;
	top: 0}

.horbaritem {
	margin-top: 12px}

.horbaritem a:link,
.horbaritem a:visited {
	background: url(mittwoch/top_button.gif) no-repeat;
	color: #fff;
	width: 120px;
	height: 37px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-left: 0;
	padding-right: 0;
	margin: 0;
	text-align: center;
	line-height: 37px;
	font-size: .85em}

.horbaritem a:hover {
	color: #fff;
	background: url(mittwoch/top_button_hover.gif) no-repeat;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: .85em;
	font-weight: bold;
	padding-left: 0;
	padding-right: 0;
	margin: 0;
	margin-top: 1px;
	margin-bottom: -1px;
	line-height: 36px}

.horbar .mdksubmenu {margin-top: 4px}
.horbar .mdkitem {font-size: .9em}
.mdkverbar  {margin: 0}

.mdksubmenu {margin-top: 14px}
.box .mdksubmenu {margin-top: 0}
.mdksubmenu table {width: 150px}

.mdksubframe  {
	display: block;
	background: #F4F4F4;
	border: 1px solid #d0d0d0}

.mdkitem a,
.mdkitem a:visited  {
	padding: 2px 5px;
	text-decoration: none;
	font-size: .9em}

.mdkitem a:hover  {
	color: #b5d72b;
	text-decoration: none}

.mdkitem a:active {color: #993300}

div.mdkverbar {
	padding-left: 27px;
	line-height: normal} 

.mdkverbar .mdkitem {
	padding-top: 0;
	padding-bottom: 0}

.mdkverbar .mdkitem a,
.mdkverbar .mdkitem a:link,
.mdkverbar .mdkitem a:visited,
.mdkverbar .mdkitem a:hover {
	padding: 0;
	margin-top: -4px;
	margin-bottom: -4px}

/** Links in other menus **/
div.separator {
	width: 170px;
	background: url(mittwoch/menu_bg.gif) no-repeat;
	text-align: left;
	padding-top: 5px;
	padding-left: 10px;
	height: 22px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: middle;
	font-size: 11px;
	color: #666;
	font-weight: normal}

div.separator a:link,
div.separator a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: middle;
	font-size: 11px;
	color: #666;
	font-weight: normal}

div.separator:hover {
	background-image: url(mittwoch/menu_bg.gif);
	background-repeat: no-repeat;
	background-position: 0 -25px;
	text-decoration: none;
	height: 22px;
	color: #b5d72b;
	font-size: 11px;
	text-align: left;
	padding-left: 10px;
	padding-top: 5px;
	display: block;
}

.separator a:hover,
div.option a.linkmenu:hover {
	text-decoration: none;
	background-position: 0 -25px}

div.optionline,
.option a {
	padding-left: 10px;
	color: #08b1fe;
	text-decoration: none;
	font-weight: normal}

.option a:link,
.option a:visited,
a.linkmenu {color: #08b1fe}

a.linkmenu {padding-left: 20px}

div.option a:hover,
div.option a:active {
	color: #b5d72b;
	text-decoration: none}

a.linkmodule {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #08b1fe;
	text-decoration: none}

a.linkmodule:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #b5d72b;
	text-decoration: none}

/***** Misc. *****/
a.crumblink,
a.crumblink:visited {
	font-size: .9em;
	color: #2F2F2F;
	text-decoration: none}

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

/****** Misc. Global Classes (layout and style) ****/

/***** Boxes *****/
/** Modules **/
div.box {
	width: 170px;
	margin-bottom: 5px}

h3.box-title {
	overflow: hidden;
	color: #666;
	text-decoration: none;
	background: url(mittwoch/h3.gif) no-repeat;
	border: 1px solid #d0d0d0;
	text-align: right;
	height: 24px;
	margin: 0;
	padding: 0;
	padding-right: 26px;
	margin-bottom: 2px;
	font-size: 11px}

h3.box-title,
h3.box-title a:link,
h3.box-title a:visited,
.box-title a,
.box-title a:link,
.box-title a:visited {
	font-weight: normal;
	font-size: 11px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #666}

.box-title a:hover {
	text-decoration: underline;
	color: #666}

#col2 .box-title,
#col3 .box-title {
	font-size: 11px;
	line-height: 24px}

.box:hover a.flipmodtitle img {border: 1px solid transparent}
a.flipmodtitle:hover img {border: 1px solid #58A7D2 !important}

.box-data { 
	font-size: 0.9em;
	line-height: 1.4em;
	margin: 0 0 16px 0}

.box-data select {
	width: 120px}

/* tables in modules */
.box-data table {margin: auto}

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

/* lists in modules */
/*
#box-data ul {
	list-style: none;
	margin-left: -2em;
	padding-left: 2em}

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

#box-data ul li {
	display: block;
	padding-left: 10px;
	margin-left: 5px;
	background: url(mittwoch/star.gif) no-repeat}

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

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

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

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

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

#box-data a:visited {
	color: #6D809F;
	text-decoration: none;
	border: none;
	font-weight: bold}
*/
.module li {
	list-style: none}

.module li a {
	color: #08B1FE;
	text-decoration: none;
	font-weight: normal}

.module li a:hover {
	color: #D1E53C;
	text-decoration: none}

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

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

.rbox-title,
.rbox-data {
	border-color: #606060;
	background: #F1F1F1;}

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

.rbox-data {padding: 3px}

div.simplebox {
	background: url(mittwoch/bg.gif);
	padding: 6px;
	margin-left: 1em;
	margin-right: 1em;
	border: 1px solid #ECECEC}

/***** Tables, Tabs and Lists *****/
/** Tables **/
table {
	font-size: inherit;
	width: 100%}

table.normal, 
table.admin {
	border: solid 1px #909090;
	vertical-align: top;
	border: 1px solid #e9e9e9;
	border-collapse: collapse;
	background: #f9f9f9;
	vertical-align: top;
	text-align: left}
/* IE */ * html td {	font-size: 11px}

th,
table.normal td.heading {
	border: 1px solid #e9e9e9;
	border-collapse: collapse;
	font-weight: bold;
	font-size: 100%;
	background: #3693d0;
	color: #fff}

table.normal td.heading {
	background: #2A33BC;
	color: #fff;
	vertical-align: top}

td.odd {
	background: #F5F5F5;
	border-right: 1px solid #ddd}

td.even {
	background: #ECECEC;
	border-right: 1px solid #ddd}

td.form,
table.normal td,
td.normal,
.wikitable td,
td.odd,
td.even {
	margin: 0;
	padding: 0.2em;
	vertical-align: top;
	border: 1px solid #e9e9e9;
	border-collapse: collapse}

th a,
th a:visited,
td.heading a,
td.heading a:visited,
a.tableheading,
a.tableheading:visited {
	color: #fff;
	text-decoration: none}

th a:hover,
td.heading a:hover
a.tableheading:hover {
	color: #fff;
	text-decoration: underline}

/** Tabs **/

/*
.tabmark {
	display: inline;
	font-size: 10px;
	background: #ddd;
	border: 1px solid #666;
	margin: 0;
	margin-right: 5px;
	padding: 2px 0}

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

.tabmark a:active {
  color: #636466}

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

.tabcontent {
	padding: 6px 2px 2px 2px;
	margin: 5px;
	margin-top: 0;
	background: #DCDCDC}

table.admin div#content1 div.tabcontent div.cbox {}
table.admin tr td div#page-bar {
	margin-left: 5px;
	margin-bottom: 0;
	background: transparent} */
.tabs {
	margin: 0 2px;
}

/* reset what's in layout.css */
.tabactive,
.tabinactive,
[class].tabactive,
[class].tabinactive {top: 0 !important}

.tabmark {
	background: #ddd;
	border: .1em solid #666;
	margin-right: .5em;
	padding: .2em .4em 0;
}

.tabmark a {
/*	color: #666;
	font-weight: bold*/;
}

.tabmark a:hover {
/*	color: #333;*/
}

.tabmark:hover {
	background: #fff;
}

.tabactive {
	border: solid 1px #ccc !important;
	border-bottom: 1px solid #eee !important;
	background: #eee;
}
/*
.tabactive a {
}
*/
.tabinactive {
	border: solid .1em #bbb !important;
	border-bottom: 1px solid #ddd !important;
}

.tabcontent {
	border: .1em solid #ccc !important;
	padding: .5em;
	background: #eee;
}


/***** End Tables, Tabs *****/

/***** Wiki *****/
div.pagetitle {
	height: 24px;
	color: #666;
	margin-bottom: 4px;
	margin-left: 0;
	margin-right: 5px;
	line-height: 24px;
	background: #f0f0f0;
	background-image: url(mittwoch/pathway.gif);
	background-repeat: repeat-x;
	border: 1px solid #d0d0d0;
	padding-left: 1em}

h1 a.pagetitle,
.pagetitle a,
.pagetitle a:visited,
a.pagetitle,
a.pagetitle:visited {
	display: block;
	overflow: hidden;
	color: #666;
	text-decoration: none;
	font-weight: bold}

.pagetitle a:hover,
a.pagetitle:hover {
	overflow: hidden;
	color: #666;
	text-decoration: underline}

h1 img {
	float: right;
	clear: none;
	margin-top: -18px;
	margin-right: 10px}

div.description {
	font-size: 1em;
	font-style: italic}

div#description {
	font-size: .9em;
	font-weight: normal;
	color: #2F2F2F;
	padding-left: 2em}

#cachedpage {
	float: right;
	font-size: .9em}

.wikitext {
	white-space: normal;
	line-height: 1.5em;
	width: 100%}

.wikitext h2 {
	border-bottom: 1px solid #CECECE}

.wikitext h3 {
	border-bottom: 1px solid #DBDBDB}

.titlebar {
	background: url(mittwoch/pgbg.jpg);
	background-position: 0 -146px;
	color: #fff;
	height: 19px;
	padding: 0.1em;
	padding-left: 3em;
	margin-bottom: 0.5em;
	margin-top: 1em}
 
.wikitext ul li {
	padding-left: 18px;
	background: url(mittwoch/arrow.gif) no-repeat;
	background-position: 0 4px;
	line-height: 160%
} 

.wikitext ul li:hover {
	padding-left: 18px;
	background: url(mittwoch/arrow_hover.gif) no-repeat;
	background-position: 0 4px;
	line-height: 160%
}

table.wikitable {
	border: 1px solid #a9a9a9;
	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}
	
#page-bar > span {float: left}

div#page-bar ul.floatleft li {
	background: none}

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}

.wiki-edithelp {
  display: none}

p.editdate {
	font-size: 95%;
}

/* Wiki plugins */

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

.codelisting {
	font-family: "Courier New", Courier, monospace;
	padding: 10px;
	background: #FFFFFF;
	border: 1px dashed #ADACAF;
	overflow: auto; 
   width: 90%}

pre.codelisting {
	overflow: auto;
	width: 90%}

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

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

div.quotebody {
	padding-left: 10px;
	padding-right: 15px;
	margin-left: 25px;
	margin-right: 25px;
	font-style: italic}

table.wikiplugin-split,
table.wikiplugin-split td,
td.wikiplugin-split {
	border: none;
	background: none;
	background: transparent}

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

#tocnavaddpage{
	float: right}

#tocnavlinks {
	clear: both;
	height: 24px;
	color: #666;
	margin: 15px 5px 4px 5px;
	font-size: 11px;
	line-height: 24px !important;
	line-height: 22px}

#tocnavlinks a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	overflow: hidden;
	display: inline;
	height: 24px;
	line-height: 24px !important;
	line-height: 22px;
	color: #666}

.tocnavlinks_separator {
	display: inline;
	color: #FFFFFF;
	background: url(mittwoch/arrow.png) no-repeat center}

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

ul.toc * {
	border: none}

/***** End Wiki *****/

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

div.articletitle {
	background: url(mittwoch/compo_head.png) no-repeat;
	height: 20px;
	line-height: 20px;
	color: #999999;
	border-bottom: 1px solid #c8c8c8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	white-space: nowrap;
	padding-left: 30px;
	margin: 4px;
	padding-top: 6px}
 
span.titlea {
	font-weight: bold}

div.articlesubtitle {
	font-size: 90%;
	font-style: italic}
 
div.articleheading {
	margin-top: 46px;
	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 {
	position: relative;
	text-align: center;
	margin-top: 1.1em}

div.article .status {
	position: absolute;
	left: 0}

div.articletrailer span {
	display: inline-block;
	margin: auto;
	white-space: nowrap}

div.article .actions {
	position: absolute;
	right: 0;
	top: 0}
*/	
div.articlebody {
	line-height: 1.5em}
 
div.articlesource {
	margin-top: 5px;
	font-style: italic;
	font-size: 90%}

/***** End Articles *****/

/***** Blogs *****/


div.blogtitle {
	height: 24px;
	width: 100%;
	display: block;
	color: #666;
	margin: 10px 5px 4px 5px;
	background: #f0f0f0 url(mittwoch/pathway.gif) repeat-x;
	border: 1px solid #d0d0d0;
	padding-top: .15em;
	line-height: 200%;
	font-weight: bold;
	padding-left: 1em}

.post {
	background: #0b0c04 url(greenblog/post_bg.jpg) no-repeat right top;
	border: 1px solid #191A0D;
	margin-bottom: 30px;
	padding: 0 5px 10px;
}

div.postbody-title h2 {
	background: url(mittwoch/content_head.gif) no-repeat;
	padding: 3px 0 5px 26px;
}
	
body.tiki_blogs div.author_actions {
	display: block;
	text-align: right;
}

.post .author_info {
	float: none;
	background: none;
	padding: 2px;
	margin-right: 0;
}
	
.post .postbody-title {
	display: block;
	background: none;
	border-bottom: 0;
	padding: 0;
	padding-bottom: 5px;
	margin: 0;
}

/***** End Blogs *****/

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

.post {
	background: #fbfbfb;
	border: 1px solid #e7eaed;
	margin-bottom: 30px;
	padding: 0 5px 10px;
}

.post .author {	
	float: left;
	text-align: left;
	width: 30%;
	margin: -3px 3px 3px -3px;
	background: #f9f9f9;
	border: 1px solid #e9e9e9;
	padding: 3px;
	position: relative}
	
.post .avatar {
	display: block;
	float: none;
	text-align: left;
	margin: 0;
	background: inherit}
	
.post .author_post_info {
	display: block;
	padding: 0}

.post .author_post_info:first-child {
	text-transform: capitalize;
} 

.post .postbody-title .title a.link {
	font-size: 1.1em;
	font-weight: bold}
	
span.icons {
	position: absolute;
	top: 3px;
	left: 50px}

/**** Image Galleries ****/
td.oddthumb {
	background: #f9f9f9;
	border: 3px solid white;
	border-collapse: collapse}
 
td.eventhumb {
	background: #f9f9f9;
	border: 3px solid white;
	border-collapse: collapse}

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

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

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

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

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

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

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

/***** Trackers (etc.) *****/

.statuson {
	border: 1px inset #666;
	background: #bbaa99}

/***** End Trackers (etc.) *****/

/***** Categories, Tags *****/
.catitems {font-weight: bold}

.catitems li {
	background-image: none;
}

/***** Tags (freetags) *****/
li.freetag {
	background-image: none;
}

/***** End Categories, Tags *****/
	
/*****  Polls  *****/

/***** FAQs *****/
/* See styles/layout/layout.css. */

/***** Quizzes *****/
/* See styles/layout/layout.css. */

/***** Shoutbox *****/
textarea.tshoutbox{
	font-size: 1em;
}

/***** Directory *****/
div.dirsite {
	background: #f9f9f9;
	border: 1px solid #aaa}

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

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

/***** Calendar *****/
/* Overrides calendar.css, etc. */
/* calendar */
.opaque {
	background: #fff;
	border-left: 1px solid #a9a9a9;
	border-top: 1px solid #a9a9a9;
	border-right: 1px solid #696969;
	border-bottom: 1px solid #696969}

 .calcontent {
  min-height: 60px;
  height: auto !important;
  height: 60px}

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

#calendar {
	width: 100%}

.Cal0, 
.Cal1, 
.Cal2 {
	color: Black;
	font-size: 10px;
	padding-right: 0}

.Cal0:before {
	content: "? "} 


.Cal1:before {
	content: "+ ";
	background: #FFCC77}

		
.Cal2:before {
	content: "X ";
	background: #EEEEAA} 
	
.Calart,
.Calblog,
.Calchart,
.Caldir,
.Caleph,
.Calfaq,
.Calfgal,
.Calforum,
.Calgal,
.Calnl,
.Calquiz,
.Calsurv,
.Caltrack,
.Calwiki {
	font-size: 90%;
	padding: 0 3px;
	margin-top: 0}

.Calart,
.Calart a,
.Calart a:visited {
	color: #FA8072;
	font-weight: normal}

.Calart:before {
	content: "A";
	font-family: monospace;
	background: #FFFFFF}

.Calblog,
.Calblog a,
.Calblog a:visited {
	color: #DA70D6;
	font-weight: normal}

.Calblog:before {
	content: "B";
	font-family: monospace;
	background: #FFFFFF}

.Calchart,
.Calchart a,
.Calchart a:visited {
	color: #304F30;
	font-weight: normal}

.Calchart:before {
	content: "Ch";
	font-family: monospace;
	background: #FFFFFF} 

.Caldir,
.Caldir a,
.Caldir a:visited {
	color: #800080;
	font-weight: normal}

.Caldir:before {
	content: "D";
	font-family: monospace;
	background: #FFFFFF}

.Caleph,
.Caleph a,
.Caleph a:visited {
	color: #008000;
	font-weight: normal}

.Caleph:before {
	content: "E";
	font-family: monospace;
	background: #FFFFFF}

.Calfaq,
.Calfaq a,
.Calfaq a:visited {
	color: #822222;
	font-weight: normal}

.Calfaq:before {
	content: "FQ";
	font-family: monospace;
	background: #FFFFFF}

.Calfgal,
.Calfgal a,
.Calfgal a:visited {
	font-weight: normal;
	color: #8B4513}

.Calfgal:before {
	content: "Fi";
	font-family: monospace;
	background: #FFFFFF}

.Calforum,
.Calforum a,
.Calforum a:visited {
	color: #808000;
	font-weight: normal}

.Calforum:before {
	content: "Fo";
	font-family: monospace;
	background: #FFFFFF} 

.Calgal,
.Calgal a,
.Calgal a:visited {
	font-weight: normal;
	color: #8B4513}

.Calgal:before {
	content: "I";
	font-family: monospace;
	background: #FFFFFF}

.Calnl,
.Calnl a,
.Calnl a:visited {
	color: #708090;
	font-weight: normal}

.Calnl:before {
	content: "N";
	font-family: monospace;
	background: #FFFFFF}

.Calquiz,
.Calquiz a,
.Calquiz a:visited {
	color: #5F9EA0;
	font-weight: normal}

.Calquiz:before {
	content: "Q";
	font-family: monospace;
	background: #FFFFFF}

.Calsurv,
.Calsurv a,
.Calsurv a:visited {
	color: #DAA520;
	font-weight: normal}

.Calsurv:before {
	content: "S";
	font-family: monospace;
	background: #FFFFFF}

Caltrack,
Caltrack a,
Caltrack a:visited {
	color: #00BD02;
	font-weight: normal}

.Caltrack:before {
	content: "Tr";
	font-family: monospace;
	background: #FFFFFF}
	
.calweb {
	font-weight: bold;
	text-decoration: none;
	padding-left: 3px;
	padding-right: 3px;
	color: #336699}

.Calweb:hover {
	color: #996633}

.Calwiki,
.Calwiki a,
.Calwiki a:visited {
	color: #2C4B80;
	font-weight: normal}

.Calwiki:before {
	content: "W";
	font-family:  monospace;
	background: #FFFFFF}

.calcheckbox {
	background: #FFFFFF}

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

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

.calfocus a {
	text-decoration: none;
	font-weight: normal;
	color: #000000}

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

.calfocuson a {
	text-decoration: none;
	font-weight: normal;
	color: #000000}

#calprio {
	margin-left: 7px;
	padding: 0 5px;
	color: black}

.calprio1 {
	background: #DAE0E0}

.calprio2 {
	background: #DADCDC}

.calprio3 {
	background: #DAD0D0}

.calprio4 {
	background: #DACACA}

.calprio5 {
	background: #DAC0D0}

.calprio6 {
	background: #DABABA}

.calprio7 {
	background: #DAB0B0}

.calprio8 {
	background: #DAAAAA}

.calprio9 {
	background: #DA9A9A}

.calprio1 a,
.calprio2 a,
.calprio3 a,
.calprio4 a,
.calprio5 a,
.calprio6 a,
.calprio7 a,
.calprio8 a,
.calprio9 a {
	color: #393E51;
	font-weight: normal}

.caltitle {
	font-weight: bold;
	color: #425262}

.caltoggle {
	font-size: 90%;
	margin-bottom: 7px}

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

.opaque .box-data  {
	background: white}

.searchresults {
	display: inline}

#pageheader #description {
	font-size: 1em;
	font-style: italic;
	font-weight: normal;
	margin-top: 6px;
	margin-bottom: 6px}

/***** End Calendar *****/

/***** Admin *****/

a.admbox {
	border: 1px solid #aaa;
	background-color: #f1f1f1}

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

div.adminanchors {background: #fff url(mittwoch/pgbg.jpg) repeat-x}

/***** End Admin *****/

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

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

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

/* end of file */