/*********************************************
** No copyright, just attribute source if you modify
** and re-release under a different name
** 2005-11-15  ksc  initial release
** 2005-12-02  ksc  Change format a bit and clean up graphics 
**********************************************/

body {
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
  background: #535854 url(images/background.jpg) repeat top left; 
  margin: 0px auto;
  font-size: 9pt;
  width: 100%;
}

hr { border: none; height: 1px; background-color: #ccc; color: #ccc; width: 100%; }

h1, h2, h3, h4, h5 { line-height: 1em; padding-bottom: 4px; margin: 0; color: #238;}
h1 { font-size:180%; }
h2 { font-size:150%; }
h3 { font-size:130%; }
h4 { font-size:100%; }
h5 { font-size:100%; font-style: italic; }

#wrapper {
	position: relative;    
    width: 855px;
    margin: 0px auto;
    background: #32407C;
    border: 1px solid #95A1C3;
    border-top: 20px none #95A1C3;
}
#col-left {
	position: relative;    
    float: left;    
    width: 620px;
    margin: 0px 0px 20px 20px;
}
#col-right {
	position: relative;    
    float: right;
    width: 169px;
	margin: 0px 20px 20px 0px;
}
#gutter { 	position: absolute; width: 10px; float: left; }
#head-left {
    float: left;
    width: 620px;
    height: 115px;
    border: 2px solid #95A1C3;
    border-top: 1px none #95A1C3;
    background: url(images/head-left.jpg) no-repeat top left;
	margin-bottom: 10px;
}
#head-right {
    float: right;
    width: 165px;
    height: 115px;
    border: 2px solid #95A1C3;
    border-top: 1px none #95A1C3;
    background: url(images/head-right.jpg) no-repeat top left;
	margin-bottom: 10px;
}
#page-title {
	font-size: 22pt;
	font-style: italic;
	font-weight: bold;
	color: #ccd;
	padding: 20px 0px 0px 30px;	
}
#page-subtitle {
	font-size: 17pt;
	font-style: italic;
	font-weight: bold;
	color: #dde;
	padding: 0px 0px 0px 30px;
}
#page-actions { 
	text-align: right;
	font-size: 11pt;
	font-weight: bold;
	font-style: italic;
	padding: 7px 10px 0px 0px;
}
#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: #eef; margin: 0px; padding: 2px; }
#page-actions li a:hover { text-decoration: underline; color: #fff; margin: 0px; padding: 2px; }

#body { margin-top: 10px; border: 2px solid #95A1C3; width: 620px; background: #fff; }
#wikitext {    
    padding: 15px;
	text-align: justify;
}
#sidebar {
    margin-top: 10px;
    width: 145px;    
    padding: 10px;
	text-align: left;
    background: #fff;
    border: 2px solid #95A1C3;	
}
#sidebar ul { list-style: none; margin: 0px; padding: 2px; }
#sidebar li { display: list-item; margin: 0px; padding: 2px; }
#sidebar li a { text-decoration: none; color: #666; padding: 2px; text-indent: 4px; }
#sidebar li a:hover { text-decoration: underline; color: #238; padding: 2px; text-indent: 4px; }
#sidebar h3 { color: #238; margin: 0px; padding: 0px; }

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

#footer { text-align: right; color: #238; padding: 5px 10px 10px 0px;}
.difftype,.difftime,.diffrestore { font-size: 8pt; }

.pagegroup { margin-top:10px; font-size:85%; }
.pagetitle { margin-top:2px; font-size:180%; }

.quickref table { margin: 2px auto; }
.quickref tr { border: 1px solid #999; }
.quickref td { padding: 2px; vertical-align: top; }

.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 */
