﻿/*------------------------------------------------
CSS Rotary Club of Central Launceston - Sallys Ride

Version:	1.0 August 09
Author:		Foot and Playsted
Email:		chris@footandplaysted.com.au
-----------------------------------------------*/

/*
===== CONTENTS =====

	last-updated: August 2009;

	1: universal reset 
	2: html and body
	3: typography
	4: layout
	5: tables
    6: Sally's Ride

====================
*/
	
/*
===== 1: universal reset =====
*/

*{
/* set the fonts to a uniform size and zero all margins and padding */
	font-size: 100%;
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
    
}

* ul, * li{
	list-style: none;
}

/*
===== 2: html and body =====
*/

html,body{
	margin:0;
	padding:0;
}

body{
	background: #aeacac url(../images/sallysRide/srwallpaper.jpg) top no-repeat;
	padding: 20px 0 10px;
}

/*
===== 3: Typography =====
*/
h1{
	background: transparent url(../images/sitelogo.gif) no-repeat 20px 20px;
	text-indent: -9999px;
	padding: 40px 0;
}

h2
{
	color: #2A549A;
	font-weight: normal;
	font-size: 120%;
	margin: 0 0 20px;
	padding: 0 0 10px;
	border-bottom: 1px dotted #2A549A;
}

h5{
    color: #2A549A;
    margin-bottom: 10px;
    font-weight: normal;	
    text-indent: 0px;
}

p
{
    line-height: 15px;
    font-size: 0.65em;
    padding-bottom: 10px;
}

p.first
{
    margin-top: 10px;
    line-height: 20px;
    font-size: 0.9em;
}

.uppercase{
	text-transform: uppercase;
	color: #666;
}

a
{
    text-decoration: none;
}

a.bold
{
	text-decoration: none;
	font-weight: bold;
}

.floatRight
{
    float: right;
}

.overLine{
	border-top: 1px dotted 	#2A549A;
	padding: 10px 0 0;
	margin-top:15px;
}

img.padded
{
    padding-bottom: 20px;
}

#footer p, #SRfooter p
{
	font-size: 0.7em;
	margin-top: 75px;
	margin-left: 15px;
	margin-right: 15px;
	color: White;
	float: left;
}

#footer a, #SRfooter a
{
	color: White;
	text-decoration: underline;
}

/*===== Tables =====*/
table
{
    font-size: 70%;
}

table caption
{
    color: #2A549A;
	font-weight: bold;
	text-align: left;
	font-size: 120%;
	margin: 0 0 20px;
	padding: 0 0 10px;
}   

td
{
    padding: 5px;
}

th
{
    padding: 5px;
    font-weight: 300;
    font-size: 100%;
    text-align: left;
    background-color: #ccc;
}

/*
===== 4: Layout =====
*/

.clear{
    clear: both; /* remove */
}

#container{
	width:833px;
	margin:0 auto;
	background: #fff url(../images/sallysRide/srSiteBanner.gif) no-repeat;
}

#footer
{
    background-position: bottom;
    width: 833px;
    height: 96px;
    background: url(../images/sallysRide/srSiteFooter.png) bottom no-repeat;
    float:left;
    text-align: right;
    margin-top: -30px;
}

#footer a img, div a img
{
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    border: none;
}

#SRfooter
{
    background-position: bottom;
    width: 833px;
    height: 94px;
    background: url(../images/sallysRide/srSiteFooter.png) bottom no-repeat;
    float:left;
}

img.fplogo
{
    margin-top: 10px;
}

/*
===== Sally's Ride =====
*/

#SRwrapper
{
	float: left;
	width: 800px;
	clear: both;
	padding-left: 15px;
    padding-right: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    z-index: 100;
}

srInternalWrapper
{
    z-index: 100;
}

#SRmastHead
{
    width: 840px;
    height: 197.5px;
}

#SRmastHead h1
{
    padding-bottom: 105px;
    clear: both;
}

#SRmastHead ul
{
    display: block;
    padding-top: 159px;
}

#SRmastHead ul li
{
    display: inline;
    padding-right: 24px;
}

#SRmastHead ul li a
{
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.75em;
	color: #000000;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
}

#banner img
{
    padding-bottom: 20px;
}

p.small
{
    font-size: 0.7em;
}

p.smallish
{
    font-size: 0.8em;
    padding-bottom: 5px;
}

p.indent
{
    padding-left: 20px;
    padding-bottom: 5px;
    font-size: 0.8em;
}

#sslImg
{
    float: right;
}

#tandc, .rideTC
{
    background-color: #99CCFF;
    padding-left: 5px;
    padding-right: 10px;
}

#tandc h4, .rideTC h4
{
    padding-top: 10px;
    padding-bottom: 10px;
}

#tandc p, #endnote p, .rideTC p
{
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 0.7em;
}

#tandc ol, .rideTC ol
{
    padding-left: 30px;
}

#tandc ol li, .rideTC ol li
{
    list-style-type: decimal;
    list-style-position: outside;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 0.7em;
}

#tandc .subList, .rideTC .subList
{
    padding-left: 60px;
}

#tandc ol.subList Li, .rideTC ol.subList li
{
    list-style-type: lower-alpha;
    list-style-position: outside;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 0.7em;
}

