@import url("ProjectArt.css") screen;

* {padding: 0px; margin: 0px;}

body {
	/*background: url("Design_images/ScaleWhiteToBlack.gif") #000 repeat-x;*/
	background: url(images/bg3.jpg) 0px 0px #000 repeat-x;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
}

hr { color: #eee;	margin-top: 20px;}

a,
a img { text-decoration: none; color: #999; border-color: #999;}

a:hover,
a:hover img {
	text-decoration: underline;
	color: #444444;
	border-color: #444;
}

ul { list-style-type: none;}

h1 {
	font-size: 2.5em;
	padding: 30px 0;
	}

h2 {
	font-size: 2.1em;
	padding: 30px 0;
	font-style: italic;
	}
	
body#games h2 {
	margin-bottom: -40px;
	}
	
body.bands h2 {
	font-size: 1.6em;
	margin: 50px 0 0px 0;
	padding: 0px;
	}	
	
body.animeHome .contentWrapper{
	background: url(images/bg_anime.jpg) no-repeat center top #fff;
	}
	
body#artwork .contentWrapper{
	/*background: url(images/sketchpadBg.jpg) no-repeat center 110px #fff;*/
	}
	
h3 {
	font-size: 1em;
	}

p {
	margin: 10px 0;
	}
	
p.postTitle {
	font-weight: bold;
	font-style: italic;
	font-size: 1.6em;
	}

div#wrapper {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-align: center;
	border: 3px solid #fff;
	border-bottom-right-radius: 3px;-moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px; -moz-border-radius-bottomleft: 3px; -webkit-border-bottom-left-radius: 3px;
	background-color: #fff;

}

.header {
}

#logo {
	width: 900px;
	height: 200px;
	background: url("images/header.jpg") no-repeat center 20px #fff;
	margin-bottom: 20px;
	}

#logo a {
	width: 900px;
	height: 200px;
	display: block;
	}
	
	

#logo a img {
	text-decoration: none;
	border: 0px;
}

div.contentWrapper {
	width: 770px;
	min-height: 600px;
	background-color: #fff;
	/*border: solid #eee 4px;*/
	border-left: solid #eee 5px;
	border-right: solid #eee 5px;
	border-bottom: solid #eee 5px;
	border-top: solid #ddd 2px;
	padding: 30px 60px;
	border-bottom-right-radius: 5px;-moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px; -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px;
	
	}

img.imgspacer {
	padding: 10px 0 0 0;
}

/*------------------------ general styles --------------------------------*/

span.largerText {
	font-size: 1.9em;
	}

p.caption {
	font-style: italic;
}

div#console {
	margin-bottom: 20px;
}


div.underline {
	border-bottom: #eee solid 1px;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

p.colourfill {
	border-bottom: #eee solid 1px;
	padding-bottom: 15px;
}

div.text { 
	text-align: justify;
	margin: 30px 0 30px 0;
}

div.viewing img.subheading {
	padding: 15px 0 0 0;
}

div.viewing img.divider {
	padding: 10px 0 20px 0;
}

div.viewing img.pageheader {
	padding: 20px 0 20px 0;
}

div.GT4background img.pageheader {
	padding: 20px 0 20px 0;

}

img.gameimages {
	position: relative;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	vertical-align: bottom;
}

div.indent {
	margin: 0 40px;
}

/*------------------------- navigation styles -----------------------------*/

#mainnav {
	height: 35px;
	background: url("images/main_navigation/navbackground.gif") repeat-x #fff 0px -3px;
	margin: 0 auto;	
	padding: 0px;
	border-top: 2px solid #ccc;
	border-bottom: 1px solid #fff;
	border-top-right-radius: 5px;-moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px;
	border-top-left-radius: 5px; -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px;	
	}

#mainnav ul {	
	text-align: center;
	}
	
#mainnav ul li {
	float: left;
	margin: 0px;
	padding: 0px;
	}

#mainnav ul li a {
	width: 100px;
	display: block;
	text-align: center;
	padding: 7px 0 10px 0;
	font-size: 1.2em;

	}

