*{
	margin:0; /*padding: 0;*/ text-decoration: none;
}

body {
	font: 80% Arial, Helvetica, sans-serif;
	color: #61635F;
	background: url(images/bg.gif) #000000 repeat-x fixed;
}

img {
	border: 0;
}

p {
	padding: 0 0 15px 0;
}

a {
 	color: #E16200;
}

a:hover {
	color: #FF9900;
}

code {
	font-size: 1.0em;
	display: block;
	font-family: "Courier New", Courier, monospace;
	background-color: #ffffcc;
	padding: 5px;
	margin: 10px;
	border: 1px solid #959595;
}

blockquote {
	background: url(images/quote.gif) left no-repeat;
	margin: 0;
	padding: 0 40px 0 40px;
	text-align: justify;
	font-size: 0.9em;
}


/* Header image and text */
#header {
	background: url(images/bg_header.jpg) no-repeat;
	width: 799px;
	height: 258px;
	margin: 0 auto;
}

#header #inner {
	width: 799px;
	margin: 0 auto;
	color: #FFFFFF;
}

#header #inner #title {
	font-size: 1.0em;
	padding: 124px 0 0 15px;
}

#header #inner #description {
	font-size: 1.0em;
	padding-left: 16px;
}

#header #inner #title a{
	color:#FFFFFF;
}

 
/* Breadcrumbs and search bar */
#crumb-search {
	background: url(images/bg_main.png) top left repeat-y;
	height: 40px;
	margin: 0;
	padding: 0;
}

/* Breadcrumbs */
#breadcrumb {
	float: left;
	padding: 0 0 0 15px;
	margin: 10px 0 0 0;
	color: #7D7D7D;
	font-weight: bold;
	font-size: 1.0em;
	width:600px;
}

#breadcrumb a {
	background: url(images/bg_bullet_arrow.gif) left no-repeat;
	padding: 0 2px 0 10px;
	text-decoration: none;
	color: #CC0000;
}

#breadcrumb a:hover {
	color: #FF9900;
	text-decoration: underline;
}

/* Search form */
.search_headline {
	line-height: 30px;
	margin: 5px 0 0 0;
	padding: 0 0 0 8px;
	font-weight: bold;
	background: url(images/bg_navi.gif) center center #333333;
	color:#FFFFFF;
}

#searchform {
	padding: 10px 0 10px 8px;
	background-color: #FF7C1C;
	border: 1px solid #333333;
}

#searchform .input{
	border: 1px solid #333333;
	font-size: 0.9em;
	padding: 2px;
	margin: 0 5px 0 0;
	width: 192px;
	float: left;
}

#searchform #searchbutton {
	border: 1px solid #FFFFFF;
	background-color: #666666;
	color: #FFFFFF;
	font-size: 0.9em;
	padding: 1px;
	text-align: center;
	cursor: pointer;
}

#searchform #searchbutton:hover {
	border: 1px solid #E16200;
	color: #000000;
	background-color: #F3F3F3;
}


/* Wrap - Header */
#navi {
	width: 799px;
	height: 25px;
	margin: 0 auto;
	background: url(images/bg_navi.gif) bottom no-repeat;
}

/* Wrap  */
#wrap {
	width: 799px;
	margin:0 auto;
	/*padding:10px 25px 10px 25px;*/
	background:url(images/bg_content.gif) repeat-y;
}

/* Wrap - Footer */
#wrap_footer {
	width: 799px;
	height: 6px;
	margin:0 auto;
	background:url(images/bg_footer.gif) no-repeat;
}




.widget {
	background: url(images/bg_line.gif) bottom repeat-x;
	padding: 10px 0 2px 0;
	margin: 0 0 10px 0;
}

.headline {
	color: #666666;
	font-size:1.4em;
	padding: 0px 0 3px 0;
	margin: 0;
}

.widgettitle {
	color: #666666;
	font-size: 1.4em;
	padding: 0 0 3px 0;
	margin: 0;
}

/* Main content area */
#content {
	float: left;
	width: 485px;
	padding: 10px 0 0 25px;
}

#content .post, #content .page {
	padding: 0;
}

#content .post img {
	float: right;
	margin: 0 5px 5px 0;
}

#content .headline {
	font-size: 1.4em;
	border-bottom: 3px solid #61635F;
	margin-bottom: 10px;
	color: #646464;
}

#content .headline a {
	color: #E16200;
}

#content .headline a:hover {
	color: #FF9900;
	text-decoration:none;
}

#content .pagetitle {
	color: #646464;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 1.4em;
}

#content .entry h1 {
	font-size: 1.4em;
	color: #646464;
}

#content .entry .headline {
	font-size: 1.4em;
	color: #646464;
	border-bottom: none;
}

