@charset "utf-8";
/* CSS Document */

/* Details ==============================================================

Site:		www.judachi-martialarts.co.uk
Author:		Matt Smith
Version:	1.0
Created:	18/07/09
Modified:	00/00/00

=======================================================================*/

/* Global Reset
=======================================================================*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

	
/* Layout and Positioning
=======================================================================*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5% !important;
	background: #FFF url(../images/main_background.jpg) top center repeat-x;
}	

#container {
	width: 900px;
	margin: 0 auto;	
}

#topHeader {
	width: 100%;
	height: 80px;
}

#logo {
	float: left;
	width: 350px;
	margin-top: 25px;
}

/* Phone and email contact */
#contactDetails p {
	float: right;
	padding: 35px 0 0 0;
	margin: 0 10px 0 0;
	text-align: right;
	color: #CCC;
}
.contactHighlight {
	font-weight: bold;
	color: #FFF;
}

/* Static versions of the flash slideshow on each subsequent page */
#bannerAnimation {
	clear: both;
	height: 200px;
	width: 900px;
	margin-top: 6px;	
}
body#home #bannerAnimation {
	background: url(../images/flash_images/banner_home.jpg) left top no-repeat;
}
body#martial_arts #bannerAnimation {
	background: url(../images/flash_images/banner_martial_arts.jpg) left top no-repeat;
}
body#lesson #bannerAnimation {
	background: url(../images/flash_images/banner_lesson.jpg) left top no-repeat;
}
body#grading #bannerAnimation {
	background: url(../images/flash_images/banner_grading.jpg) left top no-repeat;
}
body#shop #bannerAnimation {
	background: url(../images/flash_images/banner_shop.jpg) left top no-repeat;
}
body#accolades #bannerAnimation {
	background: url(../images/flash_images/banner_accolades.jpg) left top no-repeat;
}
body#instructor #bannerAnimation {
	background: url(../images/flash_images/banner_instructor.jpg) left top no-repeat;
}
body#gallery #bannerAnimation {
	background: url(../images/flash_images/banner_gallery.jpg) left top no-repeat;
}
body#contact #bannerAnimation {
	background: url(../images/flash_images/banner_contact.jpg) left top no-repeat;
}

#mainNav {
	position: relative;
	padding: 0;
	width: 100%;
	height: 37px;
	float: left;
}

#mainContent {
	clear: both;
	float: left;
	width: 100%;
}

#mainColumn {
	float: left;
	margin-top: 60px;
	margin-right: 65px;
	padding: 0;
	padding-bottom: 100px;
	width: 520px;
}

/* 3x Image links on home page */
ul#imageStrip {
	clear: both;
	float: left;
	margin-top: 40px;
	width: 100%;
	border-bottom: 1px solid #e1e1e1;
}
ul#imageStrip li {
	float: left;
	width: 280px;
	margin-right: 20px;
	padding-bottom: 10px;
	display: block;
}

/* Alternative 2 column layout at top of page */
#topContent {
	float: left;
	width: 900px;
	margin: 60px 0 50px 0;
}
.leftCol {
	float: left;
	width: 440px;
}
.rightCol {
	float: right;
	width: 440px;
}

/* 2 column layout on Product page */
.productBoxLeft {
	float: left;
	width: 440px;
	background: #E1E1E1;
	padding: 20px 0;
	margin-bottom: 50px;
}
.productBoxRight {
	float: right;
	width: 440px;
	background: #E1E1E1;
	padding: 20px 0;
	margin-bottom: 50px;
}
.productColLeft {
	float: left;
	width: 210px;
	margin-left: 15px;
	display: inline; /* To fix IE6- double-margin bug */
}
.productColRight {
	float: right;
	width: 180px;
	margin-right: 15px;
	display: inline; /* To fix IE6- double-margin bug */
}

/* Affects the #mainColumn only on the Gallery page */
body#gallery #mainColumn {
	float: left;
	margin: 30px 55px 0 0;
	padding-bottom: 100px;
	width: 100%;
}

