/* 

Grasshoppers RFC stylesheet 8/07

ToC

	1. defaults
	2. structure
	3. typography
	4. navigation
	5. images

*/



/* --------- 1. defaults  --------- */

#logo {
	display:none;
}


/* --------- 2. structure  --------- */

#outer {
	position:absolute;
	width:802px;
	margin: 0 auto;
	top: 15px;
}

#header{
	width: 802px;
	height: 220px;
	text-align: left;
	background-image: url(../assets/style/splash/splash_headerbg2.jpg);
	position: relative;
	top: -20px;
}

.separatornew {
	clear: both;
	height: 5px;
	border-bottom: solid black 1px;
	margin-bottom: 5px;
		}
		


#contentleft {
	width:180px;
	z-index:3;
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 20px;
	background-image: url(../assets/style/splash/gradient_left2.jpg);
	background-repeat: repeat-x;
	height: 200px;
	background-position: bottom;
}

#contentright {
	width:602px;
	z-index:3;
	float: right;
	margin: 0 0 0 0;
	background-image: url(../assets/style/splash/content_bgnd3.jpg);
	background-repeat: no-repeat;
	height: 200px;
}

#contentmain {
	width:802px;
	z-index:3;
	float: left;
	margin: -20px 0 0 0;
	padding: 0 0 0 0;
}

#contentnav {
	height:140px;
	width: 802px;

}



#footer{
}

.separator {
	clear: both;
	height: 1px;
}

#footer p{
	margin:0;
	padding:0 0 0 0;
	font-size:55%;
	color: #FFFFFF;
}

#footer a{
	margin:0;
	padding:2px 5px 0 5px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 60%;
}

/* --------- 3. typography  --------- */

html { 
	text-align:center;
}

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #FFFFFF;
	background-color: #000000;
	text-align:left;
	width:800px;
	margin: 0 auto;
	background-image: url(../assets/style/splash/outer_bgnd.jpg);
	background-repeat: no-repeat;
	background-position: center 0;
}


h1{
	color:#FFFFFF;
	text-align: left;
	
}

h2{
	color:#FFFFFF;
	text-align: left;
	padding: 0 0 0 10px;
	line-height: 6pt;
}

h3{
	margin: 5px 0 5px 0;
	color: #000000;
	font-size: 85%;
	background-color: #CCCCCC;
	padding: 2px 0 2px 5px;
	clear: both;
}

h4{
	color:#333333;
	text-align: left;
	font-size: 80%;
	margin: 0 0 0 0;
	padding: 0 0 5px;
	border-bottom: solid black 1px;
}

h5{
	color:#000000;
	text-align: left;
	font-size: 90%;
	margin: 0 0 0 0;
	padding: 0 0 3px 0;
	border-bottom: solid 1px black;
}

a:link {
	color:#009900;
}

a:visited {
	text-decoration: none;
	color: #999999;
}

a:hover {
	color:#E5B021;
}

a:active {
	text-decoration: none;
	color:#E5B021;
}

.title {
	font-size: 175%;
	margin: 0 0 0 0;
	padding: 36px 0 0 10px;
	color: #FFFFFF;
	font-weight: normal;
}

.title2 {
	font-size: 85%;
	margin: 0 0 3px 0;
	padding: 3px 0 3px 5px;
	color: #FFFFFF;
	border-bottom: solid black 1px;
	background-color: #000000;
}

.enter {
	font-size: 220%;
	margin: 0 0 0 0;
	padding: 5px 0 5px 0;
	color: #E5B021;
	vertical-align: middle;
}

.intro {
	font-size: 80%;
	line-height:12pt;
	text-align: left;
	padding: 0 0 0 0;
	margin: 0;
}

.number {
	font-size: 130%;
	text-align: left;
	padding: 5px 0 0 0;
	margin: 0;
	font-weight: bold;
	line-height: 25pt;
}