#content .entry h3 {
	font-size: 1.2em;
	color: #646464;
}

#content .entry h4 {
	font-size: 1.0em;
	color: #646464;
}

#content a {
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

#content p {
	font-size: 1.0em;
}

#content p.prefix {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 0.8em;
}

#content p.suffix {
	font-size: 0.8em;
	background-color:#F7F7F7;
	border: 1px solid #646464;
	color: #646464;
	padding: 0 0 0 10px;
	line-height: 30px;
	margin:10px 0 35px 0;
}

#content p.suffix_single {
	font-size: 0.8em;
	border:1px solid #61635F;
	padding: 5px;
	margin:20px 0 20px 0;
}

#content p.suffix a {
	color: #646464;
	text-decoration: none;
}

#content p.suffix a:hover {
	color: #000000;
	text-decoration: underline;
}

#content p.edit {
	font-size: 0.9em; 
}

#content ul, #content ol {
	padding: 4px 0 4px 0;
	margin: 0 0 0 30px;
}

#content li {
	font-size: 1.1em;
	padding: 1px 0 1px 0;
}

#content ul li {
	list-style: square url(images/bg_bullet_full_1.gif);
}

.navigation, .bottomnavigation {
	margin:0 0 0 0;
}

.navigation .alignleft, .bottomnavigation .alignleft {
	float: left;
	margin-bottom:10px;
}

.navigation .alignright, .bottomnavigation .alignright {
	float: right;
	margin-right:10px;
}

.entry {
	overflow: hidden;
}

.entry a {
	overflow: hidden;
}

.entry img {
	overflow: hidden;
}

/* Monsterous hack to get IE6 to cut off an image bigger than the post area */
* html .entry p {
	width: 99%;
	overflow: hidden;
}


/* Sidebars */



















/* Left sidebar */
#sidebar {
	width: 260px;
	float: left;
	padding: 0 0 0 10px;
}

/* Colour of left sidebar menu header */
#sidebar .headline .pages, #sidebar li .headline {
	/*background-color: #C9C6BF;*/
}

#sidebar ul {
	list-style: none;
	margin: 0 0 8px 0;
	padding: 0 0 0 0;
	overflow: hidden;
}

#sidebar li {
	margin: 0 0 0 1px;
	line-height: 20px;
}
/*
#right-sidebar li li {
	background-image: none;
	margin: 0;
	padding: 0 0 0 12px;
	border-bottom: none;
}

#right-sidebar li li li {
	padding: 0 10px 0 12px;
	border-bottom: none;
}
*/
#sidebar .headline .pages {
	color: #61635F;
	margin: 0 0 5px 0;
}

#sidebar li .headline {
	color: #666666;
	margin: 0 0 5px 0;
}

#sidebar a {
	color: #E16200;	
	font-weight: bold;
	text-decoration: underline;
}

#sidebar  li li a {
	background: url(images/bg_bullet_full_1.gif) left no-repeat;
	padding-left: 12px;
	white-space: nowrap;
}

#sidebar li li a:hover {
	background: url(images/bg_bullet_full_2.gif) left no-repeat;
	color: #FF9900;
	text-decoration: none;
}

#sidebar li li li a {
	background: url(images/bg_bullet_half_1.gif) left no-repeat;
	padding-left: 12px;
}

#sidebar li li li a:hover {
	background: url(images/bg_bullet_half_2.gif) left no-repeat;
	color: #FF9900;
	text-decoration: underline;
}

#sidebar li.recentcomments {
	border-bottom: 1px solid #818181;
}

#sidebar li.recentcomments a {

}

#sidebar ul li#recentposts ul li.recentposts a {
	padding: 0;
	margin: 0;
} 

#sidebar li#recentposts ul li.recentposts {
/*	border-bottom: 1px solid #818181;
	margin: 0 10px 0 10px;*/
}

#sidebar div.textwidget {

}

#sidebar div.textwidget p {

}

#sidebar div#calendar_wrap {
	text-align: center;
	margin: 0;
	padding: 0 0 0 15px;
}

#sidebar #wp-calendar {
	text-align: center;
}

#sidebar #wp-calendar a {
	text-decoration: none;
}

#sidebar td {
	border: 1px solid #BEBEBE;
	padding: 3px;
	background-color: #ffffff;
}

#sidebar td.pad {
	border: none;
}

#sidebar td#prev, #sidebar td#next {
	border: none;
}

#sidebar #today {
	background-color: #ffff99;
}




















/* Right sidebar */
#right-sidebar {
	float: right;
	width: 165px;
}

#right-sidebar .headline {
	color: #61635F;
	margin: 0 0 5px 0;
}

