/*
-----------------------------------------------
Wikka  Stylesheet Ian Hayhurst
http://ianhayhurst.co.uk
The Idea was to modify my wikka skin to then use the result to
drive my personal website using a modified wikkawiki along the lines of
InvisibleWikki
----------------------------------------------- */


/* -------- EXPERIMENTAL (begin) ---------- */

#pop {
	margin: auto;
	z-index:20;
	position:fixed;
	bottom: 0px;
	right: 10px;
	color: red;
	width: 200px;
	height: 235px;
	background: transparent url(../images/wizard.gif) no-repeat bottom right;
}

div#notes {
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #AAA;
	padding: 3px;
}

div#notes h5 {
	padding: 5px;
}


div#notes p {
	font-size: .8em;
	line-height: 1em;
}

/*
table#compare {
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

table#compare th {
	border: 1px solid #AAA;
	padding: 3px;
	background-color: #EEE;
	font-weight: normal;
	font-size: 1em;
}

table#compare thead th {
	padding: 3px;
	font-weight: bold;
	text-align: center;
}

table#compare td {
	padding: 3px;
	border: 1px solid #AAA;
}

table#compare th[colspan] {
	background-color: #DDD;
	font-style: italic;
}
*/

#skinedit {
	height: 400px;
	width: 95%;
}

/* -------- EXPERIMENTAL (end) ---------- */

/* --- general element font styles --- */

body {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
/*	text-align: justify;*/
	color: #c0c0c0;
    background-color: #000;
/* Blog style*/
    margin-top: 20px;
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 20px;
/**/
}

h5 {
	font-size: 10pt;
}
h4 {
	font-size: 12pt;
}
h3 {
	font-size: 14pt;
}
h2 {
	font-size: 16pt;
}
h1 {
	font-size: 18pt;
}

/*p, td, li, input, select, textarea {*/
p, table, li, input, select, textarea {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
}

/* --- block-level elements and their children --- */

/* headings */
h1, h2, h3, h4, h5 {
	margin: 0px;
	padding: 0px;
        color: #D8A9EF
}

/* forms */
form {
	margin: 0px;
	padding: 0px;
}
fieldset.hidden {				/* for all forms! not just referrers/dbinfo */
	display: none;
}
legend {						/* for all forms! not just referrers/dbinfo */
	padding: 0 2px;
	color: #000000;
	background-color: #DDDDDD;
	border: 1px solid #666666;
	margin-bottom: 0.3em;
}

/* lists */
ul, ol {
	/*margin-top: 0px;*/		/* keep natural margin; an extra <br/> is no longer generated! */
	/*margin-bottom: 0px;*/
	padding-top: 0px;
	padding-bottom: 0px;
}
ul ul, ol ol, ul ol, ol ul {	/* keep suppressing margin for nested lists */
	margin-top: 0px;
	margin-bottom: 0px;
}
/* these ul.thread styles must come after the generic ul style in order to override it */
ul.thread {
	list-style-type: none;
	border-left: 2px #666 solid;
	padding-left: 10px;
	margin: 5px 0px;
}
ul.thread li {
	color: #fc6;
	font-size: 12px;
}

/* (data) tables */

table {
	margin: 1em 0.3em;
	padding: 0px;
	border-spacing: 0px;			/* used only with border-collapse: collapse */
	border-collapse: collapse;		/* use 'separate' to get spacing between the cells ad their borders */
        background: #666699;
        color: #000;
	border: 1px solid #660099;
}

caption {
	margin-top: 1em;
	font-weight: bold;
	text-align: left;
}

th {
	text-align: left;
	border: 1px solid #AAA;
	padding: 3px;
	background-color: #DDD;
	font-weight: normal;
	font-size: 1em;
}

thead th {
	padding: 3px;
	font-weight: bold;
	text-align: left;			/* override this for specific centered columns */
}

th.center, td.center {
	text-align: center;
}

th.minor {						/* use class="minor" for subheadings */
	background-color: #EEE;
	/* font-style: italic; */	/* use special class if needs to be italic */
}

td {
	text-align: left;			/* override this for specific centered columns */
	vertical-align: top;		/* override with class for specific purposes */
	background: #666699;
        color: #000;
	padding: 3px;
	border: 1px solid #660099;
}

/* --- row & column color --- */

th.c1 {
	background-color: #CDD;
}

th.c2 {
	background-color: #DCC;
}

th.c3 {
	background-color: #DDC;
}

th.c4 {
	background-color: #CDC;
}

th.c5 {
	background-color: #CCD;
}

th.c6 {
	background-color: #DCD;
}

tr.alt td {
	background-color: #EEE;
}

td.c1 {
	background-color: #EFF;
}

td.c2 {
	background-color: #FEE;
}

td.c3 {
	background-color: #FFE;
}

td.c4 {
	background-color: #EFE;
}

td.c5 {
	background-color: #EEF;
}

