/*
// 
// 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;
    color: #E6E6E6
;
    font-size: 9pt;
    margin: 0px auto;
    width: 900px;
    background: #FFFFFF
 url(../img/background.png) top center repeat-y; 
}

hr { 
    height: 5px;
    max-width: 599px;
    border-bottom: 1px solid #D6E7FF;
    border-top: 1px solid #D6E7FF;
    border-left: 1px solid #D6E7FF;
    border-right: 12px solid #D6E7FF;
    color: <#hrcolor>;
    background-color: #FFF;
}
a {
    color: #555;
    text-decoration: none;
}

a:hover {
    color: #222;
    text-decoration: underline;
}

#register {
    background-color: #CED7AB;
    font-size: 8pt;
}

/* including background 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;
    color: #000
;
    background: #E6E6E6 url(../img/background.png) top center repeat-y; 
}
#head {
    position: relative;
    top: 0px;
    height: 220px;
    background: url(../img/header.png) top center no-repeat;    
}
#page-title {
    position: absolute;
    top: 95px;
    left: 330px;
    width: 495px;
    font-size: 20pt;
    font-weight: bold;
    color: #000;
    background-color: #fff;
    text-align: right;
    opacity: 0.55;
    padding-right: 15px;
    filter: alpha(opacity=55);
}
#page-subtitle {
    position: absolute;
    top: 130px;
    left: 330px;
    width: 495px;
    font-size: 12pt;
    font-weight: bold;
    color: #000;
    background-color: #fff;
    text-align: right;
    padding-right: 15px;
    opacity: 0.55;
    filter: alpha(opacity=55);
}

#searchbox {
    position: absolute;
    top: 45px;
    left: 600px;
    width: 350px;
    color: #fff;
    font-size: 7.5pt;
    font-weight: bold;
    /*background-color: #666;*/
}

#searchbox input:focus {  
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.inputbox {
    font-size: 6.5pt;
    background-color: #fff;    
    opacity: 0.5;
    width: 160px;
    filter: alpha(opacity=50);
}

.inputbutton {
    font-size: 7pt;
    opacity: 0.5;
    filter: alpha(opacity=50);
    font-weight: bold;    
}
#head #page-actions {
    position: absolute;
    top: 165px;
    left: 225px;
    width: 605px;
    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: <#pageactions_a_color>; margin: 0px; padding: 2px; }
#page-actions li a:hover { text-decoration: underline; color: <#pageactions_a_hover_color>; margin: 0px; padding: 2px; }
#page-actions a { text-decoration: none; color: #fff; margin: 0px; padding: 2px; }
#page-actions a:hover { text-decoration: underline; color: #fff; 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: 9px;
}
#col-right {
    position: relative;
    float: right;    
    width: 600px;
    margin: 15px 61px 0px 0px;
}

#wikitext h1, h2, h3, h4, h5 { color: #1B95ED; }
#wikitext h1 { font-size: 16pt; }
#wikitext h2 { font-size: 14pt; }
#wikitext h3 { font-size: 12pt; }
#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: 0px; border-bottom: 1px solid <#sidebar_li_color>; }
#sidebar li a { text-decoration: none; color: <#sidebar_li_a_color>; padding: 2px 2px 4px 2px; text-indent: 4px; }
#sidebar ul li a { display: block; }
#sidebar ul li a:hover { 
        text-decoration: none; 
        color: <#sidebar_li_a_hover_color>; 
        background: #CCCCCC;
        url(images/selector.gif) center right no-repeat; 
        padding: 2px 2px 4px 2px; 
        text-indent: 4px; 
}
#sidebar a.selflink { 
    text-decoration: none; 
    color: <#sidebar_a_selflink_color>; 
    background: #E6E6E6 url(images/selector.gif) center right no-repeat; 
    padding: 2px 2px 4px 2px; 
    text-indent: 4px; 
}

#sidebar h2 { font-size:150%; color: <#sidebar_h2_color>; margin-bottom: 0px; border-bottom: 1px solid <#sidebar_h2_borderbottomcolor>; }
#sidebar h3 { font-size:130%; color: <#sidebar_h3_color>; margin-bottom: 0px; border-bottom: 1px solid <#sidebar_h3_borderbottomcolor>; }
#sidebar h4 { font-size:100%; color: <#sidebar_h4_color>; margin-bottom: 0px; border-bottom: 1px solid <#sidebar_h4_borderbottomcolor>; }

.sidehead {padding-left: 6px;
        font-size: 12pt;
        font-weight: bold;
        margin-bottom: 10px;
        color: #1B95ED;                
}

.sidehead a {
        color: #D2A901;
}


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

#footer { text-align: right; color: <#footercolor>; border-top: 1px solid <#footer_bordertopcolor>; margin-top: 18px; padding: 10px 0px 10px 0px;}

#tournav { font-size: 8pt; }
#tournav a { color: #1B95ED; }
#tournav a:hover { color: #6A8621; }

#touritem { background-color: #AED6F7; color: #fff; font-weight: bold; padding: 5px 0px 5px 11px; margin-top: 10px; }

#touritemtext { padding-left: 14px; color: #AED6F7; }

.difftype,.difftime,.diffrestore { font-size: 8pt; }

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

table.markup { border: 1px solid <#table_markup_bordercolor>; }
td.markup1 { border-bottom: 1px solid <#td_markup1_borderbottomcolor>; }
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 */