#sidebar {
	float: left;
	margin: 50px 0 100px 0;
	padding: 0;
	width: 300px;
	background: #F4F4F4;
}
/* A second div inside #sidebar which adds padding and does not expand the parent div */
#sidebar div {
	padding: 10px;
}

#success {
	float: left;
	width: 100%;
	margin-top: 30px;
}

#footer {
	clear: both;
	background: #0A0A0A url(../images/footer_bg.jpg) top center repeat-x;
	width: 100%;
}
#footerInner {
	width: 900px;
	margin: 0 auto;
}
#footerColOne {
	float: left;
	width: 140px;
	margin: 20px 45px 0 0;
	padding-bottom: 50px;
}
#footerColTwo,
#footerColThree {
	float: left;
	width: 215px;
	margin: 20px 45px 0 0;
	padding-bottom: 50px;
}
#footerColFour {
	float: left;
	width: 180px;
	margin-top: 20px;
	padding-bottom: 50px;
}

/* Square thumbnail in sidebar */
.floatLeft {
	margin: .5em 15px 5px 0;
	float: left;
	border: 3px solid #999;
}

/* Reusable clearing div to eilminate float clearing issue */
.spacer {
	clear: both;
}
	
/* Text Styles
=======================================================================*/

/* Hides the h1 element on the page unless css is disabled */
#logo h1 {
	text-indent: -5000px;
}

h2 {
	clear: both;
	font: bold 1.6em/100% Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	color: #666;
	margin-bottom: 15px;
	padding: 7px;
	background: #E1E1E1;
}

#sidebar h2 {
	padding: 7px;
	font-weight: bold;
	background: #E1E1E1;
}

h3 {
	font: bold 1.3em/100% Arial, Helvetica, sans-serif;
	color: #666;
	margin-bottom: 15px;
}

.productBoxLeft h3,
.productBoxRight h3 {
	font: bold 1.4em/100% Arial, Helvetica, sans-serif;
	line-height: 150%;
	color: #666;
	padding-bottom: 5px;
	border-bottom: 1px dotted #666;
}

p.intro {
	font-size: 1.4em;
	font-weight: bold;
	color: #999;
	line-height: 180%;
	padding-bottom: 15px;
}	

#success h4 {
	font: bold 1.5em/100% Arial, Helvetica, sans-serif;
	line-height: 140%;
	color: #666;
	letter-spacing: 1px;
	margin-top: 10px;
	padding-bottom: 5px;
	margin-left: 258px;
	border-bottom: 1px solid #999;
	margin-bottom: 10px;
}

p.success {
	font-size: 1.2em;
	line-height: 160%;
}

p {
	color: #333;
	font-size: 1.3em;
	line-height: 180%;
	padding-bottom: 30px;
}

.productColRight p {
	font-size: 1.1em;
	line-height: 150%;
	padding: 0;
	margin: 0;
}

.productColRight p.bold {
	padding-top: 10px;
}

body#gallery ul#imageStrip li {
	margin-bottom: 30px;
}

p#wordIcon {
	height: 50px;
	padding: 30px 0 0 90px;
	margin: 30px 0;
	background: url(../images/icons/word_icon.jpg) no-repeat left center;	
}

p#pdfIcon {
	height: 50px;
	padding: 30px 0 0 90px;
	background: url(../images/icons/pdf_icon.jpg) no-repeat left center;	
}

#footerInner #footerColOne h4,
#footerInner #footerColTwo h4,
#footerInner #footerColThree h4,
#footerInner #footerColFour h4 {
	font: bold  1.4em/100% Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	color: #e1e1e1;
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #999;
}
#footerInner #footerColOne p,
#footerInner #footerColTwo p,
#footerInner #footerColThree p,
#footerInner #footerColFour p {
	color: #999;
	font-size: 1.2em;
	line-height: 150%;
	padding: 0;
	margin: 0;
}
#footerInner #footerColTwo p,
#footerInner #footerColThree p {
	padding: 20px 0 0 50px;
}
#footerInner #footerColFour p {
	padding-top: 20px;
}
#footerInner #footerColThree p {
	font-style: italic;
}

