/* [%-# @(#)newblog.css	1.8 11:16:08,09/02/24 (yy/mm/dd) -%] */
/*
	Filename         : 	newblogs.css
	Created by       : 	Nick Harris, pixelenvy.co.uk
	Last modified by : 	Nick Harris
	Created          : 	16 November 2005
	Last Updated     : 	Wednesday; October 3, 2007
	Comments         : 	Styling the blogs
*/

/* *************************************
	Import other styles
************************************* */

	@import url(global.css);
	
/* *************************************
	Containers
************************************* */

	body {
		margin: 0;
		padding: 0 0 15px 0;
	}

	div#wrapper {
		width: 760px;
		padding: 0;
	}
	
	div#customHeader {
		width: 760px;
	}
	
	div#left {
		width: 184px;
		float: left;
		margin-left: -736px;
	}
	
	div#content {
		width: 491px;
		float: left;
		margin-left: 210px;
		padding: 0 15px 0 20px;
	}
	
	/* Uncomment this when right hand column is entered 
	
	div#left {
		width: 184px;
		float: left;
		margin-left: -606px;
	}
	
	div#content {
		width: 391px;
		border-right: 1px dashed #CCC;
		float: left;
		margin-left: 180px;
		padding: 0 15px 0 20px;
	}
	
	div#right {
		width: 139px;
		float: left;
		padding: 0 0 0 10px;
	} 
	
	*/
	
	/* *********************************
		Patches
	********************************* */
	
		/* IE win doubled float-margin bug, and box model fix 
		 Uncomment when  right hand column goes live 
		* html div#content {
			display: inline;
			width: 427px;
		} */
		
		* html div#content {
			display: inline;
			width: 527px;
		}
		
/* *************************************
	Global
************************************* */
		
	/* *************************************
		Typography
	************************************* */
		
		h1 {
			font-size: 1px;
			overflow: hidden;
			text-indent: -5000px;
			border: none;
		}
	
		h3 {
			padding: .4em 0 3px 25px;
		}
		
		h3 strong {
			font-size: 110%;
		}
		
		li {
			margin: 0 0 .5em 0;
		}
		
		p#disclaimer {
			margin: 2em 100px;
			font-size: 90%;
		}

/* *************************************
	Custom Header
************************************* */

	div#customHeader p {
		font-size: 1px;
		text-indent: -5000px;
	}

/* *************************************
	Left Column
************************************* */

	div#wrapper div#left h3 {
		color: #FEA814;
	}
	
	div#left h3#previously {
		background: transparent url(../images/blog/previously_ico.png) 4px center no-repeat;
	}
	
	div#left h3#home {
		background: transparent url(../images/blog/home_ico.png) 4px center no-repeat;
	}
	
	div#left h3#js_bloggers {
		background: transparent url(../images/blog/bloggers_ico.png) 0 center no-repeat;
	}
	
	div#left h3#js_bloggers a {
		color: #FEA814;
	}
	
	div#left h3#rss {
		font-weight: normal;
		padding: 0;
	}
	
	div#left h3#rss a {
		display: block;
		background: transparent url(../images/general/rss.gif) left center no-repeat;
		padding: 3px 0 3px 40px;
	}
	
	div#left ul {
		list-style: url(../images/blog/bullet.png);
		margin: 0 0 0 20px;
	}
	
	div#left li {
		font-size: 95%;
	}
	
	div#left p {
		margin: 0 5px 1em 25px;
	}
	
	div#left a {
		color: #00529B !important; /* Important, to over-ride the Blogger specific link colours */
	}

	/* *************************************
		Profile box
	************************************* */
	
		div#profile {
			background: transparent url(../images/blog/profile_bg1.png) 0 0 no-repeat;
		}
		
		div#profile div {
			background: transparent url(../images/blog/profile_bg2.png) 0 bottom no-repeat;
			padding: 7px 11px 7px 7px;
			font-size: 90%;
			line-height: 110%;
		}
		
		div#profile div#pic {
			display: block;
			width: 94px;
			height: 94px;
			margin: 0;
		}
		
		div#wrapper div#profile h3 {
			font-size: 110%;
			color: #00529B;
			margin: 0;
			background: transparent 5px 2px no-repeat;
		}
	
		div#profile h3 em {
			color: #FEA814;
			font-style: normal;
		}
		
