/*** Header *****/
div#title a {
	position:absolute;
	left: 44px;
	top: 0px;
	width: 357px;
	height: 63px;
	display: block;
	background: url(/images/menu/title.jpg) 0 0  no-repeat;
	text-decoration: none;
	text-indent: -9999px;
	overflow:hidden;
}
ul#menuleft {
	position:absolute;
	left:70px;
	top:82px;
	margin:0px;
	padding:0px;
	}
ul#menuleft li {
	list-style-type: none;
}
li#blog a, li#aboutme a, li#books a, li#plays a, li#musings a, li#blog-selected a, li#aboutme-selected a, li#books-selected a, li#plays-selected a, li#musings-selected a {
	position:absolute;
	left:0px;
	display: block;
	text-decoration: none;
	text-indent: -9999px;
	overflow:hidden;
}
li#blog a {
	top:0px;
	width: 130px;
	height: 24px;
	background: url(/images/menu/blog.jpg) 0 0  no-repeat;
}
li#blog a:hover, li#blog-selected a {
	top:0px;
	width: 130px;
	height: 24px;
	background:  url(/images/menu/blog.jpg) 0px -24px no-repeat;
}
li#aboutme a {
	top:24px;
	width: 130px;
	height: 24px;
	background: url(/images/menu/aboutme.jpg) 0 0  no-repeat;
}
li#aboutme a:hover, li#aboutme-selected a {
	top:24px;
	width: 130px;
	height: 24px;
	background: url(/images/menu/aboutme.jpg) 0px -24px  no-repeat;
}
li#books a {
	top:48px;
	width: 130px;
	height: 24px;
	background: url(/images/menu/books.jpg) 0 0  no-repeat;
}
li#books a:hover, li#books-selected a {
	top:48px;
	width: 130px;
	height: 24px;
	background: url(/images/menu/books.jpg) 0px -24px no-repeat;
}
li#plays a {
	top:72px;
	width: 130px;
	height: 28px;
	background: url(/images/menu/plays.jpg) 0 0  no-repeat;
}
li#plays a:hover, li#plays-selected a {
	top:72px;
	width: 130px;
	height: 28px;
	background: url(/images/menu/plays.jpg) 0px -28px no-repeat;
}
li#musings a {
	top:100px;
	width: 270px;
	height: 32px;
	background: url(/images/menu/musings.jpg) 0 0  no-repeat;
}
li#musings a:hover, li#musings-selected a {
	top:100px;
	width: 270px;
	height: 32px;
	background: url(/images/menu/musings.jpg) 0px -32px no-repeat;
}
ul#menuright {
	position:absolute;
	left:200px;
	top:82px;
	margin:0px;
	padding:0px;
	}
ul#menuright li {
	list-style-type: none;
	display: inline;
}
li#pics a, li#links a, li#mailinglist a, li#getintouch a,li#pics-selected a, li#links-selected a, li#mailinglist-selected a, li#getintouch-selected a {
	position:absolute;
	left:0px;
	display: block;
	text-decoration: none;
	text-indent: -9999px;
	overflow:hidden;
}
li#pics a {
	top:0px;
	width: 140px;
	height: 24px;
	background: url(/images/menu/pics.jpg) 0 0  no-repeat;
}
li#pics a:hover, li#pics-selected a {
	top:0px;
	width: 140px;
	height: 24px;
	background: url(/images/menu/pics.jpg) 0px -24px no-repeat;
}
li#links a {
	top:24px;
	width: 140px;
	height: 24px;
	background: url(/images/menu/links.jpg) 0 0  no-repeat;
}
li#links a:hover, li#links-selected a {
	top:24px;
	width: 140px;
	height: 24px;
	background: url(/images/menu/links.jpg) 0px -24px no-repeat;
}
li#mailinglist a {
	top:48px;
	width: 140px;
	height: 24px;
	background: url(/images/menu/mailinglist.jpg) 0 0  no-repeat;
}
li#mailinglist a:hover, li#mailinglist-selected a {
	top:48px;
	width: 140px;
	height: 24px;
	background: url(/images/menu/mailinglist.jpg) 0px -24px no-repeat;
}
li#getintouch a {
	top:72px;
	width: 140px;
	height: 28px;
	background: url(/images/menu/getintouch.jpg) 0 0  no-repeat;
}
li#getintouch a:hover, li#getintouch-selected a {
	top:72px;
	width: 140px;
	height: 28px;
	background: url(/images/menu/getintouch.jpg) 0px -28px no-repeat;
}
/***** Footer ******************/
div#footermenu {
	position:absolute;
	width:394px;
	height:45px;
	left:127px;
	top:79px;
}
ul#fm {
	margin:0px;
	padding:0px;
	}
