/* ------------------------------------------------------------------------------*/
/* This stylesheet was created for GJWMusic.co.uk by Simon http://netbanger.com/ */
/* CSS W3C validated level 2.1 and level 3 0 errors				 */
/* ------------------------------------------------------------------------------*/

/* Set page globals: clear margins and padding etc. */
* {
	padding: 0;
	margin: 0;
	background-color: transparent;
   	color: #000;
}

html, body {
    	height: 100%;
}

/* IE Hack: we have to feck about to allow for a completey shite browser */
* html #container {
    height: 100%;
}

/* set default body font-size, line-height, font-family, and font colour */
body {
   	color: #000;
   	font: 14px/18px tahoma, verdana, geneva, arial, helvetica, sans-serif;
    	text-align: center;
	background: transparent url(../images/tile.jpg);
}

/* set hyperlink base style to reduce code */
a:link, a:visited, a:hover, a:active  {
	color: #000;
	font: 16px/24px tahoma, verdana, geneva, arial, helvetica, sans-serif;
	text-decoration: none;
	border: none;
}

/* remove borders from all images by default */
img {
	border: none;
}

/* set up a container to wrap and centre-align the content */
div#container {
	position: relative;
   	width: 800px;
    	min-height: 100%;
    	height: auto;
	margin-left: auto;
   	margin-right: auto;
	background-image: url(../images/menuborders.gif);
	background-repeat: repeat-y;
}

/* add the main header image with site logo */
#mainheaderwrapper {
	float: left;
	background-image: url(../images/mainheader.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 99px;
}

#mainheaderwrapper img {
	float:left;
	width: 385px;
	height: 78px;
	margin-left: 6px;
	margin-top: 10px;
}

/* open a menu wrapper to contain and float menu items left */
#menuwrapper {
	float: left;
	width: 152px;
	height: 41px;
}  

/* add my menu left right border hack */
#menuwrapper img {
	vertical-align: top;
	width: 152px;
	height: 41px;
}

/* add the small topmost blue panel to the menu */
#menupaneltop {
	background: transparent url(../images/menupaneltop.gif) no-repeat;
	width: 152px;
	height: 41px; 
}

/* Begin Simon's 'cool' cross-browser compatible JavaScript-free, sprite based CSS navigation menu...woohooo! */
/* There is a single image used for all buttons; on and off states are inside one image                       */
/* Text based buttons allow for immediate menu updates without creating new images                            */
/* CSS buttons reduce unneccessary code, images, and saves bandwidth                                          */
/* CSS buttons also improve accessibility when stylesheets are disabled                                       */

/* wrap the navmenu in a div container */
#navmenuwrapper {
	float: left;
	width: 165px;
	text-align: left;
}

/* size the unordered list and remove bullets */
#navmenuwrapper ul {
	list-style: none;
	margin-left:0;
	border: 0;
	width: 165px;
}
/* make certain no margins or padding are inherited by list items */
#navmenuwrapper ul li {
	margin-left:0px;
	padding: 0;
}

/* add the menu buttons - off state */
#navmenuwrapper a.sprite {
	background: transparent url(../images/menusprite.gif) 0px 0px;
	display: block;
	width: 165px;
	height: 30px;
	text-indent: 12px;
	color: #fff;
	font:16px/30px tahoma, verdana, sans-serif;
}
/* add the menu buttons - on state */
#navmenuwrapper a.sprite:hover {
	background-position: 0px -30px;
	color: #000;
}

/* used to fill blank list items in menu (removed buttons) */
/* the menu is 15 buttons high. A blank has to be added    */
/* when a button is removed				   */

.menuitem {
	background: transparent url(../images/menublank.gif) 0px 0px;
	height: 30px;
	width: 152px;
}

/* continue on with the yawn....yawn...okay, bed time instead... */

/* add the bottommost gradational panel to the menu */
#menupanelbottom {
	position: absolute;
	top: 590px;
	background: transparent url(../images/menupanelbottom.gif) no-repeat;
	width: 152px;
	height: 442px; z-index: 0;
}

/* add copyright notice */
#noticepanel {
	position:absolute;
	width: 152px;
	height: auto;
	bottom: 0;
	border-bottom: 1px solid #000;

}
#copyrightwrapper {
	width: 152px;
	height: 20px;
	cursor: help;
	padding: 10px 0 10px 10px
}

#copyrightwrapper .copyright {
	display: block;
	color: #000;
	font: 12px/12px "Times New Roman";
	text-align: left;
}

/* tell the world that this site was carefully coded by Simon */
/* update: 2010-04-03 */
#codedby {
	width: 152px;
	height: 30px;
	padding: 10px 0 0 10px;
	cursor: default;
}