/* *************************************
	Content Column
************************************* */
	
	ul.postInfo {
		display: block;
		margin: 0;
		padding: 3px 0;
		text-align: right;
		background: transparent url(../images/blog/post_info_bg.png) 0 0 repeat-x;
	}
	
	ul.postInfo li {
		display: inline;
		margin: 0 10px 0 0;
		padding: 2px 0 2px 20px;
		font-size: 100%;
	}
	
	li.addComment {
		background: transparent url(../images/blog/post_comment_ico.gif) left center no-repeat;
	}
	
	li.commentCount {
		background: transparent url(../images/blog/comment_count_ico.gif) left center no-repeat;
	}
	
	div.fullProfile p,
	div.fullProfile dl{
		margin-left: 50px;
	}
	div.fullProfile ul,
	div.fullProfile ol{
		margin-left: 65px;
	}
	div.fullProfile dl dd,
	div.fullProfile ul li{
		margin: 0 0 .4em 0;
	}
	div#content p.entryDate {
		color: #eee !important;
		font-size: 1em;
		padding: 0;
		text-align: right;
	}
	
	/* *************************************
		Comments
	************************************* */
	
		div#content h3 {
			padding: 0 0 0 20px;
			margin: 25px 0 .2em 0;
		}
		
		h3#postcomment {
			background: transparent url(../images/blog/post_comment_ico.gif) left center no-repeat;
		}
		
		div#comments h3 {
			background: transparent url(../images/blog/comment_count_ico.gif) left center no-repeat;
		}
	
		form fieldset {
			border: none;
			margin: 0;
		}
		
		html body div form fieldset label, html body div form fieldset p {
			font-size: 95%;
		}
		
		form fieldset#name_email input {
			width: 175px;
			margin: 0 0 5px 25px;
			padding: 2px 5px;
			border: 1px solid #999;
		}
		
		form fieldset textarea {
			width: 300px;
			margin: 0 0 5px 25px;
			padding: 2px 5px;
			border: 1px solid #999;
		}
		
		form fieldset#rememberSubmit p {
			float: left;
			margin: .2em 0 0 0;
		}
		
		form fieldset#rememberSubmit label {
			float: left;
			margin: 0 0 0 15px;
		}
		
		form fieldset#rememberSubmit input.submit {
			margin: 0;
		}
		
		div.comment {
			background: #EEE url(../images/blog/comment_bg1.gif) 0 0 no-repeat;
			margin: 0 15px 15px 15px;
			width: 361px;
		}
		
		div.commentWrap {
			background: transparent url(../images/blog/comment_bg2.gif) 0 bottom no-repeat;
			padding: 12px;
		}
		
		div.commentWrap p.commentPosted {
			border-top: 1px dashed #CCC;
			text-align: right;
			margin: 0;
			padding: 2px;
			font-size: 80%;
		}
	
		
/* *************************************
	Right Column
************************************* */

	div#right h3#links {
		background: transparent url(../images/blog/link_ico.png) 5px center no-repeat;
	}
	
	div#right p {
		margin: 0 0 25px 1em;
		font-size: 95%;
	}
		
