/*  ------------------------------------------------------------------------
                         Australian Shukokai Karate Dojo
    ------------------------------------------------------------------------  */



/*  ----------------------------|  KEY TAGS  |----------------------------  */
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: arial, sans;
	font-size: 12px;
	color: #222;
}
h1 {
	font-size: 26px;
	color: #c00;
	margin: 3px 0;
	font-weight: normal;
}
h2 {
	font-size: 12px;
	color: #000;
	margin: 0 0 2px 0;
	font-weight: bold;
}
a {
	color: #c00;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
ul {
	list-style: inside;
}

p {
	display: block;
	margin: 16px 0;
	padding: 0;
}
/*  ----------------------------| SPLASH ELEMENTS  |----------------------------  */
#splashHeading {
	float: left;
	width: 800px;
	height: 80px;
}
.companyLogo {
	display: none;
}
.splashLogo {
	width: 800px;
	height: 80px;
	background: url('../images/splash-top.gif') no-repeat;
	cursor: pointer;
}
/*  ----------------------------| WEBSITE WRAPS  |----------------------------  */
#wrap {
	text-align: center;
}
#splashWrap {
	display: none;
	width: 760px;
	text-align: left;
	margin: 0 auto;
}
#websiteWrap {
	display: none;
	width: 760px;
	background: #fff;
	text-align: left;
	border: 10px solid #fff;
	margin: 20px auto;
}
/*  ----------------------------|  HEADER ELEMENTS  |----------------------------  */
#mainHeading {
	float: left;
	width: 760px;
	height: 80px;
}
.companyLogo {
	display: none;
}
.mainLogo {
	width: 760px;
	height: 80px;
	background: url('../images/top.gif') no-repeat;
	cursor: pointer;
}
#banner {
	float: left;
	width: 760px;
	height: 200px;
}
/*  ----------------------------|  WEBSITE MENU  |----------------------------  */
#navbarWrap {
	clear: both;
}
#navbar {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	float: left;
	background: #c00;
	text-transform: uppercase;
	font-size: 10px;
	width: 760px;
	color: #fff;
}
#navbar li {
	list-style: none;
	float: left;
	padding: 10px 4px;
	margin: 0 2px;
}
#navbar li a {
	color: #fff;
}
#navbar li a:hover {
	color: #ff6;
}
/*  ----------------------------|  WEB SIDE LINKS  |----------------------------  */
#sublinks {
	width: 200px;
	float: left;
}
#sublinks li {
	list-style: none;
	padding: 10px 4px;
	margin: 1px 0;
	background: #ffc;
	text-transform: uppercase;
	font-size: 10px;
}
#sublinks li a {
	text-decoration: none;
	display: block;
	color: #333;
}
#sublinks li:hover {
	background: #ff9;
	color: #c00;
}
/*  ----------------------------|  WEBSITE CONTENT  |----------------------------  */
#contentWrap {clear: both;}
#mainContent {
	float: left;
	background: #f8e6cd;
}
#leftContent {
	float: left;
	width: 200px;
}
#rightContent {
	background: #fff;
	width: 560px;
	float: left;
}
#rightContentPadding {
	padding: 10px;
}
/*  ----------------------------|  FORM ELEMENTS  |----------------------------  */
form, fieldset {
	padding: 0;
	margin: 0;
	border: none;
}
input, textarea {
	font-style: italic;
	color: #c00;
	font-family: arial, sans;
	padding: 7px;
	border: 1px solid #999;
}
input:hover, textarea:hover {border-color: #333;}
label {
	font-weight: bold;
	margin: 10px 0 2px 0;
	display: block;
}
#name {width: 220px;}
#email {width: 220px;}
#message {width: 220px; height: 140px;}
.button {margin: 10px 0; width: 100px; background: #ffc; height: 40px; padding: 5px;}
.button:hover {background: #ff6;}
/*  ----------------------------|  WEBSITE FOOTER  |----------------------------  */
#websiteFooterWrap {clear: both;}
#websiteFooter {
	font-size: 10px;
	text-transform: uppercase;
	color: #fff;
	float: left;
	font-style: normal;
	background: #c00;
	width: 760px;
	height: 40px;
}
#websiteFooterPadding {padding: 16px 10px;}
#websiteFooterLeft {float: left;}
#websiteFooterRight {float: right;}
#websiteFooter a {
	font-size: 10px;
	text-transform: uppercase;
	color: #fff;
	text-decoration: underline;
}
#websiteFooter a:hover {
	text-decoration: none;
}
/*  ----------------------------|  CLASSES  |----------------------------  */
.leftImage {
	float: left;
	padding: 2px;
	margin-right: 10px;
}
.rightImage {
	float: right;
	padding: 2px;
	margin-right: 10px;
}
.terminology {
	font-size: 11px;
	text-transform: uppercase;
	border: 1px dashed #000;
	background: #ffffe1;
	padding: 2px;
}