@charset "utf-8";
/* CSS Document */

@import url(color.css);
@import url(typography.css);

/* Normalise margins and 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;
}

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

/* Remove list styles */
ol, ul
{
	list-style: none;
}

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

/* Remove table styles */
table
{
	border-collapse: collapse;
	border-spacing: 0;
}

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

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

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

/*************************** Start site styling here **********************************/

body
{
	position: relative;
	background-image: url('images/main_background.gif');
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.7em;
}

a
{
	color: #333333;
	font-weight: normal;
}

a:visited
{
	color: #333333;
	font-weight: normal;
}

a:active
{
	color: #f4792c;
	font-weight: normal;
}

a:hover
{
	color: #f4792c;
}

h3
{
	font-weight: bold;
}

#wrapper
{
	width: 770px;
	position: relative;
	top: 0px;
	left: 0px;
}

#banner h1
{
	display: block;
	background-image: url('images/interim_channel_logo.png');
	width: 223px;
	height: 15px;
	text-indent: -9999px;
	position: relative;
	/*top: 55px; */
	top: 41px;
	left: 10px;
}

#banner h1 a
{
	display: block;
	width: 223px;
	height: 15px;
}

#container
{
	position: relative;
	top: 234px;
	left: 10px;
}

#container ul
{
	list-style-image: url('images/bullet_background.gif');
	position: relative;
	left: 14px;
}

#container ol
{
	list-style-type: decimal;
	position: relative;
	left: 14px;
}

#container blockquote
{
	text-indent: 50px;
	color: #f4792c;
}

#navigation
{
	min-height: 20px;
	height: 20px;
	padding: 0.4em 1em 0px 10px;
	position: relative;
	/* top: 55px; */
	top: 55px;
	left: 0px;
}

#navigation ul li
{
	display: inline;
	margin: 0 2em 0 0;
}

#navigation p
{
	position: absolute;
	top: 0.4em;
	right: 0px;
	font-weight: bold;
}

#navigation a, #navigation a:visited
{
	color: #333;
	font-weight: bold;
	text-decoration: none;
}

#navigation a:hover
{
	color: #f4792c;
	text-decoration: underline;
}

#image
{
	position: relative;
	/*top: 55px; */
	top: 55px;
}

#internal-wrapper h1, #internal-wrapper h2, #internal-wrapper h3, #internal-wrapper h4, #internal-wrapper h5, #internal-wrapper h6, #internal-wrapper p, #internal-wrapper blockquote, #internal-wrapper ul, #internal-wrapper ol
{
	margin-bottom: 1em;
}

#container
{
	width: 540px;
	position: relative;
	top: 75px;
	/* left: 20px; */
	left: 210px;
	min-height: 400px;
	height: auto !important;
	height: 453px;
	padding-bottom: 7.5em;
}

#sidebar
{
	width: 170px;
	position: absolute;
	top: 257px;
	left: 10px;
	/* right: 10px; */
	padding-right: 10px;
	border-right: dotted 1px #f4792c;
}


#footer
{
	position: relative;
	top: 0px;
	width: 100%;
	background: #fff;
	background-image: url('images/footer_background.gif');
	background-repeat: repeat-y;
	border-bottom: solid 50px #fff;
	padding: 25px 20px;
}

.post
{
	padding: 20px 0 10px 0;
	border-bottom: dotted 1px #f4792c;
}

/*************************** COMMENTS SECTION ************************/

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 1em;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template p.nocomments{
	padding: 0;
}


