/* -- debug -- */
pre {
	font: 1.2em "Courier New",Courier;
	text-align: left;
}

/* -- reset styles -- */
a,abbr,body,button,fieldset,form,h1,h2,h3,h4,h5,h6,img,label,legend,li,ol,p,td,th,ul {
	border: 0;
	font-size: 100%;
	font-weight: normal;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

input,select,textarea {
	margin: 0;
}

/* -- base styles -- */
body,button,input,select,td,th,textarea {
	color: #000;
	font: 62.5% Arial,Helvetica,sans-serif;
}

body {
	background-color: #fff;
	line-height: 1;
	text-align: center; /* IE fix */
}

/* -- headings -- */
h3,h4,h5 {
	font-size: 1.2em;
	line-height: 1.4;
}

/* -- paragraphs, lists, tables & anchors -- */
p,li,td,th {
	font-size: 1.2em;
	line-height: 1.5;
}

p,ol,ul {
	margin-bottom: 1.2em;
}

ol,ul {
	margin-left: 1.5em;
}

li {
	margin-bottom: 0.2em;
}

li li {
	font-size: 1em;
}

a {
	color: #e21f25;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

abbr {
	border-bottom: 1px dotted #777;
}

/* -- horizontal rule, forms, clearfix & content hide -- */
hr {
	display: none;
}

button,input,select,textarea {
	color: #000;
	font-size: 1em;
}

br.clear {
	clear: both;
	height: 0;
	line-height: 0;
}

.hide {
	left: -999em;
	overflow: hidden;
	position: absolute;
	top: -999em;
	width: 1em;
}

/* -- layout general -- */
#header,
#navigation,
#body,
#footer {
	margin: 0 auto;
	text-align: left; /* IE fix */
	width: 960px;
}

/* -- header -- */
#header {
	padding: 25px 0 12px;
}

#header a {
	background: url(/img/header.png) no-repeat 0 0;
	display: block;
	height: 126px;
	width: 116px;
}

/* -- navigation -- */
#navigation {
	background: url(/img/dashline.png) repeat-x 0 0;
	padding-top: 2px;
	text-transform: uppercase;
}

#navigation .inner {
	background: url(/img/dashline.png) repeat-x 0 100%;
	float: left; /* contain child floats - can't use overflow:hidden due to dropdown menus */
	padding-bottom: 2px;
	width: 100%;
}

#navigation .align {
	float: right;
}

#navigation ul {
	list-style: none;
	margin: 0;
}

#navigation li {
	float: left;
	margin: 0 32px 0 0;
}

#navigation li.last {
	margin: 0;
}

#navigation li span {
	cursor: pointer; /* ensure top level menu items get browser hand when hovered over */
}

#navigation li,
#navigation a {
	color: #000;
	white-space: nowrap;
}

#navigation a:hover {
	color: #777;
}

/* -- navigation sub -- */
#navigation li li {
	display: block;
	float: none;
	font-size: 0.9em;
	font-style: italic;
	margin: 0;
}

/* -- navigation sub (js enabled only) -- */
.js #navigation li div {
	position: relative;
}

.js #navigation ul ul {
	display: none; /* hide sub menus right away using the .js selector, to stop the menus flashing before the javascript can execute */
	left: -2px;
	position: absolute;
	top: 1.7em;
	z-index: 100; /* ensure we set a higher z-index than the home page image rotator */
}

.js #navigation li li {
	background: url(/img/dashline.png) #f7f7f8 repeat-x 0 100%;
	padding: 0 0 2px 2px;
	width: 130px;
}

.js #navigation li li a {
	display: block;
	width: 130px;
}

.js #navigation li li a:hover {
	color: #e21f25;
}

/* -- body -- */
#body {
	clear: both;
	padding-top: 36px;
}

/* -- body page titles -- */
#pagetitle {
	background: no-repeat 5px 0;
	display: block;
	height: 45px;
}

#body .title-about {
	background-image: url(/img/title/about.png);
}

#body .title-contact {
	background-image: url(/img/title/contact.png);
}

#body .title-events {
	background-image: url(/img/title/events.png);
}

#body .title-faq {
	background-image: url(/img/title/faq.png);
}

#body .title-katani {
	background-image: url(/img/title/katani.png);
}

#body .title-katanipress {
	background-image: url(/img/title/katanipress.png);
}

#body .title-katanithebrand {
	background-image: url(/img/title/katanithebrand.png);
}

#body .title-lessons {
	background-image: url(/img/title/lessons.png);
}

