/*  
Theme Name: mrJW
Theme URI: http://www.jaywestcott.co.uk
Description: My custom theme for my own site. Don't be using this.
Version: 1.0
Author: Jay Westcott
Author URI: http://www.jaywestcott.co.uk/

*/

body, h1, h2, h3, h4, h5, h6, blockquote, p{
	margin:0;
	padding:0;
}

/*html{
	background:url(images/headerbg9.png) no-repeat top right fixed;
	background:url(images/bg2.jpg) top center no-repeat #000000;
}*/

body{
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	vertical-align:top;
	background:url(images/bg2a.jpg) top center no-repeat #000000;
	color:#ffffff;
}

h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	padding: 0 0 0px 0;
}

a:link, a:visited{
	text-decoration:none;
	color: #336699;
	border: none;
}

a:hover{
	text-decoration: underline;
	color:#CC6600;
}

p{
	padding:10px 0 0 0;
}

img.avatar {
	float: left;
	margin: 10px 10px 0 0;
	padding: 0;
	border: 1px solid #cccccc;
}

img.avatar-small {
	float: left;
	margin: 10px 10px 0 0;
	padding: 0;
	border: 1px solid #cccccc;
        width: 50px;
        height: 50px;
}

.wrapper{
	margin:0 auto 0 auto;
	width:960px;
	text-align:left;	
}

#topNav {
	background: url(images/topnavbg2.png) top center no-repeat;
	/*background:#FFFFFF;*/
	color:#FFFFFF;
	height: 20px;
	padding: 15px;
	text-align:center;
	border-bottom: #131313 solid 1px;
}

#topNav #searchform{
	float:right;
}

#container #searchform{
	padding-top: 12px;
	float:right;
}

#topNav a:link, #topNav a:visited{
	text-decoration:none;
	color: #FFFFFF;
	line-height: 25px;
	vertical-align: top;
	line-height: 25px;
	vertical-align:top;
	padding: 20px 20px 15px 20px;
	border-right: #051544 solid 1px;
}

#topNav a:hover{
	text-decoration: underline;
	color:#ffffff;
	line-height: 25px;
	vertical-align:top;
	padding: 20px 20px 15px 20px;
	background:url(images/topNav_linkbg.gif);
	border-right: #051544 solid 1px;
}

#topNav img{
	vertical-align:middle;
	border:none;
}

#header{
	/*float:left;*/
	/*width:900px;*/
	height: 350px;
	/*background:url(images/headerbg12.png) center bottom no-repeat;
	padding: 0px 30px 0px 30px;*/
	text-align:center;
	min-width: 960px;
	clear:both;
}

#header-sub{
	float:left;
	width:960px;
	height: 230px;
	padding: 0;
	background:url(images/header-sub_bg.png);
	background-position: left bottom;
	background-repeat: no-repeat;
}

#jwlogo{
	margin-top: -270px;
	padding-bottom: 30px;
	/*float:left;
	z-index: 9999999999;*/
}

#jwlogo img{
	border:0;
}

#header img, #header-sub img{
	border: 0px;
}

#news-header{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height: 55px;
	padding: 0 0 0 20px;
	background: url(images/newsheaderbg.png) top center no-repeat;
}

#glancearea{	
	height: 158px;
	width: 700px;
    color: #000000;
    padding: 20px 20px 20px 20px;
    border-top: #FFFFFF solid 1px;
    border-bottom: #000000 solid 1px;
    font-size: 16px;
	/*background:url(images/glancebg.jpg) #FFFFFF repeat-x bottom;*/
	background: #FFFFFF;
}

#glancearea img{
        padding-right: 20px;
}

#flasharea{
	float:right;
	background-color: #131313;
	height: 200px;
    width: 220px;
    /*border-top:#FFFFFF solid 1px;
	border-bottom:#FFFFFF solid 1px;*/
}

#main-wrapper-top{
	/*background-image:url(images/wrapper-top_bg.gif);
	background-repeat:no-repeat;
	background-position: left bottom;*/
	background:#131313;
	width: 960px;
	height: 15px;
	padding: 0;
	clear:both;
}

#main-wrapper{
	float:left;
	background: url(images/maincontentbg.png) repeat-y top right;
	clear:both;
}

#container{
	float:left;
	width:700px;
	color:#000000;
	padding-left:20px;
	padding-right:20px;
}

/*#container img{
	border:#999999 solid 1px; 
	padding:2px;
	background:#FFFFFF;
}*/

#container h1{
	padding: 20px 0 0 0;
	margin-bottom: 10px;
	/*border-bottom:#000000 solid 1px;*/
}

textarea{
	width: 100%;
}

#page-banner img{
	max-width:100%;
	height:auto;
	height: 98%;
	border: none;
}

#ataglance{
	width: 480px;
	background:url(images/filler_black.png);
	height: 250px;
	padding: 20px;
}

.gap-area{
	height: 15px;
	
}

.post{
	padding: 0 20px 30px 20px;
	/*border-bottom: #000 solid 1px;*/
	clear:both;
	/*background:url(images/postbg.jpg) repeat-x bottom;*/
	margin-left: -20px;
	margin-right: -20px;
}

.post table{
	padding:0;
	margin:0;
	cell-spacing:0;
}

.post h2{
	font-size:18px;
	padding: 10px 90px;
	line-height: 25px;
    background-color: #ffffff;
    margin-left: -20px;
    width: 557px;
    color: #000000;
	border-top: #131313 1px solid;
	border-bottom: #131313 1px solid;
}


.post h2 a:link, .post h2 a:visited{
        color: #000000;
}

.post h2 a:hover{
        text-decoration: underline;
        color:#999999;
}

