/* SuitCase's Quotes CSS File, ver 3. By SuitCase. suitcase@soaringrabbit.com */

/* Set the fonts to be nice, get the background working fine, etc. */

body {
    font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .9em;
	color: #FFFFFF;
	background-color: #333399;
	background-image: url(img/quotesbg.png); 
	background-repeat: repeat-x; 
}
a {
	color: #B0E8FD; 
}
a:visited {
	color: #8CB9CA; 
}

/* Set some basic tags. */

h1 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 4.1em;
	font-weight: bold;
	color: #262976;
	position: relative;
	line-height: 75px;
	min-width: 8.5em;
	background-color: #9DCB36;
	background-image: url(img/headerbg.png);
	background-repeat: repeat-x;
	border: 3px solid #99CC33;
	padding-left: 110px;
	margin: -.01em 0 -.05em;
}
h2 {
	font-size: 1em;
	color: #F2C6CA;
	text-indent: 1em;
	background-color: #841C26;
	border: 0.2em outset #741824;
	padding: .1em;
}
ul {
	text-align: center;
	list-style-type: none;
	padding-left: 0;
}
li {
	display: inline;
	padding-right: 1.5em; 
}
blockquote {
	margin: 1.12em 0;
}
cite {
	font-weight: bold;
}
small {
	font-size: 100%;
}

/* Now the custom stuff. */

#header {
	position: relative;
}
.speechbubble {
	width: 106px;
	height: 78px;
	position: absolute;
	top: .2em;
	left: 0;
	z-index: 100;
	background-image: url(img/speechbubble.png);
	background-repeat: no-repeat;
}
.active {
	font-weight: bold;
	font-style: italic;
	color: #CCCCCC;
}
.context {
	font-weight: bold;
	color: #A8CFFE;
}
.context:before {
	content: "[";
}
.context:after {
	content: "]";
}
.author {
	color: #CCCCCC;
	text-indent: 2em;
	margin-top: -1em;
}
.author:before {
	content: "-- ";
}