/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }


/* layout */


body {

	position: relative;

	

	margin: 0 auto 0 auto;
	

	

}

#container	{
	position: relative;
	margin: 30px auto 0 auto;
	
	width: 700px;
	
}
#home #container	{
	/* background : transparent url(../img/mug_.jpg) no-repeat 0 100px; */
}
#container	{
	/* background : transparent url(../img/backdrop.jpg) repeat-y 0 0; */
	border: solid 1px #333; 
	padding-bottom: 2em;
	background-color: white;
}
	

div#content_main	{ 
	position : relative; 
}

div#branding	{
	height : 300px;
	background : transparent url(../img/semi_detached_helnue_crisp.jpg) no-repeat 0 0;  }
	

#foot #branding	{
	background: transparent url(../img/foot&mouth_head.jpg) no-repeat 0 0;
}

#astley #branding	{
	background: transparent url(../img/head_d.jpg) no-repeat 0 0;
}

div#content_main	{
	width: 420px;
	float: left;
	padding: 32px 10px 20px 40px;
	
}

#nav	{
	width: 192px;
	float: left;
	padding: 20px  13px;
	
	
	
}


#nav li	{
	padding-bottom: 1em;
}
.episodes h4	{
	float: left;
	margin-right: 13px;
}

#astley img	{
	float: right;
	margin: -40px -6px 10px 10px;
}
.clear	{
	clear: both;
}
.invis {

	position: absolute;

	left: -2000px;

}
#footer	{
	padding-left: 14px;
	color: #ccc;
}




/* typography */

body { 
	font: 80% Trebuchet, "Trebuchet MS", Helvetica, Arial, sans-serif;
	line-height: 1.5;
	color : #333;
	background-color: black;}


#nav ul li {
	
	/* text-transform: uppercase; */
	width: 100%;
	border: 1px solid #333;
	
	padding: 6px;
	margin: 6px 0;
	
}


#nav ul li a:hover, #nav a:focus, #nav a:active, li.selected 	{

	color: #0d1110; /* #c8c9c1; */

	
}

h1, h2, h3, h4	{ 
	
	font : 100% "Trebuchet MS", "Lucida Grande","Lucida Sans Unicode", Verdana, sans-serif; 
	font-weight : bold; 
	text-transform: uppercase;
	padding-bottom: 1em;
	color: #0d1110;
}
h2	{
	font-size: 120%;
}

p	{ 
	font-size : 100%;
	padding-bottom: 1em;
}

#home #content_main p	{
	
	font-size: 110%;
	
}


p.collapse, h4.collapse	{
	padding: 0;
}

#nav a, a:hover, a:focus, a:active	{ 
	text-decoration : none;
	color : #f90;
}

a	{
	color: #0d1110;
}