.post h4{
		margin-left: -20px;
		margin-right: -20px;
		padding: 10px 20px 10px 20px;
		font-size: 24px;
		border-bottom: 1px dashed #999999;
}



.post h5{
	font-size:18px;
	padding: 10px 20px;
	line-height: 25px;
        background-color: #131313;
        margin-left: -20px;
        margin-top: 40px;
        width: 700px;
        color: #999999;
}


.post h5 a:link, .post h5 a:visited{
        color: #999999;
}

.post h5 a:hover{
        text-decoration: underline;
        color:#FFFFFF;
}


.dateposted{
	float:right;
	line-height:25px;
	vertical-align: middle;
	text-align:right;
    color: #666666;
    margin-top: 10px;
    padding-right: 10px;
}

.social{
	float:right;
	line-height:25px;
	vertical-align: middle;
}

.avatar{
	float:left;
	padding: 20px 20px 10px 0;
        margin-top: -71px;
}

.avatar img{
	border:#999999 solid 1px; 
	padding:2px;
	background:#FFFFFF;
        width:50px;
        height: 50px;
}

.avatar2{
	float:left;
	padding: 0 30px 0 0;
}

.avatar2 img{
        border:#999999 solid 1px; 
	padding:10px;
	background:#FFFFFF;
}

.aboutinfo{
        clear:both;
	margin-top: 20px;
	padding: 20px 0 20px 0;
	border-top: 1px solid #000000;
}

.entry{
	line-height:18px;
	padding-top: 10px;
	/*border-top:1px dashed #999;*/
}

.entry p:first-child:first-line{
	/*font-weight:bold;*/
}

.entry img{
	margin-top: 20px;
	margin-bottom: 20px;
	/*border:#999999 solid 1px; 
	padding:2px;*/
	border: 0px;
	background:#FFFFFF;
}

.entry img.aboutpic{
        align:left;
}

.contactleft{
	padding: 5px 20px 0 20px;
}

.contactright{
	padding: 5px 20px 15px 20px;
}

.contactright textarea{
	width: 100%;
	height: 300px;
}

p.postmetadata{
	clear:both;
	border-top:1px dashed #999;
	margin: 10px 0 0 0;
}

.navigation{
	margin-top: 20px;
	padding: 10px 0 0 0;
	font-size:14px;
	font-weight:bold;
	line-height:18px;
	width: 700px;
}

.navigation img{
	border: none;
}

.navigation #prev{
	float:left;
}

.navigation #next{
	float:right;
}

.sidebar{
	float:right;
	width:200px;
	/*margin: 0 0 0 40px;*/
	margin: -20px 10px 0 10px;
	display:inline;
	color:#999999;
}

.sidebar a:link, .sidebar a:visited{
	text-decoration:none;
	color: #999999;
	border: none;
}

.sidebar a:hover{
	text-decoration: underline;
	color:#FFFFFF;
}

.sidebar h2{
	border-top: #666666 solid 1px;
	line-height: 25px;
	padding-top: 30px;
	padding-bottom:10px;
	color:#FFFFFF;
}

.sidebar h3{
	line-height: 25px;
	padding-top: 30px;
	color:#FFFFFF;
}

.sidebar ul{
	list-style:none;
	margin:0;
	padding:0 10px 0 10px;
}

.sidebar ul li{
	padding:10px 0 10px 0;
}

.sidebar ul li h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

.sidebar ul ul li{
	padding:0 0 8px 0;
	line-height: 20px;
}

.sidebar ul ul li li{
	background:url(images/bullet.gif) left center no-repeat;
	padding: 0 0 0 18px;
	margin-left: -10px;
}

.sidebar img{
	border:none;
}

table#wp-calendar{
	width: 80%;
}

#comments{
	padding-bottom: 10px;
	font-family:Arial, Helvetica, sans-serif;
	width: 737px;
}

.commentlist{
	/*border-top: 1px solid #cccccc;*/
	width: 697px;
}

.comments-template{
	margin: 10px 0 0;
	border-top: 1px dashed #aaaaaa;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0 0 15px 0;
	padding: 0;
	list-style: none;
}

.comments-template ol li{
	margin-left: -20px;
	line-height: 18px;
	padding: 10px 20px 15px 20px;
	background:#FFFFFF;
	font-size:11px;
	float:left;
	width:100%;
}

.comments-template ol .alt{
	background:#EEEEEE;
	float:left;
	width:100%;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	/*margin-left: 60px;*/
	width: 100%;
	font-size: 12px;
	border-bottom: 1px solid #cccccc;
}

.comment-text{
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}

#respond{
	clear:both;
	padding-top:20px;
}

#footer{
	clear:both;
	float:left;
	width:960px;
	padding:60px 0 0 0;
	background: url(images/footerbg.png) #000000 top center no-repeat;
	color:#666666;
	font-size:10px;
}

#footer p{
	line-height:18px;
	text-align: center;;
}

#footer img{
	border: none;
}

.prevImage{
	float:left;
}

/* image replacement */
        .graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */

/* Easy Slider */

	#slider{
		position:inherit;
		text-align:left;
		z-index:1;
		height:348px;
	}

	#slider img{
		border: 0px;
	}

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:960px;
		height:300px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:35px;
		z-index:1000;
		float:left;
		margin-top: -265px;
		margin-left: 10px;
		}	
	#nextBtn, #slider1next{ 
		float:left;
		margin-left:920px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:240px;
		background:url(images/header/btn_prev.png) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(images/header/btn_next.png) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 10px;
		padding:0;
		height:28px;
		margin-top: -20px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:15px;
		line-height:15px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 5px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */