/*Useful colours:
Bright orange: #FFAF03;
Bright green:  #80FF80
Dark green (as in menu backgrounds): #284028
Background grey: #343434;
*/


body {
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E0E0E0;
	margin: 0px;
	padding: 0px;
}

/*----------------- General styles ---------------------*/

input.big {
	width: 100px;
}

input.small {
	width: 50px;
}

p ul ol {
	line-height: 1.5em;
}

a {
	color: #FFAF03;
	text-decoration: none;
}

a:visited {
	color: #DA8A00;	
}

a:hover {	
	text-decoration: underline;
}

a:active {
	color: #80FF80;
}

img {
	text-decoration: none;
	margin: 0;
	padding: 0;
	border: 0;
}

acronym, abbr {
	border-bottom: 1px dashed #AAAAAA;
}

acronym, abbr, span.caps {
	cursor: help;
	font-size: 90%;
	letter-spacing: .07em;
}

cite {
	font-style: normal;
}

h1 {   
	text-align: center;
	font-variant: small-caps;
	color: #80FF80;
	font-size: 26px;
}

h2 {
	position: relative;
	left: -2px;
	margin-right: 0px;
	margin-top: 1.5em;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #80FF80;
	border-left-width: 9px;
	border-left-style: solid;
	border-left-color: #FFAF03;
	background-color: #284028;
	padding-left: 6px;
	font-size: 16px;
}
	
h3 {
	font-size: 140%;
	color: #FFAF03;
	font-weight: bold;
}

h4 {
	font-size: 120%;
	color: #FFAF03;
}

.green { /* bright green text */
	color: #80FF80;
	letter-spacing: normal;
}

.note {
	background-color: #284028;
	border: 1px solid #FFAF03;
	line-height: 110%;
	font-size: 90%;
	padding: 0 5px 0 5px;
}
.note h3 {
	text-align: center;
}
.note table {
	border-bottom: 1px solid #BCBC7A;
}
.note td {
	border-top: 1px solid #BCBC7A;
}

/*Table with horizontal rules seperating rows*/
.linedtable {
	border-bottom: 1px solid #284028;
}
.linedtable td {
	border-top: 1px solid #284028;
}

.prevnext_post_links {
	font-size: 90%;
	font-weight: bold;
	font-variant: small-caps;
}

/*--------------------- WordPress -------------------*/

/* classes used by the_meta() */
ul.post-meta {
	list-style: none;
}

ul.post-meta span.post-meta-key {
	font-weight: bold;
}

.feedback {
	color: #555555;
	text-align: right;
	clear: left;
}

.link_pages {
	text-align: center;
	clear: left;
	font-size: 120%;
	font-weight: bold;
	/*border-top: 1px solid #80FF80;
	border-bottom: 1px solid #80FF80;*/
	background-color: #284028;
}

/*meta is the info displayed just beneath the post title, eg. categories*/
.meta {
	font-size: .75em;
}

.meta li, ul.post-meta li {
	display: inline;
}

.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

.meta, .meta a {
	color: #808080;
	font-weight: normal;
	letter-spacing: 0;
}

.meta a {
	text-decoration: underline;
}
.meta a:hover {
	color: #FFAF03;
}
.meta a:active {
	color: #80FF80;
}

.storytitle {
	margin: 0;
}

.storytitle a {
	text-decoration: none;
}

/*The form for leaving comments*/

#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: #284028;
	border: 1px solid #FFAF03;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E0E0E0;
	padding: .2em;
}
#commentform textarea {
	width: 90%;
}

#commentlist li ul {
	border-left: 1px solid #ddd;
	font-size: 110%;
	list-style-type: none;
}

/*See also #menu section below*/

/*The WordPress calendar*/
#wp-calendar {
	border: 1px solid #ddd;
	empty-cells: show;
	font-size: 14px;
	margin: 0;
	width: 90%;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
	text-decoration: none;
}

#wp-calendar a:hover {
	background: #e0e6e0;
	color: #333;
}

#wp-calendar caption {
	color: #999;
	font-size: 16px;
	text-align: left;
}

#wp-calendar td {
	color: #ccc;
	font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}

#wp-calendar td.pad:hover {
	background: #fff;
}

#wp-calendar td:hover, #wp-calendar #today {
	background: #eee;
	color: #bbb;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

/* ------------------ overview-by-category WordPress plugin*/

