/*
-----------------------------------------------
Dartar's stylesheet for WikkaWiki
source: http://nitens.org/taraborelli/css/wikka.css
Wikka version: 1.1.6.3
CC license: http://creativecommons.org/licenses/by-nc-sa/2.0/
Last changed: 2007-06-27

Changelog:
* 2007-08-03
- added explicit font-family for tt
* 2007-06-27
- switching to Georgia as body font, I was tired of a sans font
* 2006-10-26
- added hack to avoid incorrect rendering of dotted borders in IE
* 2006-10-12
- changed H1 font color 
* 2006-10-10
- added image bullets
* 2006-09-27
- lighter line for headings; 
* 2006-08-28
- default line-height to 15pt;
- .notes line-height to 12pt;
----------------------------------------------- */

body{
	background: url("../images/bkg.gif") fixed top;
	color:#333;
	margin-top: 60px;
	margin-left: 120px;
	margin-right: 120px;
	margin-bottom: 60px;
	font: normal .9em/1.5em Georgia, "Trebuchet MS", Verdana, sans-serif; 
/*	font: normal 9pt/15pt Verdana, "Trebuchet MS", Verdana, sans-serif; */
	text-align: justify;
	color: #444;
	border: none 0; 
}

.notes {
	font: normal 8pt/12pt Verdana, sans-serif;
	margin: 1pt;
	padding: 1pt;
	color: #666666;
	font-weight: normal;	
}

/* Googlemaps styles */

div.popup {
	width: 180px;
	margin: 0pt;
	padding: 0pt;
}

ul#googlemaps {
	padding-left: 0;
	margin-left: 0;
	color: White;
	float: left;
	width: 100%;
}

ul#googlemaps li { 
	display: inline; 
}

.page {
	text-align: justify;
	background-color: #FFF; 
	padding-right: 30px; 
/*	background-repeat: no-repeat; */
/*	background-attachment: fixed; */
	padding-left: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
/*	border-right: 1px solid #DDD; */
/*	border-bottom: 1px solid #DDD; */
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	min-width: 660px;	
}

.page a:link, .page a:visited {
	font: normal 9pt Verdana, sans-serif;
	margin: 1pt;
	padding: 1pt;
	height: auto;
	line-height: 13pt;
	width: auto;
	border: 0;
	color: #993355;
	text-decoration: none;
}

.page a:hover,.page  a:active {
	font: normal 9pt Verdana, sans-serif;
	margin: 1pt;
	padding: 1pt;
	height: auto;
	line-height: 13pt;
	border: 0;
	width: auto;
	color: #666;
	background-color: #EEE;
}

/* 
a.ext:after {
	content: url(../images/icons/external.gif);
	margin-left: 2px;
}
*/


.exttail {
	display: none;
}

span.hide {
	display: none;
	color: red;
}

.page h1 {
	font: normal 16pt/18pt "Lucida Grande", Arial, "Trebuchet MS", Verdana, sans-serif;
	text-align: left;
	margin: 0pt;
	color: #993355;
	padding-bottom: 5px;
	border: none 0;
	border-bottom: 1px solid #EEE; 
}

.page h2 {
	font: normal 14pt/18pt "Lucida Grande", Arial, "Trebuchet MS", Verdana, sans-serif;
	font-weight: normal;
	text-align: left;
	margin: 0pt;
	color: #993355;
	padding-top: 10px;
	padding-bottom: 10px;
}

.page h3 {
	font: small-caps 11pt/15pt "Lucida Grande", Arial, "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	text-align: left;
	margin: 0pt;
	color: #AAA;
	padding-top: 5px;
	padding-bottom: 5px;
}

.page h4 {
	font: normal 12pt/18pt "Lucida Grande", Arial, "Trebuchet MS", Verdana, sans-serif;
	text-align: left;
	margin: 0pt;
	color: #AAA;
	padding-top: 5px;
}

.page h5 {
	font: normal 10pt/13pt "Lucida Grande", Tahoma, Arial, "Trebuchet MS", Verdana, sans-serif;
	text-align: left;
	color: #AAA;
	margin: 0pt;
}

.include h2 {
	font-size: 18px;
}

ul {
	list-style-image: url("../images/sqw.gif");
}

ul li ul {
	list-style-image: url("../images/sqg.gif");
}


