html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* TWOTES CSS */

body {
	font-family:Arial,Helvetica,sans-serif;
	margin:0;
	padding:0;
}

a {
	color:#0084B4;
}

a img {
	border:medium none;
}

div#header {
	margin:0 auto;
	width:900px;
}

div#headerLinks {
	float:right;
	margin-top:40px;
}

div#headerLinks a {
	color:#999999;
	font-size:0.8em;
}

div#banner {
	background: url('/images/splashbg.png');
	color:#fff;
	font-family:Helvetica, Arial, sans-serif;
	font-size:1.5em;
	margin-top:10px;
	padding:20px 0;
	text-align:center;
	width:100%;
}

div#banner strong {
	background: #000;
	color: #fff;
	padding: 2px;
}

div#banner .subText {
	display: none;
	color: #fff;
	font-size: .8em;
	padding: 2px;
}

div#infobox {
	background:#F1FFE6 none repeat scroll 0 0;
	border:2px solid #5B972F;
	display:block;
	font-size:0.9em;
	font-weight:bold;
	margin:10px auto;
	padding:3px 5px;
	width:650px;
}

div#body {
	margin:20px auto;
	width: 900px;
}

div#sidebar {
	width: 200px;
	float: left;
}

div#sidebar div#login span.welcomeMessage {
	display: block;
	padding-bottom: 5px;
}

div#sidebar div#login a.userLink {
	display: block;
	clear: left;
	margin-top: 5px;
	border: 1px solid brown;
	color: brown;
	background: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 5px;
}

div#sidebar div#login {
	background: #FFF6BF;
	border: 1px solid #FFD324;
	font-size: .9em;
	width: 180px;
}

div#sidebar div#login.loading {
	background: url('/images/ajax-loader.gif') center no-repeat #FFF6BF;
}

div#sidebar div#login form {
	margin: 10px;
}

div#sidebar div#login form label {
	font-size: .9em;
}

div#sidebar div#login form label.checkboxLabel {
	font-size: .8em;
}

div#sidebar div#login form input.signinSubmitButton {
	margin-top: 5px;
}

div#sidebar div#login form input {
	margin-top:2px;
	margin-bottom: 2px;
	width: 150px;
}

div.adUnit {
	margin-top: 20px;
}

div#twoteFilters {
	display: block;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
	font-size: .9em;
}

div.filterLoading {
	float: right;
	margin-top: -16px;
	visibility: hidden;
	background: url('/images/ajax-loader-small.gif') no-repeat;
	display: block;
	height: 16px;
	width: 16px;
}

span.loadingIndicator {
	float: left;
	color: #666;
	margin-top: 10px;
}

div#twoteView {
	width: 700px;
	float: left;
}

div#twoteViewInner {
	background: #ffffff; /* Required for opacity in IE6 */
}

div#twoteView h2 {
	font-size: 1em;
	margin: 1em 0;
}

div#footer {
	border-top:1px solid #EEEEEE;
	margin-top: 50px;
	clear:left;
	display:block;
	font-size:0.9em;
	margin:0 auto;
	padding-top:10px;
	padding-bottom: 10px;
	text-align:center;
	width:900px;
}

div.quote {
	border-bottom:1px dashed #D2DADA;
}

div.hover {
	background:#F7F7F7 none repeat scroll 0 0;
}

div.quote img.profileThumb {
	position: absolute;
	margin:10px;
}

div.quote p.quoteDetail {
	clear:none;
	margin:0 20px 0 70px;
	padding:10px 0;
	line-height: 1.25em;
}

div.quote .profileName {
	color:#666666;
	font-family:Georgia;
	font-size:0.9em;
	font-style:italic;
}

div.quote span.voteRank {
	font-size:0.8em;
	font-weight:bold;
}

div.voter {
	float: right;
	padding-top:10px;
	margin-right: 10px;
	text-align:right;
}

div.voter a {
	margin-left:5px;
}

span.rank {
	font-size:1.5em;
	font-weight:bold;
}

span.quoteSubmitter {
	font-size: .7em;
	color: #666;
}

span.quoteComments {
	font-size: .7em;
}

span.quoteComments a {
	margin-left: 5px;
}

div.commentBox {
	width: 300px;
}
div.commentForm {
	width: 300px;
	margin-top:5px;
}

div.commentLoading {
	float: right;
	background: url('/images/ajax-loader-small.gif') no-repeat;
	width: 16px;
	height: 16px;
	display: none;
}

div.commentBox div.comment {
	font-size: .8em;
	background: url('/images/twoteCommentBg.png') left no-repeat;
	background-position: 3px 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	border-bottom: 1px dotted #eee;
}

div.comment span.commentAuthor {
	font-size: .8em;
}

div.comment span.commentAuthor a {
	text-decoration: none;
}

input.commentFormTextBox {
	width: 220px;
}

input.commentSubmit {
	width: 55px;
}

div#pagination {
	display: block;
	margin-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

div#pagination a {
	margin: 0 50px;
}

div#pagination a {
	margin: 0 50px;
	margin-top: 5px;
	width: 70px;
}

div#pagination {
	display: block;
	margin-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

div#pagination a {
	margin: 0 50px;
}