#right-sidebar span {
	padding: 5px 5px 5px 10px;
}

/* Colour of right sidebar menu body */
#right-sidebar ul ul, #right-sidebar li, #right-sidebar li li, #right-sidebar li li li {

}

#right-sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#right-sidebar ul ul {
}

/* Change spacing below right hand menus */
#right-sidebar li {
	margin: 0 0 15px 0;
}

#right-sidebar li li {
	background-image: none;
	margin: 0;
	padding: 0;
	border-bottom: none;
}

#right-sidebar li li li {
	margin: 0;
	padding: 0;
	border-bottom: none;

}

#right-sidebar a {

}

#right-sidebar li li a {
	background: url(images/bg_bullet_full_1.gif) left no-repeat;
	padding-left: 12px;
}

#right-sidebar li li li a {
	background: url(images/bg_bullet_half_1.gif) left no-repeat;
	padding-left: 12px;
}

#right-sidebar a:hover {
	background: url(images/bg_bullet_full_2.gif) left no-repeat;
	color: #FF9900;
	text-decoration: underline;
}

#right-sidebar li.recentcomments {
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #818181; 
}

#right-sidebar li.recentcomments a {
	background-image: none;
}

#right-sidebar li.recentposts {
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #818181; 
}

#right-sidebar li.recentposts a {
	margin: 0;
	padding: 0;
	background-image: none;
}

#right-sidebar div.textwidget {
	padding: 0;
}

#right-sidebar div.textwidget p {
	padding: 0;
	margin: 0; 
}

#right-sidebar div#calendar_wrap {
	text-align: center;
	margin: 0;
	padding: 5px 5px 0 7px;
}

#right-sidebar #wp-calendar {
	text-align: center;
}

#right-sidebar #wp-calendar a {
	text-decoration: none;
}

#right-sidebar td {
	border: 1px solid #818181;
	padding: 3px;
	background-color: #ffffff;
}

#right-sidebar td.pad {
	border: none;
	background: transparent;
}

#right-sidebar td#prev, td#next {
	border: none;	
	background: transparent;
}

#right-sidebar #today {
	background-color: #ffff99;
}


/* Footer */
#footer {
	text-align: center;
	font-size: 0.8em;
}

#footer p {
	color: #A7A7A7;
	padding: 3px;
}

#footer a {
	text-decoration: underline;
	color: #7d7d7d;
}

#footer a:hover {
	text-decoration: none;
	color: #000000;
}

/* Comment form */

h3#respond, h3#comments {
	font-size: 1.2em;
	margin: 0 0 5px 0;
}

#commentwrap {
	background-color: #F0F0F0;
	border: 1px solid #DCDCDC;
	padding: 10px;
	margin: 0 0 10px 0;
}

#commentform {
	margin: 0;
	padding: 0px;
}

#author {
	border: 1px solid #DCDCDC;
	height: 17px;
	width: 190px;
}

#email {
	border: 1px solid #DCDCDC;
	height: 17px;
	width: 190px;
}

#url {
	border: 1px solid #DCDCDC;	
	height: 17px;
	width: 190px;
}

#comment {
	width: 100%;
	border: 1px solid #DCDCDC;
}

#submit {
	background-color: #E6E6E6;
	border: 1px solid #BEBEBE;
	color: #808080;
	padding:0;
	font-size: 1em;
	height: 30px;
	width: 100%;
	text-align: center;
	cursor: pointer;	
}

#submit:hover {
	background-color: #dcdcdc;
	color: #404040;
	border: 1px solid #404040;
}

/* Comments display */

#content ol.commentlist {
	padding: 0 0px 0 0px;
	margin: 0 15px 10px 30px;
}

#content ol.commentlist li {
	/*background: #ffff99 url(images/bg_corner_topright.gif) no-repeat top right;*/
	margin: 5px 0 5px 0;
	padding: 10px;
}

#content ol.commentlist li.alt {
	/*background: #F1F1F1 url(images/bg_corner_topright.gif) top right no-repeat;*/
}

/* Images */

img.left {
	float: left;
	margin: 5px 5px 0 0;
	padding: 5px;
	border: 1px solid #E6E6E6;
}

img.right {
	float: right;
	margin: 5px 0 0 5px;
	padding: 5px;
	border: 1px solid #E6E6E6;
}

.entry img.wp-smiley {
	border: none;
	margin: 0;
	padding: 0;
}

.entry img {
/*	margin: 5px;*/
	padding: 0 0 5px 5px;
}

.entry a img {
	/*border: 1px solid #E6E6E6;*/
}

.entry a:hover img {
	/*border: 1px solid #515151;*/
}

/* Various styles */

.strong {
	font-weight: bold;
	font-size: 1.0em;
}