
/* TEMPLATE STYLE SHEET */
/* © POPCORN 2006 */

/**** MAIN *********************************************************************************************************** MAIN */

body {
  margin: 5px;
  background-color: #848484;
  font-family: arial, tahoma, verdana, helvetica, sans-serif;
  font-size: 0.8em;
  color: #434343;
}
  
input,textarea,select {
  font-size: 11px;
  color: black;
}

h1 {
  font-size: 200%;
  color: black;
  font-weight: normal;
  margin:0;
}

h2 {
  font-size: 130%;
  color: #827fc6;
  font-weight: bold;
}

h3 {
  font-size: 130%;
  color: #dd476f;
}

form { 
  margin: 0; 
  padding: 0; 
}

img, table { 
  border: 0; 
}

div.clear {
  clear: both;
}

.pinktext {
  color:#dd476f;
}

.pinktext a {
  color:#dd476f;
}

.righttext {
  font-weight: bold;
  text-align: center;
  margin-left:16px;
  width: 210px;
}
  

/* NAVIGATION ************************************************************************************************** NAVIGATION *
****************************************************************************************************************************/

.navigation {
  font-family: tahoma, arial, verdana, helvetica, sans-serif;
  font-size: 9px;
  margin: 20px 8px 8px 8px;
  background-color: #827fc6;
  padding: 10px;
}

/* FIX TO REMOVE DOUBLE PADDING BUG FROM IE-WIN \*/
* html .navigation {padding-top: 5px;} /* 
/* END FIX */

.navigation a {
  color: white;
  text-decoration: none;
}

.navigation a:hover {
  color: #e1e0ff;
  text-decoration: none;
}

.navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.navigation ul li {
  display: inline;
  margin: 0 8px 0 0;
}


/* SUBNAV **********************************************************/

.sub-navigation {
  color: white;
  border-left: 8px solid white;
  border-bottom: 8px solid white;
  border-right: 8px solid white;
  font-family: tahoma, arial, verdana, helvetica, sans-serif;
  font-size: 9px;
  background-color: #dd476f;
  padding: 10px;
}

.sub-navigation a {
  color: white;
  text-decoration: none;
}

.sub-navigation a:hover {
  color: #ffbfd0;
  text-decoration: none;
}

.sub-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sub-navigation ul li {
  display: inline;
  margin-right: 8px;
}



/* GENERAL STYLES ****************************************************************************************** GENERAL STYLES *
****************************************************************************************************************************/

.main {
  width: 759px;
  margin: auto;
}


/* change this color to change the 'page' color ********/
.content {
  background-color: white;
  border: 8px solid white;
  padding: 0 12px 0 12px;
}

.logo {
  padding: 12px 0 0 12px;
  float: left;
}

.phone-number {
  padding: 60px 12px 0 0;
  float: right;
}

.text {
  float: left;
  padding: 12px;
}

.footer {
  float: left;
  margin: 12px 0 12px 0;
}

.footer a {
  color: #434343;
}

.global {
  float: right;
  margin: 12px 0px 12px 0;
}

.global a {
  color: #434343;
}


/* IMAGES ********************************************************************************************************** IMAGES *
****************************************************************************************************************************/

.main-image-container {
  margin: 0 0 0 0;
  border-left: 8px solid white;
  border-right: 8px solid white;
  border-bottom: 8px solid white;
}

.main-image-1 {
  border-right: 8px solid white;
}

.page-right {
  float: right;
  margin: 0 0 0 0;
}

.page-right img {
  border-left: 8px solid white;
  border-right: 8px solid white;
  border-bottom: 8px solid white;
}

.page-right .event-text {
  margin-left:16px;
  width: 210px;
}

.page-right .event-text a {
  color: #dd476f;
  text-decoration: none;
}

.page-right .event-text a:hover {
  color: #dd476f;
  text-decoration: underline;
}



/* GLOBAL ANCHORS ************************************************************************************************* ANCHORS *
****************************************************************************************************************************/

a { 
  color: blue; 
  text-decoration: underline; 
}

a:hover { 
  color: red;
  text-decoration: underline;
}


/* SHADOWS ********************************************************************************************************* SHADOWS *
*****************************************************************************************************************************/

.top-shadow {
  background-image: url('/images/shadow_top.jpg');
  background-repeat: repeat-x;
  font-size: 0;
}

.left-shadow {
  background-image: url('/images/shadow_left.jpg');
  background-repeat: repeat-y;
}

.right-shadow {
  background-image: url('/images/shadow_right.jpg');
  background-repeat: repeat-y;
}

.bottom-shadow {
  background-image: url('/images/shadow_bottom.jpg');
  background-repeat: repeat-x;
  font-size: 0;
}

/* RM - Bike ride Registration form  */

.text select{
padding: 0;
margin:0;
}

.text ul{
list-style-type:none;
font-size:14px;
color:#222222;
font-weight:bold;
}

.text li{
padding: 10px 0;
}

.selectBoxes{
float:right;
width:150px;
margin:0;
}

.selectText{
float:left;
}

.text .selectText {
margin:0 0;
padding:0;
}

.text .childText{
margin:0px;
}

.text .totalText{
width:200px;
}

#payBox{
width:180px;
height:100px;
padding: 0;
margin: 0 0 0 460px;
}

#payBox a{
margin:6px 0 5px 10px;
padding:0;
font-size:12px;
font-weight:bold;
width:70px;
float:left;
text-decoration:none;
color:#FFFFFF;
}

#payBox a:hover{
margin:6px 0 5px 10px;
padding:0;
font-size:12px;
font-weight:bold;
width:70px;
float:left;
text-decoration:none;
color:red;
}

/* RM bike ride Div */

#bikeride {
text-align:center;
}

#fundraising {
text-align:center;
padding: 8px 0px 8px 0px;
}

.buy_nowpaypal {
background-image:url(images/new/paypal_arrow.gif);
background-repeat:no-repeat;
width:96px;
height:40px;
font-size:10px;
font-weight:bold;
color:white;
}