* {	margin: 0; padding: 0; }

html {
	font-size: 100%;
	height: 100%;
	margin-bottom: 1px;
}	

body {
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;	
	color: black;
	font-size: 62.5%;
	height: 100%;
}

img, fieldset {	border: 0; }


/* TINYMCE ONLY */
.mceContentBody { font-size: 12px; line-height: 1.3em; }

.mceContentBody a {
	color: #098dce !important;
	text-decoration: none !important;
	cursor: pointer !important;
}

.mceContentBody a:hover { text-decoration: underline !important; } 

/* QUOTE BLOCK */
blockquote {
	background-position: 6px 8px;
	background-repeat: no-repeat;
	background-image: url(../images/quote.gif);
	border: 1px solid #dbdbdb;
	font-size: 0.95em;
	margin: 0.5em 1px 0 10px;
	overflow: hidden;
	padding: 5px;
}

blockquote blockquote {
	/* Nested quotes */
	font-size: 1em;
	margin: 0.5em 1px 0 10px;
}

.quotepost1 {
	background-color: #F7F0FC;
}

.quotepost2 {
	background-color: #F1E3FC;
}

blockquote cite {
	/* Username/source of quoter */
	font-style: normal;
	font-weight: bold;
	margin-left: 20px;
	display: block;
	font-size: 0.9em;
	padding: .2em 0;
	border: none;
}

blockquote cite cite {
	font-size: 1em;
}

blockquote.uncited {
	padding-top: 25px;
}