/* *************************************
	Jobsite masthead
************************************* */

	div#masthead {
		text-align: right;
		position: relative;
		top: 0;
		left: 0;
		width: 760px;
		margin: 0;
	}
	
	html > body div#masthead {
		margin: 0 0 30px 0;
	}
	
	* html > body div#masthead {
		margin: 0;
	}
	
	div#masthead img#logo {
		position: absolute;
	}
	
	div#masthead ul {
		display: block;
		margin: 0;
		padding: 3px 0;
		border-top: 1px solid #B2B2D1;
		text-align: right;
		overflow: hidden;
		width: 700px;
		float: right;
	}
	
	div#masthead li {
		display: inline;
		margin: 0 3px;
		padding: 0;
	}
	
	div#masthead a {
		padding: 0;
		margin: 0;
		display: inline;
		float: none;
		text-decoration: none;
	}
	
	div#masthead img {
		position: relative;
		top: 0;
		left: 0;
		margin: 0;
	}
	div#masthead a#blog-banner {
		position: absolute;
		right: 20px;
		top: 30px;
	}
		
/* *************************************
	Jobsite footer
************************************* */

	div#footer a {
			color: #00529B !important;
		}
		
/* *************************************
	Blogger index
************************************* */

	body#bloghome div#wrapper {
		width: 610px;
	}
	
	body#bloghome div#masthead {
		width: 610px;
	}
	
	body#bloghome div#masthead ul {
		width: 550px;
	}
	
	body#bloghome h1 {
		border-bottom: 2px solid #ccc;
		color: #00529B;
		font-size: 150%;
		padding: .4em 0 .1em 0;
		text-indent: 0;		
	}
	
	body#bloghome h2 {
		padding: 3px;
		margin: 10px 0 .5em 0;
		color: #FFF;
		background: #00529B;
	}
	
	body#bloghome h3 {
		font-weight: normal;
		padding: .4em 0 0 0;
	}
	
	body#bloghome div#bloghomeHeader h3 {
		font-weight: bold;
	}
	
	body#bloghome div.recentlyList {
		overflow: hidden;
		position: relative;
	}
	
	body#bloghome div.recentlyList div.indexWrapper {
		float: left;
		width: 630px;
		margin: 0 0 1em 6px;
		padding: 5px 0 0 14px;
		border-top: 1px solid #ccc;
	}
	
	html > body#bloghome div.recentlyList div.indexWrapper {
		width: 631px;
	}
	
	body#bloghome div.recentlyList div.indexPic {
		float: left;
		width: 94px;
		height: 94px;
		display: block;
		margin: 0 0 1em 15px;
	}
	
	body#bloghome div.recentlyList p.more {
		text-align: right;
		margin: 0 0 .5em 0;
	}
	
	body#bloghome div.recentlyList a, body#bloghome div#bloghomeHeader a {
		background: url(/images/blog/link_arrow.gif) right center no-repeat;
		padding: 0 14px 0 0;
		color:#00529B;
	}
	
	body#bloghome div#bloghomeHeader {
		background: transparent url(/images/blog/blue_bg.gif) 0 0 repeat-x;
	}
	
	body#bloghome div#bloghomeHeader div.wrap {
		background: transparent url(/images/blog/blue_crnr.gif) 0 0 no-repeat;
		padding: 10px;
	}
	
	body#bloghome div#bloghomeHeader div.wrap div {
		float: left;
		width: 65px;
		margin: 0 66px 0 0 !important;
		padding: 0;
		font-size: 90%;
	}
	
	body#bloghome div#bloghomeHeader div.wrap div p.pica {
		height: 70px;
		margin: 0;
		padding: 0;
		overflow: hidden;
	}
	
	body#bloghome div#bloghomeHeader div.wrap div p.pica a {
		display: block;
		padding: 80px 0 0 0;
		font-size: 1px;
		background: none;
	}
	
	div#bloghomeHeader div.wrap div h3, div#bloghomeHeader div.wrap div p {
		margin: 0;
	}
		
