/* ---------------------------------------------------
	[Richmond Football Club Competition], Kangan Institute
	Project-specific stylesheet (screen)
	Sam Tee, Web Developer
	30/7/2010
------------------------------------------------------ */
@import url("base.css");

body {
	font-size:12px;
	background:#000000 url("../images/bg-body.gif") no-repeat center 30px;
}
h1,h2,h3,h4,h5,p,input,select,textarea,td,th,li {
	font-family:arial,helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
}
h1,h2,h3,h4,h5,p {
	margin:0 0 15px 0;
	line-height:1.5em;
}
h1 {
	font-size:24px;
	font-weight:200;
}
h2 {
	font-size:20px;
	font-weight:200;
}
h3 {
	font-size:16px;
	font-weight:200;
}
h4 {
	font-size:14px;
	font-weight:200;
}
a {
	color:#000000;
	text-decoration:underline;
}
a:hover {
	color:#ffc20e;
	text-decoration:none;
}
.small, .counter {
	font-size:10px;
}
.smallest {
	font-size:8px;
}
input, select, textarea {
	padding:0 2px;
}
ul {
	margin:0 0 15px 0;
}
ul li {
	margin:0 0 5px 25px;
}
/* wrapper */
div#wrapper {
	width:800px;
	margin:0 auto 30px auto;
	background:#fff;
}
/* header */
div#header {
	height:120px;
	border-bottom:2px solid #ffc20f;
}
div#header h1 {
	text-indent:-9999em;
	background:#000000 url("../images/header.gif") no-repeat 0 0;
	position:absolute;
	width:800px;
	height:120px;
}
/* content */
div#content {
	padding:25px 30px;
	color:#000;
}
/* content - form */
div#form {
	width:700px;
	/*border:3px outset #96835a;*/
	margin:0 auto;
	padding:20px 10px;
	/*background-color:#000000;*/
}
div#form h3,div#form h4 {
	color:#000000;
	font-weight:bold;
	text-align:center;
}
div#form p,div#form td {
	color:#000000;
}
div#form p.notice {
	color:#ef3e33;
	text-align:center;
	font-size:14px;
}
div#form a {
	color:#000000;
}
input#submit {
	width:80px;
}
input.error, textarea.error, select.error, td.error {
	background-color:#ffe391;
}
/* table layout */
table.details {
	margin:0 auto 20px auto;
	width:100%;
}
table.details th, table.details td {
	text-align: left;
	vertical-align:top;
	padding:10px 5px;
}
table.details th {
	background-color:#eeeeee;
	font-weight:bold;
}
table.details td.label {
	text-align:right;
}
table.details td.button {
	text-align:center;
}
table.details input {
	width:80%;
}
table.details textarea {
	width:99%;
}
table.details select {
	width:auto;
}
table.details input.checkbox {
	width:auto;
	margin-right:10px;
}
table.border {
	border-top:1px solid #dddddd;
	border-left:1px solid #dddddd;
}
table.border td, table.border th {
	border-right:1px solid #dddddd;
	border-bottom:1px solid #dddddd;
}
img.border {
	border:1px solid #dddddd;
}
/* footer */
div#footerwrap {
	padding:0 30px 10px 30px;
	border-top:3px solid #ffc20f;
	background:#000000;
}
div#footer {
	padding:20px 0;
	color:#fff;
}
div#footer a {
	color:#fff;
}
div#footer a:hover {
	color:#ffc20f;
	text-decoration:none;
	background:none;
}
div#footer span {
	margin:0 15px;
}