td.c6 {
	background-color: #FEF;
}

tr.alt td.c1 {
	background-color: #DEE;
}

tr.alt td.c2 {
	background-color: #EDD;
}

tr.alt td.c3 {
	background-color: #EED;
}

tr.alt td.c4 {
	background-color: #DED;
}

tr.alt td.c5 {
	background-color: #DDE;
}

tr.alt td.c6 {
	background-color: #EDE;
}

th.check, td.check {
	width: 5%;
	text-align: center;
	vertical-align: middle;
}
th.number, td.number {
	text-align: right;
}

th.time, td.time {
	width: 5%;
	text-align: center;
	vertical-align: top;
	white-space: nowrap;
}

td.time {
	font-size: 0.85em;
}


.buttonrow {
	border-top: 2px solid #DDD;
}


/* tables used for forms */
form td {						/* no borders for form tables */
	border: none;
}

/* tables with forms in admin modules */

table#admin_table td {		/* borders for admin tables */
	border: 1px solid #AAA; 
}

/* tables in files action -- the action styling needs to be rewritten*/

table.files td {
	padding: 0; 
	border: none; 
	font-size: 0.85em;
}

table.files td[bgcolor="gray"] {
	color: #FFF;
	background-color: #666;
}

/* --- inline elements --- */

a {
	color: #26CFCE;
        font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #c00;
        
}
a:active {
	text-decoration: none;
}
a.ext {
	color: #26CFCE;
}
a.ext:hover {
	color: #c00;
}
.exttail {
	color: #999;
	position: relative;
	bottom: 0.5ex;
}
.copyright a {
	color: #AAAAAA;
}
.smallprint a {
	color: #987;
}

img {border: 0px;}
img.border {border: 1px solid #333;}     /* added by DarTar -- 2005-07-15 */
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;}


/* classes */

.indent {
	margin-left: 40px;
}

.header {
	background: #660099;
	background-image:  url("http://ianhayhurst.co.uk/images/pent.png");
	background-repeat: no-repeat;
	background-position: left top;
	overflow: visible;
	padding: 10px;
	padding-top: 0px;
        padding: 20px 10px 5px 5px;
	text-align: right;
	font-size:12px;
        border: 1px solid #CCCCCC;
        margin: 10px 10px;
}

.header a:hover {
	color: #c00;
        text-decoration: underline;
	border-bottom: 0px;
}

.page {
	color: #fff;
	font-size: 13px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	background-color: #303030;
	padding: 15px;
	border: 1px inset;
	height: auto;
        margin: 10px 10px;
}

.page a {
	text-decoration: none;
}

.page a:hover {
	color: #c00;
	text-decoration: underline;
}

.missingpage {
	/* background: #ccffff; */
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-color: #933;
	border-bottom-style: dashed;
}

/* comments */
.commentsheader {
	clear: both;
	background-color: #303030;
	padding: 2px 10px;
	border: 1px solid #CCCCCC;
        margin: 10px 10px;
}
.comments {display: none;}				/* is this still used? */
.comment {
	background-color: #303030;
	padding: 10px;
	border: 1px solid #CCCCCC;
        margin: 50px 50px;
	
}
.commentinfo {
	color: #AAAAAA;
}
.commentform {
	background-color: #303030;
	padding: 10px;
	border: 1px solid #CCCCCC;
        margin: 50px 50px;
}

.changenotes {
	color: black;
	background:	   #ffffee;
	border: 1px solid #888;
	font: 11px "Bitstream Vera Sans Mono","Courier New", monospace;
	text-align: left;
	width: 95%;
	margin:auto;
	overflow: auto;
	padding: 3px;
}

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

.copyright {							/* not used any more? */
	font-size: 11px;
	color: #AAAAAA;
	text-align: right;
}

.footer {
	clear: both;
	font-size: 0.8em;
	background-color: #303030;
	padding: 5px 10px;
	border: 1px inset;
	border-top: none;
	border-top: 1px solid #CCCCCC;
        margin: 10px 10px;
}

.lastedit {
	border:dotted 1px;
	padding:3pt;
	margin:8pt; color:#888;
	font-size:8pt;
	width:30%;
}

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

