/* css © bigvolcano.com.au based on oneColElsCtr place holder for Uki Cafe */
/* date format dd/mm/yy 19/02/10 http://www.bigvolcano.com.au screen css */
/* copyright http://www.bigvolcano.com.au/docs/company.htm */

body {
			font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
			font-size: 100%;
			background-color: #C3F99B;
			color: #000000;
			margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
			padding: 0;
			text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
			background-attachment: fixed;
			background-image: url(../graphics/borderresizeP1040395.jpg);
			background-repeat: repeat;
			background-position: center top;
}

/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/

#container {
			width: 58em;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
			background-color: #EBFEDE;
			margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
			border: 1px solid #000000;
			text-align: left; /* this overrides the text-align: center on the body element. */
}

#header {
			padding: 0 10px 0 10px;
			text-align: center;

}

#header img{
			padding: 4px 0px;
			vertical-align: top;
			border-style: none;
}

#header h1 {
			margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
			padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
			color: #9700FF;
}

#mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

		h1 {
			font-size: 1.3em;
			font-style: italic;
			text-align: center;
			color: #9D05E4;
			letter-spacing: .3px;
			}

h2 {
			text-align: center;
			font-size: 1.5em;
			font-style: italic;
			letter-spacing: .1em;
			padding-top: 5px;
			padding-bottom: 2px;
			color: #EC04EC;
}

h3 {
			color: #6600FF;
			font-size: 1.1em;
			letter-spacing: 0.15em;
			font-weight: normal;
			display: block;
}

h4 {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 0.9em;
			color: #EC04EC;
}

/* START NAVBAR based on westciv */


#navbar {
			font-size:0.85em;
			word-spacing: 0.2em;
			text-align:center;
			font-weight: normal;
			font-variant: normal;
			width: auto;
			padding: 3px 0px;
			margin: 0px;
			line-height: 30px;
			display: block;
}

#navbar a {
			padding: 2px 15px;
			margin: 0px 2px 0px 5px;
}


#navbar a:link {
			color: #0000CC;
			display: inline;
			text-decoration: none;
			background-color: #C3F89C;
			border-top-width: 1px;
			border-right-width: 1px;
			border-bottom-width: 1px;
			border-left-width: 5px;
			border-top-style: solid;
			border-right-style: solid;
			border-bottom-style: solid;
			border-left-style: solid;
			border-top-color: #42CC13;
			border-right-color: #42CC13;
			border-bottom-color: #42CC13;
			border-left-color: #42CC13;
}

#navbar a:visited {
			color: #9700FD;
			background-color: #F2F2FF;
			border-top: 1px solid #9700FD;
			border-right: 1px solid #9700FD;
			border-bottom: 1px solid #9700FD;
			border-left: 5px solid #9700FD;
			text-decoration: none;
			line-height: 25px; /* remove for single line navbar */
			font-style: italic;

}

#navbar a:hover {
			word-spacing: 0.1em;
			color: #000099;
			background-color: #AECEFF;
			font-weight: bold;
			border-top: 1px solid #9700FD;
			border-right: 1px solid #9700FD;
			border-bottom: 1px solid #9700FD;
			border-left: 2px solid #9700FD;
}

#navbar a:active  {
			word-spacing: 0.1em;
			color: #000099;
			background-color: #AECEFF;
			font-weight: bold;
			border-top: 1px solid #9700FD;
			border-right: 1px solid #9700FD;
			border-bottom: 1px solid #9700FD;
			border-left: 2px solid #9700FD;
}

#navbar a.current {
			color: #FF6600;
			text-decoration: none;
			padding: 1px 3px;
			margin: 4px;
			display: inline;
			background-image: url(../../../../images/gifs/yell1_4.gif);
			background-attachment: scroll;
			background-repeat: no-repeat;
			background-position: left center;
			padding-left: 15px;
			border-width: 1px;
			border-style: solid;
			border-color: #F09100;
			font-weight: bold;
}

/* END NAVBAR based on westciv */

#footer {
	clear: both;
	padding: 10px;
	margin-top: 0px;
	color: #999999;
}

/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */
	
#footer p {
			margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
			padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
			font-size: 0.8em;
			text-align: left;
			font-style: italic;
			color: #959595;
}

a:link, a:visited, a:hover {
			text-decoration: underline;
}

a:link {
			color: #9700FD;
			background-color: #F2F2FF;
}
a:visited, a:hover, a:active {
			text-decoration: none;
			font-style: italic;
			color: #6E6E6E;
}

a:hover {
	text-decoration: underline;
	background: #FFFFCC;
}
/* overrides decoration from previous rule for hovered links */

.floatLeft {
	float: left;
	padding: 5px 10px 5px 20px;
	font-size: 75%;
	text-align: center;
}

.floatRight {
	float: right;
	padding: 5px 5px 5px 15px;
	font-size: 75%;
	text-align: center;
}


#GoogleMapdiv {
	float: left; /* IE display bugs fix, WMW DrDoc */
	width: auto;
	margin: 5px 30px 30px 5px;
	padding: 5px;
	height: auto;
	clear: both;
}


.smalltext {
			font-size: .75em;
			font-style: italic;
}
.C2A {
			font-style: italic;
			color: #EC0076;
			font-weight: bold;
}

/* Begin Form Elements based on Imagine-Publishing.co.uk "Beautiful forms with CSS" */

fieldset {
			margin: 			10px 0 0;
			padding: 			0;
			background:			transparent url(fieldsetbg.gif) no-repeat bottom right;
	}
	
legend {
			text-transform:		uppercase;
			font-size:			1.1em;
			padding:			3px;
			margin-left:		1em;
			color:				#ffffff;
			background-color: #58BC0E;
	}
	
	fieldset ol {  
		padding: 			10px 10px 0 10px;  
		list-style: 		none;
	}
	
	fieldset li {
			position:			relative;
			line-height:		2em;
	}
	
	fieldset#submitform {
			background-image:	none;
			border-style: 		none;
			font-size: 1em;
	}
	
	label {
			position:			relative;
			clear:				left;
			float:				left;
			width:				15em;
			margin-right:		5px;
			padding-right:		30px;
			text-align:			right;
	}
.small {
			font-size: .85em;
}

	
	label.required {
			background-color: transparent;
			background-image: url(required.gif);
			background-repeat: no-repeat;
			background-position: right top;
	}
	
	label span {
		position:			absolute;
		left:				-10000px;
		top:				0px;
	}
	
	p span.required {
		display: inline-block;
		vertical-align: middle;
		line-height: 3.4em;
		width: 25px;
		line-height: 3.4em;
		text-indent: -10000px;
		overflow: hidden;
		background:	transparent url(required.gif) no-repeat center right;		
	}
	
	input {
			padding:			5px;
			font-size:			1.4em;
			border:				1px solid #FFFF00;
			color:				#1E1903;
			background-color: #FFFFCE;
	}
	
	input.radio {
		border:				none;
		background:			transparent;
	}
