@CHARSET "UTF-8";

body {
	background-color: #729fcf;
}

.ad {
	background-color: #ffffff;
	text-align: center;
}

input[type="text"],
input[type="password"],
input.text,
input.title,
input.password,
textarea {
	width: 100%;
}

textarea {
	height: 10em;
}

ul.errors {
	color: #a40000;
}

a,
a:focus,
a:hover {
    color: #204a87;
}

a.author {
    display: block;
    text-align: right;
}

#popular-authors a.author {
	display: inline;
	text-align: left;
}

a.tag {
	color: #4e9a06;
}

a.source {
	color: #ce5c00;
	display: block;
	text-align: right;
}

#popular-sources a.source {
    display: inline;
    text-align: left;
}

h2 {
	color: #2e3436;
	padding-left: 5px;
	border-bottom: 5px solid #2e3436;
	clear: both;
}

h3 {
	color: #204a87;
}

.sidebar .box ul {
    list-style-type: none;
    margin: 0px 0px 0px 1em;
}

.box ul li {
    margin-bottom: 0.2em;
}
    
.box ul a {
    text-decoration: none;
}

.box ul img {
    margin-right: 0.5em;
    vertical-align: middle;
}

.paginationControl {
	text-align: right;
	background-color: #d3d7cf;
	padding: 0.25em;
	margin-bottom: 1em;
}

.quotation {
    margin-bottom: 1em;
}

.quotation .actions {
	float: left;
	width: 30px;
	margin-bottom: 0px;
}
	
.quotation .tags,
.quotation .meta,
.quotation .tools {
	margin-bottom: 0.25em;
}

.quotation .tools * {
    font-weight: bold;
    vertical-align: middle;
}

.quotation blockquote a {
	color: #222222;
	text-decoration: none;
}

.list-letters {
	text-align: center;
	margin-bottom: 1.5em;
	margin-left: 0px;
	margin-top: 0px;
}
	
.list-letters li {
	display: inline;
}

.list-letters li a {
	padding: 0.2em;
	background-color: #204a87;
	border: 1px solid #204a87;
	color: #ffffff;
}

.list-letters li a.selected {
    background-color: #ffffff;
    border: 1px solid #204a87;
    color: #204a87;
}

.list-authors {
	list-style-type: none;
}

.list-authors a {
	text-align: left;
}

.list-tags {
    list-style-type: none;
}

.list-quotations {
	list-style-type: none;
	margin-right: 0px;
}

#random-quote-api {
	height: 12em;
}
	
#main #content .quotation {
	padding: 0.5em;
    background: #ffffff url('/images/quotation-background.gif') repeat-x;
}

#header {
	background-color: #204a87;
}

#header #logo {
	background: #204a87 url('/images/logo.jpg') no-repeat;
}

#header #logo h1 {
	margin-left: 100px;
}

#header #logo h1 a,
#header #logo h1 a:focus,
#header #logo h1 a:hover {
	text-decoration: none;
	color: #729fcf;
	font-weight: bold;
	font-family: serif;
	font-style: italic;
}

#header #random-quote {
	text-align: right;
}

blockquote {
	margin: 0px;
}
	
#header #random-quote blockquote a,
#header #random-quote blockquote a:focus,
#header #random-quote blockquote a:hover {
	color: #e8e8e8;
	text-decoration: none;
}

#header #random-quote a.author {
    color: #fce94f;
}

#main-navigation {
	list-style-type: none;
	margin: 0px;
    padding: 0.25em;
	background-color: #3465a4;
}

#main-navigation li {
	display: inline;
}

#main-navigation li a {
    font-size: 1.5em;
    color: #e8e8e8;
    text-decoration: none;
    padding: 0px 1em;
}

#main {
	background-color: #ffffff;
}
	
#authenticate-form dd {
	margin-left: 0px;
}

#authenticate-form #remember_me-label {
	float: left;
}

#authenticate-form input.text,
#authenticate-form input.password {
	width: 190px;
	padding: 1px;
}

#fieldset-buttons {
	padding: 0px;
	border-width: 0px;
}

#fieldset-buttons dd,
#fieldset-buttons dt {
	margin-left: 0px;
	display: inline;
}

#content,
#content .box {
	background-color: #ffffff;
}

#footer {
	text-align: center;
    background-color: #204a87;
}

#footer p {
	margin-bottom: 0.5em;
	color: #e8e8e8;
}

#footer a {
	color: #e8e8e8;
}