.smallprint {font-size: 0.8em; color: #777; padding-right: 0.5%; text-align: right;}


/* WikiEdit toolbar */
table.toolbar { margin: 0; }	/* override data table style */
.toolbar tr { background: ButtonFace; }
.toolbar td { background: ButtonFace; }	/* override generic table style */
.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; }
.toolbar td.editornamecss { background-color:#CCCCFF; font-size: 18px; padding: 0 10px; }

/*---Specific Styles ---*/

.clear {clear:both;}

.floatl {
	float: left;
	text-align: left;
	width: 46%;
	margin-right: 15px;
	padding: 4px;
	background: #666699;
        color: #000;
	border: 1px solid #660099;
	overflow: hidden;
}

.floatr {
	float: right;
	text-align: left;
	width: 40%;
	margin-left: 15px;
	padding: 4px;
	background: #666699;
        color: #000;
	border: 1px solid #660099;
	overflow: hidden;
}

.previewhead {
	margin: auto;
	z-index:20;
	position:fixed;
	top: 40px;
	left: 10px;
	color: red;
	font-size: xx-large;
	font-weight: bold;
	padding: 5px;
}

.notes {
	color: #F60;
}

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

.highlight {color: red; background: #FFFFD0;}

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

.additions {background-color: #ccffcc;}

.deletions {color: #876; background-color: #FFCC99;}

.underline {text-decoration: underline;}

.recentchanges {font-size: 0.9em;}

.pagenote {color: #888;}

.centre {text-align: center;}				/* do we need this? */

.center, .center p {text-align: center;}	/* JW: .center p ?? when does that occur? */

.keys {
	color: #333;
	background-color: #EFEFEF;
	font: normal 80% "Verdana", sans-serif;
	text-align: center;
	border-top: 2px double #CFCFCF;
	border-left: 3px solid #BABABA;
	border-right: 4px solid #AAA;
	border-bottom: 6px solid #909090;
	padding-left: 0.2em;
	padding-top: 0em;
	padding-right: 0.2em;
	padding-bottom: 0em;
	line-height: 1.6em;
	vertical-align: top;
}

span.c1 {
	background-color: #DEE;
	border:1px outset #EFF; 
}

span.c2 {
	background-color: #EDD;
	border:1px outset #FEE; 
}

span.c3 {
	background-color: #EED;
	border:1px outset #FFE; 
}

span.c4 {
	background-color: #DED;
	border:1px outset #EFE; 
}

span.c5 {
	background-color: #DDE;
	border:1px outset #EEF; 
}

span.c6 {
	background-color: #EDE;
	border:1px outset #FEF; 
}


/* code blocks */
.code {
	color: black;
	background: #FFE;
	border: 1px solid #DDC;
	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;
}
/* 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; }

/* Calendar styling - 2004-12-01 */
/* general styling */
table.calendar {
	margin: 0;
	color: #000000;
	background-color: #CCCCCC;				/* comment out to have space between cells same color as page background */
	border-spacing: 2px;
	border-collapse: separate;				/* collapse would make single-width borders, ignoring cell-spacing */
}
table.calendar th, table.calendar td { border: none; background-color: #CCCCCC; }		/* override generic table style; specific styles below */
table.calendar caption {
	background-color: #CCCCCC;
	text-align: center;
	font-weight: bold;
	line-height: 1.6em;
}
table.calendar thead {
	background-color: #CCCCCC;
}
table.calendar tbody.face {
	background-color: #CCCCCC;
}
table.calendar tbody.calnav {
	background-color: #CCCCCC;
}
/* 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) */
	background-color: #CCCCCC;
	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: #993333;
	background-color: #AAAAAA;
	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;
}

/* recent comments */
table.commentday {
	width: 95%;
	margin-left: 1.5em;
}
table.commentday .tag, table.commentday .user {
	width: 45%;
}
table.commentday th, table.commentday td {
	padding-top: 0;
	padding-bottom: 0;
	line-height: 1.2em;
}
input.checkall {
	margin: 0;
	font-size: 0.8em;
	width: 7em;
}

/* referrers/blacklist */
#reflist {
	margin-top: 1em;
	margin-bottom: 1em;
	border: none;
}
/* Photographic */
div.thm-inline{
 float:left;
 background-color:#303030;
 padding-top:15px;
 margin:5px;
 width:230px;
 height:230px;
 text-align:center;
 font-size:12px;
 font-style:italic;
}
div.thm{
 float:left;
 border-right:solid #000000 1px;
 border-bottom:solid #000000 1px;
 background-color:#303030;
 padding-top:15px;
 margin:0px;
 width:230px;
 height:310px;
 text-align:center;
 font-size:12px;
 font-style:italic;
}

div.photo{
 position: relative;
 border:solid #EEEEEE 1px;
 background-color:#000;
 padding:60px;
 margin-left:50px auto;
 margin-right:50px auto;
 width: auto;
 text-align:center;
 font-size:12px;
 font-style:italic;
}

div.spacer{
 clear:both;
}

div.photo img{
 border:solid #ffffff 1px; 
 margin:5px auto;
 padding:5px;
 text-align:center;
}

div.thm img{
 margin:5px;
 padding:0px;
}

div.thm a:link img{
 border:solid grey 1px;
 padding:2px;
}
div.thm a:visited img{
 border:solid grey 1px;
 padding:2px;
}

.frame img{
border:solid #ffffff 1px; 
 margin:5px;
 padding:5px;
}

.title {
 font-variant: small-caps;
 font-size: larger;
 text-align: center;
}
.clearleft {
clear:left;
}
.clearright {
clear:right;
}
