/*
Theme Name: Longhornengineer.com
Theme URI: http://www.longhornengineer.com.com/
Description: The Official PmWiki Skin of Longhornengineer.com
Version: 2.0
Author: Parker Dillmann
#cd5500 burnt orange!
*/

html{
     position:relative;
     min-width: 800px;
}
body { 
     font-family: Courier New;
     color: #444;
     font-size: 10pt;
     margin:0 auto 0 auto;
     width: 800px;
     height: 100%;
     position:relative;
}
hr { 
    height: 3px;
    max-width: 480px;
    border-bottom: 1px solid #877;
    color: #fff;
    margin: -10px 0px 7px 0px;

}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #cd5500;
	text-decoration: none;
}
#total{
    background: url(images/Pagebackground6.jpg) #FFFFFF center repeat-y;
}
/*total keeps the retarded pagebackground6.jpg from passing 
the footer when the content on the page is less then the browser
window
*/
#wrapper {
    position: relative;
    max-width:800px;
    margin-left:auto;
    margin-right:auto;
    min-height: 100%;
}
#header {
    position: relative;
    height: 165px;
    background:no-repeat;
    padding:0px;
    background-color: #FFFFFF;
}
#col-left {
    float: left;
    position: relative;
    width: 480px;
    margin: 10px 57px 15px 53px;
}
#col-right {
    float: right;
    position: relative;
    width: 196px;
    margin: 0px 14px 15px 0px;
}
#wikitext h1, h2, h3, h4, h5 {
}
#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 {
    font-size: 12px;
    font-family: Helvetica;
    text-align: center;
    color: #cd5500;
    font-weight: bold;
}
#sidebar ul { 
    list-style: none;
    margin: 0px;
    padding: 0px;
}
#sidebar li {
    display: list-item;
    margin: 0px;
padding: 0px 0px 2px 0px;
}
#sidebar li a { 
    text-decoration: none;
    color: #cd5500;
    padding: 04px 0px 0px 0px;
}
#sidebar ul li a { 
    display: block;
}
#sidebar ul li a:hover { 
    text-decoration: none;
    color: #FFFFFF;
    background: #cd5500;
}
#sidebar a.selflink { 
    text-decoration: none;
    color: #FFFFFF;
    background: #cd5500;
}
#wikiedit form {
    margin:0px;
}
#wikiedit textarea {
    width:99%;
    font-family: monospace;
}
#footer {
    position:relative;
    height: 100px;
    width: 800px;
    clear:both;
    background: center no-repeat;
    background-color: #FFFFFF;
}
/*
Footers Are a BITCH!
Took me like a week to get the dam footer to stay at the bottom of the page.
*/
#footertext {
    font-size: 7pt;
    text-align: center;
    color: #FFFFFF;
}
#footertext a{
    color: #FFFFFF;
}
#footertext a:hover{
    color: #000000;
}
#extra {
    color: #cd5500;
}
.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;
}
img.thumbs { border:1px solid #dddddd; margin:2px; padding:4px; vertical-align: middle; }
img.thumbs:hover, table.thumbtable td.thumbtd div.img:hover { border:1px solid #cd5500; }
table.thumbtable img.thumbs { border: 0; padding:0; }
table.thumbtable td.thumbtd {  margin:4px; padding:2px;}
table.thumbtable td.thumbtd:hover { border-color: #cd5500; }
table.thumbtable { border:1px solid #cccccc; }
table.thumbtable td.thumbtd div.img { border: 1px solid #dddddd; text-align: center;}
table.thumbtable td.thumbtd div.caption { font-size:.8em; overflow:hidden; padding:0px; line-height:1.1em;}
img.current, table.thumbtable td.thumbtd div.current { border-color: #ff0000;}
