/* Project: RMYS Rocky Mountain Youth Sports
URL: http://www.rmyouthsports.com
Date: October 2008
Author: Debbie Campbell, Red Kite Creative */

/* zeroes all margins and paddings */
*, body, table, td, p, ul, li, form, h1, h2, h3 {
	margin: 0;
	padding: 0;
}
/* set base font size to 16px in all browsers except IE */
html>body {
	font-size: 16px;
}
img {
	/* avoid image-gap bug in Gecko browsers */
	display: block;
	border: none;
}
/************************************************
  Default rules
************************************************/
h1, h2, h3 {
	color: #2D2E29;
	background-color: transparent;
	font-weight: bold;
	font-family: Trebuchet, Helvetica, sans-serif;
}
h1 {
	margin-bottom: 0.6em;
	font-size: 1.5em;
}
h2 {
	margin: 0.6em 0;
	font-size: 1.2em;
}
h3 {
	margin: 0.7em 0;
	font-size: 1.1em;
}
p, div {
	padding-bottom: 1em;
	color: #2D2D29;
	background-color: transparent;
	line-height: 1.5em;
}
a, a:link, a:visited {
	font-weight: normal;
	color: #A8401D;
	background-color: transparent;
	text-decoration: underline;
}
a:hover {
	font-weight: normal;
	color: #573D72;
	background-color: transparent;
	text-decoration: underline;
}
ul {
	margin: 0;
	padding: 5px 10px 5px 15px;
	list-style-type: disc;
}
li {
	margin-left: 15px;
	padding-bottom: 10px;
}
hr {
	display: none;
}
/************************************************
  Document and header rules
************************************************/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	background-color: #A489C0;
	background-image: url(images/background-home.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}
#wrapper {
	position: relative;
	top: 20px;
	left: 0;
	margin: 0 auto;
	padding: 0;
	width: 776px;
	height: 596px;
	font-size: 76%; /* Sets 1em to 12px */
	color: black;
	background-color: transparent;
}
div#wrapper {
	/* sets a bg color for all elements within rd box */
	background-color: #F1F3D8;
}
#roundbox {
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding-bottom: 0.8em;
	width: 776px;
	height: 100%;
	min-height: 576px;
	color: black;
	background-color: transparent;
	background: url(images/bg_776_b.jpg) no-repeat bottom left;
}
#header {/*sets the top of the rounded box */
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	height: 35px;
	background: url(images/bg_776_t.jpg) no-repeat top;
}
#logo {
	float: left;
	margin: 0;
	padding: 8px 0 0 8px;	
}
#tagline {
	position: absolute;
	top: 19px;
	left: 100px;
	margin: 0;
	padding: 0;
	width: 400px;
}
#tagline p {
	font-weight: bold;
	font-size: 26px; 
	color: #464646;
	background-color: transparent;
}
#tagline p#sub-tagline {
	position: absolute;
	top: 35px;
	font-size: 14px;
	font-style: italic;
	color: #464646;
	background-color: transparent;
}
#headerimg {
	position: absolute;
	top: 93px;
	left: 0;
	z-index: 20;
}
/************************************************
  Main content rules
************************************************/
#content {
	clear: both;
	position: absolute;
	top: 163px;
	left: 0;
	margin: 0;
	padding: 0;
	width: 776px;
	color: #2D2E29;
	background-color: transparent;
}
#main {
	position: relative;
	top: 26px;
	left: 0;
}
#main-top {
	margin: 0;
	padding: 5px 15px 10px 15px;
}
#main-top p {
	padding-bottom: 10px;
}
#main-subs {
	margin: 0;
	padding: 5px 15px 5px 15px;
	height: 360px;
	overflow: auto;
}
#main-right {
	float: right;
	margin: 0;
	padding: 5px 15px 5px 0;
	width: 580px;
	height: 360px;
	overflow: auto;
}
#main-left {
	float: left;
	margin: 0;
	padding: 0 0 5px 5px;
	width: 160px;
}
#main-left ul {
	list-style-type: none;
}
#main-left ul li {
	margin-left: 0;
	padding: 1px 0 1px 0;
}
/************************************************
  Footer and subfooter rules
************************************************/
#footer {
	position: absolute;
	bottom: 10px;
	left: 0;
	margin: 0;
	width: 776px;
	border-top: 8px solid #C54A29;
}
#footer p {
	margin: 0;
	padding: 2px 0 2px 10px;
	font-size: 0.9em;
	font-weight: bold;
	color: #2D2E29;
	background-color: transparent;
}
#footer a, #footer a:link, #footer a:visited {
	font-weight: bold;
	color: #A8401D;
	background-color: transparent;
	text-decoration: none;
}
#footer a:hover {
	font-weight: bold;
	color: #573D72;
	background-color: transparent;
	text-decoration: none;
}
#subfooter {
	clear: both;
	margin: 0 auto 0 auto;
	padding-top: 26px;
	width: 776px;
	color: #2D2E29;
	background-color: transparent;
}
#subfooter p {
	font-size: 11px;
}
#subfooter a, #subfooter a:link, #subfooter a:visited {
	font-weight: normal;
	color: #A8401D;
	background-color: transparent;
	text-decoration: none;
}
#subfooter a:hover {
	font-weight: normal;
	color: #573D72;
	background-color: transparent;
	text-decoration: none;
}
/************************************************
  Main navigation rules
************************************************/
#navtop {/* This is the top menu bar */
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 776px;
	text-align: left;
	color: white;
	background-color: transparent;
}
#navtop ul {
	margin: 0;
	padding-top: 2px;
	height: 26px;	
	list-style-type: none;
	font-family: Trebuchet, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: transparent;
	background-image: url(images/menu_bar.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
#navtop ul li {
	margin-left: -15px;
	padding: 0 1.5em 0 1.5em;
	font-weight: normal;
	font-size: 1.1em;
	text-decoration: none;
	display: inline;
}
#navtop li a, #navtop li a:link, #navtop li a:visited {
	color: #FFFFFF;
	background-color: transparent;
	text-decoration: none;
}
#navtop li a:hover {
	color: #4A0301;
	background-color: transparent;
	text-decoration: none;
}
#navtop #currentpage a {
	color: #FFFFFF;
	background-color: transparent;
	text-decoration: underline;
}
#navtop #currentpage a:hover {
	color: #4A0301;
	background-color: transparent;
	text-decoration: underline;
}
/************************************************
  Misc rules
************************************************/

.indented {
   padding-left: 25pt;
   padding-right: 25pt;
}

.message {	
	margin-bottom: 15px;
	padding: 5px;
	font-weight: bold;
	font-style: italic;
	color: #BC3A00;
	background-color: #FDC097;
}
.hr { 
	margin: 5px 0;
	border-top: 1px solid #46345A; 
}
.inline {
	display: inline;
	padding-right: 2px;
}
.imgright {
	float: right;
	margin: 0;
	padding: 0 0 0 8px;
}
.imgleft {
	float: left;
	margin: 0;
	padding: 2px 8px 0 0;
}
.bold {
	font-weight: bold;
}
.orange-bold {
	font-weight: bold;
	color: #C54A25;
}
.green-bold {
	font-weight: bold;
	color: #5E5B00;
}