#mainnav ul li a {
	background: url("images/main_navigation/button_bg.gif") repeat-x;
	/*background: url("images/main_navigation/button_bg.gif") repeat-x;*/
	text-decoration: none;
	color: #888;

	}
	
body#webdesign #mainnav ul li a.webdesign,
body#artwork #mainnav ul li a.artwork,
body#index #mainnav ul li a.home,
body#comics #mainnav ul li a.comics, 
body#guitar #mainnav ul li a.guitar,
body#links #mainnav ul li a.links,
body#photos #mainnav ul li a.photos,
body#games #mainnav ul li a.games,
body#anime #mainnav ul li a.anime,
body#links #mainnav ul li a.extra {
	background: url("images/main_navigation/button_BghoverGREY.gif") repeat-x;
	color: #333;
	}	
	
#mainnav ul li a:hover {
	background: url("images/main_navigation/button_BghoverGREY.gif") repeat-x;
	color: #555;
	}
	

#subnav {
	background-color: #eee;
	padding: 5px 10px;
	text-align: left;
	font-style: italic;
	margin: -30px 0 3px 0;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #bbb;
	border-top: 1px solid #fff;
	border-bottom-right-radius: 5px;-moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px; -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px;
	}

#subnav ul li {
	display: inline;
	}

body.bands .contentWrapper #subnav ul li.bands a,
body.chronicles .contentWrapper #subnav ul li.chronicles a,
body.u2youtube .contentWrapper #subnav ul li.u2youtube a,
body.jrockyoutube .contentWrapper #subnav ul li.jrockyoutube a,
body.moreyoutube .contentWrapper #subnav ul li.moreyoutube a,
body.paintingslondon .contentWrapper #subnav ul li.paintingslondon a,
body.artists .contentWrapper #subnav ul li.artists a,
body.motorcycleConcepts .contentWrapper #subnav ul li.motorcycleConcepts a {
	color: #333;
	}
	


p.link {
	padding-top: 30px;
	text-align: center;
}

p.link a:hover {
	padding: 5px;
	border: 1px solid #eee;
}

p.link a img {
	vertical-align: bottom;
}

a span.Backtop {
	text-align: center;
	display: block;
	background:   url("Design_images/Backtop.gif") no-repeat 50% 0;
	padding: 35px 5px 30px 5px;
	margin-top: 60px;
}

a:hover span.Backtop {
	background:  url("Design_images/Backtopon.gif") no-repeat 50% 0;
	padding: 35px 5px 30px 5px;
}

a.thumblink img {
	border: 10px solid #fff;
}

a:hover.thumblink img {
	border: 10px solid #eee;
}	







/* comic rollovers */

.comicsdgray a {
	background: url(images/comics/dgrayOnOff.jpg) no-repeat;
	display: block;
	width: 565px;
	height: 236px;
	}

.comicsdgray a:hover {
	background: url(images/comics/dgrayOnOff.jpg) no-repeat 0px -236px;
	}


/* Photo gallery */

#photoGalleryListing ul li {
	font-size: 1.3em;
	margin: 0 0 10px 0;
	}
	
#photoGalleryListing h3 {
	font-size: 1.6em;
	margin: 10px 0;
	}




/* Bands styles */

.bandImg {
	float: left;
	margin: 0 0px 0 0;
	padding-right: 40px;
	border-right: 1px solid #eee;
	}
	
.bandInfo {
	float: right;
	width: 300px;
	}












/*------------------------- content area with alternate backgrounds ----------------------------*/


div.bwBackground {
	/*background-image:     url("Homepage_images/B&W-logo.jpg");*/
	/*background-repeat: no-repeat;*/
	/*background-position: center 100px;*/
	border: solid #EEEEEE;
	text-align: center;
	background-color: #fff;
	border: solid #eee 4px;
	padding-top: 40px;
}

div.animeBackground {
	background-image:   url("Anime_images/CD-&-Video-logo.jpg");
	background-repeat: no-repeat;
	background-position: center 80px;
	background-color: #fff;
	text-align: center;
}


div.comicBackground {
	background-image: url(Comic-Logo.gif);
	background-repeat: no-repeat;
	background-position: center 130px;
	border: solid #000000;
	background-color: #fff;
	border: solid #eee 4px;
}