#codedby .simon {
	display: block;
	color: #000;
	font: 10px/10px "Times New Roman";
	text-align: left;
}

#codedby a {
	color: #000;
	font: 10px/10px "Times New Roman";
	text-align: left;
}

#codedby a:link {
	color: #000;
	font: 10px/10px "Times New Roman";
	text-align: left;
}

#codedby a:visited {
	color: #000;
	font: 10px/10px "Times New Roman";
	text-align: left;
}

#codedby a:hover {
	color: #000;
	font: 10px/10px "Times New Roman";
	text-align: left;
	border-bottom: 1px dotted #000;
}

#pagecontentwrapper p.wc3 {
	color: #000;
	font: 12px/12px tahoma, verdana, sans-serif;
	text-align: center;
	padding-bottom: 10px;
}

#pagecontentwrapper p.wc3 a {
	color: #000;
	font: 12px/12px tahoma, verdana, sans-serif;
	text-align: left;
}

#pagecontentwrapper p.wc3 a:link {
	color: #000;
	font: 12px/12px tahoma, verdana, sans-serif;
	text-align: left;
}

#pagecontentwrapper p.wc3 a:visited {
	color: #000;
	font: 12px/12px tahoma, verdana, sans-serif;
	text-align: left;
}

#pagecontentwrapper p.wc3 a:hover {
	color: #000;
	font: 12px/12px tahoma, verdana, sans-serif;
	text-align: left;
	border-bottom: 1px dotted #000;
}

#pagecontentwrapper p.wc3 a:active {
	color: #000;
	font: 12px/12px tahoma, verdana, sans-serif;
	text-align: left;
	border-bottom: 1px dotted #000;
}

/* float the page border to the right */
#rightpageborderwrapper {
	float: right;
	width: 3px;
	height: 100%;
}

/* main page content begins here */
#pagecontentwrapper {
	float: right;
	height: auto;
	width: 635px;
	border: 0px #000 solid;
	margin-left: 317px;
	background-image: url(../images/rightpageborder.gif);
	background-repeat: no-repeat;
	background-position: right center; 
}

/* position blue page header box. Simply change page titles in the html */
#pageheaderbox {
	background: #fff url(../images/pageheaderbox.gif) no-repeat;
	width: 345px;
	height: 56px;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
}
#pageheaderbox h1 {
	text-align: center;
	vertical-align: middle;
	color: #fff;
	font-size: 18px;
	font-style: italic;
	line-height: 56px;
}

#pageheaderbox h1.welcome {
	text-align: center;
	vertical-align: middle;
	color: #fff;
	font-size: 24px;
	font-style: italic;
	line-height: 56px;
}

/* begin adding the actual content below */
#pagecontentarea {
	padding: 30px;
}

/* clear the floats */
.reset {
	clear: both;
}

/* style the the paragraphs */
#pagecontentarea p {
	text-align: justify;
	font:16px/24px tahoma, verdana, sans-serif;
	padding: 20px 20px 10px 20px;
}

/* style the inline paragraphymajinglywotsit links [my blue button-style links ;-)] */
a.paralinks {
	font:15px/24px tahoma, verdana, sans-serif;
	text-decoration: none;
}

a.paralinks:link {
	background-color: #3366cc;
	color: #fff;
	border-top: 2px solid #5a83d6;
	border-right: 2px solid #274d9a;
	border-bottom: 2px solid #274d9a;
	border-left: 2px solid #5a83d6;
	padding: 0px 2px 0px 2px;
}

a.paralinks:visited {
	background-color: #3366cc;
	color: #fff;
	border-top: 2px solid #5a83d6;
	border-right: 2px solid #274d9a;
	border-bottom: 2px solid #274d9a;
	border-left: 2px solid #5a83d6;
	padding: 0px 2px 0px 2px;
}

a.paralinks:hover {
	background-color: #fff;
	color: #000;
	border: 1px solid #000;
	padding: 1px 3px 1px 3px;
}

a.paralinks:active {
	background-color: #92ade4;
	color:  #3366cc;
	border: 1px dotted #000;
	outline: none;
	padding: 1px 3px 1px 3px;
}

/* create a better em */
.emphasis {
	font-style:italic;
	font-family: "Times New Roman";
	border-bottom: 1px dotted #000;
	cursor: help;
}

/* index or home page */

/* mugshot */
#photo {
	float: left;
	margin: 10px 10px 0 10px;
	cursor: help;
}

#pagecontentarea p.phototext {
	text-align: justify;
	font: 16px/24px tahoma, verdana, sans-serif;
	padding: 65px 20px 20px 20px;
}

