/* QUIZMAIL STYLESHEET */
/* CREATED 01.11.05 */
/* MODIFIED 04.02.06 */
/* AUTHOR: ANDY FIELD @ HUBMEDIA */

/* GENERIC CONTROLS *******************************************************/

*
{
	margin: 0;
	padding: 0;	
}

body
{
	font: 70%/1.6em lucida grande, verdana, tahoma, helvetica, sans-serif;
	margin: 0;
	padding: 0;	
	background: #300;
}

.clearme
{
	clear: both;
}

.padme
{
	padding: 2em;
}

/* TYPE CONTROLS *********************************************************/

p
{
	font-size: 1em;
	color: #000;
	padding-bottom: 10px;
}

h1
{
	font-family: georgia, times, serif;
	font-size: 2em;
	line-height: 1.4em;
	color: #600;
	font-weight: bold;
	letter-spacing: -0.05em;
	text-decoration: none;
	padding-bottom: 20px;
	text-transform: lowercase;
}

#logo h1
{
	display: none;
}

h2
{
	font-family: georgia, times, serif;
	font-size: 1.6em;
	line-height: 1.2em;
	color: #600;
	font-weight: bold;
	text-decoration: none;
	padding-bottom: 20px;
	text-transform: lowercase;
}

h3
{
	font-family: georgia, times, serif;
	font-size: 1.3em;
	line-height: 1.2em;
	color: #600;
	font-weight: bold;
	text-decoration: none;
	padding-bottom: 1em;
	text-transform: lowercase;
}

p.speechbubble
{
	background-image: url(/images/speechbubble.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 2px 0 10px 26px;
}

#footercontainer p
{
	padding-left: 2em;
}

/* LINK CONTROLS *********************************************************/

a
{
	font-weight: bold;
	color: #f90;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

#navigation ul
{
	display: block;
	list-style: none;
}

#navigation li
{
	float: left;
	display: block;
}

#navigation a.home
{
	position: relative;
	display: block;
	width: 64px;
	height: 95px;
	background: url(/images/qm_nav.gif) 0 0 no-repeat;
	text-indent: -3000px;
	border: none;
	overflow: hidden;
}

#navigation a.home:hover
{
	background: url(/images/qm_nav.gif) 0 -95px no-repeat;
}

#navigation a.about
{
	position: relative;
	display: block;
	width: 87px;
	height: 95px;
	background: url(/images/qm_nav.gif) -64px 0 no-repeat;
	text-indent: -3000px;
	border: none;
	overflow: hidden;
}

#navigation a.about:hover
{
	background: url(/images/qm_nav.gif) -64px -95px no-repeat;
}

#navigation a.form
{
	position: relative;
	display: block;
	width: 163px;
	height: 95px;
	background: url(/images/qm_nav.gif) -151px 0 no-repeat;
	text-indent: -3000px;
	border: none;
	overflow: hidden;
}

#navigation a.form:hover
{
	background: url(/images/qm_nav.gif) -151px -95px no-repeat;
}

#navigation a.contact
{
	position: relative;
	display: block;
	width: 105px;
	height: 95px;
	background: url(/images/qm_nav.gif) -314px 0 no-repeat;
	text-indent: -3000px;
	border: none;
	overflow: hidden;
}

#navigation a.contact:hover
{
	background: url(/images/qm_nav.gif) -314px -95px no-repeat;
}


/* LAYOUT CONTROLS *******************************************************/

#headercontainer
{
	width: 100%;
	height: 95px;
	background: #900;
}

#header
{
	width: 72em;
	height: 95px;
	margin: 0 auto;
	background: #900 url(/images/navbg.gif) left top repeat-x;
}

#navigation
{
	float: left;
	width: 500px;
	height: 95px;
}

#logo
{
	float: right;
	width: 240px;
	height: 70px;
	background: url(/images/quizmaillogo.gif) right top no-repeat;
}

#contentcontainer
{
	width: 72em; 
	margin: 0 auto;
	background: #fff;
	border-bottom: 1px solid #fff;
}

#content
{
	margin-right: 20em;
}

#lhscolumn
{
	float: left;
	width: auto;
	margin-right: 100px;
}

#rhscolumn
{
	float: left;
	width: auto;
	margin-top: 47px;
}

#sidebar
{
	float: right;
	width: 18em;
	\width: 18em;
	w\idth: 18em;
	margin-top: 4em;
}

.postme
{
	margin-bottom: 20px;
	border-bottom: 1px solid #fff;
}

.commenttree
{
	margin-bottom: 20px;
}


#footercontainer
{
	width: 72em;
	margin: 0 auto;
	padding: 1em 0;
	background: #ddd;
}

/* FORM CONTROLS *********************************************************/

input.long
{
	width: 200px;
	margin-bottom: 2px;
}

#sidebar select
{
	width: 180px;
}

input.textbox_A,
input.textbox_B,
input.textbox_C,
input.textbox_D,
input.textbox_E,
input.textbox_F
{
	width: 200px;
}

/* TABLE CONTROLS ********************************************************/

table
{
	width: auto;
	font-family: lucida grande, verdana, tahoma, helvetica, sans-serif;
	font-size: 1em;
	margin-bottom: 15px;
}

th, td
{
	color: #000;
	text-align: left;
	vertical-align: top;
	padding: 4px 10px 4px 0;
}

th.questions
{
	font-family: georgia, times, serif;
	font-size: 1.6em;
	line-height: 1.2em;
	color: #600;
	font-weight: bold;
	text-decoration: none;
	text-transform: lowercase;
}

th
{
	font-weight: bold;	
}

#commenttable checkbox
{
	margin-right: 4px;
}
