/*===
Design CSS Document for Toowoomba Croquet Club
(C) 2008 whitecatsolutions

This document controls the OVERALL STYLES AND DESIGN of the site
===*/

/*=== Global design styles ===*/

* {margin:0;padding:0;}
html{
    background-color: #ffffff;
    background-image: url('../images/background.png');
    background-repeat: repeat-y;
    background-position: center top;
	}

body {
	font-family:Arial, Helvetica, sans-serif;
 	font-size:1em;
	line-height:1.2em; 
	color:#000000;
	}

/*=== Typography ===*/
h1{
	color:#000180;
	font-size:2em;
	padding:10px 0 5px 0;
	}
	
h2{
	color:#000180;
	font-size:1.6em;
	padding:10px 0 5px 0;
	}

h3{
	color:#0033CC;
	font-size: 1.4em;
	padding:10px 0 5px 0;
	}

h4{
	color:#ff9900;
	font-size: 1.2em;
	padding:10px 0 5px 0;
	}
	
h5{
	color:#0033CC;
	font-size: 1em;
	padding:10px 0 5px 0;
	}
h6{
	color:#000180;
	font-size: .8em;
	padding:10px 0 5px 0;
	}

p {margin:5px 0 5px 0;}

ol.decimal {list-style-type:decimal;}
ol.lroman {list-style-type:lower-roman;}
ol.uroman {list-style-type:upper-roman;}
ol.lalpha {list-style-type:lower-alpha;}
ol.ualpha {list-style-type:upper-alpha;}
ol.none {list-style-type:none;}
ul.disc {list-style-type:disc;}
ul.circle {list-style-type:circle;}
ul.square {list-style-type:square;}
ul.none {list-style-type:none;}
li.none {list-style-type:none;}


/*=== Header ===*/
.header{
	height:150px;
	padding:0px 0px 0px 0px;
	background-image: url('../images/header.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	}
.header .centre {
	width:800px;
	margin:0px auto 0px auto;
	padding:0px 10px 0px 10px;
	}
.header h1 {
	float:right;
	margin-top:102px;
	font-size:2.2em;
	font-style:italic;
	font-weight:bold;
	color:#000099;
	}

/*=== Calendar of events ===*/
/*	To edit the calendar of events CSS, please see the separate CSS document: calendar.css */

/*=== Presidents list ===*/
/*	To edit the presidents list CSS, please see the separate CSS document: presidents.css */

/*== Navigation ==*/
/*	To edit the navigation bar CSS, please see the separate CSS document: navigation.css */

/*=== Content Area - all pages ===*/
#main {
	width:800px;
	margin:0 auto;
	clear:both;
	padding-right:10px;
	padding-left:10px;}
#fullcontent {
	/*border: 1px solid red;*/
	width:800px;
	float:left;
	padding:0px 0px 0px 0px;
	margin:10px auto 10px auto;
	}
#fullcontent ul {
	margin-left: 0; 
	padding-left: 15px;
	}
#fullcontent li {
	padding-top:2px;
	}
#briefhistory a:link {
	color: #000080;
	text-decoration: underline;
	font-weight: bold;
	}
#briefhistory a:visited {
	color: #000080;
	text-decoration:underline;
	font-weight:bold;
	}
#briefhistory a:hover {
	color: #000080;
	background-color: #f1b500;
	text-decoration: underline;
	font-weight:bold;
	}
#briefhistory a:active {
	color: #000080;
	text-decoration: underline;
	font-weight:bold;
	}
#content {
	/*border: 1px solid blue;*/
	width:530px;
	float:left;
	padding:10px 0 5px 0;
	}
#content a:link {
	color: #000080;
	text-decoration: underline;
	font-weight: bold;
	}
#content a:visited {
	color: #000080;
	text-decoration:underline;
	font-weight:bold;
	}
#content a:hover {
	color: #000080;
	background-color: #f1b500;
	text-decoration: underline;
	font-weight:bold;
	}
#content a:active {
	color: #000080;
	text-decoration: underline;
	font-weight:bold;
	}
.malletballs {
	padding-top:60px;
	text-align:center;
	}
.malletballs img{
	padding: 10px;
	border: 1px solid #f1b500;
	}
.history img{
	width:250px;
	height:167px;
	float:right;
	}
.cards{
	background-image: url('../images/general/card_deck_80.jpg');
	background-repeat: no-repeat;
	background-position: right top;
	}