#body .title-mailinglist {
	background-image: url(/img/title/mailinglist.png);
}

#body .title-resources {
	background-image: url(/img/title/resources.png);
}

#body .title-store {
	background-image: url(/img/title/store.png);
}

#body .title-team {
	background-image: url(/img/title/team.png);
}

#body .title-termsandconditions {
	background-image: url(/img/title/termsandconditions.png);
}

#body .title-unsubscribe {
	background-image: url(/img/title/unsubscribe.png);
}

#body .title-westbeach {
	background-image: url(/img/title/westbeach.png);
}

#body .title-whatsup {
	background-image: url(/img/title/whatsup.png);
}

#pagetitlesub {
	font-size: 1.3em;
	font-style: italic;
	padding: 0 0 26px 3px;
	text-transform: uppercase;
}

/* -- body columns -- */
/* -- body columns - 2column/2columnwide -- */
#col2left,
#col2wideleft {
	float: left;
	margin-right: 50px;
	width: 556px;
}

#col2right,
#col2wideright {
	background: url(/img/dashline.png) repeat-x 0 0;
	float: left;
	padding: 4px 0 30px;
	width: 260px;
}

#col2wideleft {
	width: 350px;
}

#col2wideright {
	background: none;
	padding-top: 0;
	width: 560px;
}

/* -- body columns - 3column -- */
#col3left {
	float: left;
	margin-right: 50px;
	width: 350px;
}

#col3middle,
#col3right {
	float: left;
	padding-bottom: 30px;
	width: 262px;
}

#col3middle {
	margin-right: 36px;
}

/* -- body columns - 3columnnews -- */
#col3newsleft,
#col3newsmiddle,
#col3newsright {
	float: left;
	margin-right: 40px;
	padding-bottom: 30px;
}

#col3newsleft {
	width: 136px;
}

#col3newsmiddle {
	width: 490px;
}

#col3newsright {
	margin: 0;
	width: 254px;
}

/* -- body styles -- */
#col2left img,
#col2wideleft img,
#col3left img {
	display: block;
	padding-bottom: 30px;
}

#col2right,
#col2wideright,
#col3middle,
#col3right {
	color: #777;
}

#col2right .bodysection .sub,
#col3middle .sub,
#col3right .sub {
	font-size: 1.1em;
}

#col3right .sub li {
	font-size: 1em;
}

/* -- body styles - h4 headers with optional top/tail dash lines -- */
/* - kiteboarding - lessons */
/* - kiteboarding - faq */
/* - resources */
/* - whats up */
#col3middle h4,
#col3right h4,
#col3newsleft h4,
#col3newsright h4 {
	background: url(/img/dashline.png) repeat-x 0 0;
	color: #000;
	padding-top: 2px;
	text-transform: uppercase;
}

#col3middle h4 span,
#col3right h4 span,
#col3newsleft h4 span,
#col3newsright h4 span {
	background: url(/img/dashline.png) repeat-x 0 100%;
	display: block;
	padding-bottom: 2px;
}

#col3middle h4.nodash {
	background: none;
}

/* -- body styles - h5 headers with grey sub-text in <span> tag -- */
/* - kiteboarding - lessons */
/* - resources */
#col3middle h5,
#col3right h5 {
	color: #000;
	margin-top: 0.5em;
	text-transform: uppercase;
}

#col3right h5 span {
	color: #777;
}

/* -- body styles - introduction -- */
#col2right .introduction,
#col3middle .introduction {
	background: url(/img/dashline.png) repeat-x 0 100%;
	color: #000;
	padding-bottom: 4px;
	text-transform: uppercase;
}

#col3middle .introduction {
	margin-bottom: 1.2em;
}

#col3middle .introduction p {
	background: url(/img/dashline.png) repeat-x 0 0;
	margin: 0;
}

/* -- body styles - bodysection -- */
#col2right .bodysection {
	background: url(/img/dashline.png) repeat-x 0 100%;
	margin-bottom: 4px;
	padding-bottom: 4px;
}

#col2right .bodysection p.last {
	margin: 0;
}

#col2right .bodysection a {
	text-transform: uppercase;
}

/* -- footer -- */
#footer {
	background: url(/img/dashline.png) repeat-x 0 0;
	clear: both;
	color: #777;
	font-size: 0.9em;
	padding: 2px 0 20px;
	text-align: right;
}

#footer ul {
	list-style: none;
	margin: 0;
}

#footer li {
	display: inline;
	margin-left: 10px;
}

#footer a {
	color: #000;
	text-transform: uppercase;
}


