
/* Begin Typography & Colors */
body {
	font-size: 62.5%; 
	font-family: Verdana, Helvetica, Arial, sans-serif;
	background-color: #fff;
	color: #333;
	text-align: center;
	}

#page {
	border: 0;
	text-align: left;
	position:relative;
	}

#header {
	background-color: #fff;
	}

#content {
	font-size: 1.3em;
	line-height:1.45em;
	}
.cb { clear:both; font-size:0.001em; }

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}
	
.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	background-color: #eee;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h2, h3 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-weight: bold;
	}

h1 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 4em;
	margin:0 auto;
	text-align: center;
	padding:6px;
	background-color:#f0f0f0;
	width:67%;
	border:1px solid white;
	}

#headerimg { display:none; }

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	margin:0 auto;
	padding:3px;
	background-color:#f0f0f0;
	width:69%;
	border:1px solid white;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 1.2em;
	margin-bottom:8px;
	}

h3 {
	font-size: 1.3em;
	}

h1 a, h1 a:hover {
	text-decoration: none;
	color:#4d94d8;
	}

h1 a:visited {
	text-decoration: none;
	color:#4d94d8;
	}

#headerimg .description {
	text-decoration: none;
	font-weight:bold;
	color: #fff;
	margin-top:30px;
	}

h2, h3, h3 a, h3 a:visited {
	color:#1679b2;
	}

h2, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	color:#1679b2;
	}

h2 a, h2 a:visited { margin-bottom:8px; color:#1278ab; padding: 10px 0 6px 10px; background:#f0f0f0; display: block; border-top:1px solid #eee; border-bottom:1px solid #ccc; }
h2 a:hover { color:#fff; padding: 10px 0 6px 10px; background:#ccc; border-top:1px solid #eee; border-bottom:1px solid #ccc; }


.entry p a:visited,.entry p a:visited,.entry p a:hover {
	color: #1278ab;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Helvetica, Verdana, Arial, sans-serif;
	}
	
.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1.25em Helvetica, Verdana, Arial, sans-serif;
	padding:0 0 10px 0;
	margin:0 0 0 575px;
	width: 190px;
	}


small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}
	
p.nocomments { text-align:left; }

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}
acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #4D94D8;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}
	
#wp-calendar #prev a {
	font-size: 9pt;
	}

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

#wp-calendar caption {
	font: bold 1.3em Helvetica, Verdana, Arial, sans-serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0; 
	}

#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 0;
	}
	
#header {
	padding: 0;
	margin: 0 auto;
	height: 200px;
	width: 100%;
	background-color: #73a0c5;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 5px;
	margin: 0;
	width: 540px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 5px;
	width: 650px;
	}
	
.post {
	margin: 0 0 40px;
	text-align: left;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

#footer {
	padding: 0 0 0 1px;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	margin-top: 70px;
	padding: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	background:#7bb6e4 url(http://www.jayonline.co.uk/images/title-gradb.gif) 0 0 no-repeat; color:#fff; font-size:1.1em; font-weight:bold; padding:7px 0 6px 11px; text-transform:uppercase;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
#sidebar { background-color:#fff; }

#sidebar li { padding:0; margin:0 0 14px 0; border-bottom:1px solid #e4e4e4; border-right:1px solid #e4e4e4; background:#f5f5f5; font-size:95%; line-height:1.4em; }

#sidebar ul, #sidebar ul ol {
	margin: 8px 0px 2px 0px;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 5px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px 8px;
	}

#sidebar p { margin: 8px 6px 5px 8px; }

#sidebar ul, #sidebar p { line-height:1.35em; }

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

#sidebar ul a { color:#1278ab; }

/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	display:none;
	/* margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;*/
	}

#sidebar #searchform #s {
	width: 115px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: left;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */


#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#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;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}

.wp-notable {
        border: 1px solid white;
        padding-left: 3px;
        padding-right: 3px;
        padding-bottom: 3px;
        padding-top: 9px;
}

