/*
	johnharding.co.uk Screen Styles

	Author: Peter Murray/Clip Creative
	Authour URL: www.clipcreative.co.uk
	
	Table of Contents:
		general
		layout (inc.navigation)
		typography
		forms
*/

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

* {
	margin: 0;
	padding: 0;
}

img {
	border:none;
}

img.right-pad {
	margin-left: 10px;
	
}

img.right-pad-float {
	margin-left: 10px;
	float: left;
	margin-bottom: 10px;
}

.clearer {
	clear: both;
}

.what-clearer {
	clear: both;
	height: 20px;
}

.imagewrap {
	margin-top: 20px;
}

.image {
	float: left;
	margin-bottom: 10px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

#intro {
	width: 620px;
	background: url(../images/navback2.png) top left repeat;
	float: left;
	margin-bottom: 10px;
	
}

#where-intro {
	width: 470px;
	background: url(../images/navback2.png) top left repeat;
	float: left;
	margin-bottom: 10px;
	
}

.module {
	background: url(../images/navback2.png) top left repeat;
	margin-bottom: 20px;
}

.module-home {
	background: #FFF;
	margin-bottom: 20px;
}

.column-wrapper {
	width: 760px;
	float: left;
}

/* layout
----------------------------------------------- */

body {
	background: url(../images/bg-home2.jpg) top center no-repeat fixed #b8bcbb;
}

body#who {
	background: url(../images/bg-04.jpg) top center no-repeat fixed #b8bcbb;
}

body#what {
	background: url(../images/bg-03.jpg) top center no-repeat fixed #b8bcbb;
}

body#when {
	background: url(../images/bg-04.jpg) top center no-repeat fixed #b8bcbb;
}

body#why {
	background: url(../images/bg-05.jpg) top center no-repeat fixed #b8bcbb;
}

body#where {
	background: url(../images/bg-06.jpg) top center no-repeat fixed #b8bcbb;
}

#pagewrapper {
	width: 960px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

#header {	
	float: left;
	margin-bottom: 20px;
}

#logo {
	width: 200px;
	height: 138px;
	float: left;
	margin: 20px 0 20px 71px;
}

#quotes {
	width: 270px;
	float: left;
	margin: 15px 0 10px 10px;
}


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

#navigation {
   float:left;
   width:960px;
   background:url(../images/nav.jpg) top left repeat-x #cd1f27;
   overflow:hidden;
   position:relative;
   height: 35px;
   }

#navigation ul {
   clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   text-align:left;
   height: 35px;
}
#navigation ul li {
   display:block;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   right:50%;
   border-right:1px solid #FFF;
   height: 35px;
   width: 159px
}

#navigation ul li.noborder {
	width: 160px;
	border-right: none;
}

#navigation ul li.right {
	border-right: none;
	
}

#navigation ul li a {
   display:block;
   padding:3px 10px;
   color:#FFF;
   text-decoration:none;
   line-height:1.3em;
   font-family: Helvetica, Arial, sans-serif;
   font-size: 14px;
   height: 35px;
   line-height: 15px;
   
}
#navigation ul li a:hover {
   background:url(../images/nav-hover.jpg) top left repeat-x #9e1616;
   color:#fff;
}

body#home a#homenav,
body#who a#whonav,
body#what a#whatnav,
body#why a#whynav,
body#where a#wherenav,
body#when a#whennav {
	background:url(../images/nav-hover.jpg) top left repeat-x #9e1616;
   	color:#fff;
}


/* side navigation */


#sidenavwrap {
	width: 143px;
	margin: 0 7px 0 10px;
	float: left;	
}

#sidenavtitle {
	width: 57px;
	float: right;
	height: 22px;
	padding: 2px 5px 2px 5px;
	background: #ED1C24;
	text-align: right;
	margin-right: 6px;
}

#sidenav {
	float: left;
	width: 140px;
	text-align: right;
	padding: 10px 0 0 0;
	background: url(../images/line.gif) top right repeat-y;
	
}

#sidenav ul {
	text-align: right;
	list-style: none;
}

#sidenav ul li, #sidenav ul li a {
	font-family: Georgia, Serif;
	font-weight: normal;
	color: #000;
	font-size: 14px;
	text-decoration: none;
}

#sidenav ul li a:hover {
	background: url(../images/arrow.gif) right no-repeat;
	text-decoration: none;
}

body#home a#videonav,
body#when a#contactnav,
body#testimonials a#testnav,
body#clients a#clientsnav,
body#fame a#famenav {
	background: url(../images/arrow.gif) right no-repeat;
	text-decoration: none;
}

/* sub-navigation */


#sub-nav {
   float:left;
   width:700px;
   }

ul#sub-navigation {margin-top:0;padding:0;}
ul#sub-navigation li {margin-bottom:10px;padding:0;list-style:none;margin:0 0.3em 15px 0;}
ul#sub-navigation li a {text-decoration:none;display:inline;padding:5px 10px 5px 10px;color:#FFF;background: url(../images/sub-nav-bg.jpg) top left repeat-x #000;}
ul#sub-navigation li a:hover {text-decoration: underline;}

/* end of navigation
----------------------------------------------- */

#content {
	width: 960px;
	float: left;
	border-top: 20px;
	min-height: 400px;
}

#title {
	float: left;
	background: #000;
	height: 22px;
	padding: 2px 5px 2px 5px;
	margin-bottom: 20px;
	text-align: right;
}


#centre {
	width: 620px;
	margin: 0 10px 0 10px;
	float: left; 
}

#leftcolumn {
	width: 300px;
	margin: 0 10px 0 0;
	float: left;
	background: url(../images/navback2.png) top left repeat;
}

#clients-leftcolumn {
	width: 470px;
	margin: 0;
	float: left;
	padding-bottom: 10px;
}