ul, ol {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

li {
	margin: .5em;
}

.indent {
	margin-left: 40px;
}

.additions {
	color: #008800;
}

.deletions {
	color: #880000;
}

.error {
	color: #CC3333; font-weight: bold;
}

.header {
	padding-top: 10px;
	padding-right: 30px; 
	background-color: #FFF; 
	text-align: right;
	/*border-right: 1px solid #DDD;*/
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	font: normal 8pt Verdana, sans-serif;
	min-width: 690px;	
}

.header IMG {
	text-align: left;
}

.header H2 {
	display:none;
}

.footer {
	display: none;
}

.footer_menu {
	list-style-type: none;
	margin-left: 0;
	padding: 0;
	text-indent: 0;
}

.footer_menu li {
      padding: 2pt;
      float: left;
      width: auto;
	margin-left: 0;
	text-indent: 0;
      margin-right: 3pt;
      text-align: left; 
}

.footer_menu li:after {
	content: " :: ";
}

.footer_menu .exttail {
        display: none;
}

.footer a:link, .footer a:visited, .header a:link, .header a:visited {
	font: normal 8pt Verdana, sans-serif;
	margin: 1pt;
	padding: 1pt;
	height: auto;
	line-height: 14pt;
	width: auto;
	color: #993355;
	text-decoration: none;
}

.footer a:hover,.footer a:active, .header a:hover, .header a:active {
	font: bold 8pt Verdana, sans-serif;
	margin: 1pt;
	padding: 1pt;
	height: auto;
	line-height: 14pt;
	width: auto;
	color: #666;
	background-color: #EEE;
	text-decoration: none;
	font-weight: normal;
}


abbr, acronym {
	text-decoration: none;
	cursor: help;
	border-bottom: 1px dotted #CCC;
}

.commentsheader {
display: none;
}

.comment {
display: none;
}

.commentinfo {
display: none;
}

.commentform {
display: none;
}

.code { 
        color: black;
        background: #ffffee;
        border: 1px solid #888;   
        font-size: 11px;  
        font-family: "Lucida Console", Monaco, monospace;
        width: 95%;
        margin: auto;
        padding: 6px 3px 13px 3px;      /* padding-bottom solves hor. scrollbar hiding single line of code in IE6 but causes vert. scrollbar... 
*/
        text-align: left;                       /* override justify on body */
        overflow: auto;                         /* allow scroll bar in case of long lines - goes together with white-space: nowrap! */
        white-space: nowrap;            /* prevent line wrapping */
}
.code pre {
        margin-top: 6px;
        margin-bottom: 6px;                     /* prevent vertical scroll bar in case of overflow */
        font-size: 11px;
        font-family: "Lucida Console", Monaco, monospace;
} 

.code ol {
        margin-top: 6px;
        margin-bottom: 6px;                     /* prevent vertical scroll bar in case of overflow */
}
.code li {
        font-size: 11px;
        font-family: "Lucida Console", Monaco, monospace;
}
.code .br0      { color: #66cc66; }
.code .co1      { color: #808080; font-style: italic; }
.code .co2      { color: #808080; font-style: italic; }
.code .coMULTI  { color: #808080; font-style: italic; }
.code .es0      { color: #000099; font-weight: bold; }
.code .kw1      { color: #b1b100; }
.code .kw2      { color: #000000; font-weight: bold; }
.code .kw3      { color: #000066; }
.code .kw4      { color: #993333; }   
.code .kw5      { color: #0000ff; }
.code .me0      { color: #006600; }
.code .nu0      { color: #cc66cc; }
.code .re0      { color: #0000ff; }
.code .re1      { color: #0000ff; }
.code .re2      { color: #0000ff; }
.code .re4      { color: #009999; }
.code .sc0      { color: #00bbdd; }
.code .sc1      { color: #ddbb00; }
.code .sc2      { color: #009900; }
.code .st0      { color: #ff0000; }

.revisioninfo {
	color: #AAAAAA;
	padding-bottom: 20px;
}

.smallprint {
display: none;
}


hr {
	border: none 0;
	border-top: 1px solid #EEE; 
	margin: 8px auto;
	height: 1px;
}

tt {
	font-family: Monaco, "Lucida Sans Typewriter", "Lucida Console", "Courier New", monospace;
	font-size: 95%;
}

blockquote {
	width: 500px;
	margin-bottom: 0px;
}


/* form elements */

input[type=submit], input[type=button] {
	color: #999;
	background-color: #EEE;
	font: normal .7em Verdana, sans-serif;
	text-align: center;
	border-top: 1px solid #EFEFEF;
	border-left: 1px solid #EFEFEF;
	border-right: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
	padding: 0 .2em;
	line-height: 1em; 
	vertical-align: baseline;
}

input[type=submit]:hover, input[type=button]:hover {
	background-color: #DDD;
}

textarea#body{
	width: 100%;
	height: 500px;
	padding: 2px;
}

.searchbox {
	/* border: none; */
	border: 1px solid #CCCCAA;
	padding: 0px;
	margin: 0px;
}

input.grabcode {
	float: right;
	margin-right: 20px;
	margin-top: 0px;
	font-size: 90%;
}

input.highlight {
	font-weight: normal;
	background-color: #FCC;
	color: #000;
}

/* system information */

em.error {
	color: #AA3333; 
	font-style: normal;
	font-weight: bold;
	font-size: 95%;
}

em.success {
	color: #33AA33; 
	font-style: normal;
	font-weight: bold;
	font-size: 95%;
}

.missingpage {
	color: #993355;
	text-decoration: none;
	background-color: transparent;
	border: none;
}

.missingpage:after {
	content: "?";
	color: #AAA;
}

br {
	clear: none;
}

.col1 {
	width: 200px;
	float: left;
}

.col2 {
	width: 200px;
	float: left;
}

.col3 {
	width: 200px;
	float: left;
}

img {border: 0px;}
img.border {border: 1px solid #DDD;}
img.centre {display: block; text-align: center; margin: 5px auto;}
img.center {display: block; text-align: center; margin: 5px auto;}
img.left {margin: 5px 5px 5px -5px; float: left;}
img.right {margin: 5px -5px 5px 5px; float: right;}
img.left_border {margin: 5px 5px 5px -5px; float: left; border: 1px solid #DDD;}
img.right_border {margin: 5px -5px 5px 5px; float: right; border: 1px solid #DDD;}
img.right_floated {margin: 0px 0px 20px 30px; float: right; border: 1px solid #DDD;}
img.mycenter {border: 1px solid #000;}

.indent {
	margin-left: 40px;
}

.clear {clear:both;}

.floatl {
	float: left; 
	width: 48%;
	padding: 10px;
	margin-right: 3%;
	border: 1px dotted #AAA;
}

.floatr {
	float: right; 
	width: 48%;
	padding: 10px;
	margin-bottom: 5%;
	margin-left: 5%;
}

/* IE hack */
* html .floatl {
        float: left;
        width: 48%;
        padding: 10px;   
        margin-right: 3%;  
        border: 1px solid #DDD;
}


.editornamecss { background-color:#CCCCFF; font-size: 18px; padding: 0 10px; }

.underline { text-decoration: underline;}
.highlight {color: red; background: #FFFFD0;}

tt {
	font: normal 10pt Courier, sans-serif;
}

.strikethrough {color: #888; text-decoration: line-through;}

.deletions {color: #876; text-decoration: line-through;}

.centre {text-align: center;}

.center, .center p {text-align: center;}

.sans {
	font: normal 9pt "Lucida Sans", Verdana, sans-serif;
}

.keys {	
	color: #999;
	background-color: #EEE;
	font: normal .8em Verdana, sans-serif;
	text-align: center;
	border-top: 1px solid #EFEFEF;
	border-left: 1px solid #EFEFEF;
	border-right: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
	padding: 0 .2em; 
	line-height: .4em; 
/*	vertical-align: text-bottom; */
}

.keys:hover {
}

/* no styling for button links */
.keys a:link, .keys a:active, .keys a:hover, .keys a:visited {
	color: #999;
	background-color: #EEE;
	font: normal .9em Verdana, sans-serif; 
	padding: 0px;
	text-decoration: none;
	line-height: .4em; 
/*	vertical-align: text-bottom; */
}

.toolbar tr { background: ButtonFace; }
.toolbar .btn-, .toolbar  .btn-hover,  .toolbar .btn-active,
.toolbar .btn-pressed {
        background: ButtonFace;
        color: ButtonText;
        border: 1px solid ButtonFace;
        padding: 1px;
        margin: 0px;
        cursor: pointer;
}
.toolbar .btn- img  { width: 20px; height: 20px; }
.toolbar .btn-hover { border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight; }
.toolbar .btn-active,
.toolbar .btn-pressed { border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow; }
.toolbar .btn-pressed { background: ButtonHighlight; }
.editornamecss { background-color:#CCCCFF; font-size: 18px; padding: 0 10px; }

ul.thread {
    list-style-type: none;
	list-style-image: none;
    border-left: 2px #666 solid;
    border-top: 2px #666 solid;
    padding: 0px 5px;
    margin: 5px 0px;
}

ul.thread li {
	list-style-image: none;
    list-style-type: none;
    color: #333;
    font-size: 11px;
}

/* syntax highlighting code - GeSHi */
.code ol {
	margin-top: 6px;
	margin-bottom: 6px;			/* prevent vertical scroll bar in case of overflow */
}
.code li {
	font-size: 11px;
	font-family: "Lucida Console", Monaco, monospace;
}
.code .br0	{ color: #66cc66; }
.code .co1	{ color: #808080; font-style: italic; }
.code .co2	{ color: #808080; font-style: italic; }
.code .coMULTI	{ color: #808080; font-style: italic; }
.code .es0	{ color: #000099; font-weight: bold; }
.code .kw1	{ color: #b1b100; }
.code .kw2	{ color: #000000; font-weight: bold; }
.code .kw3	{ color: #000066; }
.code .kw4	{ color: #993333; }
.code .kw5	{ color: #0000ff; }
.code .me0	{ color: #006600; }
.code .nu0	{ color: #cc66cc; }
.code .re0	{ color: #0000ff; }
.code .re1	{ color: #0000ff; }
.code .re2	{ color: #0000ff; }
.code .re4	{ color: #009999; }
.code .sc0	{ color: #00bbdd; }
.code .sc1	{ color: #ddbb00; }
.code .sc2	{ color: #009900; }
.code .st0	{ color: #ff0000; }

table {
	border: 1px solid #FFF;		
	background-color: #FFF;		
}

table td {
	border: 1px solid #FFF;		
	padding-left: 2px;		
}

/* Table action */

table.wikka {
	border: 2px solid #CCC;
	border-collapse: collapse;
	border-spacing: 0;
}

table.wikka td {
	border: 1px solid #CCC;
	padding: .1em .25em;
}

/* Usersettings action */
table.usersettings {
}

/* Handler-related styling */

/* Acls handler */
table.acls {
}

/* Calendar styling - 2004-12-01 */
/* general styling */
table.calendar {
	color: #444;
	background-color: #FFF;		
	border-collapse: collapse;	/* would make single-width borders, ignoring cell-spacing */
}
table.calendar caption {
	background-color: #FFF;
	font-weight: bold;
	line-height: 1.6em;
}
table.calendar thead {
	background-color: #FFF;
}
table.calendar tbody.face {
	background-color: #FFF;
}
table.calendar tbody.calnav {
	background-color: #FFF;
}
/* styling for some specific elements */
table.calendar thead th {
	/*border: 1px solid #000000;*/	/* uncomment to have border around day name headers (will be page background if table background is undefined) */
	padding: 1px;
	text-align: center;
	font-size: 85%;
	width: 26px;
}
table.calendar tbody.face td {
	border: 1px solid #000000;
	text-align: right;
}
table.calendar td.currentday {
	color: #FFF;
	background-color: #AAA;
	font-weight: bold;
}
/* styling of calendar navigation */
table.calendar tbody.calnav {
	font-weight: bold;
}
table.calendar td.prevmonth {
	text-align: left;
	font-size: 85%;
}
table.calendar td.curmonth {
	text-align: center;
}
table.calendar td.nextmonth {
	text-align: right;
	font-size: 85%;
}
table.calendar a:link {
	color: #993333;
	text-decoration: none;
}
table.calendar a:visited {
	color: #993333;
	text-decoration: none;
}
table.calendar a:hover {
	color: #993333;
}
table.calendar a:active {
	color: #993333;
	text-decoration: none;
}

.files table{
	border: 1px solid #ccc;
	border-collapse: collapse;
}
.files thead th, .files thead td {
	color: #fff;
	background: #999;
}
.files td, .files th {
	padding: 0 3px 0 3px;
}
.files tr.r0m2 {
	background: #efe;
	color: #000;
}

.box {
	margin: 10px;
	border:dotted 1px #AAA; 
	padding:8px; 
	width:80%;
}

.box ul {
	margin: .3em;
	padding: 0;
}

.box li {
	font-size: 9pt; 
	text-align: justify;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-left: .2em;
	padding-right: .2em;
	padding-top: 0px;
	padding-bottom: 0px;
	list-style-type: circle;
}

.thumbs_area {
    text-align: left;
    margin-left: 15px;
    padding: 4px;
    background: #EEE;
    border: 1px solid #CCC;        
}

.thumbs_main {
    float: left;
    text-align: left;
}
#skinedit {
	width: 95%;
M
}