ul#fm li {
	list-style-type: none;
	display:inline;
}
li#footer-blog a, li#footer-aboutme a, li#footer-books a, li#footer-plays a, li#footer-musings a, li#footer-pics a, li#footer-links a, li#footer-mailinglist a, li#footer-getintouch a {
	position:relative;
	float:left;
	display: block;
	text-decoration: none;
	text-indent: -9999px;
	overflow:hidden;
}
li#footer-blog a {
	width: 38px;
	height: 24px;
	background: url(/images/menu/footer-blog.jpg) 0 0  no-repeat;
}
li#footer-aboutme a {
	width: 80px;
	height: 24px;
	background: url(/images/menu/footer-aboutme.jpg) 0 0  no-repeat;
}
li#footer-books a {
	width: 56px;
	height: 24px;
	background: url(/images/menu/footer-books.jpg) 0 0  no-repeat;
}
li#footer-plays a {
	width: 52px;
	height: 24px;
	background: url(/images/menu/footer-plays.jpg) 0 0  no-repeat;
}
li#footer-musings a {
	width: 168px;
	height: 24px;
	background: url(/images/menu/footer-musings.jpg) 0 0  no-repeat;
}
li#footer-pics a {
	width: 38px;
	height: 21px;
	background: url(/images/menu/footer-pics.jpg) 0 0  no-repeat;
}
li#footer-links a {
	width: 50px;
	height: 21px;
	background: url(/images/menu/footer-links.jpg) 0 0  no-repeat;
}
li#footer-mailinglist a {
	width: 94px;
	height: 21px;
	background: url(/images/menu/footer-mailinglist.jpg) 0 0  no-repeat;
}
li#footer-getintouch a {
	width: 86px;
	height: 21px;
	background: url(/images/menu/footer-getintouch.jpg) 0 0  no-repeat;
}
/*** Right Column ****/
#categorypic {
	display: block;
	text-decoration: none;
	text-indent: -9999px;
	overflow:hidden;
	width: 330px;
}
/**************************** Content Settings ****************************/
.hr1 {
	overflow:hidden;
	clear:both;
	height: 15px;
	width:472px;
	margin: 0px;
	padding: 0px;
	text-indent:-9999px;
	background-image: url(/images/hr-1.gif);
	background-repeat: no-repeat;
	background-position: center top;	
	padding: 5px 0px;
}
.hr2 {
	overflow:hidden;
	clear:both;
	height: 15px;
	width:472px;
	margin: 0px;
	padding: 0px;
	text-indent:-9999px;
	background-image: url(/images/hr-2.gif);
	background-repeat: no-repeat;
	background-position: center top;	
	padding: 5px 0px;
}
div#rightcontent {
	margin-left:25px;
}
div#contenttitle h2					/* page titles */
{
}
div#content						/* page content */
{
}
#preorder a {
	display:block;
	text-indent:-9999px;
	position:relative;
	float:left;
	width:100px;
	height:240px;
	margin-top:20px;
	margin-left:20px;
	padding-right:20px;
	background:url(../images/preorder.gif) 0 0 no-repeat;
}
#readersguide a {
	display:block;
	text-indent:-9999px;
	position:relative;
	float:left;
	width:100px;
	height:100px;
	margin-top:20px;
	margin-left:20px;
	background:url(../images/readersguide.png) 0 0 no-repeat;
}
#rssfeed a {
	display:block;
	text-indent:-9999px;
	position:relative;
	float:left;
	width:100px;
	height:100px;
	margin-top:20px;
	margin-left:20px;
	background:url(../images/rssfeed.png) 0 0 no-repeat;
}
/*********************** Page Navigation **********************/

