/*

	snot.css
	-	styles specific to the "Why is snot green?" pages
	-	All styles fall under the body class of "snot"
____________________________________________________________________*/

body#snot a{
	outline: none;
}
*{
	margin: 0;
	padding: 0;
}

/*	layout	*/

body#snot div#header div#header-image{
	background: url('/images/snot/hdr_snot.jpg');
}
body#snot #content{
	position: relative;
	float: left;
	width: 100%;
	color: #fff;
	background: #0293be;
}
body#snot #main{
	font-size: 1.3em;
	line-height: 1.2em;
	float: left;
	width: 400px;
	padding: 175px 0 20px 130px;
}
body#snot ul#secondary{
	font-size: 1.1em;
	font-weight: bold;
	list-style: none;
	float: right;
	width: 170px;
	margin: 0;
	padding: 180px 0 20px 0;
}
* html body#snot #footer{
	width: 100%;
}

/*	headers	*/

body#snot h1#askglenn{
	position: absolute;
	top: -10px;
	left: 100px;
	width: 514px;
	height: 173px;
	text-indent: -999em;
	background: url('/images/snot/hdr_askglenn.jpg') no-repeat;
}
body#snot #main h2{
	font-size: 1.5em;
	color: #fde300;
	padding: 0 0 20px 0;
	background: url('/images/snot/h2_border_bottom.jpg') no-repeat bottom;
}
body#snot #main h3{
	font-size: 1em;
	color: #fde300;
}
body#snot ul#secondary h2{
	text-indent: -999em;
	width: 0;
	height: 0;
	overflow: hidden;
}
body#snot ul#secondary li.side_question h2{
	width: 155px;
	height: 30px;
	padding: 0;
	margin: 0;
	text-indent: -999em;
	background: url('/images/snot/hdr_side_question.jpg') no-repeat bottom;
}
body#snot ul#secondary li.otherlinks h2{
	width: 155px;
	height: 30px;
	padding: 0;
	margin: 0;
	text-indent: -999em;
	background: url('/images/snot/hdr_side_other.jpg') no-repeat bottom;
}

/*	General typography and images	*/

body#snot.answer #main p{
	font-size: .85em;
	line-height: 1.2em;
}
body#snot.answer #main p.intro{
	font-size: 1em;
	font-weight: bold;
}
body#snot.answer #main img{
	margin-left: 10px;
}
body#snot #main p.error{
	margin: 0;
	padding: 10px 0;
	color: #e34aa7;
}
/*	Secondary content	*/

body#snot ul#secondary li.side_question p{
	margin: 0;
	padding: 5px 25px 0 5px;
}
body#snot ul#secondary li.side_question p.side_answer{
	margin: 0;
	padding: 0;
}
body#snot ul#secondary li.side_ask p{
	margin: 0;
	padding: 0;
}
body#snot ul#secondary li.buy{
	width: 155px;
	height: 180px;
	text-indent: -999em;
	background: url('/images/snot/bg_buybook.jpg') no-repeat;
}
body#snot ul#secondary li.side_question{
	padding-bottom: 15px;
	background: url('/images/snot/side_border_bottom.jpg') no-repeat bottom left;
}
body#snot ul#secondary li.side_ask{
	height: 60px;
	padding-bottom: 15px;
	margin: 10px 0 4px 0;
	background: url('/images/snot/side_border_bottom.jpg') no-repeat bottom left;
}
* html body#snot ul#secondary li.side_ask{
	margin: -20px 0 0 0;
}
* html body#snot ul#secondary li.side_question.mid{
	margin: -20px 0 0 0;
}

body#snot ul#secondary li ul{
	list-style: none;
	margin: 10px;
}
body#snot ul#secondary li ul li{
	padding-left: 30px;
	background: url('/images/snot/bullet_side_other.jpg') no-repeat left center;
}

/*	Links	*/

body#snot ul#secondary li a{
	color: #fff;
	text-decoration: none;
}
body#snot ul#secondary li a:hover{
	text-decoration: underline;
}
body#snot ul#secondary li.buy a{
	display: block;
	width: 155px;
	height: 185px;
	text-indent: -999em;
}
body#snot ul#secondary li.side_question p.side_answer a{
	display: block;
	width: 155px;
	height: 30px;
	text-indent: -999em;
	background: url('/images/snot/bg_side_answer.jpg') no-repeat;
}
body#snot ul#secondary li.side_ask  a{
	display: block;
	width: 155px;
	height: 50px;
	text-indent: -999em;
	background: url('/images/snot/bg_side_ask.jpg') no-repeat;
}

/*	The form	*/

body#snot div#theform_cont{/* extra div purely to provide a hook for the bg image*/
	float: left;
	width: 460px;
	margin-left: 10px;
	background: url('/images/snot/bg_form_top.jpg') no-repeat top left;
}
body#snot form#form_ask{
	float: left;
	width: 335px;
	min-height: 290px;
	padding: 35px 0 30px 145px;
	margin-left: -108px;
	background: url('/images/snot/bg_form_bottom.jpg') no-repeat bottom left;
}

/*	IE HACKS	*/

* html body#snot div#theform_cont{/* extra div purely to provide a hook for the bg image*/
	position:absolute;
	width: 460px;
	height: 290px;
	margin-left: 10px;
	background: url('/images/snot/bg_form_top.jpg') no-repeat top left;
}
* html body#snot form#form_ask{
	position:absolute;
	width: 335px;
	height: 320px;
	padding: 35px 0 30px 145px;
	margin: 0 0 50px -108px;
	background: url('/images/snot/bg_form_bottom.jpg') no-repeat bottom left;
}
* html body#snot ul#secondary{
	height: 500px;
}

body#snot form#form_ask label{
	display: block;
	width: 160px;
	height: 24px;
	text-indent: -999em;
}
body#snot form#form_ask label#l_name{
	background: url('/images/snot/l_name.jpg') no-repeat;
}
body#snot form#form_ask label#l_email{
	background: url('/images/snot/l_email.jpg') no-repeat;
}
body#snot form#form_ask label#l_question{
	background: url('/images/snot/l_question.jpg') no-repeat;
}

body#snot form#form_ask input.text,
body#snot form#form_ask textarea.text{
	font: .9em Arial,Helvetica,sans-serif;
	padding: 3px;
	width: 255px;
	border: 1px solid #c7c7c7;
}
body#snot form#form_ask textarea.text{
	height:  100px;
}
body#snot form#form_ask button{
	float: right;
	width: 90px;
	height: 30px;
	margin-right: 40px;
	border: none;
	cursor: pointer;
	text-indent: -999em;
	background: url('/images/snot/btn_send.jpg') no-repeat;
}
body#snot form#form_ask button span{
	text-indent: -999em;
}