/*=== List of downloadable documents ===*/
.iconlist
{
list-style: none;
margin: 0;
padding: 0;
}
li.pdf
{
background-image: url('../images/general/tiny_pdf.png');
background-repeat: no-repeat;
background-position: 0 50%;
padding: 2px 0px 2px 30px;
margin: 1px 0px 1px 0px;
}
li.doc
{
background-image: url('../images/general/tiny_word.png');
background-repeat: no-repeat;
background-position: 0 50%;
padding: 2px 0px 2px 30px;
margin: 1px 0px 1px 0px;
}
li.text
{
background-image: url('../images/general/tiny_txt.png');
background-repeat: no-repeat;
background-position: 0 50%;
padding: 2px 0px 2px 30px;
margin: 1px 0px 1px 0px;
}
li.html
{
background-image: url('../images/general/tiny_html.png');
background-repeat: no-repeat;
background-position: 0 50%;
padding: 2px 0px 2px 30px;
margin: 1px 0px 1px 0px;
}
li.odt
{
background-image: url('../images/general/tiny_writer.png');
background-repeat: no-repeat;
background-position: 0 50%;
padding: 2px 0px 2px 30px;
margin: 1px 0px 1px 0px;
}

.iconlist a:link {
	color: #000080;
	text-decoration: underline;
	font-weight: normal;
	}
.iconlist a:visited {
	color: #000080;
	text-decoration:underline;
	font-weight:normal;
	}
.iconlist a:hover {
	color: #000080;
	background-color: #f1b500;
	text-decoration: underline;
	font-weight:normal;
	}
.iconlist a:active {
	color: #000080;
	text-decoration: underline;
	font-weight:normal;
	}

/*=== News - Home Page ===*/
#news {
	border: 1px solid #f1b500;
	width:240px ;
	float:right;
	padding:0px;
	margin-top:10px;
	}
#news h2  {
	}
#news h3  {
	display: block;
	background-color:#f1b500;
	color:#000080;
	padding-left:10px;
	}
#news ul {
	margin: 15px; 
	padding-left: 15px;
	}
#news li {
	padding-top:10px;
	}
#news .centre{
text-align:center;
margin: 15px auto 15px auto;
	}
#news a:link {
	color: #000080;
	text-decoration: underline;
	font-weight: bold;
	}
#news a:visited {
	color: #000080;
	text-decoration:underline;
	font-weight:bold;
	}
#news a:hover {
	color: #000080;
	background-color: #f1b500;
	text-decoration: underline;
	font-weight:bold;
	}
#news a:active {
	color: #000080;
	text-decoration: underline;
	font-weight:bold;
	}

/*=== Forms ===*/
.input1 {
border: 1px solid #F1B500;
}
.textarea1 {
border: 1px solid #F1B500;
}

/*=== Contact Form ===*/
.contactform {
	width:100%;
	/*border-collapse: collapse;*/
}

.contactform tr td{
	/*border-collapse: collapse;*/
	padding:10px
}

.contactform2 {
	width: 50%;
}
.contactform3 {
	width: 50%;
}




/*=== Sidebar ===*/
#sidebar {
	/*border: 1px solid blue;*/
	width:240px ;
	float:right;
	padding:10px 0px 5px 10px;
	}
#sidebar h2  {
	}
#sidebar h3  {
	color:#ff9900;
	}
#sidebar ul {
	margin-left: 0; 
	padding-left: 15px;
	}
#sidebar li {
	padding-top:10px;
	}
#sidebar a:link {
	color: #000080;
	text-decoration: underline;
	font-weight: bold;
	}
#sidebar a:visited {
	color: #000080;
	text-decoration:underline;
	font-weight:bold;
	}
#sidebar a:hover {
	color: #000080;
	background-color: #f1b500;
	text-decoration: underline;
	font-weight:bold;
	}
#sidebar a:active {
	color: #000080;
	text-decoration: underline;
	font-weight:bold;
	}

/*=== Footer ===*/
#footer {
	color:#000000;
	font-size:11px;
	font-family:Verdana, Arial, sans-serif;
	}
#foot {
	width:800px;
	margin:0 auto;
	background-color:#f1b500;
	height:60px;
	line-height:1.1em;
	padding:0px 10px 0px 10px;
	}
#foot #left {
	width:598px;
	float:left;
	text-align:left;
	margin-top:10px;
	}/* width can be adjusted to suit content, others divs removed, if necessary */
#foot #right {
	width:198px;
	float:right;
	text-align:right;
	margin-top:10px;
	}/* width can be adjusted to suit content, others divs removed, if necessary */
#foot a:link {
	color: #000080;
	text-decoration: none;
	font-weight: bold;
	padding: 0px 2px 0px 2px;
	}
#foot a:visited {
	color: #000080;
	text-decoration:none;
	font-weight:bold;
	padding: 0px 2px 0px 2px;
	}
#foot a:hover {
	color: #f1b500;
	background-color:#000080;
	text-decoration: none;
	font-weight:bold;
	padding: 0px 2px 0px 2px;
	}
#foot a:active {
	color: #000080;
	text-decoration: none;
	font-weight:bold;
	padding: 0px 2px 0px 2px;
}