div#upcoming_clean_medium {width:150px;margin:0;padding:8px;background-color:transparent;}
div#upcoming_clean_medium .upb_text,div#upcoming_clean_medium a {color:#333;font:normal 11px Verdana, Arial, Helvetica, sans-serif}
div#upcoming_clean_medium a {color:#4D94D8;text-decoration:none;}
div#upcoming_clean_medium a:hover {color:#4D94D8; background-color:#eee;}
div#upcoming_clean_medium .upb_header {padding:3px 3px 5px 0px;}
div#upcoming_clean_medium .upb_header .upb_text {font: normal bold 12px Georgia, Serif;color:#424142;}
div#upcoming_clean_medium .upb_header a{font: normal bold 12px Georgia, Serif;color:#4D94D8;}
div#upcoming_clean_medium .upb_events {margin:0;padding:5px 0px;}
div#upcoming_clean_medium .upb_event {margin-bottom:5px; line-height: 140%;}
div#upcoming_clean_medium li {list-style: none;}
div#upcoming_clean_medium .upb_date {border-bottom:1px solid #C6C3C6;margin:10px 0 3px 0}
div#upcoming_clean_medium .upb_date .upb_text{color:#424142;font-size: 11px;font-weight: bold;border-bottom:1px solid #C6C3C6;color: #424142;margin:10px 0 3px 0}
div#upcoming_clean_medium .upb_more {margin: 20px 0px 5px 0px;text-align:left}

.wp-notable:hover {
        border: 1px solid grey;
}
.entrytext a img,.entrytext a:visited img,.entrytext img { border: 3px solid #ccc; padding:1px; }
.entrytext a:hover img,.entrytext img:hover  { border: 3px solid #4d94d8; padding:1px; }
 

/* removed from inline styles */

#footer { background: #fff;}
#header { background:#fff url(/images/sky.gif) 0 47px no-repeat; margin: 0; padding:0; height: 215px; width: 760px; }
#google-ads { background:#fff; clear:both; margin:0; padding:10px 0 7px 21px; border:0; float:left; }
#top { border-top:1px solid #ccc; float:left; background:#fff url(/images/featuresbg.gif) repeat; padding:5px; margin:0; width:750px; background-color:#f0f0f0;}
.topleft { width:30%; float:left; padding:5px 0 0 8px;}
.topleft a { color:#333; font-size:100%; text-decoration:none; }
.topleft a:visited {color:#333; text-decoration:none; }
.topleft a:hover {color:#333; text-decoration:underline; }
.topright { width:30%; float:right; }
#navbar { font-size:120%; float:left; background:#7bb6e4 url(http://www.jayonline.co.uk/images/grad.gif) 0 0 repeat-x; padding:8px 0 9px 0; text-transform:uppercase; width:760px;}
#navlinks { font-size:1.1em; font-weight:bold; margin-left:0;  }
#navlinks ul { display:inline; padding:0; margin:0; }
#navlinks li { display:inline; float:left; list-style-type:none; margin-left:16px; padding:0;  }
#navlinks ul li a:link,#navlinks ul li a:visited { color: #fff; text-decoration:none; padding-bottom:3px; }
#navlinks ul li a:hover { color: #ccc; text-decoration:none; border-bottom:5px solid #ccc; padding-bottom:3px; }
.current { color: #ccc; text-decoration:none; border-bottom:5px solid #fff;  }
.navtext { color:#fff; float:right; margin-right:13px; text-align:right; padding:0; width:220px;   }


form#atomz fieldset.atomz input {  width:90px; border:1px solid #ccc; padding:4px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:110%; }
form#atomz fieldset.atomz input.atomz { border:1px solid #ccc; padding:2px; width:60px;} 

form #atomz input[type=text] { background-color:#f0f0f0; }
form #atomz input:focus, form #atomz input:focus  { border:1px solid #ccc; background-color:#fff;  }
#atomz { float:right; margin:0 1px 0 0; padding:3px 3px 4px 0; display:inline; }
form input.atomz { border:1px solid #4d94d8; padding:2px;} 
#atomz fieldset { border:0; padding:2px; margin:0; text-align:right;}
#atomz legend { display:none; padding:0; margin:0; } 

#footer { clear:both; width: 752px; margin:0 auto; padding:5px 0 24px 7px; background:#eee url(/images/featuresbg.gif) repeat;  border-bottom:1px solid #ccc; }
#footer ul { display:inline; font-size:115%; }
#footer ul li,#footer ul.navbott li { display:block; float:left; text-align:center; list-style-type:none; padding:4px; }
#footer ul.navbott { text-transform:uppercase; float:left; display:inline; padding:0; margin:0 0 15px 0; }
#footer a:link, #footer a:visited { color:#666; text-decoration:none; }
#footer a:hover { color:#333; background-color:#ccc; text-decoration:none; }

/* styles for footer text ads
=================================*/
#ads { clear:both; width: 752px; margin:0 auto; padding:5px 0 5px 7px; text-align:left; border:1px solid #eee; background:#fff; }
#ads .text { font-size:95%; color:#ccc; }
#ads .text a, #ads .text a:visited { color:#ccc; text-decoration:none; }
#ads .text a:hover { color:#ccc; text-decoration:underline; }