.footerlinks {
	float:left;
	padding: 5px 0 0 0;
	margin: 0 0 0 0;
}

.footermenu {
	float:right;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}


/* --------- 4. navigation  --------- */

ul#nav {
width:auto;

}

ul#nav li { 
	float:left;
	list-style-type: none;
}

ul#nav li a {
	height:120px;
	display:block;
	position:absolute;
	top:420px;
	text-indent:-9999px;
	outline:none;
	visibility: visible;
}

li#navSeniors a, li#navJuniors a, li#navMinis a, li#navLadies a, li#navNetball a, li#navCommunity a, li#navParties a { 
	background: url(../assets/style/splash/splash_nav.jpg)}

/*
Measurements for the nav image replacement:

	The distance from the top to the...

	initial state = 0
	rollover state = 120px

	The distance from the far-left to the

	seniors button = 0
	juniors button = 118px
	minis = 230px
	ladies button = 344px
	netball button = 458px
	community button = 572px 
	parties button = 686px 

	The width of the...
	seniors button = 116px
	juniors button = 114px
	minis = 114px
	ladies button = 114px
	netball button = 114px
	community button = 114px 
	parties button = 116px
*/
 
li#navSeniors a							{ background-position:0 0; width:116px; left:1px}
li#navSeniors a:hover					{ background-position:0 -120px;}


li#navJuniors a 						{ background-position:-116px 0; width:114px; left:116px}
li#navJuniors a:hover					{ background-position:-116px -120px}


li#navMinis a 							{ background-position:-230px 0; width:114px; left:230px}
li#navMinis a:hover						{ background-position:-230px -120px }


li#navLadies a 						{ background-position:-344px 0; width:114px; left:344px}
li#navLadies a:hover					{ background-position:-344px -120px }

li#navNetball a 						{ background-position:-458px 0; width:114px; left:458px}
li#navNetball a:hover					{ background-position:-458px -120px }

li#navCommunity a 						{ background-position:-572px 0; width:114px; left:572px}
li#navCommunity a:hover					{ background-position:-572px -120px }


li#navParties a 						{ background-position:-686px 0; width:116px; left:686px}
li#navParties a:hover					{ background-position:-686px -120px}



/* --------- 5. images  --------- */

.banner img{
	z-index:10000;
	float:right;
	display: block;
	position:absolute;
	top: 150px;
	right: 12px;
	visibility: visible;
}

.banner2 img{
	z-index:10000;
	float:right;
	position:absolute;
	top: 101px;
	right: 70px;
	visibility: visible;
	display: block;
	height: 130px;
}

.header img{
	z-index:10000;
	float:right;
	display: block;
	position:absolute;
	top: 113px;
	right: 20px;
	visibility: visible;
}

.front img{
	z-index:10000;
	float:right;
	position:absolute;
	top: 320px;
	right: 0px;
}

.links img{
	padding:50px 0 0 10px;
}

.mainpic {
	width: 390px;
	margin:5px 0 5px 0;
	}

.figure {
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	position: relative;
	width: 345px;
}

.figureside {
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 250px;
}

.figleft {
	margin: 5px 10px 0 0;
	padding: 0 0 0 0;
	z-index: 1;
	float: left;
}

.figright {
	margin: 5px 0 0 10px;
	padding: 0 0 0 0;
	z-index: 1;
	float: right;
}

.w75 {
	width: 75px;
	padding: 0 6px 10px 0;
	margin: 0 0 0 0;
}

.w150 {
	width: 150px;
	padding-right: 15px;
}


.w330 {
	width: 330px;
	padding-right: 15px;
}

.w390 {
	width: 390px;
	padding-right: 15px;
}

.w615 {
	width: 605px;
	margin: 0 5px 5px 0;
	float: left;
}

.figure p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#666666;
	text-align:left;
	font-size: 0.7em;
	width: 100%;
	padding: 0;
}

.eventpic {
}
