/*

Theme Name: Ishinryu Dingley

Theme URI: http://betterprint.net.au

Description: Custom template for Richard's Dingley 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: right;

	color: black;

}



#title p {

	font-weight: bold;

	letter-spacing: -0.08em;

	text-align: right;

	color: black;

	margin-bottom: 0;

}



#nav a {

	font-weight: bold;

	letter-spacing: -0.09em;

	text-decoration: none;

	color: #FFF;

	font-size: 0.9em;

}



#nav a:hover {

	color: #00496e;

}



#timetable th {

        padding: 5px;

        text-align: center;

        font-weight: bold;

        background: white;

        color: #000

        border: 0px;

}



#timetable td {

        padding: 10px;

        text-align: center;

        font-size: 0.8em;

        border: 1px solid #000;

}



#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: 120px;

	top: -30px;

}



#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;

}



div.post ul {	

	margin-bottom: 1em;

}



div.post ul li {

	list-style-type: disc;

	font-size: 0.9em;

	margin-left: 1em;

}



#contentbot {

	height: 19px;

	background: url('style/images/contentbotbg.jpg') no-repeat;

}



#timetable {

        width: 530px;

        border: 1px solid #000;

}



#footer {

	padding-top: 20px;

	padding-right: 20px;
