/*
// 
// 2005-12-01  ksc  Initial release
// 2005-12-07  ksc  Add css for selflink
//
*/


html,body {
	height: 100%;
}
body {
	position: relative;    
	font-family: 'Muli', sans-serif;
    /*font-family: Arial, Helvetica, sans-serif;*/
	color: #000;
	font-size: 11pt;
    margin: 0px auto;
    width: 100%;
    background: #8E0000; 
	text-align: justify;
	
}
/*
hr { border: none; height: 1px; background-color: #ccc; color: #fff; width: 100%; }
*/
/*
hr { 
    height: 12px;
    max-tet: 599px;
	border-bottom: 1px solid #877;
	border-top: 1px solid #877;
	border-left: 1px solid #877;
	border-right: 12px solid #877;
	color: #fff;
    background-color: #fff;
}
*/

a {
	color: #ff7200;
	text-decoration: none;
}
a:hover {
	color: #036bd5;
	text-decoration: none;
}

/* including bkacground again (mostly) covers up a problem with the background in 
Firefox & Camino when resizing the window to less than content width */
#wrapper {
	position: relative;
    width: 100%;
	/*height: 100%;*/
    margin: 0px auto;
    background: #8E0000;

}
#head {
	position: relative;
    height: 10px;
	/*background: url(images/header1a.gif) top center repeat;*/
    /* border: 1px solid red; */
opacity:0.80;
}


#page-title {
    position: absolute;
    top: 35px;
	left: 335px;
	width: 605px;
	font-size: 20pt;
	font-weight: bold;
	color: #000;
}
#page-subtitle {
    position: absolute;
    top: 65px;
	left: 235px;
	width: 605px;
	font-size: 16pt;
	font-weight: bold;
	color: #000;
}


#head #page-actions {
    position: absolute;
	top: 101px;
    left: 500px;
	width: 605px;
	font-size: 9pt;
	text-align: right;
}

#page-actions ul { list-style: none; margin: 0px; padding: 2px; }
#page-actions li { display: inline; margin: 0px; padding: 2px; }
#page-actions li a { text-decoration: none; color: #000; margin: 0px; padding: 2px; }
#page-actions li a:hover { text-decoration: none; color: #000; margin: 0px; padding: 2px; }
#content {
	width: 900px;
    min-height: 900px;
    margin: 0px auto;
	}
	
	
#col-left {
    position: relative;
    float: left;
    width: 200px;
	margin: 15px 0px 0px -50px;
	padding-left: 10px;
}
#col-right {
    position: relative;
    float: right;    
    width: 830px;
    margin: 15px -15px 0px 0px;
}
#wikitext {min-height: 500px;}
#wikitext h1, h2, h3, h4, h5 { color: #fff; }
#wikitext h1 { font-size: 18pt; line-height: 10%; color: #8E0000 ; }
#wikitext h2 { font-size: 16pt; line-height: 10%; color: #8E0000 ; }
#wikitext h3 { font-size: 14pt; line-height: 10%; color: #8E0000 ;}
#wikitext h4 { font-size: 12pt; line-height: 10%; color: #8E0000 ;} 
#wikitext h5 { font-size: 12pt; line-height: 10%; color: #8E0000 ; font-style: italic; }



/*
#sidebar { text-align: left;}
#sidebar ul { list-style: none; margin: 0px; padding: 0px; }
#sidebar li { display: list-item; margin: 0px; border-bottom: 1px dotted #007576; }
#sidebar li a { text-decoration: none; color: #444444; padding: 2px 2px 4px 2px; text-indent: 6px; }
#sidebar ul li a { display: block; }
#sidebar ul li a:hover { 
    text-decoration: none; 
    color: #007576; 
    background: url(images/selector.gif) center left no-repeat; 
    padding: 2px 2px 4px 2px; 
    text-indent: 6px; 
}
#sidebar a.selflink { 
    text-decoration: none; 
    color: #007576; 
    background: url(images/selector.gif) center left no-repeat; 
    padding: 2px 2px 4px 2px; 
    text-indent: 6px; 
}
*/



#sidebar h2 { font-size:150%; color: #fff; margin-bottom: 0px; border-bottom: 1px solid #007576; }
#sidebar h3 { font-size:130%; color: #fff; margin-bottom: 0px; border-bottom: 1px solid #007576; }
#sidebar h4 { font-size:100%; color: #fff; margin-bottom: 0px; border-bottom: 1px solid #007576; }

#wikiedit form { margin:0px; }
#wikiedit textarea { width:99%; font-family: monospace; }

#footer { text-align: right; color: #fff; border-top: 0px solid #ccc; margin-top: 0px; padding: 5px 0px 5px 0px;}

.difftype,.difftime,.diffrestore { font-size: 8pt; }

.quickref table { margin: 2px auto; }
.quickref tr { border: 1px solid #fff; }
.quickref td { padding: 2px; vertical-align: top; }

table.markup { border: 1px solid #ccc; }
td.markup1 { border-bottom: 1px solid #ccc; }
dd { margin-left: 18px; }

.clearfix:after {
    content: "."; 
    display: block; 
    /*height: 0; */
    clear: both; 
    visibility: hidden;
}

/*.clearfix {display: inline-table;}*/

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


