* {
	margin: 0;
	padding: 0;
	font: 14px normal Verdana, sans-serif;
}

h1, h2, h3, h4, h5, h6, p, ul, ol {
	margin: 0 0 1em 0;
	font-size: inherit;
}

h1 {
	font: 30px bold Georgia, 'Times New Roman', serif;
	margin-bottom: 0.5em;
	cursor: pointer;
}

h2 {
	font: 25px bold;
	margin-bottom: 0.5em;
}

ul, ol {
	margin-left: 2em;
}

strong, b {
	font: inherit;
	font-weight: bold;
}

img {
	border: 0;
}

a {
	font: inherit;
	text-decoration: none;
}

a:hover {
	border-bottom: 1px solid #CCC;
}

#container {
	width: 80%;
	margin: 30px auto;
}

#header h2 {
	color: #555;
	font-size: 18px;
	margin-top: -1em;
}

#mainmenu {
	list-style: none;
	margin-left: 0.3em;
}

#mainmenu li {
	font-size: 18px;
	margin-bottom: 0.3em;
}

.intro {
	font-size: 18px;
}

.pagenav {
	border: 1px solid #CCC;
	margin: 0 0 1em;
	padding: 1em;
}

.quote {
	position: relative;
	border: 1px solid #CCC;
	margin: 0 0 1em;
	padding: 1em;
}

.details {
	color: #666;
}

.details a {
	color: #333;
}

.details, .details img {
	vertical-align: middle;
}

.details .score {
	font-size: 18px;
	font-weight: bold;
}

.thequote {
	overflow: auto;
	font-family: 'Courier New', Courier, monospace;
	margin: 1em 0 1em 0;
}

.moderate {
	position: absolute;
	top: 1em;
	right: 1em;
	text-align: right;
	font-size: 10px;
}

.moderate img {
	padding-left: 5px;
	vertical-align: middle;
}

img.delete, img.edit, img.approve {
  cursor: pointer;
}

a.latest {
	background: transparent url(images/new.png) 0 0 no-repeat;
	padding-left: 20px;
}

a.top {
	background: transparent url(images/award_star_gold_1.png) 0 0 no-repeat;
	padding-left: 20px;
}

a.bottom {
	background: transparent url(images/bomb.png) 0 0 no-repeat;
	padding-left: 20px;
}

a.browse {
	background: transparent url(images/zoom.png) 0 0 no-repeat;
	padding-left: 20px;
}

a.random {
	background: transparent url(images/arrow_divide.png) 0 0 no-repeat;
	padding-left: 20px;
}

a.submit {
	background: transparent url(images/comment_add.png) 0 0 no-repeat;
	padding-left: 20px;
}

a.rss {
	background: transparent url(images/feed_go.png) 0 0 no-repeat;
	padding-left: 20px;
}