/* *************************************
	Blogger Specific
************************************* */

	/* *************************************
		Career Surgery
	************************************* */
		
		body#careerSurgery div#customHeader {
			height: 85px;
			background: transparent url(../images/blog/careersurgery_header.jpg) 0 0 no-repeat;
			margin: 15px 0;
		}
	
		body#careerSurgery div#content p,
		body#careerSurgery div#content ul li,
		body#careerSurgery div#content blockquote,
		body#careerSurgery div#right p,
		body#careerSurgery div#right ul li,
		body#careerSurgery div#right blockquote,
		body#careerSurgery div#wrapper div#content strong,
		body#careerSurgery div#wrapper div#content b,
		body#careerSurgery div#wrapper div#content form fieldset label {
			color: #666 !important;
		}
		
		body#careerSurgery blockquote {
			background: #f8dada url(../images/blog/careersurgery_blockquote.png) right 0 no-repeat;
			border: 1px solid #C00;
			margin: 0 35px 1em 35px;
			padding: 15px;
		}
		
		body#careerSurgery div#profile div#pic, body#bloghome div#Career div.indexPic {
			background: transparent url(/images/blog/careersurgery.gif) 0 0 no-repeat;
		}
	
		body#careerSurgery div#profile h3 {
			background-image: url(../images/blog/blogger_ico_surgery.gif);
		}
	
		body#careerSurgery h3.ask {
			background: transparent url(../images/blog/question.png) 4px 2px no-repeat;
		}
		
		body#careerSurgery #content h2, body#careerSurgery #content h3 {
			color: #000;
		}
		
		body#careerSurgery #content a:link {
			color: #C00;
		}
		
		body#careerSurgery #content a:visited {
			color: #900;
		}
		
		body#careerSurgery #content a:active, body#careerSurgery #content a:hover {
			color: #F00;
		}
		
		body#careerSurgery div.center {
			text-align: center;
		}
		
		body#careerSurgery div.center * {
			text-align: left;
		}
		
		body#careerSurgery div.center input.submit {
			text-align: center;
		}
		
		body#careerSurgery form#question {
			width: 356px;
			margin: 0 auto;
			padding: 0;
			background: transparent url(../images/blog/careerquestion_bg_1.png) 0 0 no-repeat;
		}
		
		body#careerSurgery form#question div#formWrap {
			background: transparent url(../images/blog/careerquestion_bg_2.png) 0 bottom no-repeat;
			padding: 0 20px 15px 15px;
		}
		
		body#careerSurgery form#question textarea {
			width: 260px;
		}
		
		body#careerSurgery a.button,
		body#careerSurgery form input.submit {
			background: #9c9c9c url(../images/blog/careersurgery_button_bg.gif) 0 0 repeat-x;
			border: 1px solid #999;
			color: #C00;
		}
		
		body#careerSurgery div#askAQuestion {
			border: 1px dashed #CCC;
			padding: 15px;
			margin: 0 0 15px 0;
		}
		
		body#careerSurgery div#askAQuestion p,
		html body#careerSurgery div#wrapper div#content div#askAQuestion p strong {
			color: #000 !important;
		}
		
		body#bloghome div#bloghomeHeader div#career {
			background: transparent url(/images/blog/careersurgery_med.gif) 0 0 no-repeat;
		}
	
	/* *************************************
		Career Surgery - Karren Brady
	************************************* */
		
		body#careerSurgeryKB div#customHeader {
			height: 134px;
			background: transparent url(../images/blog/kbrady_header.jpg) 0 0 no-repeat;
			margin: 15px 0;
		}
	
		body#careerSurgeryKB div#content p,
		body#careerSurgeryKB div#content ul li,
		body#careerSurgeryKB div#content blockquote,
		body#careerSurgeryKB div#right p,
		body#careerSurgeryKB div#right ul li,
		body#careerSurgeryKB div#right blockquote,
		body#careerSurgeryKB div#wrapper div#content strong,
		body#careerSurgeryKB div#wrapper div#content b,
		body#careerSurgeryKB div#wrapper div#content form fieldset label {
			color: #666 !important;
		}
		
		body#careerSurgeryKB blockquote {
			background: #f8dada url(../images/blog/careersurgery_blockquote.png) right 0 no-repeat;
			border: 1px solid #C00;
			margin: 0 35px 1em 35px;
			padding: 15px;
		}
		
		body#careerSurgeryKB div#profile div#pic, body#bloghome div#Career div.indexPic {
			background: transparent url(/images/blog/careersurgery.gif) 0 0 no-repeat;
		}
	
		body#careerSurgeryKB div#profile h3 {
			background-image: url(../images/blog/blogger_ico_surgery.gif);
		}
	
		body#careerSurgeryKB h3.ask {
			background: transparent url(../images/blog/question.png) 4px 2px no-repeat;
		}
		
		body#careerSurgeryKB h2, body#careerSurgery h3 {
			color: #000;
		}
		
		body#careerSurgeryKB a:link {
			color: #C00;
		}
		
		body#careerSurgeryKB a:visited {
			color: #900;
		}
		
		body#careerSurgeryKB a:active, body#careerSurgeryKB a:hover {
			color: #F00;
		}
		
		body#careerSurgeryKB div.center {
			text-align: center;
		}
		
		body#careerSurgeryKB div.center * {
			text-align: left;
		}
		
		body#careerSurgeryKB div.center input.submit {
			text-align: center;
		}
		
		body#careerSurgeryKB form#question {
			width: 356px;
			margin: 0 auto;
			padding: 0;
			background: transparent url(../images/blog/careerquestion_bg_1.png) 0 0 no-repeat;
		}
		
		body#careerSurgeryKB form#question div#formWrap {
			background: transparent url(../images/blog/careerquestion_bg_2.png) 0 bottom no-repeat;
			padding: 0 20px 15px 15px;
		}
		
		body#careerSurgeryKB form#question textarea {
			width: 260px;
		}
		
		body#careerSurgeryKB a.button,
		body#careerSurgeryKB form input.submit {
			background: #9c9c9c url(../images/blog/careersurgery_button_bg.gif) 0 0 repeat-x;
			border: 1px solid #999;
			color: #C00;
		}
		
		body#careerSurgeryKB div#askAQuestion {
			border: 1px dashed #CCC;
			padding: 15px;
			margin: 0 0 15px 0;
		}
		
		body#careerSurgeryKB div#askAQuestion p,
		html body#careerSurgeryKB div#wrapper div#content div#askAQuestion p strong {
			color: #000 !important;
		}
		
		body#bloghome div#bloghomeHeader div#career {
			background: transparent url(/images/blog/kbrady_med.gif) 0 0 no-repeat;
		}

	/* *************************************
		Joe
	************************************* */
		
		body#joe div#customHeader {
			height: 90px;
			background: transparent url(../images/blog/joe_header.jpg) 0 0 no-repeat;
			margin: 5px 0 15px 0;
		}
	
		body#joe div#content p,
		body#joe div#content ul li,
		body#joe div#content blockquote,
		body#joe div#right p,
		body#joe div#right ul li,
		body#joe div#right blockquote,
		body#joe div#wrapper div#content strong,
		body#joe div#wrapper div#content b,
		body#joe div#wrapper div#content form fieldset label {
			color: #666 !important;
		}
		
		body#joe blockquote {
			background: #e5eaf5;
			border: 1px solid #039;
			margin: 1em;
			padding: .5em;
		}
		
		body#joe div#profile div#pic, body#bloghome div#Joe div.indexPic {
			background: transparent url(../images/blog/joe.jpg) 0 0 no-repeat;
		}
	
		body#joe div#profile h3 {
			background-image: url(../images/blog/blogger_ico_boy.gif);
		}
		
		body#joe h2, body#joe h3 {
			color: #039;
		}
		
		body#joe a:link {
			color: #369;
		}
		
		body#joe a:visited {
			color: #036;
		}
		
		body#joe a:active, body#joe a:hover {
			color: #69C;
		}
		
		body#joe a.button,
		body#joe form input.submit {
			background: #e5eaf5;
			border: 1px solid #369;
			color: #369;
		}
		
		body#bloghome div#bloghomeHeader div#joe {
			background: transparent url(/images/blog/joe_med.gif) 0 0 no-repeat;
		}
			
	/* *************************************
		Charlie
	************************************* */
		
		body#charlie div#customHeader {
			height: 120px;
			background: transparent url(../images/blog/charlie_header.jpg) 0 0 no-repeat;
			margin: 5px 0 15px 0;
		}
	
		body#charlie div#content,
		body#charlie div#content p,
		body#charlie div#content ul li,
		body#charlie div#content blockquote,
		body#charlie div#right p,
		body#charlie div#right ul li,
		body#charlie div#right blockquote,
		body#charlie div#wrapper div#content strong,
		body#charlie div#wrapper div#content b,
		body#charlie div#wrapper div#content form fieldset label,
		body#charlie div#wrapper div#content dt,
		body#charlie div#wrapper div#content dd {
			color: #000 !important;
		}
		
		body#charlie blockquote {
			background: #FFDDB0;
			border: 1px solid #FF9000;
			margin: 1em;
			padding: .5em;
		}
		
		body#charlie div#profile div#pic, body#bloghome div#Charlie div.indexPic {
			background: transparent url(../images/blog/charlie.jpg) 0 0 no-repeat;
		}
	
		body#charlie div#profile h3 {
			background-image: url(../images/blog/blogger_ico_boy.gif);
		}
		
		body#charlie h2, body#charlie h3  {
			color: #5E290B;
		}
		
		body#charlie a:link {
			color: #000;
		}
		
		body#charlie a:visited {
			color: #8C8886;
		}
		
		body#charlie a:active, body#charlie a:hover {
			color: #873D13;
		}
		
		body#charlie a.button,
		body#charlie form input.submit {
			background: #5E290B;
			border: 1px solid #300400;
			color: #fff;
		}
		
		body#bloghome div#bloghomeHeader div#charlie {
			margin: 0;
		}
		
		body#bloghome div#bloghomeHeader div#charlie {
			background: transparent url(/images/blog/charlie_med.gif) 0 0 no-repeat;
		}		
			
	/* *************************************
		Keith
	************************************* */
		
		body#keith div#customHeader {
			height: 115px;
			background: transparent url(../images/blog/keith_header.jpg) left bottom no-repeat;
			margin: 0 0 10px 0;
		}
	
		body#keith div#content,
		body#keith div#content p,
		body#keith div#content ul li,
		body#keith div#content blockquote,
		body#keith div#right p,
		body#keith div#right ul li,
		body#keith div#right blockquote,
		body#keith div#wrapper div#content strong,
		body#keith div#wrapper div#content b,
		body#keith div#wrapper div#content form fieldset label,
		body#keith div#wrapper div#content dt,
		body#keith div#wrapper div#content dd,
		body#keith div#wrapper div.fullProfile ol li{
			color: #000 !important;
		}
		
		body#keith blockquote {
			background: #E8E8E8;
			border: 1px solid #333333;
			margin: 1em;
			padding: .5em;
		}
		
		body#keith div#profile div#pic, body#bloghome div#Keith div.indexPic {
			background: transparent url(../images/blog/keith.jpg) 0 0 no-repeat;
		}
	
		body#keith div#profile h3 {
			background-image: url(../images/blog/blogger_ico_boy.gif);
		}
		
		body#keith h2, body#keith h3  {
			color: #333333;
		}
		
		body#keith a.button,
		body#keith form input.submit {
			background: #5280D5;
			border: 1px solid #163F86;
			color: #fff;
		}
		
		body#bloghome div#bloghomeHeader div#keith {
			margin: 0;
		}
		
		body#bloghome div#bloghomeHeader div#keith {
			background: transparent url(/images/blog/keith_med.gif) 0 0 no-repeat;
		}

	/* *************************************
		Trevor
	************************************* */

		body#trevor div#customHeader {
			height: 100px;
			background: transparent url(../images/blog/trev_head.png) 0 0 no-repeat;
			margin: 5px 0 15px 0;
		}

		body#trevor div#content p,
		body#trevor div#content ul li,
		body#trevor div#content ol li,
		body#trevor div#content blockquote,
		body#trevor div#right p,
		body#trevor div#right ul li,
		body#trevor div#right blockquote,
		body#trevor div#wrapper div#content strong,
		body#trevor div#wrapper div#content b,
		body#trevor div#wrapper div#content form fieldset label {
			color: #003 !important;
		}

		body#trevor blockquote {
			background: #e5eaf5;
			border: 1px solid #006;
			margin: 1em;
			padding: .5em;
		}

		body#trevor div#profile div#pic,
		body#bloghome div#Trevor div.indexPic {
			background: transparent url(../images/blog/trevor.jpg) 0 0 no-repeat;
		}

		body#trevor div#profile h3 {
			background-image: url(../images/blog/blogger_ico_boy.gif);
		}

		body#trevor h2, 
		body#trevor h3 {
			color: #006;
		}

		body#trevor a:link {
			color: #900;
		}

		body#trevor a:visited {
			color: #600;
		}

		body#trevor a:active, 
		body#trevor a:hover {
			color: #300;
		}

		body#trevor a.button,
		body#trevor form input.submit {
			background: #fff;
			border: 1px solid #006;
			color: #900;
		}

		body#bloghome div#bloghomeHeader div.wrap div#trevor {
			background: transparent url(/images/blog/trevor_med.gif) 0 0 no-repeat;
			margin: 0 !important; /* Apply this to the last blogger, alphabetically */
		}
		
		/* *************************************************************************
			special
		************************************************************************ \*/

			body#trevor ul.postInfo {
			padding: 7px 0 3px 0;
				background: transparent url(../images/blog/post_info_trev_bg.png) 0 0 repeat-x;
			}
			
			body#trevor li.addComment {
				background: transparent url(../images/blog/football_add.gif) left center no-repeat;
			}

			body#trevor li.commentCount {
				background: transparent url(../images/blog/football.gif) left center no-repeat;
			}
			
	/* *************************************
		Media Centre
	************************************* */

		body#mediapage div#customHeader {
			height: 60px;
			background: transparent url(../images/blog/mediapage.gif) 0 0 no-repeat;
			margin: 5px 0 15px 0;
		}
			
	/* *************************************
		Blogger comments
	************************************* */
		
		div.commentCareerSurgery {
			background: #AAA url(../images/blog/comment_bg1.gif) 0 0 no-repeat;
			margin: 0 15px 15px 15px;
			width: 361px;
		}
		
		div.commentJoe {
			background: #e5eaf5 url(../images/blog/comment_bg1.gif) 0 0 no-repeat;
			margin: 0 15px 15px 15px;
			width: 361px;
		}
		
		div.commentNick {
			background: #ffebcd url(../images/blog/comment_bg1.gif) 0 0 no-repeat;
			margin: 0 15px 15px 15px;
			width: 361px;
		}
		
		div.commentCharlie {
			background: #E6D0C3 url(../images/blog/comment_bg1.gif) 0 0 no-repeat;
			margin: 0 15px 15px 15px;
			width: 361px;
		}
		
		div.commentKeith {
			background: #CCE1F2 url(../images/blog/comment_bg1.gif) 0 0 no-repeat;
			margin: 0 15px 15px 15px;
			width: 361px;
		}

		div.commentTrevor {
			background: #9c9 url(../images/blog/comment_bg1.gif) 0 0 no-repeat;
			margin: 0 15px 15px 15px;
			width: 361px;
		}
		

/* *************************************
		Media Centre
	************************************* */
		
		body#mike div#profile div#pic, body#bloghome div#mike div.indexPic {
			background: transparent url(../images/blog/mike.jpg) 0 0 no-repeat;
		}
		
		body#felix div#profile div#pic, body#bloghome div#felix div.indexPic {
			background: transparent url(../images/blog/felix.jpg) 0 0 no-repeat;
		}
		
/* *************************************
	Global Patches
************************************* */

