/*
* $ID style.css, v2; Eck <eck@qdbs.org>
* QdbS theme: QuoteBucket-2.0
* Preview: http://www.quotebucket.org/themes/preview
*/

/* Misc */
* { margin: 0; padding: 0; }
a { color: #8D8B8B; text-decoration: none; }
h1 { font-size: 1.4em; }
h1,h2,h3,h4 { font: normal 1.2em "Trebuchet MS",sans-serif; color: #747272; }
.clearer { clear: both; }

body {
	background: #FFF;
	color: #444;
	font: normal 63.5% "Lucida Sans Unicode",Verdana,sans-serif;
}
dl,dd {
    margin-left:2em;
}
.adsheader {
    background: url(images/header.png) repeat-x;
	height: 110px;
	margin-bottom: 0px;
}
/* Header */
.header h1 a {color: #656567; text-decoration: none;}
.header h1 a:hover {color: #7E7E81;}

.header {
	background: url(images/header.png) repeat-x;
	border: 1px solid #6E6E6E;
	height: 120px;
	margin-bottom: 25px;
}

.header h1 {
	color: #4F4F4D;
	font: normal 2.4em sans-serif;
        margin-left: 40px;
        margin-top: 45px;
}

/* Searchform (Header) */
.header form {
        float: right;
        margin-right: 40px;
        margin-top: -45px;
}

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

.searchform:focus {
        background-color: #B0B0B0;
        border: 1px #D7D7D6 solid;
}

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

.go:hover {
        background-color: #B0B0B0;
        border: 1px #D7D7D6 solid;
}

/* Forms */

.form, .buttons {
        font-family: sans-serif;
        font-size: 9pt;
        background-color: #CACACA;
        border: 1px #4F4F4D solid;
}

.form:focus, .buttons:hover {
        background-color: #B0B0B0;
        border: 1px #737373 solid;
}

/* Navigation bar */

.navigation li { display: inline; }
.navigation li a:hover { background: #7C7E7E; }

.navigation {
        margin-top: -55px;
        font: bold 11px Verdana;
        list-style-type: none;
        width: 90%;
        overflow: hidden;
        padding-bottom: 5px;
	margin-left: 3%;
}

.navigation li a {
        float: left;
        display: block;
        text-decoration: none;
        padding: 7px 8px;
        border-right: 1px solid #CACACA;
        color: #C9CACA;
        background: #626464;
}

/* Admin area */
.admin {
	color: #747272;
	font-size: 1.2em;
}

.admin a {
	color: #8C8C8C;
	text-decoration: none;
}

.admin a:hover {
	color: #444;
}

/* (Right) content */
.right {
        margin-top: 10px;
	right: 3%;
	width: 25%;
	position: absolute;
        border-left: 1px #AFB1B1 dashed;
}

.rightcontent {
        text-align: center;
}

.rightcontent h1 {
	color: #817E7E;
	font-size: 1.4em;
	margin-left: 8px;
}

/* (Left) content */
.left {
	margin: 0 30% 20px 3%;
        padding-bottom: 25px;
}

.leftcontent {
	color: #747272;
	font-size: 1.2em;
	margin-bottom: 6px;
        margin-top: 10px;
}

.leftcontent li {
	margin-left: 18px;
}

.leftcontent h1 {
	color: #817E7E;
	font-size: 1.3em;
        padding-top: 10px;
}

.leftcontent a {
	color: #8C8C8C;
	text-decoration: none;
}

.leftcontent a:hover {
	color: #444;
}

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

.quotes a:hover {
        color: #666;
}

.quotes {
	margin: 0 10% 3px 3%;
        padding-bottom: 1px;
}

.pages {
        font-size: 13px;
        text-align: center;
}

/* Footers */
.footer-left {
        text-align: left;
	color: #666;
	border-top: 1px solid #EEE;
	font: normal 1em Verdana,sans-serif;
	margin-left: 3%;
        margin-top: 5px;
	padding: 8px 6px;
}

.footer-right {
        text-align: right;
	color: #666;
	font: normal 1em Verdana,sans-serif;
	margin-top: -25px;
}

.footer-right a { text-decoration: none; }
.footer-right a:hover { text-decoration: none; border-bottom: 2px solid #F2F2F2; }
