/*
// 
// 2005-12-01  ksc  Initial release
// 2005-12-07  ksc  Add css for selflink
//
*/

html,body {
	height: 100%;
}
body {
	position: relative;    
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; /* Remove Georgia*/
	color: #000; /* 666*/
	font-size: 0.9em; /* 9pt*/
    margin: 0px auto; /* 0px*/
    width: 900px;
    background: #92847b url(images/background.gif) top center repeat-y; 
}
/*
hr { border: none; height: 1px; background-color: #ccc; color: #fff; width: 100%; }
*/
hr { 
    height: 12px;
    max-width: 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: #336699; /* #2693CF #6799b1 #2693CF */
	text-decoration: none;
}
a:hover {
	color: #838f96;
	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: 900px;
	height: 97.3%;
    margin: 0px auto;
    background: #92847b url(images/background.gif) top center repeat-y; 
}
#head {
	position: relative;
	top: 0px;
    height: 120px; /* original 120px */
    background: url(images/header.gif) top center no-repeat;
    /* border: 1px solid red; */
}
#page-title {
    position: absolute;
    top: 11px; /* original 35px */
	left: 235px;
	width: 605px;
	font-size: 1.9em; /* original 20px */
	font-weight: 500;
	color: #eee; 
}

#page-title a{
  color:#eee;
}

#page-subtitle {
    position: absolute;
    top: 46px; /* original 65px - 50px*/
	left: 235px;
	width: 605px;
	font-size: 1.5em; /* original 16pt: 1.6em*/
	font-weight: 500;
	color: #ddd;
}

#page-head-twit {
    position: absolute;
    top: 12px; /* original 35px ; twitter 12px*/
/*	left: 675px; FOR "FOLLOW ME ON TWITTER" BUTTON */
		left: 800px;
	width: 605px;
	font-size: 1.9em; /* original 20px */
	font-weight: 500;
	color: #eee; 
}

#head #page-actions {
    position: absolute;
	top: 101px;
    left: 235px;
	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: #eee; margin: 0px; padding: 2px; }
#page-actions li a:hover { text-decoration: underline; color: #eee; margin: 0px; padding: 2px; }
#content {
    width: 900px;
    margin: 0px auto;
}
#col-left {
    position: relative;
    float: left;
    width: 171px;
	margin: 15px 0px 0px 40px;
	padding-left: 10px;
}
#col-right {
    position: relative;
    float: right;    
    width: 600px;
    margin: 15px 61px 0px 0px;
}
#col-right a {
	color: #0C53CF; /*#6799b1 #2693CF #2693CF */
	text-decoration: none;
}
#col-right a:hover {
	color: #AF0017;  /* #838f96 */
	text-decoration: none;
}
#wikitext {
    line-height: 1.5em; /*1.5em */
    font-size: 0.9em;
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; /* Remove Georgia*/
}
#wikitext h1, h2, h3, h4, h5 { 
    color: #993333; /* #666 #336699*/
    font-family: Arial, Georgia, Verdana, Tahoma, Helvetica, sans-serif; /* Remove Georgia*/
} 
#wikitext h1 { font-size: 16pt; }
#wikitext h2 { font-size: 1.6em; font-weight: 500; } /* 14pt*/
#wikitext h3 { font-size: 13pt; font-weight: 600; }
#wikitext h4 { font-size: 10pt; } 
#wikitext h5 { font-size: 10pt; font-style: italic; }
/*#wikitext img { */
/* -moz-box-shadow: 3px 3px 4px #999; */ /* Firefox */
/* -webkit-box-shadow: 3px 3px 4px #999; */ /* Safari/Chrome */
/* box-shadow: 3px 3px 4px #999;*/ /* Opera and other CSS3 supporting browsers */
/* -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999')"; *//* IE 8 */
/* : progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999');*/ /* IE 5.5 - 7 */ 
/*}*/

#sidebar { text-align: left; }
#sidebar ul { list-style: none; margin: 0px; padding: 0px; }
#sidebar li { display: list-item; margin: 0px; border-bottom: 1px solid #666; }
#sidebar li a { text-decoration: none; color: #ddd; padding: 2px 2px 4px 2px; text-indent: 4px; }
#sidebar ul li a { display: block; color: #eee; }
#sidebar ul li a:hover { 
    text-decoration: none; 
    color: #eee; 
    background: #666 url(images/selector.gif) center right no-repeat; 
    padding: 2px 2px 4px 2px; 
    text-indent: 4px; 
}
#sidebar a.selflink { 
    text-decoration: none; 
    color: #eee; 
    background: #666 url(images/selector.gif) center right no-repeat; 
    padding: 2px 2px 4px 2px; 
    text-indent: 4px; 
}

#sidebar h2 { font-size:150%; color: #fff; margin-bottom: 0px; border-bottom: 1px solid #666; }
#sidebar h3 { font-size:130%; color: #fff; margin-bottom: 0px; border-bottom: 1px solid #666; }
#sidebar h4 { font-size:100%; color: #fff; margin-bottom: 0px; border-bottom: 1px solid #666; }

#wikiedit form { margin:0px; }
#wikiedit textarea { width:99%; font-family: monospace; }

#footer { text-align: right; color: #666; margin-top: 0px; padding: 10px 0px 10px 0px;}

.difftype,.difftime,.diffrestore { font-size: 8pt; }

.quickref table { margin: 2px auto; }
.quickref tr { border: 1px solid #999; }
.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 */


