/* ---------------------------------------------------------------------------------------------- fonts ---------- */


html {
	font-size: 100%;
	margin: 0px;
	padding: 0px;
	}
body {
	font-size: 75%;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-image:url(../images/bg_repeat.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	}
p {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0px;
	font-size: 1em;
	margin-bottom: 8px;
	}

h1 {
	color: #000000;
	font-size: 1.5em;
	font-weight: bold;
	}
h2 {
	color: #000000;
	font-size: 1.2em;
	margin-bottom: 5px;
	}
img {
	border: 0px;
	padding: 0px;
}
.small_text {
	font-size: 0.8em;
	}
.blue_text {
	color:#0066FF;
	}
.img_float {
	float: left;
	clear: both;
	margin-right: 10px;
	border: 1px solid #0066FF;
}

/* ------------------------------------------------------------------------------------------- General ---------- */



#container {
	width: 540px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-color:#000000;
	height: auto;
	margin-bottom: 0px;
	padding-left: 30px;
	padding-right: 30px;
	border-left: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	padding-bottom: 30px;
}
#masthead {
	background-image:url(../images/masthead.jpg);
	height: 19px;
	padding-top: 335px;
}
#nav {
	padding-left: 30px;
	padding-right: 30px;
	height: 20px;
	vertical-align: text-top;
}

#content {
	background-color:#FFFFFF;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 30px;
	padding-right: 30px;
	}

#footer {
	background-color:#FFF;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 5px;
	padding-bottom: 10px;
	background-image: url(../images/footer_bottom_2.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}
#footer p {
	font-size: 0.8em;
	}
#footer a {

	color:#333
	}
#footer a:hover {
	text-decoration:underline;
	}
#addthis {
	float: right;
	}



/* ------------------------------------------------------------------------------------------- Linking ---------- */

a {
	color:#0066FF;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
	}
	
#nav a {
	color:#FFFFFF;
	font-size:1em;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 10px;
	}
#nav a:hover {
	color: #000000;
	text-transform: uppercase;
	text-decoration: none;
	}


.sectionHome #nav_home, .sectionThefamily #nav_thefamily, .sectionWatchtheshow #nav_watchtheshow, .sectionHonkyblog #nav_honkyblog, .sectionBackground #nav_background, .sectionContact #nav_contact, .sectionCredits #nav_credits    {
	background-image: url(../images/page_indicator.gif);
	background-repeat:no-repeat;
	background-position:top;
	}

	
/* ------------------------------------------------------------------------------------------- Block bits ---------- */
#blocks {
	height: 85px;
	padding-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	}
#block1, #block2 {	
	width: 150px;
	height: 85px;
	float: left;
	margin-right: 15px;
	}
#block3 {
	width: 150px;
	height: 85px;
	float: left;	
	}
/* ------------------------------------- extra div bits --------------------- */


#episode_div {
	height: 100px;
	margin-bottom: 20px;
	}
#blog_div {
	height: 100px;
	margin-bottom: 20px;
	}
#family_div {
	height: 100px;
	margin-bottom: 20px;
	}



#advert_footer {
	margin-top: 30px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	position:relative;
	}