/*
Theme Name: Ishinryu Peninsula
Theme URI: http://betterprint.net.au
Description: Custom template for Tony Hester's Peninsula Ishinryu Karate Dojo
Author: Edwin Kwong
Author URI: http://www.e-kwong.com
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";

/*TEXT & COLORS*/

html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

h2 {
	font-size: 1.6em;
	letter-spacing: -0.08em;
	margin-bottom: 1em;
}

p {
	margin-bottom: 1em;
	font-size: 0.9em;
        line-height: 1.5em;
}

a {
    color: #911E25;
}

a:visited {
    color: #911E25;
}

#title h1 {
	font-size: 2em;
	letter-spacing: -0.08em;
	text-align: left;
	margin-left: 50px;
	color: #FFF;
	text-shadow: 0px 2px 2px #000;
}

#title {
	margin-right: 120px;
}
#title p {
	font-weight: bold;
	letter-spacing: -0.08em;
	text-align: right;
	color: #FFF;
	margin-bottom: 0;
	text-shadow: 0px 2px 2px #000;
}

#nav a {
	font-weight: bold;
	letter-spacing: -0.08em;
	text-decoration: none;
	color: #FFF;
	font-size: 0.8em;
}

#nav a:hover {
	color: #D64B53;
}

#footer p {
	font-size: 0.7em;
	text-align: right;
}

/*STRUCTURE*/

html, body {
	width: 100%;
	background: #FFF;
}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 987px;
}

#header {
	background: url('style/images/header.jpg') no-repeat;
	height: 613px;
}

#title {
	float: right;
	top: 80px;
	right: 150px;
	width: 500px
}

#nav {
	width: 700px;
	float: right;
	top: 142px;
	right: 28px;
	text-align: right;
}

#nav ul, #nav li {
	list-style-type: none;
	display: inline;
	padding-left: 15px;
}

#contentwrap {
	width: 598px;
	float: right;
	top: -370px;
	right: 9px;
	margin-bottom: -370px;
}

#affiliates {
	float: left;
	left: 90px;
	margin-top: 530px;
}

#affiliates img {
	margin-right: 10px;
}

#contenttop {
	height: 28px;
	background: url('style/images/contenttopbg.jpg') no-repeat;
}

#content {
	padding-left: 30px;
	padding-right: 30px;
	min-height: 300px;
	background: url('style/images/contentbg.jpg') repeat-y;
	padding-bottom: 50px;
}

#contentbot {
	height: 19px;
	background: url('style/images/contentbotbg.jpg') no-repeat;
}

#footer {
	padding-top: 20px;
	padding-right: 20px;
