/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/upmenu.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
html {
	overflow-y:scroll;
}

body {
	text-align:center; 
	margin:0; 
	background-color:#e58e1a; 
	font-family:helvetica;  
	font-size:12px;
}

td {
	font-family:helvetica; font-size:12px;
}

.menu {
	font-family: helvetica; 
	width:775px; 
	position:relative; 
	font-size:12px;
}
.menu ul {

	padding:0; 
	margin:0;
	list-style-type: none;
}
.menu ul li {
	float:left;
	position:relative;
}
.menu table {
	border-collapse:collapse; 
	margin:0; 
	padding:0; 
}


.menu ul li a, .menu ul li a:visited {
	display:block; 
	text-decoration:none; 
	width:155px;
	padding: 7px 0;
	text-align:center; 
	color:#ffffff; 
}


.menu ul li ul {
	visibility:hidden; 
	position:absolute;
}



.menu ul li:hover a, .menu ul li a:hover {
	color:#ffffff; 
	background:#e58e1a;
}

.menu ul li:hover ul, .menu ul li a:hover ul {
	visibility:visible; 
	top:26px;
	left:0;
}


.menu ul li:hover ul li, .menu ul li a:hover ul li {
	display:block; 
	background:#ffffff; 
	color:#000;
	width:145px; 
	clear:both;
}


.menu ul li:hover ul li ul, .menu ul li a:hover ul li a ul {
	visibility:hidden; 
	position:absolute;
}

.menu ul li:hover ul li a, .menu ul li a:hover ul li a {
	display:block;
	text-align:left;
	background:#ffffff; 
	color:#e58e1a; 
	width:100%; 
	padding-left:10px;
}

.menu ul li:hover ul li a:hover, .menu ul li a:hover ul li a:hover {
	background:##ffffff; 
	color:#000;
}

.menu ul a.lg {
	background-color:#666666;
}

.menu ul a.dg {
	background-color:#4d4d4d;
}

.menu ul a.active {
	background-color:#e58e1a;
}


h1 {
	font-weight:normal;
	padding:0;
	margin:0
}

h3 {
	font-weight:bold;
	padding:0;
	margin:0
}

.diaryentry {
	padding-bottom:10px;
	border-bottom:1px solid #ffffff;
	margin-bottom:10px;
}
.diaryentry h3 {
	margin-bottom:0.5em;
	font-size:1.2em;
}

#centreblock {
	text-align:left;
	margin:0 auto;
	width:775px;
	padding:10px;
	background-color:#ffffff;
}

#header {
	width:775px;
	margin-bottom:5px;
}

#content {
	width:775px;
	background-color:#333333;
	color:#ffffff;
}

#leftcontent {
	float:left;
	width:400px;
	padding:30px 20px;
}

#textarea {
	line-height:1.6; 
	margin-top:8px;
}

#rightcontent {
	float:right;
	padding:30px 20px;
	padding-left:0;
}

#rightcontent img {
	padding:3px;
	background-color:#ffffff;
}

#straightener {
	height:1px;
	clear:both;
}

#footer {
	text-align:left;
	margin:0 auto;
	width:795px;
	margin-top:10px;
	margin-bottom:10px;
	background-color:transparent;
}

#copyright {
	font-size:10px!important;
	color:#ffffff;
}

#pagination {
	text-align:right;
}

.pageractive {
	display:inline;
	height:1em;
	border:1px solid #e58e1a;
	width:2em;
	padding:2px;
}

.pager {
	display:inline;
	height:1em;
	border:1px solid transparent;
	width:2em;
	padding:2px;
}

a {
	color:#ffffff;
	text-decoration:none;
}

a:visited {
	text-decoration:none;
}

a:hover {
	color:#e58e1a;
}

#footer a:hover {
	color:#4d4d4d;
}