/* the now styled google search form blah blah */
#googleform {
	margin-top: 50px;
}

img#gslogo {
	vertical-align: -20px; 
}

input#q {
	width:232px;
	height: 20px;
	border: 1px solid #000;
}

input#sa {
	width:125px;
	background-color: #3366cc;
	color: #fff;
	border-top: 2px solid #5a83d6;
	border-right: 2px solid #274d9a;
	border-bottom: 2px solid #274d9a;
	border-left: 2px solid #5a83d6;
	padding: 0px 2px 0px 2px;
}

input#sa:hover {
	width:125px;
	background-color: #fff;
	color: #000;
	border: 1px solid #000;
	padding: 1px 3px 1px 3px;
	cursor: pointer;
}

/* inline (inside paragraphs) nav buttons (same as navmenu buttons) */

/* wrap the inline nav buttons in a div container */
#lists {
	width: 165px;
	text-align: left;
}

/* size the unordered list and remove bullets */
#lists ul {
	list-style: none;
	margin-left:0;
	border: 0;
	width: 165px;
}

/* make certain no margins or padding are inherited by list items */
#lists ul li {
	margin-left:22px;
	padding: 0;
}

/* add the menu buttons - off state */
#lists a.sprite {
	background: transparent url(../images/menusprite.gif) 0px 0px;
	display: block;
	width: 165px;
	height: 30px;
	text-indent: 12px;
	color: #fff;
	font:16px/30px tahoma, verdana, sans-serif;
}

/* add the menu buttons - on state */
#lists a.sprite:hover {
	background-position: 0px -30px;
	color: #000;
}

/* jukebox page */

#mp3player {
	width: 200px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
}

#mp3list {
	width: 597px;
	height: auto;
	font: 16px/24px tahoma, verdana, sans-serif;
	text-align: left;
	text-indent: 50px;
}

#mp3list ul {
	list-style: none;
}

#mp3list li {
	font-style: normal;
}

img.nextbutton {
	vertical-align: middle;
}

/* the ragtime page */

p#gerbilsflv {
	text-align: center;
}
p#gerbilstext {
	text-align: center;
	padding-top: 0;
}

.lefth2 {
	text-align: left;
	margin-left: 18px;
	margin-top: 10px;
	font: 20px/24px tahoma, verdana, sans-serif;
	font-style: italic;
}

.centreh2 {
	text-align: center;
	margin-left: 18px;
	margin-top: 10px;
	font: 20px/24px tahoma, verdana, sans-serif;
	font-style: normal;
	color: #ff0000;
}
.box {
	margin: 20px auto 20px 10px;
}

/* Selection of styled emphasis boxes for emphasising blocks of text within    */
/* paragraphs. Wrap text to be emphasised in a <div></div> container and give  */
/* it one of the classes below. Eg. <div class="embox2">your text here</div>   */


/* text empahsis box (for text blocks inside paragraphs: style 1 (no hover) */

div.embox {
	display: block;
	background-color: #3366cc;
	color: #fff;
	border-top: 3px solid #5a83d6;
	border-right: 3px solid #274d9a;
	border-bottom: 3px solid #274d9a;
	border-left: 3px solid #5a83d6;
	text-align: justify;
	font:16px/24px tahoma, verdana, sans-serif;
	padding: 10px 15px 10px 15px;
	margin: 10px 20px 10px 20px;
}

/* text empahsis box (for text blocks inside paragraphs: style 2 */

div.embox2 {
	display: block;
	background-color: #fff;
	color: #000;
	border: 1px solid #000;
	text-align: justify;
	font:16px/24px tahoma, verdana, sans-serif;
	padding: 12px 17px 12px 17px;
	margin: 10px 20px 10px 20px;
}

div.embox2:hover {
	display: block;
	background-color: #3366cc;
	color: #fff;
	border-top: 3px solid #5a83d6;
	border-right: 3px solid #274d9a;
	border-bottom: 3px solid #274d9a;
	border-left: 3px solid #5a83d6;
	text-align: justify;
	font:16px/24px tahoma, verdana, sans-serif;
	padding: 10px 15px 10px 15px;
	margin: 10px 20px 10px 20px;
	cursor: help;
}

/* text empahsis box (for text blocks inside paragraphs: style 3 */
div.embox3 {
	display: block;
	background: #fff url(../images/boxshade1px.gif) repeat-x;
	color: #000;
	border: 1px solid #000;
	text-align: justify;
	font:16px/24px tahoma, verdana, sans-serif;
	padding: 12px 17px 12px 17px;
	margin: 10px 20px 10px 20px;
}

