/*
* $ID style.css, v2, Eck; <eck@qdbs.org>
* Theme: Bash-2.0
* Project: QdbS 1.*
* Support: irc.qdbs.org - #QdbS (Port 6667)
* Date/time complete: Wed 06 May 2009 19:39:00 BST 
*/

/* Main */
#main {
 margin: 0;
 clear: left;
}

#main h1 {
 color: #C08000;
 font-family: arial, helvetica, sans-serif;
 font-size: 120%;
 margin: 0;
 padding: 0;
 padding-top: 3px;
 text-align: center;
}

#main p {
 line-height: 1.75em;
 margin: 1em 0 1.5em 0;
 padding: 0;
}

.right {
 text-align: left;
 width: 45%;
 padding-left: 10px;
 float:left;
}

.left {
 text-align: left;
 width: 49%;
 margin-left: 3px;
 padding-right: 10px;
 float:left;
 border-right: 3px solid #C08000;
}

body {
 font-family: arial, helvetica, sans-serif;
 font-size: 72%;
 padding-left: 30px;
 padding-right: 30px;
 padding-bottom: 10px;
}

a {
 color: #C08000;
 text-decoration: underline;
}

a:hover { text-decoration: none; }

/* Quotes */
.quote {
 font-family: courier new, lucida console, fixed;
 margin-bottom: 0px;
/* IE hack */
 text-align: left;
 font-size: 13px;
}

.quotes a:hover {
 color: #DB9200;
 text-decoration: none;
}

.quotes { padding-bottom: 1px; }
.quotes a { text-decoration: none; }

/* Header */
.header {
 background-color: #C08000;
 padding: 0 10px;
}

.header a { 
 text-decoration: none;
 color: #000000;
 font-size: 19px;
}

/* Forms */
.header form {
 float: right;
 margin-top: -37px;
}

.searchform {
 font-family: sans-serif;
 font-size: 9pt;
 background-color: #C08000;
 border: 1px #000000 solid;
}

.go {
 font-family: sans-serif;
 font-size: 9pt;
 background-color: #C08000;
 border: 1px #000000 solid;
 text-align: center;
 margin-left: 5px;
}

.go:hover {
 background-color: #DB9200;
 border: 1px #000000 solid;
}

.input, .add {
 font-family: sans-serif;
 font-size: 9pt;
 background-color: #FFF;
 border: 2px #DB9200 solid;
}

.input:focus {
 border: 2px #C08000 solid;
}

.add:focus {
 border: 2px #C08000 solid;
}

.add { width: 80%;}

/* Navigation */
.navigation {
 background-color: #F0F0F0;
 width: 100%;
 color: #000000;
 margin-top: -16px;
 float: right;
 text-align: right;
 padding-top: 3px;
 padding-bottom: 3px;
 margin-bottom: 5px;
}

.navigation a, .navigation .highlight {
 color: #C08000;
 font-size: 110%;
 text-decoration: underline;
 padding-right: 4px;
}

.navigation a:hover { 
 color: #C08000;
 text-decoration: none;
}

/* Footer */
#footer {
 color: #000000;
 background-color: #C08000;
 padding: 4px 10px;
 clear: left;
 font-family: arial, helvetica, sans-serif;
}

/* Footer links for the left side of the footer */
#footer a { color: #000000; text-decoration: none; }
#footer a:hover { text-decoration: underline; }

/* Left/right text for the footer, Powered by QdbS/Total and pending quotes */
#fl-text { text-align: left; }
#fr-text { text-align: right; margin-top: -15px; }

/* Bottom space for the middle border */
#bottom { 
 background-color: #FFF;
 padding: 4px;
 clear: left;
}
