/*
// 
// 2005-12-01  ksc  Initial release
// 2005-12-07  ksc  Add css for selflink
//
*/

html,body { height: 100% }
body     { color: #666; font-size: 9pt; font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; background: #dddddd url("images/back_new.jpg") repeat-y center top; margin: 0 auto; position: relative; width: 900px; height: 20pt }
/*
hr { border: none; height: 1px; background-color: #ccc; color: #fff; width: 100%; }
*/
hr  { height: 12px; max-width: 599px; border-style: solid; border-width: 1px 12px 1px 1px; border-color: #877 }
a   { color: #69c; font-style: normal; text-decoration: underline }
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 */
#head     { background: #dddddd url("images/head_monte_rosa.jpg") center top; position: relative; top: 0; height: 130px }
#wrapper  { background: #dddddd url("images/back_new.jpg") repeat-y center top; margin: 0 auto; position: relative; width: 900px; height: 20px }
#page-title {
    position: absolute;
    top: 10px;
	left: 15px;
	width: 605px;
	font-size: 28pt;
	font-weight: bold;
	color: #eee;
}
#page-subtitle {
    position: absolute;
    top: 70px;
	left: 15px;
	width: 605px;
	font-size: 14pt;
	font-weight: bold;
	color: #ddd;
}
#head #page-actions {
    position: absolute;
	top: 110px;
    left: 0px;
	width: 885px;
	font-size: 8pt;
	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  { color: #eee; font-weight: bold; margin: 0; padding: 2px }
#content {
    width: 900px;
    margin: 0px auto;
}
#col-left  { width: 165px; margin: 15px  0px 5px 15px; position: relative; float: left}
#col-right   { margin: 10px 25px 0; position: relative; width: 660px; float: right }

#wikitext h1, h2, h3, h4, h5  { color: #666 }
#wikitext h1  { font-size: 12pt }
#wikitext h2  { font-size: 10pt; font-weight: bold }
#wikitext h3  { font-size: 10pt; font-style: italic; font-weight: normal }
#wikitext h4 { font-size: 10pt; } 
#wikitext h5 { font-size: 10pt; font-style: italic; }

#sidebar { text-align: left;}
#sidebar ul { list-style: none; margin: 0px; padding: 0px; }
#sidebar li  { display: list-item; margin: 0; border-bottom: medium none }
#sidebar li a  { color: #ddd; text-decoration: none; text-indent: 4px }
#sidebar ul li a { display: block; }
#sidebar ul li a:hover  { color: #eee; font-weight: bold; text-decoration: none; background-image: url("images/selector.gif"); background-repeat: no-repeat; background-position: right center; text-indent: 4px }
#sidebar a.selflink  { color: #eee; font-weight: bold; background-image: url("images/selector.gif"); background-repeat: no-repeat; background-position: right center }

#sidebar h2  { color: #fff; border-bottom: none }
#sidebar h3  { color: #fff; font-size: 130%; border-bottom: medium none }
#sidebar h4  { color: #fff; font-size: 100%; border-bottom: medium none }

#wikiedit form { margin:0px; }
#wikiedit textarea { width:99%; font-family: monospace; }

#footer { text-align: right; color: #666; border-top: 1px solid #ccc; margin-top: 18px; 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 */


