@charset "UTF-8";

/********************************************/
/* Screen CSS for John Aizlewood  Web Site  */
/* (c) N3W Media 2008                       */
/********************************************/


/* GENERIC Resets and utility               */
 * {
 	padding:0px;
	margin:0px;
	}
	
body {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#CCCCCC;
	}
	
.clear {
	clear:both;
	}


/*  BLOCK Positions for complete Page Layouts                      */

#wrapper {
	margin:auto;
	width:800px;
	height:569px;
	/* background-color:#FFFFFF; */
	background-color:#CCCCCC;
	}
	
#header {
	width:800px;
	height:106px;
	background-color:#336699;
	margin-top:20px;
	position:relative;
	}
	

#main {
	width:800px;
	height:432px;
	background-color:#FFFFFF;
	}
	
#main2 {
	width:800px;
	background-color:#396B9C;
	}

#left_col_about {    /* The ABOUT page has a slightly different layout */
	width:265px;
	height:432px;
	}

#right_col_about {   /* The ABOUT page has a slightly different layout */
	width:513px;
	/* height:400px; */
	height:407px;
	float:right;
	padding-top:25px;
	overflow:scroll;
	overflow-x:hidden;
	}

#right_col_blog {	/* The BLOG page contains an iFrame so is styled slightly differently */
	width:570px;
	height:400px;
	float:right;
	}

#left_col {
	width:191px;
	height:432px;
	}

#right_col {
	width:570px;
	/* height:400px; */
	height:407px;
	float:right;
	padding-top:25px;
	overflow:auto;
	overflow-x:hidden;
	}

#right_col_body_music {
	float:left;
	width:335px;
	}
	
#footer {
	width:800px;
	height:31px;
	}
	
/* BLOCK positions for menu Icons  */	

#about {
	position:absolute;
	left:3px;
	top:14px;
	}
#sport {
	position:absolute;
	left:116px;
	top:24px;
	}
#music {
	position:absolute;
	left:215px;
	top:27px;
	}
#books {
	left:329px;
	top:22px;
	position:absolute;
	}
#broadcast {
	position:absolute;
	top:6px;
	left:439px;
	}	
#misc {
	position:absolute;
	top:36px;
	left:582px;
	}
#blog {
	position:absolute;
	top:14px;
	left:722px;
	}

/*  Styling for General Tags                */

p {
	font-size:12px;
	line-height:130%;
	color:#000000;
	padding-bottom:20px;
	}
h1 {
	color:#336699;
	font-size:19px;
	letter-spacing:-1px;
	line-height:100%;
	font-weight:bold;
	}

h2 {
	font-size:15px;
	letter-spacing:-0.5px;
	color:#6DCFF6;
	margin-bottom:10px;
	}
	
h2.about {
	margin:0px;
	}



h3 {
	font-size:12px;
	color:#000000;
	margin-bottom:8px;
	}
	
h4 {
	font-size:11px;
	color:#336699;
	}

a {
	text-decoration:none;
	color:#6DCFF6;
	}

/* Site Specific style classes */

.body_copy {
	font-size:12px;
	line-height:130%;
	padding:0px;
	padding-right:15px;
	padding-bottom:10px;
	}

.small_text {
	color:#999999;
	}
.small_header {					/* This class is used on the MUSIC pages as small print after the main H1 heading */
	font-size:13px;
	color:#336699;
	line-height:211%;
	}

/* ELEMENTS within Individual Pages                     */

#head_shot {					/* ABOUT PAGE */
	margin-right:20px;
	margin-bottom:5px;
	}
.sub_head_about {
	margin:0;
	}
	
.first_para {
	margin-bottom:0px;
	font-size:12px;
	}
	
#sports_summary {				/* SPORT PAGE */
	width:170px;
	float:right;
	}
	
#right_col_body_sport {
	float:left;
	width:355px;
	}
	
.small_text_summary {
	font-size:11px;
	color:#999999;
	width:130px;
	}
	
.second_h1 {
	margin-top:18px;
	margin-bottom:8px;
	}


#sub_menu {						/* SUB MENU that occours in the LEFT coloumn of some pages */
	width:100px;
	float:right;
	text-align:left;
	}
	
.bks_h1 {						/* BOOKS PAGE */
	font-size:21px;
	font-weight:bold;
	line-height:94%;
	color:#336699;
	}
.bks_h2 {						/* BOOKS PAGE */
	font-size:17px;
	font-weight:bold;
	line-height:116%;
	color:#6DCFF6;
	}

#right_col_body_books {
	width:334px;
	float:left;
	}
	
#right_col_body_broadcast {		/* BROADCAST PAGE */
	width:485px;
	}

.brdcast_heading {
	margin-bottom:8px;
	}

.brdcast_body {
	margin-bottom:13px;
	}
	
#music_pullquote {				/* MUSIC PAGES */
	width:210px;
	float:right;
	}

#right_col_body_music {
	float:left;
	width:335px;
	}

#right_col_blog {				/* BLOG Page */
	width:605px;
	height:400px;
	float:right;
	}

/* Left coloumn SUB MENU  */


#sub_menu ul {
	padding-top:25px;
	list-style:none;
	}
#sub_menu li {
	font-size:12px;
	font-weight:bold;
	color:#6DCFF6;
	padding-bottom:15px;
	}
#sub_menu li :hover {
	color:#336699;
	}
	
#sub_menu .selected {
	color:#336699;
	}

/* added */

#wLight
{
	display: block;
	text-align: right;
	width: 800px;
	color: #4479A8;
	font-size: 10px;
	background-color:#CCCCCC;
	margin: 0px;
	padding: 1px 0px;
}

#wLight a
{
	color: #444444;
	text-decoration: none;
}

#wLight a:hover
{
	color: #4479A8;
	text-decoration: none;
}