div.GT4background {
	background-image:  url("GT4_Pictures/background.jpg");
	border: solid #eee 4px;
	background-repeat: no-repeat;
	background-position: center 200px;
	background-color: #fff;
	padding: 20px;
}

/*----------------------- AC Cobra page styling -------------------------*/

table.ACtable {
	text-align: center;
}

table.ACtable th {
	font-size: 3em;
	background-color: #000;
	color: #fff;
}

table.ACtable td {
	font-weight: bold;
	padding: 5px;
}

table.ACtable td h1 {
	font-size: 2em;
	color: #fff;
	line-height: 4em;
}
	
/*---------------------- site map styles ----------------------------*/

div#site a { 
	margin-left: 130px; 
	list-style: none;		
} 

div#submenu {
	font-size: 1.3em;
	padding: 60px 0 170px 0;
}


/*---------------------- clear content styles ----------------------------*/

div.clear {
	clear: both;
}

/*---------------------- alignment fix for game thumb images and text in ie--*/

p.imagealign {margin: 0;}
	



div.sitemap {
	clear: both;
	margin-top: 10px;
}


/*-------------------- web design styling ------------------------------------*/



div.webdesign {
	width: 650px;
	clear: left;
	height: 110px;
	margin: 0 0 10px 0;
}

div.webdesign span {
	font-size: 1.9em;
	}

div.webdesign img {
	float: left;
	margin-right: 40px;
}

div.webdesign a img {
	border: 3px solid #ccc;
}

div.webdesign a:hover img {
	border: 3px solid #000;
}
	


/*-------------------- navigation icons styling ------------------------------------*/

div.subnavContainer {
	width: 600px;
	height: 650px;
	margin: 10px auto 0 auto;
	border: 1px solid #eee;
}

div.subnavigation {
	width: 500px;
	text-align: center;
	margin: 0 auto;
	padding-top: 20px; 
	clear: left;
}

div.navicon {
	float: left;
	text-align: center;
	margin-left: 9px;
	padding-bottom: 30px;
}

div.navicon img {
	width: 150px;
	height: 212px;

}

div.navicon a img {
	border: 2px solid #fff;
}

div.navicon a:hover img {
	border: 2px solid #ccc;
}


	
div.comic {
	margin: 0 auto;
	padding-left: 16px;
	background-color: #333;
	width: 585px;
}


/*------------------------------ terry prachett guide --------------------------------*/


ul#bookkey {
	list-style-type: square;

	width: 560px;
	height: 100px;
	padding-top: 10px;
	font-size: .9em;
}

ul#bookkey li {
	color: #ddd;
	font-size: 1.1em;
	font-weight: bold;
	float: left;
	margin: 10px 70px 0px 0;
}


ol#discworld {
	margin-left: 160px;
}

ol#discworld li {
	margin-bottom: 10px;
}
	

.rincewind {
	color: #0a0;
}

.witches {
	color: #00a;
}

.death {
	color: #000;
}

.nightwatch {
	color: #a00;
}

.therest {
	color: #aa0;
}

#tamar {
	border-top: 4px solid #7BCF00;
	border-bottom: 4px solid #7BCF00;
	background-color: #F0FAE2;
	width: 580px;
	margin: 0 auto;
	padding: 20px;
}

#tamar p {
	padding: 0 0 0 40px;
	}



.photoContainer ul li {
	float: left;
	background: url(images/photos/polaroid.jpg) no-repeat;
	width: 250px;
	height: 308px;
	padding: 18px 0 0 0px;
}

.photoContainer ul li a img {
	margin: 0 0 7px 0;
	}

.photoContainer ul li a:hover {
	text-decoration: none;
	}

.photoContainer ul li a {
	width: 215px;
	display: block;
	padding: 0 0 0 2px;	
	margin: 0 auto;	
	}

.photoContainer ul li a span {
	font-size: 0.9em;
	font-style: italic;
	width: 215px;
	padding: 4px 0 0 0;
	}


	

/* Last FM widget */

table.lfmWidgetchart_b63fe7251677a76c9e848b3a338e6882 td {
	margin:0 !important;
	padding:0 !important;
	border:0 !important;
}