#overviewByCategory tr {
	vertical-align: top;
}

#overviewByCategory th {
  text-align: left;
  font-size:smaller;
  border-top: 1px solid #BCBC7A;
  border-bottom: 1px solid #BCBC7A;	
  width: 17%;
}

#overviewByCategory td {
  /*background-color: #FFFFFF;*/
  border: 1px solid #BCBC7A;
  border-right: 0px;
  width:80%;	
}

#overviewByCategory ul {
  margin: 0;  
  list-style-type: none;
  padding-left:0.5em;
}

#overviewByCategory li {
  font-size:smaller;
}

#overviewByCategory_heading {
  margin-bottom: 1px;
}

/*----------------------- Gallery -----------------------*/

/*Wordpress gallery thumbnail*/
.gallery_image {
	float: right;
	margin: 4px 0 4px 4px;
	border: 0;
}

.gallery_image_even {
	float: left;
	margin: 4px 10px 4px 0;
	border: 0;
}

/*Hide the ugly footer*/
.modfooter {
	display: none;
}

/*----------------------- Page layout --------------------*/
.wrap {
	position: relative;
	margin: 0 auto;
	width: 760px;
	padding: 4px 0 0 0;
	background: #343434 url(../images/greypixel.png) repeat;
	border: 0;
}

#pagetopimage {
	border: 0px;
	margin: 0px;
}

.pagetopimage_topleft {
	position: absolute;
	top: 3px;
	left: 0px;
	z-index: 1;
}

.pagetopimage_topleft_offset {
	position: absolute;
	top: 5px;
	left: 12px;
	z-index: 2;
}

.pagetopimage_topright {
	position: absolute;
	right: 10px;
	top: 7px;
}

.pagetopimage_topright a {
	cursor: hand;
	cursor: pointer;
}

/* Used as content wrapper for full width pages */
#content_wide {
	padding: 10px 5px 30px 8px;
	margin: 0;
	border: 0;
}

/* Used as content wrapper for pages with a right sidebar (given by the #menu div */
/* Add margins around the text on each page*/
#content {
	border-right: 1px dotted #ccc;
	float: left;
	padding: 10px 5px 30px 8px;
	width: 586px;
	margin: 0;
	border: 0;
}

/*Footer at bottom of page*/
#footer {
	background-color: #284028;
	border-top: double 3px #FFAF03;
	color: #fff;
	font-size: 80%;
	margin: 10px 0 0 0;
	padding: 3px;
	text-align: center;
	clear: both;
}

/*Menu is the right sidebar*/
#menu {
	border-left: 1px dotted #ccc;
	margin: 30px 0 0 0;
	padding: 0px 5px 30px 5px;
	float: right;
	width: 150px;
	z-index: 0;
}

#menu form {
	margin: 0 0 0 13px;
}

#menu input#s {
	width: 80%;
	background: #eee;
	border: 1px solid #999;
	color: #000;
}

#menu ul {
	color: #ccc;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding-left: 3px;
}

#menu ul li {
	font: italic normal 110% 'Times New Roman', Times, serif;
	letter-spacing: 0.1em;
	margin-top: 10px;
	padding-bottom: 2px; /*border-bottom: dotted 1px #ccc;*/
}

#menu ul ul {
	font-variant: normal;
	font-weight: normal;
	line-height: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

#menu ul ul li {
	border: 0;
	font: normal 85%/115% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: 0;
	margin-top: 0;
	padding: 0;
	padding-left: 12px;
}

#menu ul ul li a {
	text-decoration: none;
}

#menu ul ul li a:hover {
	text-decoration: underline;
}

#menu ul ul ul.children {
	font-size: 118%;
	padding-left: 4px;
}

/*Pop-up menu boxes on the right of the page. Nest the next four divs*/
.menubox {
	position: absolute;
	left: 607px;
	top: 216px;
	width: 150px;
	background: url(../images/box_topleft.png) no-repeat top left;
	border-top: 0px;
	padding: 0;
	display: none;
	z-index: 2;
	/*background-color: #284028;*/
}
.menubox2 {
	background: url(../images/box_topright.png) no-repeat top right;
}
.menubox3 {
	background: url(../images/box_bottomleft.png) no-repeat bottom left;
}
.menuboxcontent {
	background: url(../images/box_bottomright.png) no-repeat bottom right;
	margin: 0;
	padding: 6px;
}