#fame-leftcolumn {
	width: 640px;
	margin: 0;
	float: left;
	padding-bottom: 10px;
}

#left-sub-column {
	width: 225px;
	float: left;
	margin-right: 10px;
	background: url(../images/navback2.png) top left repeat;
}

#fame-sub-column {
	width: 200px;
	float: left;
	margin-right: 10px;
	background: url(../images/navback2.png) top left repeat;
}

#who-leftcolumn {
	width: 300px;
	margin: 0 10px 0 0;
	float: left;
	background: none;
	
}

.who-leftcolumn {
	width: 300px;
	margin: 0 10px 0 0;
	float: left;
	background: none;
	
}

#downloads {
	width: 300px;
	margin: 0 10px 0 0;
	float: left;
	background: #FFF;
	background: url(../images/navback2.png) top left repeat;
}

#rightcolumn {
	width: 300px;
	margin: 0 0 0 10px;
	float: left;
	background: #FFF;
	background: url(../images/navback2.png) top left repeat;
}

#homevideo {
	width: 300px;
	margin: 0 0 0 10px;
	float: left;
}

#homequotes {
	float: left;
	background: url(../images/navback2.png) top left repeat;
	margin-bottom: 20px;
	width: 300px;
	text-align: right;
}

#right {
	width: 140px;
	margin: 46px 10px 0 10px;
	float: left;
}

#youtube {
	margin-bottom: 20px;
}


#footer {
	width: 620px;
	float: left;
	margin-left: 170px;
	margin-top: 20px;
	text-align: right;
}

/* page specific layout - 'what.php' */

#what-centre {
	width: 770px;
	margin: 0 10px 0 10px;
	float: left; 
	
}

#what-holder {
	width: 760px;
	margin: 0;
	float: left;
}

.what-leftcolumn {
	width: 470px;
	margin: 0;
	float: left;
	background: url(../images/navback2.png) top left repeat;
	padding-bottom: 10px;
}

.what-leftcolumn {
	width: 470px;
	margin: 0;
	float: left;
	background: url(../images/navback2.png) top left repeat;
	padding-bottom: 10px;
}



.what-rightcolumn {
	width: 289px;
	margin: 0;
	float: left;
	background: url(../images/navback2.png) top left repeat;
	margin-left: 1px;
}

.what-rightcolumn {
	width: 289px;
	margin: 0;
	float: left;
	background: url(../images/navback2.png) top left repeat;
	margin-left: 1px;
}


/* page specific layout - 'why.php' */

#why-leftcolumn {
	width: 460px;
	margin: 0;
	float: left;
	background: url(../images/navback2.png) top left repeat;
	padding-bottom: 10px;
	margin-right: 10px
}

#why-rightcolumn {
	width: 280px;
	margin: 0 0 0 10px;
	float: left;
	background: url(../images/navback2.png) top left repeat;
}

/* page specific layout - 'when.php' */

#contact-leftcolumn {
	width: 620px;
	margin: 0 10px 0 0;
	float: left;
	background: url(../images/navback2.png) top left repeat;
}



/* typography
----------------------------------------------- */

h1, h2, h3, h4, h5, p, a, li {
	font-family: Georgia, Serif;
	font-weight: normal;
	padding: 0 5px 0 5px;
}

h1 {
	font-size: 18px; 
	color: #FFF;
}

h2.nav {
	font-size: 16px;
	font-style: italic;
	color: #FFF;
}

h3 {
	font-size: 14px;
	font-weight: normal;
	padding: 5px 10px 5px 10px;
	background: #000;
	color: #FFF;
}

h3.break {
	padding-bottom: 3px;
}

h4 {
	font-size: 14px;
	font-weight: normal;
	padding: 5px 10px 5px 10px;
	background: #FFF;
	color: #000;
}

h5 {
	font-size: 14px;
	font-style: italic;
	padding: 10px 10px 0 10px;
	color: #FFF;
}

p {
	padding: 10px;
	
}

p, a, li {
	font-size: 13px;
	color: #FFF;
}

p, li {
	color: #FFF;
}

p.moduletext {
	font-family: Georgia, Serif;
	font-size: 11px;
	font-weight: normal;
	padding: 12px 10px 10px 10px;
	color: #FFF;
}

p.testimonial {
	font-style: italic;
}

p.tiny {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000;
}

p.homequotes {
	font-family: Georgia, Serif;
	font-size: 12px;
	font-weight: normal;
	padding: 12px 10px 10px 10px;
	color: #ED1C24;
}

p.strapline {
	color: #000;
	font-size: 14px;
	font-style: italic;
}

p.caption {
	font-size: 12px;
	font-style: italic;
}

a {
	color: yellow;
	text-decoration: none;
	padding: 0;
}

a:hover {
	text-decoration: underline;
}

a.thetop {
	font-family: Georgia, Serif;
	font-weight: normal;
	padding: 0 5px 0 5px;
	font-size: 18px; 
	color: #FFF;
}

a.sub-nav {
	font-family: Georgia, Serif;
	font-weight: normal;
	padding: 0;
	font-size: 14px; 
	color: #FFF;
}

a.sub-nav:hover {
	text-decoration: none;
}

a.sub-link-back {
	margin: 5px;
	color: yellow;
	padding-bottom: 10px;
	padding-left: 5px;
}

a.readmore {
	font-size: 12px;
	padding-bottom: 10px;
}

a.bloglink, p.blogtext {
	color: #000;
}

a.bloglink {
	margin-left: 10px;
}

li {
	margin-left: 26px;
	padding-bottom: 5px;
	padding-right: 10px;
}

ul.extras li {
	margin-left: 0;
	padding-bottom: 0;
	padding-right: 0;
}




/* forms
----------------------------------------------- */