table.lfmWidgetchart_b63fe7251677a76c9e848b3a338e6882 tr.lfmHead a:hover {
	background:url(http://cdn.last.fm/widgets/images/en/header/chart/weeklytracks_regular_grey.png) no-repeat 0 0 !important;
}
	
table.lfmWidgetchart_b63fe7251677a76c9e848b3a338e6882 tr.lfmEmbed object {
	float:left;
}

table.lfmWidgetchart_b63fe7251677a76c9e848b3a338e6882 tr.lfmFoot td.lfmConfig a:hover {
	background:url(http://cdn.last.fm/widgets/images/en/footer/grey.png) no-repeat 0px 0 !important;
}

table.lfmWidgetchart_b63fe7251677a76c9e848b3a338e6882 tr.lfmFoot td.lfmView a:hover {
	background:url(http://cdn.last.fm/widgets/images/en/footer/grey.png) no-repeat -85px 0 !important;
}

table.lfmWidgetchart_b63fe7251677a76c9e848b3a338e6882 tr.lfmFoot td.lfmPopup a:hover {
	background:url(http://cdn.last.fm/widgets/images/en/footer/grey.png) no-repeat -159px 0 !important;
}

.hidden {
	display: none;
	}
	
	
/* Footer styles */	

#footer {
	margin: 80px 0 0 0;
	}
	
#footer .projectart {
	font-style: italic;
	font-size: 1.8em;
	}
	
#footerLinks {
	float: left;
	background-color: #666666;
	font-style: italic;
	text-align: left;
	width: 100%;
	margin-bottom: 20px;
	border: 10px solid #eee;
	}
	
#footerLinks ul {
	margin: 0px;
	padding: 0px;
	}
	
#footerLinks ul li {
	margin: 0px;
	padding: 0px;
	}
	
#footerLinks ul li a {
	font-size: 2em;
	}

#footerLinks ul li ul li a {
	margin: 0;
	padding: 0;
	}
	
#footerLinks ul li ul li a {
	padding-left: 20px;
	font-size: 1.2em;
	color: #666666;
	margin: 0;
	}

#footerLinks .footerBlockOne,
#footerLinks .footerBlockThree,
#footerLinks .footerBlockFour {
	float: left;
	width: 230px;
	}

#footerLinks .footerBlockTwo {
	float: right;
	width: 540px;
	background-color: #999;
	text-align: justify;
	}
	
#footerLinks .footerBlockTwo {
	font-size: 0.8em;
	}
	
#footerLinks .footerBlockTwo ul li {
	float: left;
	}
	
#footerLinks .footerBlockTwo ul li a {
	display: block;
	padding: 20px 33px;
	}
	
#footerLinks .footerBlockTwo ul li a { 
	color: #ddd;
	}
	
#footerLinks .footerBlockTwo ul li a:hover { 
	background-color: #333;
	}

#footerLinks .footerBlockOne {
	background-color: #fff;
	height: 63px;
	margin-bottom: 110px;
	}

#footerLinks .footerBlockOne ul li {
	margin-left: 20px;
	}

#footerLinks .footerBlockThree {
	background-color: #ccc;
	padding: 20px;
	}

#footerLinks .footerBlockFour {
	background-color: #000;
	padding: 20px;
	}




/* homepage archive link styles */
#archiveLink {
	position: fixed;
	right: 0;
	top: 94%;
	border: 1px solid #333;
	font-size: 0.9em;
	background: url("images/common/archive") no-repeat #333;
	height: 15px;
}

.archiveLink a {
	display: inline-block;
	padding: 20px;
	width: 160px;
	height: 12px;	
	text-align: center;
	font-weight: bold;
	background: url("images/buttons/archiveBtn.jpg") no-repeat top left;
	color: #ddd;
	}

.archiveLink a:hover {
	display: inline-block;
	padding: 20px;
	width: 160px;
	height: 12px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	background: url("images/buttons/archiveBtn.jpg") no-repeat left -58px;
	color: #ddd;
	}

	
.music2000 {
	background: url("images/homepage_images/musicBg.jpg") no-repeat  top center;
	height: 80px;
	padding: 60px 0 0 0;
	border: 1px solid #eee;
	}
	
	