.lessonTimesContainer {
	float: left;
	clear: left;
	width: 520px;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px dotted #999;
}
.lessonTimes {
	float: left;
	color: #333;
	line-height: 180%;
	margin: 0;
	padding: 0;
	display: inline;
	margin-right: 40px;
}
.lessonTimes p,
.lessonTimes li {
	color: #333;
	font-size: 1.3em;
	line-height: 180%;
}

/* Pushes sidebar text over to facilitate sqaure thumbnails */
#sidebar p {
	font-size: 1.1em;
	padding: 0;
	margin: 0 0 15px 0;
	padding-left: 75px;
	line-height: 170%;
}

body#lesson #sidebar p,
body#instructor #sidebar p {
	padding: 0 0 20px 0;
	font-size: 1.1em;
	line-height: 160%;
}

.bold {
	font-weight: bold;
	color: #333;
}

/* Text below 3x Homepage image links */
ul#imageStrip p {
	margin-top: -30px;
	padding: 10px 0 20px 3px;
	line-height: 150%;
}

#footer p {
	padding-top: 20px;
	padding-bottom: 50px;
	font-size: 1.2em;
	color: #CCC;
}

#smallPrint {
	margin: 0;
	padding: 0;
	border-top: 1px solid #333;
}
#smallPrint p {
	font-size: 1.1em;
	color: #999;
	padding: 10px 0 15px 0;
}

ul#largeBullet {
	margin-bottom: 50px;
}

ul#largeBullet li {
	font: bold 1.5em/100% Arial, Helvetica, sans-serif;
	list-style: none; 
	color: #666;
	padding: 10px 0 0 40px;
	display: block;
	height: 25px;
	margin: 20px 0;
	background: url(../images/icons/logo_bullet.jpg) no-repeat 0 3px;
}


/* Navigation Styles
=======================================================================*/

ul#mainNav {
	float: left;
	list-style-type: none;
}
ul#mainNav li {
	display: block;
	float: left;
	margin: 0;
}
ul#mainNav li a { 
	font: normal 1.4em/100% Arial, Helvetica, sans-serif;
	color: #999;
	display: block;
	float: left;
	text-decoration: none;
	padding: 9px 17px 0 17px;
	height: 35px;
}
ul#mainNav li a:hover { 
	color: #FFF;
	background: url(../images/nav_hover.jpg) top left repeat-x;
}

/* Styles for active (you are here) links */
body#home a#homeLink,
body#martial_arts a#martial_artsLink,
body#lesson a#lessonLink,
body#grading a#gradingLink,
body#shop a#shopLink,
body#accolades a#accoladesLink,
body#instructor a#instructorLink,
body#gallery a#galleryLink,
body#contact a#contactLink, ul#mainNav li a.current {
	color: #333;
	background: url(../images/nav_current.jpg) repeat-x top left;
}

/* Link Styles
=======================================================================*/

#sidebar a {
	font: bold 1.3em/100% Verdana, Arial, Helvetica, sans-serif;
	color: #999;
	text-decoration: none;
	margin: 0 0 0 75px;
}
#sidebar a:hover {
	color: #F00;
	text-decoration: none;
	padding-bottom: 2px;
	border-bottom: 1px dotted #F00;
}

body#grading #mainContent a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #999;
	text-decoration: none;
}
body#grading #mainContent a:hover {
	color: #F00;
	text-decoration: none;
	padding-bottom: 2px;
	border-bottom: 1px dotted #F00;
}
body#contact #mainContent a {
	font: bold 1.3em/100% Verdana, Arial, Helvetica, sans-serif;
	color: #999;
	text-decoration: none;
}
body#contact #mainContent a:hover {
	color: #F00;
	text-decoration: none;
	padding-bottom: 2px;
	border-bottom: 1px dotted #F00;
}

/* Styles for organisation logos */
img.orgLogosFooter {
	float: left;
	clear: left;
	margin-top: 10px;
	border: 2px solid #999;
}

body#gallery ul#imageStrip li a img {
	margin-bottom: 10px;
	padding: 5px;
}
body#gallery ul#imageStrip li a:hover img {
	padding: 0;
	border: 5px solid #CFCFCF;
}

