/*
	Style Index
	
	$1 - Site Structure Styles
	$2 - Header Styles
	$3 - Sidebar Styles
	$4 - Content Styles
	$5 - Footer Styles
*/


/* undohtml.css 
(CC) 2004 Tantek Celik. Some Rights Reserved.
http://creativecommons.org/licenses/by/2.0
This style sheet is licensed under a Creative Commons License.
Purpose: undo some of the default styling of common (X)HTML browsers */

:link,:visited { text-decoration:none }
ul { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,img
{ margin:0; padding:0 }
a img,:link img,:visited img { border:none }
address { font-style:normal }



/* $1 - Site Structure Styles ///////////////////////////////////////////////////////////////////////////////////*/

body {
	padding:15px 0;
	font:12px Arial, Verdana, Helvetica, sans-serif;
	background:#CCCCFF;
	}
	
#container {
	width:780px;
	margin:0 auto;
	background:white;
	}


#sidebar-left {
	float:left;
	}
	
.sidebar-left-toilet {
	width:206px;
	height:2000px;
	}
	
#main-content {
	float:left;
	width:387px;
	padding:30px 10px;
	}

#sidebar-right-toilet {
	float:right;
	width:148px;
	height:2000px;
	color:white;
	}

#footer {
	position:relative;
	background:#33cc33;
	padding:50px 35px 35px 35px;
	text-align:center;
	display:inline-block;
	}
	
/* $2 - Header Styles ///////////////////////////////////////////////////////////////////////////////////*/

.header-top-bar {
	height:37px;
	padding:6px 20px 0 20px;
	background:#211D1E;
	}

.header-top-bar h1 {
	margin:0;
	padding:0;
	}

.header-top-bar h1 a {
	font:bold 26px Arial, Helvetica, sans-serif;
	color:white;
	float:left;
	}
.header-top-bar p.header-p {
	color:white;
	width:390px;
	text-align:center;
	font-style:italic;
	font-weight:bold;
	float: right;
	}
.header-p-span {
	margin: 0 0 0 20px;
	width:200px;
	font-size: 14px;
	float:left;
}
.header-top-bar p.header-p img {
	float:left;
	margin-top: -5px;
}
#header-nav {
	margin-bottom:-1px;
	height: 30px;
	}

html>body #header-nav {
	margin-bottom:-1px;
	padding-top:0;
	}

.header-strip-toilet {
	height:22px;
	line-height:22px;
	background-color: #ffcc00;
	font-size: 140%;
    font-weight: bold;
	padding:0;
    padding-left: 190px;
}
.checklist {
	margin: 20px;
}
.checklist li {
	background-image: url(/images/checklist.jpg);
	background-repeat: no-repeat;
	background-position: 0 2px;
	padding-left: 20px;
        margin-bottom: 8px;
line-height: 16px;
}
	
/* $3 - Sidebar Styles ///////////////////////////////////////////////////////////////////////////////////*/



	.hints-monkey {
		position:absolute;
		top:-137px;
		left:2px;
		height:182px;
		width:141px;
		}
	
	.kits-menu  {
		padding:10px;
		}
		
		.kits-menu ul {
		padding-left:23px;
		}
	
	.kits-menu a {
		color:white;
		}
	
	
/* $3 - Content Styles ///////////////////////////////////////////////////////////////////////////////////*/

h2 {
	font:bold 15px Arial, Helvetica, sans-serif;
	color:#6666CC;
	}

.content-hints {
	background:url(/images/checklist_bg.jpg) no-repeat;
	}
#main-content a,
#main-content a:link,
#main-content a:visited {
	color:#2D2F91;
	font-weight: bold;
	}

#main-content a:hover {
	color:  #ff3300;
	}



#main-content p {
	margin-bottom:15px;
	line-height:1.4;
	}

.content-header {
	margin-bottom:8px;
	}

img {
	border:none;
	}


ol.hints {
	color:red;
	}

ol {
	margin-bottom:25px;
	}

ol li {
	margin-bottom:6px;
	}

p.back-top {
	text-align:right;
	}

p.back-top a {
	background:url(/images/white-bg-arrow.gif) 0 50% no-repeat;
	padding-left:13px;
	}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: inline-block;}
/* End hide from IE-mac */
	

/* $5 - footer Styles ///////////////////////////////////////////////////////////////////////////////////*/

#footer p {
	margin-bottom:10px;
	}

.footer-links {
	color:white;
	}

.footer-links a {
	color:#000;
	}