/* 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;
	font-size: 100%;
	line-height: 1.5;
	text-align: left;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

q:before,q:after,
blockquote:before,blockquote:after {
	content: "";
}


/* COLOUR
-------------------------------------------------*/

body {
  color: rgb(51,51,51);
  background-color: rgb(255,255,255);
}


/* TYPE
-------------------------------------------------*/

body, input, textarea {
  font-family: Tahoma, sans-serif;
}

body {
  font-size: 0.75em;
}


/* PAGE AREAS
-------------------------------------------- */

body {
 width: 750px;
 margin: 0 auto;
 background-color: rgb(255,255,255);
}

div#maincolumn {
 width: 480px;
 float: left;
 background-color:rgb(255,255,255);
 margin-right: 20px;
}

div#rightcolumn {
 width: 250px;
 float: left;
 background-color:rgb(255,255,255);
 margin-left: 0px;
}


div#site_nav {
 margin: 3em 0 3em 0;
}

div#section_nav {
 margin: 1.5em 0 1.5em 0;
}

div#foot_nav {
 margin: 3em 0 3em 0;
}

div#foot_info {
 padding: 0.75em 0 0.75em 0;
 clear: left;
}


div.entry_content {
 margin: 0 0 0.75em 0;
}

/* MAIN
-------------------------------------------------*/

textarea,
input.comment_name_input,
input.comment_email_input,
input.comment_web_input,
form#search_input input{
 border: 1px solid rgb(204,204,204);
}

h1, h1 a:link, h1 a:visited, h1 a:hover {
 color: rgb(102,102,102);
 margin: 0.75em 0 0 0;
 text-decoration: none;
 text-transform: uppercase;
 font-weight: bold;
}

h2, h2 a:link, h2 a:visited, h2 a:hover {
 color: rgb(102,102,102);
 font-weight: bold;
 }

h3, h3 a:link, h3 a:visited, h3 a:hover { 
 color: rgb(102,102,102);
 text-transform: uppercase;
}

p,ul {
 margin: 0 0 1.5em 0;
}

strong {
 /* NB <b> element is deprecated */
 font-weight: bold;
}
  
em {
 /* NB <i> element is deprecated */
 font-style: italic;
}

a:link {
 color: rgb(102,102,102);
 text-decoration: none;
 border-bottom: 1px solid rgb(153,153,153);
}

a:visited {
 color: rgb(102,102,102);
 text-decoration: none;
 border-bottom: 1px solid rgb(204,204,204);
}

a:hover {
 color: rgb(102,102,102);
 background-color: rgb(255,255,0);
 text-decoration: none;
 }

a:active {
}

form {
  display: inline;
}

ul, li {
 margin-left: 1.5em;
}

table.simple td {
 padding: 0 1.5em 0.75em 0;
}

/* OVERRIDES FOR PAGE AREAS
-------------------------------------------------*/

div#site_nav a {
 border: none;
}


/* WORKING
-------------------------------------------------*/