div.pagenavigation				/* page navigation */
{
	text-align:center;
	margin-bottom:10px
}

/******************** Default Content Page ********************/

div.contenttext					/* page text */
{
}
div.contentunavailable p 		/* page content unavailable text */
{
}

/******************** Default Contact Page ********************/

div.contactwarningmsg p			/* contact error message */
{
	color:#FF0000;
}
form#contactform				/* contact form */
{
}
div.contactthankyou p			/* thankyou text */
{
}

/******************** Default List Page ********************/

div.listinstructions			/* module configuration introduction text */
{
}
div.list 						/* list of records */
{
}
div.listgroupdivider			/* end category divider */
{
	clear:both;
}
div.listgrouptitle h3 			/* record category title */
{
}
div.listgroupcaption 			/* record category title */
{
}
div.listrow 					/* record row */
{
}
div.listimage 					/* record image */
{
	float:right;
	position:relative;
	margin-left:10px;
	margin-bottom:10px;
}
div.listimage img				/* record image */
{
}
div.listdetails					/* record details (title, caption, select) */
{
}
div.listcaption 				/* record caption */
{
}
div.listselect					/* record select button */
{
}
div.listdivider					/* record divider */
{
	clear:both;
}
div.listunavailable p			/* list unavailable text */
{
}

/******************** Default Selected Page ********************/

.selected						/* selected information (image and details) */
{
}
.selectedimage					/* selected image */
{
}
.selecteddetails				/* selected details (title, text) */
{
}
.selectedtitle					/* selected record title */
{
}
.selectedtext					/* selected record text */
{
}
.selectedlink					/* selected record text */
{
}
.selectedunavailable p			/* selected record unavailable text */
{
}
.selectedpreviouspage			/* previous page link */
{
}

/************************* Search Box ***************************/

#sitesearch						/* website search box */
{
	float:right;
	width:auto;
	height:auto;
}
#sitesearchform					/* website search form */
{
}
.sitesearchtitle				/* website search title */
{
}
#sitesearchtext					/* website search textbox */
{
}
#sitesearchgo					/* website search go */
{
}

/*********************** Product Search *************************/

.productsearchinstructions		/* product search box */
{
}
#productsearchform				/* product search form */
{
}

/********** Additional Job Vacancies **********/

.listsalary 						/* record salary */
{
}
.liststartdate 						/* record startdate */
{
}
.selectedsalary 					/* selected salary */
{
}
.selectedstartdate					/* selected startdate */
{
}

/*********************** Gallery Settings ***********************/

div.pics div.listgroupdivider			/* end category divider */
{
	padding-top:10px;
	clear:both;
}
div.pics div.listgrouptitle h3 			/* record category title */
{

}
div.pics div.listrow 					/* record row */
{
	float:left;
	width:25%;
	height:auto;
	margin-bottom:10px;
}
div.pics div.listimage 					/* record image */
{
	float:none;
	position:relative;
	margin-left:0px;
	margin-bottom:5px;
	width:118px;
}
div.pics div.listimage img				/* record image */
{
	margin:0px;
}
div.pics div.listdetails					/* record details (title, caption, select) */
{
	width:108px;
	height:3em;
	overflow:hidden;
	text-align:left;
	margin-right:10px;
}
div.pics div.listtitle 					/* record title */
{
	padding:2px;
}
div#shm a {
	position:absolute;
	right: 0px;
	bottom: 0px;
	width: 59px;
	height: 66px;
	display: block;
	background: url(/images/shm.gif) 0 0  no-repeat;
	text-decoration: none;
	text-indent: -9999px;
	overflow:hidden;
}
