/* Whole page
   -------------------------------------------- */

html {
}

body {
	background-color: #727679;
        white-space: normal;
}

body.alt {
	background-image: url("../images/gradient.gif");
	background-attachment: fixed;
	background-position: bottom;
	background-repeat: repeat-x;
}

#content {
	margin-right: 1px;
	margin-left: 1px;
	background-color: #FDFBF7;
	padding: 0.5em;
	margin-top: 0px;
	border: 0px #D7E2ED solid;
}

#forum {
	margin-right: 1px;
	margin-left: 1px;
	background-color: #FDFBF7;
	padding: 0.5em;
	margin-top: 0px;
	border: 0px #D7E2ED solid;
}

/* Image from sxc.hu (http://www.sxc.hu/browse.phtml?f=view&id=16710)
   Thanks bradleym! */


#header {
	position: absolute;
	top: 40px;
	left: 0px;
	width:80%;
	margin: 0;
	height: 150px;

	padding-left: 45px;

	font-family: Georgia;
	font-weight: normal;
	font-size: 3em;
}

p.description {
font-size: 0.8em;
font-weight: normal;
font-style: italic;
}

table.table1 {
	border: 1px #D7E2ED solid;
}

td.content {
	border: 1px #D7E2ED solid;
	background-color: #D7E2ED;
}

td.full {
	background-color: #EFF0ED;
	border: 0px #D7E2ED solid;
}

td.search {
	background-color: #EFF0ED;
	border: 0px #D7E2ED solid;
	padding-top: 14px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

td.header {
	background-color: #FAF8F4;
}

td.block {
	background-color: #FDFBF7;
	border: 2px #D7E2ED solid;
	font-size: 0.9em;
}

td.footer {
	background-color: #EFF0ED;
	border: 0px #D7E2ED solid;
	font-size: 0.8em;
}

a.header, a.header:link, a.header:visited {
	text-decoration: none;
	background-color: none;
	border: 0;
}
a.header:hover {
	text-decoration: none;
	background-color: none;
	border: 0;
}

ol.comment {
	border-top: 1px solid #D7E2ED;
}

ul.lightbox {
	border: 1px solid #D7E2ED;
	padding-top: 3px;
	margin-right: 3px;
	margin-left: 3px;
}

li.feed {
	margin-left: 8px;
}

li.comment {
	border-bottom: 2px solid #D7E2ED;
}

p.comment {
	background-color: #eee;
	font-size: 0.8em;
}

/* Content & menu
   -------------------------------------------- */

#menu {
	width: 14em;
	position: absolute;
	float: right;
	top: 200px;
	right: 5em;

	font-size: 90%;
}
* html #menu { /* make IE put it in the right place */
	right: 5em;
}


#menu ul {
	margin-top: 0;
	padding-left: 0;
	margin-left: 0;
	list-style: none;
	background-color: #B54141;
	color: #000000;
	/*text-indent: 1000em;*/
	}

	ul li {
	margin-left: 8px;
	list-style: disc;
	padding-left: 0.5em;
	text-indent: 5px;
	color: black;
	}

	ul {
	margin-left: 8px;
	list-style: none;
	padding-left: 0.5em;
	text-indent: 0;
	color: black;
	}

	li {
	margin-left: 8px;
	list-style: none;
	padding-left: 0.5em;
	color: black;
	}

#menu a:link, #menu a:visited {
	color: #2A577B;
	border: none;
}

#menu ul ul {
	margin-left: 0;
	list-style: disc;
	list-style-position: inside;
	padding-left: 0.5em;
	text-indent: 0;
	background-color: #B54141;
	color: black;
}


#menu form{
	margin: 0;
}
#menu form br {
	display:none;
}
input {
	font-family: Verdana, Tahoma, Arial, sans-serif;
}


/* Post
   -------------------------------------------- */


#content h2 {
	font-size: 0.9em;
	color: #666;
	margin-bottom: 0;
	margin-top: 0;
}

h3 {
	font-size: 1.5em;
	font-weight: normal;
	margin-bottom: 0.33em;
}

.storytitle {
	margin-top: 0.25em;
}

.post-categories {
	display: inline;
	margin: 0;
	padding: 0;
}
.post-categories li {
	display: inline;
	margin-left: 0 3px 0 0;
	padding: 0;
}

.post .meta {
	font-size: 0.85em;
	color: #666;
}
.post .meta * {
	margin-top: 0;
}

.post .feedback {
	margin-bottom: 3em;
	border-bottom: 1px solid #ccc;
	padding-bottom: 1px;
}


/* Credit
   -------------------------------------------- */

p.credit {
	margin-right: 20em;
	margin-left: 40px;
	padding: 0.5em;
	font-size: 90%;
}
p.credit a:visited, p.credit a:link {
	border: none;
}


/* Basic typography
   -------------------------------------------- */

body {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 80%;
}

p, td, th, li {
	font-size: 1em;
	line-height: 1.65em;
}


a:link, a:visited {
	text-decoration: none;
	color: #2A577B;
}
a:hover {
	background-color: #eee;
}

#recentcomments {  /*- The ID of the div that contains or wraps the whole list. */
font-size: 0.9em;
white-space: normal;
}
#recentCommentsTitle { /*- The ID of the span that contains the title (Recent Comments:). */
}
#recentcommentsList { /* - The ID of the �outer� ul that contains the list of post titles. */
}
.recentCommentsPostTitle { /* - The class of the spans that contain the post titles. */
}
#recentcommentsList li ul li { /* - This will give you the comment excerpts themselves (list items in the child lists under the post title list items). */
	list-style: circle;
	font-style: italic;
}
.commentAuthor { /* - The class of the spans that contain the comment author names. */
}

/* Intouch Contact Form */

/* just for clearing floats, IE Hack */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
.clearfix {display: block; margin: 0; padding: 0; }
p.clearfix {}
/* End hide from IE-mac */

div.intouch { margin: 1em auto 2em auto; }
div.intouch  form { float: left; width: 100%; }
div.intouch div.inputfield { padding: 4px 0px; position: relative; }
div.intouch span { position: relative; top: 0.4em; }
div.intouch label {
  display: block; float: left; clear: left; width: 15%; text-align: right;
  padding-top: 0.4em; position: relative; right: 5px;
  }
div.intouch div.inputfield input,
div.intouch div.inputfield textarea { float: left; margin-left: 10px; }
div.intouch div.inputfield input {
  width: 40%; border: 1px solid #ccc; padding: 3px;
  }
div.intouch div.inputfield textarea {
  width: 60%; height: 138px; padding: 5px; border: 1px solid #ccc;
  }
div.intouch div.inputfield input.submitbutton {
  border: 3px double #ccc; background: #F0F0F0; cursor: pointer;
  width: auto !important; padding: 2px; margin-left: 10px; left: 15%;
  position: relative;
  }

div.intouch div#usermessage { margin-bottom: 10px; text-align: center; }
div.intouch div#usermessage.success {}
div.intouch .error { border: 1px solid #FF0000 !important; padding: 1px; }

/* Temporary & testing
   -------------------------------------------- */


/* Backup of coloured menu headings

#menu ul {
	margin-top: 0;
	padding-left: 0;
	margin-left: 0;
	list-style: none;

	background-color: #B54141;
	color: #fff;
	padding: 1px;

}

#menu ul ul {
	background-color: white;
	margin-left: 0;
	list-style: disc;
	list-style-position: inside;
	padding-left: 0.5em;
}

#menu ul ul * {
	background-color: white;
	color: #000;
	width: 100%;
}

#menu table, #menu form, #menu caption {
	background-color: #fff;
	color: black;
	width: 100%;
}
*/
