/*

Theme Name: Ishinryu Berwick

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

Description: Custom template for Nerida Field's Berwick 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: #1E35B9;

}



a:visited {

    color: #1E35B9;

}



#title h1 {

	font-size: 2em;

	letter-spacing: -0.08em;

	text-align: right;

	color: #FFF;

}



#title p {

	font-weight: bold;

	letter-spacing: -0.08em;

	text-align: right;

	color: #FFF;

	margin-bottom: 0;

}



#nav a {

	font-weight: bold;

	letter-spacing: -0.05em;

	text-decoration: none;

	color: #12001f;

	font-size: 1em;
	
	text-shadow: 0px 0px 6px #a969d6;


}



#nav a:hover {

	color: #FFF;

}



#timetable th {

        padding: 5px;

        text-align: center;

        font-weight: bold;

        background: white;

        color: #000

        border: 0px;

}



#timetable td {

        padding: 5px;

        text-align: center;

        font-size: 0.8em;

        border: 1px solid #000;
        width: 120px;

}



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

}



#title {

	float: right;

	top: 80px;

	right: 150px;

	width: 500px

}



#nav {
	float:right;
	right:80px;
	text-align:right;
	top:205px;
	width:700px;

}



#nav ul, #nav li {

	list-style-type: none;

	display: inline;

	padding-left: 15px;

}



#contentwrap {

	float:left;
	left:219px;
	margin-bottom:-370px;
	top:-370px;
	width:598px;

}



#affiliates {

	float:left;
	left:225px;
	text-align:right;
	top:-225px;
}



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