l#imageStrip li a img {
	margin-bottom: 10px;
	padding: 5px;
}
ul#imageStrip li a:hover img {
	padding: 0;
	border: 5px solid #CFCFCF;
}

/* Footer Nav Menu */
ul#footerNav {
	padding-top: 20px;
}
ul#footerNav li {
	padding-bottom: 16px;
}
ul#footerNav li a {
	font-size: 1.2em;
	text-decoration: none;
	font-weight: normal;
	color: #999;	
}
ul#footerNav li a:hover {
	text-decoration: none;
	color: #FFF;
	padding-bottom: 2px;
	border-bottom: 1px dotted #999;
}
/* Styles for active (you are here) links */
body#home ul#footerNav a#homeLink,
body#martial_arts ul#footerNav a#martial_artsLink,
body#lesson ul#footerNav a#lessonLink,
body#grading ul#footerNav a#gradingLink,
body#shop ul#footerNav a#shopLink,
body#accolades ul#footerNav a#accoladesLink,
body#instructor ul#footerNav a#instructorLink,
body#gallery ul#footerNav a#galleryLink,
body#contact ul#footerNav a#contactLink, ul#mainNav li a.current {
	color: #FFF;	
	background: none;
	padding-bottom: 2px;
	border-bottom: 1px dotted #999;
}

/* Link styles for ul in footerCols */
#footerInner #footerColTwo a,
#footerInner #footerColThree a {
	text-decoration: none;
	font-weight: normal;
	color: #999;
}
#footerInner #footerColTwo a:hover,
#footerInner #footerColThree a:hover {
	text-decoration: none;
	color: #FFF;
	padding-bottom: 2px;
	border-bottom: 1px dotted #999;
}

/* Images Styles
=======================================================================*/

a img#mapThumb {
	padding: 3px;
	margin-top: 15px;
}
a:hover img#mapThumb {
	padding: 0;
	margin-top: 15px;
	border: 3px solid #FFF;
}

/* 3x Image strip rollovers on home page*/
#rolloverOne {
	display: block;
	margin-bottom: 30px;
	width: 270px;
	height: 150px;
	background: url(../images/rollover_01.jpg) no-repeat;
	text-indent: -9999px;
}
#rolloverOne:link,
#rolloverOne:visited,
#rolloverOne:active {
	background: url(../images/rollover_01.jpg) no-repeat;
}
#rolloverOne:hover {
	background: url(../images/rollover_01.jpg) no-repeat 0 -150px;
}

#rolloverTwo {
	display: block;
	margin-bottom: 30px;
	width: 270px;
	height: 150px;
	background: url(../images/rollover_02.jpg) no-repeat;
	text-indent: -9999px;
}
#rolloverTwo:link,
#rolloverTwo:visited,
#rolloverTwo:active {
	background: url(../images/rollover_02.jpg) no-repeat;
}
#rolloverTwo:hover {
	background: url(../images/rollover_02.jpg) no-repeat 0 -150px;
}

#rolloverThree {
	display: block;
	margin-bottom: 30px;
	width: 270px;
	height: 150px;
	background: url(../images/rollover_03.jpg) no-repeat;
	text-indent: -9999px;
}
#rolloverThree:link,
#rolloverThree:visited,
#rolloverThree:active {
	background: url(../images/rollover_03.jpg) no-repeat;
}
#rolloverThree:hover {
	background: url(../images/rollover_03.jpg) no-repeat 0 -150px;
}

/* Turn off all browser link outlines */
a {
	outline: none;
}

.insetImage {
	float: left;
	border: 6px solid #CFCFCF;
	margin: 5px 20px 30px 0;
}

#sidebar img {
	padding: 4px;
	border: 1px solid #999;
	background: #FFF;
}	

#sidebar img.offer {
	padding: 0;
	border: none;
	background: none;
	margin-bottom: 10px;
}
	
.heroImage {
	margin-bottom: 40px;
	border: 6px solid #CFCFCF;
}