#eventSelect li
{
    padding-bottom: 7px;
}

#eventSelect li input
{
    padding-right: 10px;
    padding-left: 10px;
}

#eventSelect li label
{
    font-size: 0.8em;
}

#tblEntry, #summary table, #payment table, #confirmation table, #srWrapperInternal table
{
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 0.8em;
}

/*
===== Sally's Ride 2 Column =====
*/

#col1
{
    width: 400px;
    float: left;
    padding-right: 10px;
    padding-bottom: 10px;
}

#col2
{
    width: 380px;
    float: right;
    padding-bottom: 10px;
}

img.vCentre
{
    vertical-align: middle;
    z-index: 101;
    line-height: 100px;
    margin-bottom: -26px;
}

/*
===== Sally's Ride Home =====
*/

#jersey
{
    background: transparent url(../images/sallysRide/Results2.png) no-repeat;
    height: 566px;
}

#jersey a, #teamJersey a, #iga a
{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 0.65em;
    font-weight: bold;
    color: White;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    position: relative;    
}

#aJersey1
{
    top: 531px;
    left: 30px;
    width: 314px;    
}

#aJersey2
{
    top: 536px; 
    left: 28px;   
}

#iga
{
    background-image: url(../images/sallysRide/IGA2.gif);
    height: 105px;
    width: 380px;
    margin-top: -20px;
}

#aIGA
{
    top: 76px; 
    left: 40px;   
}

#knicks
{
    background-image: url(../images/sallysRide/srKnicks.png);
    height: 164px;
    width: 380px;
    margin-top: 20px;
}

#knicks a img
{
    margin-top: 90px;
    margin-left: 120px;
}

.otherEvents p
{
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    text-align: center;
    background-color: #E6E6E6;    
}

.otherEvents p a
{
    color: #CC0000;
    font-weight: bold;
    font-size: 1.1em;
}

.otherEvents p a:hover
{
    color: #FF6600;
    font-size: 1.2em;
}

/*
===== Sally's Ride About =====
*/

#sally
{
    background-image: url(../images/sallysRide/SallyFletcher.png);
    height: 122px;
    padding-top: 35px;
    padding-left: 15px;
    padding-right: 102px;
}

/*
===== Sally's Ride Rides =====
*/

#pickRide p
{
    padding-right: 10px;
    padding-top: 0px;
    font-size: 0.75em;
    display: inline;
}

#pickRide a
{

    font-size: 0.8em;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 6px;
    padding-right: 6px;
    text-align: center;
    color: White;
    background-color: #999999;
}

#pickRide a:hover
{
    border: 2px solid #CC0000;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 4px;
    padding-right: 4px;
}

#rideCol1 h5
{
    background-image: url(../images/sallysRide/RideTitleBanner.png);
    background-repeat: no-repeat;
    display: block;
    height: 32px;
    margin-top: 5px;
    padding-top: 7px;
    padding-left: 8px;
    color: White;
    font-size: 0.9em;
    font-weight: bold;
}

#ride4 #tandc
{
    margin-bottom: 20px;
}

ol.olRide
{
    padding-left: 25px;
    padding-bottom: 20px;
}

ol.olRide li
{
    line-height: 15px;
    font-size: 0.65em;
    padding-bottom: 7px;
    list-style-type: decimal;
    list-style-position: outside;    
}

#maps
{
    position: absolute;
    padding: 0px 25px 0px 25px;
    background-color: #eeeeee;
    width: 750px;
}

#maps a
{
    float: right;
    color: #2f308a;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 0.7em;
    font-weight: bold;
}

#maps div h5
{
    float: left;
    color: #2f308a;
    padding-top: 8px;
    font-size: 1em;
    font-weight: bold;
    width: 600px;
}

/*
===== Sally's Ride Teams =====
*/

#teamJersey
{
    background-image: url(../images/sallysRide/CorpJerseySm.png);
    width: 380px;
    height: 100px;
}

#teamJersey a
{
    top: 78px;
    left: 30px;
}

/*
===== Sally's Ride Preparation =====
*/

table.preparation
{
    empty-cells: show;
}

table.preparation tr td
{
    border: 1px dotted #808080;
    font-size: 0.65em;
    padding: 2px 2px 2px 2px;
}

table.preparation tr td.wider
{
    width: 40px;
}

/*
===== Sally's Ride Recipient Application Form =====
*/

table#appForm tr td
{
    font-size: 0.8em;    
}

.txtBoxMulti
{
    width: 360px;
    height: 150px;
    margin-bottom: 8px;
    font-size: 0.7em;
}

.txtBoxSingle
{
    width: 200px;
    margin-bottom: 3px;
}

.btnSubmit
{
    margin-bottom: 25px;
    margin-left: 200px;
    font-size: 0.8em;
    padding: 4px 8px 4px 8px;
}

.appVS
{
    font-size: 0.7em;
    margin-top: 10px;
}

#recipients
{
    border: solid 1px #999999;
    padding: 10px;
}

/*
===== Sally's Ride Announcement Bar =====
*/

#announcement
{
    padding: 8px;
    border: solid 1px #999999;
    text-align: center;
    margin: 0px 20px 14px 20px;
}

#announcement p
{
    margin-bottom: 3px;
    padding: 0px;
    font-size: 0.8em;
}