div.embox3:hover {
	display: block;
	background-color: #3366cc;
	color: #000;
	border-top: 3px solid #5a83d6;
	border-right: 3px solid #274d9a;
	border-bottom: 3px solid #274d9a;
	border-left: 3px solid #5a83d6;
	text-align: justify;
	font:16px/24px tahoma, verdana, sans-serif;
	padding: 10px 15px 10px 15px;
	margin: 10px 20px 10px 20px;
	cursor: help;
}

/* begin comment boxes for feedback page */

#pagecontentarea div.commentboxcontainer {
	position: relative;
	width: 455px;
	/*min-height: 100%;*/
	margin: 20px auto;
	top: 6px;
	left: 11px;
}

#pagecontentarea div.commentboxshadow {
	position: relative;
	width: 455px;
	/*min-height: 100%;*/
	background: #b8b6b8;
}

#pagecontentarea div.commentbox {
	position: relative;
	width: 455px;
	/*min-height: 100%;*/
	background: #fff url(../images/boxshade1px2.gif) repeat-x;
	color: #000;
	border: 1px solid #3366cc;
	text-align: center;
}

/* adjust both values to increase or decrease shadow */
#pagecontentarea div.commentboxshadow, #pagecontentarea div.commentbox {
	top: -6px;
	left: -8px;
}

#pagecontentarea p.comment {
	padding: 10px 20px 10px 20px;
	font: italic 18px/24px "Times New Roman", tahoma, verdana, sans-serif;
	text-align: center;
}

.hrline {
  	border: 0;
	height: 2px;
  	width: 100%;
  	background: #fff url(../images/hr.gif) no-repeat;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}
.hrline2 {
  	border: 0;
	height: 2px;
  	width: 100%;
  	background: #fff url(../images/hr.gif) no-repeat;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 0;
}

/* major headwork on the contact form page */

#contactformwrapper {
	background-position: center;
	width: 500px;
	padding: 15px;
	/*background: #fff url(../images/boxshade1px3.gif) repeat-x;*/
	color: #000;
	border: 0px solid #9e9e9e;
}

#contactform {
	margin: auto;
	padding: 0;
}

#contactformfieldsdiv {
	width: 500px;
	height: auto;
	padding: 0;
	margin: 0 auto;
	background-position: center;
	text-align: center;
	cursor: default;
}

#contactformfields input.contactfield, textarea.contactfield, input#recaptcha_response_field, div#recaptcha_challenge_field_holder:focus {
	background-color: #fff;
	color: #000;
	font-family: tahoma, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 15px;
	text-align: left;
	padding: 2px;
	width: 460px;
	margin: 5px 0 5px 0;
	border-color: #000;
	border-style: dotted !important;
	border-width: 1px;
}

#contactformfields input.contactfield:hover, textarea.contactfield:hover, input#recaptcha_response_field:hover, div#recaptcha_challenge_field_holder:hover {
	background-color: #fff;
	color: #000;
	font-family: tahoma, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 15px;
	text-align: left;
	border-style: solid !important;
	border-width: 1px;
	padding: 2px;
	width: 460px;
	margin: 5px 0 5px 0;
	border-color: #000;
	cursor: pointer;
}

#contactformfields input.contactfield:focus, textarea.contactfield:focus, input#recaptcha_response_field:focus, div#recaptcha_challenge_field_holder:focus {
	background-color: #fff;
	color: #000;
	font-family: tahoma, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 15px;
	text-align: left;
	border-style: solid !important;
	border-width: 1px;
	padding: 2px;
	width: 460px;
	margin: 5px 0 5px 0;
	border-color: #000;
	cursor: default;
}

#contactformfields textarea.contactfield {
	height: 200px;
}

#recaptcha_widget_div { 
	padding: 0 0 0 0;
	margin: auto;
	width: 440px;
	text-align: center;
	font-size: 12px;
}

#contactsubmit {
	padding: 6px;
}

#contactsubmit input[type=submit] {
	text-align: center;
	background-color: #3366cc;
	color: #fff;
	border-top: 2px solid #5a83d6;
	border-right: 2px solid #274d9a;
	border-bottom: 2px solid #274d9a;
	border-left: 2px solid #5a83d6;
	padding: 0px 2px 0px 2px;
}

#contactsubmit input[type=submit]:hover {
	text-align: center;
	background-color: #fff;
	color: #000;
	border: 1px solid #000;
	padding: 1px 3px 1px 3px;
}

.cent {
        position: absolute;
        top: 50px;
        right: 0;
        bottom: 0;
        left: 0;
        width: 50%;
        height: 50%;
        margin: auto;
        background-color: inherit;
        color: white;
} 

.contactcentre {
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;

}