/* SIMPLE RESET
-------------------------------------------------*/

html,body,div,span,
applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,font,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
dd,dl,dt,li,ol,ul,
/* fieldset,form,label,legend,input,textarea, */
table,caption,tbody,tfoot,thead,tr,th,td 
{
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	line-height: 1.5;
	text-align: left;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

q:before,q:after,
blockquote:before,blockquote:after {
	content: "";
}


/* BASELINE TYPOPGRAPHY AND COLOUR
-------------------------------------------------*/

html {
	font-size: 62.5%;
}

body, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
}

body {
	font-size: 12px;
	background-color: white;
}


/* PAGE STRUCTURE, COLOUR
-------------------------------------------- */

body {
	min-width: 54em; /*prevents inners escaping outers in FF */
}

#header_content {
	color: white;
	background-color: rgb(210,0,0);
	width: 780px;
	margin: 0 auto;
	padding: 70px 20px 18px 20px;
	overflow: hidden; /* expand vertically to enclose floats in FF */
}

#header_content #sectionnav {
	float: left;
	height: 1.5em;
	margin-top: 1em;
	width: 540px;
}

#header_content #siteutils {
	float: left;
	height: 1.5em;
	margin-top: 1em;
}

#main {
	color: rgb(30,30,30);
	background-color: white; 
}

#main_content {
	width: 780px;
	margin: 0 auto;
	min-height: 500px;
	padding: 3em 20px 3em 20px;
	overflow: hidden; /* expand vertically to enclose floats in FF */
}

#footer_content {
	color: white;
	background-color: rgb(210,0,0);
	width: 780px;
	margin: 0 auto;
	padding: 40px 20px 18px 20px;
	overflow: hidden; /* expand vertically to enclose floats in FF */
	}

#foot_nav {
	margin: 3em 0 3em 0;
}

#foot_info {
	padding: 0.75em 0 0.75em 0;
	clear: left;
}


/* HEADER STYLES
-------------------------------------------------*/

#header_content a {
	color: white;
	text-decoration: none;
}

#sectionnav ul,
#sectionnav li {
	display: inline;
}

#sectionnav li{
	list-style-type: none;
}

#sectionnav a,
#siteutils a {
	display: block;
	float: left;
	margin-right: 1.5em;
	font-weight: bold;
	padding-bottom: 2px;
}

#sectionnav a.current_section,
#siteutils a.current_section {
	border-bottom: 4px solid red;
}

#sectionnav a:hover,
#siteutils a:hover {
	border-bottom: 4px solid white;
}

h1#sitename {
	font-size: 24px;
	font-weight: normal;
	white-space: nowrap; /* only an issue on very small screens?? */
}

#header form {
	display: inline;
}

#search_input,
#dummy_input {
	background-color: transparent;
	color: white;
	border:  1px dotted white;
	vertical-align: middle;
}

#header input#dummy_input {
	visibility: hidden;
	width: 0;
}

input#search_input:focus {
	background-color: rgb(180,0,0);
}

input#search_btn {
	background-color: transparent;
	color: white;
	border: 1px solid white;
	font-weight: bold;
	vertical-align: middle;
	margin: 0 20px 0 5px;
	padding: 0 3px 0 3px;
	cursor: pointer;
}

input#search_btn:hover {
	background-color: rgb(255,0,0);
}


/* CONTENT STYLES
-------------------------------------------------*/

div.column_left {
	float: left;
	width: 420px;
	margin: 1em 20px 1em 0;
}

div.column_right {
	width: 220px;
	float: left;
	margin: 1em 0;
}

/*
textarea,
input.comment_name_input,
input.comment_email_input,
input.comment_web_input,
form#search_input input{
	border: 1px solid white;
}
*/

#main h1,
#main h1 a:link,
#main h1 a:visited,
#main h1 a:hover {
	font-size: 18px;
	color: rgb(210,0,0);
	margin: 0.75em 0;
}

#main h2,
#main h2 a:link,
#main h2 a:visited,
#main h2 a:hover {
	font-size: 12px;
	color: rgb(210,0,0);
	font-weight: bold;
 }

#main h3,
#main h3 a:link,
#main h3 a:visited,
#main h3 a:hover { 
	font-size: 12px;
	color: rgb(210,0,0);
}

.date {
color: rgb(102,102,102);
}

#main p,
#main ul {
	margin: 0 0 1.5em 0;
}

strong {
	font-weight: bold;
}
  
em {
	font-style: italic;
}

#main a img {
	border: none;
}

#main a:link {
	color: rgb(30,30,30);
	text-decoration: none;
	border-bottom: 1px solid rgb(153,153,153);
 }

#main a:visited {
	color: rgb(30,30,30);
	text-decoration: none;
	border-bottom: 1px solid rgb(204,204,204);
}

#main a:hover {
	color: rgb(30,30,30);
	text-decoration: none;
	border-bottom: 1px solid rgb(255,0,0);
}

#main a:active {
	text-decoration: none;
}

#main form {
	display: inline;
}

#main ul {
	margin-left: 1.2em;
}

table.simple td {
	padding: 0 1.5em 0.75em 0;
}

div.entry_content {
	margin: 0 0 0.75em 0;
}


/* FOOTER STYLES
-------------------------------------------------*/

#footer_content a {
	color: white;
	text-decoration: none;
	font-weight: bold;
}

#nameplate {
	display:block;
	float:left;
	width: 540px;
}

#feeds {
	display:block;
	float:left;
}