.menuboxhead {
	margin: 0;
	padding-top: 6px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
}
/*The X in a box to close the menubox*/
.menuboxcloser {
	float: right;
	margin-top: 6px;
	margin-right: 7px;
	padding: 0;
	font-weight: bold;
	color: #FFAF03;
	border: 1px solid #FFAF03;
	cursor: hand;
	cursor: pointer;
}

.menuboxcloser a {
	text-decoration: none;
}

.menuboxcloser a:hover {
	color: #FFFFFF;
}

.menuboxcloser a:active {
	color: #80FF80;
}

.menuboxcontent a {
	color: #000000;
	background-color: #80FF80;
	margin: 0px;
	padding: 2px;
	border: 1px solid #284028;
	display: block;
	cursor: hand;
	cursor: pointer;
	text-decoration: none;
}

.menuboxcontent a:hover {
	background-color: #FFAF03;
	color: #FFFFFF;
}

/*The bar below the main picture, that shows the description of menu commands*/
#buttontip {
	position: absolute;
	top: 184px;
	margin: 0;
	width: 737px;
	height: 15px;
	border: 2px solid #FFAF03;
	padding: 3px 16px 3px 3px;
	background: #284028 url(../images/darkgreenpixel.png) repeat;
	color: #FFFFFF;
	text-align: right;
	font-size: 10px;
	display: none;
	z-index: 1;
}

/*Next few, nested, are the list of links that overlies the main picture*/
#buttonbar_border { /*Holder for a background*/
	position: absolute;
	top: 158px;
	left: 340px;
	width: 420px;
	margin: 0;
	height: 28px;
	background: url(../images/box_topleft.png) no-repeat top left;
	display: none;
	z-index: 2;
}

#buttonbar_border2 { /*Get backgrounds from JavaScript*/
	position: absolute;
	top: 158px;
	left: 340px;
	width: 420px;
	margin: 0;
	height: 51px;
	background: url(../images/box_topright.png) no-repeat top right;
	display: none;
	z-index: 3;
}

#buttonbar_border3 { /*Get backgrounds from JavaScript*/
	height: 51px;
	background: url(../images/box_bottomright.png) no-repeat bottom right;
	display: none;
	z-index: 4;
}

#buttonbar { 
	position: absolute;
	top: 158px;
	left: 340px;
	width: 420px;
	margin: 0;
	height: 28px;
	text-align: center;
	padding: 5px 10px 5px 10px;
	z-index: 5;
}

#buttonbar_shadow { 
	position: absolute;
	top: 159px;
	left: 341px;
	width: 420px;
	margin: 0;
	height: 28px;
	text-align: center;
	padding: 5px 10px 5px 10px;
	z-index: 4;
}

.buttonbar_shadow_item { 
	width: auto;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0;
	border: 0;
	color: #284028;
	display: inline;
}

a.buttonbarlink {
	width: auto;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0;
	border: 0;
	color: #FFAF03;
	text-decoration: none;
	cursor: hand;
	cursor: pointer;
}	

a.buttonbarlink:hover {
	color: #FFFFFF;
	text-decoration: none;
}

/**Soduku solver styles*/
table.soduku {
	border-top: 2px solid #DDDDDD;
	border-left: 2px solid #DDDDDD;
}
.soduku td {
	border-bottom: 2px solid #DDDDDD;
	border-right: 2px solid #DDDDDD;
	margin: 0;
	padding: 0;
}
td.rightgap {
	border-right: 2px solid #555555;
}
td.bottomgap {
	border-bottom: 2px solid #555555;
}

table.sodukusoln {
	border-top: 1px solid #AAAAAA;
	border-left: 1px solid #AAAAAA;
}
.sodukusoln td {
	background: #555555;
	border-bottom: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA;
	margin: 0;
	padding: 2px;
	font-weight: bold;
	font-size: 120%;
}
.sodukusoln td.rightgap {
	border-right: 1px solid #FFFFFF;
}
.sodukusoln td.bottomgap {
	border-bottom: 1px solid #FFFFFF;
}


/* ----- Wednesday night dinner style -- */
ul.rec-list {
	font-size: 110%;
	margin: 0;
	padding: 0;
}

li.rec-item {
 list-style: none;
 padding: .2em 0;
}

li.rec-item.current {
 font-style: italic;
 font-weight: bold;
 background-color: #344534;
}

li.rec-item.current span {
 font-weight: normal;
}
