/* Style Sheet for Murbah Cycle Club */

/* Created by Pixel House (www.pixel-house.com.au */
/**************************************************/

body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	margin: 0px;
	background-color: #1d2124;
}
h1 { margin: 0 0 0.8em 0; }
h2 { margin: 0 0 0.3em 0; }
p { margin: 0 0 1.3em 0; }

/************ IDS ****************/
/*********************************/

#wrapper {
	width: 100%;
	float: left;
	background-image: url(../images/bg_grunge_03.jpg);
	background-repeat: repeat-x;
	background-position: center 0px;
}
#header {
	height: 156px;
	width: 490px;
	float: left;
	background-image: url(../images/headerBG.jpg);
	background-repeat: no-repeat;
	padding-top: 6px;
}
#center {
	width: 704px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#logo {
	float: left;
	height: 173px;
	width: 175px;
	margin: 0px;
	padding-left: 18px;
}
#bodyWrapper {
	width: 684px;
	float: left;
	padding-left: 22px;
}

#main {
	background-image: url(../images/bodyBG.jpg);
	background-repeat: repeat-y;
	float: left;
	width: 662px;
	margin-top: 10px;
	background-color: #FFFFFF;
}
#main p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #000000;
}
#main h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #ec8a00;
	font-size: 18px;
	background-image: url(../images/h1_underline.gif);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	padding-bottom: 6px;
	font-weight: normal;
}
#main h1 span {
	color: #223f79;
}
#main h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #ec8a00;
	font-size: 14px;
	font-weight: bold;
}
#main h2 a { color: #ec8a00; }
#main h2 span {
	font-size: 11px;
	color: #333333;
	font-weight: normal;
}
#main p a { color: #1D326B; text-decoration: underline; }
#main p a:hover { color: #000000; }

#mainInner table { border-collapse: collapse; padding: 5px; border: solid 1px #ccc; }

#mainInner {
	background-image: url(../images/body_top.jpg);
	background-repeat: no-repeat;
	width: 622px;
	float: left;
	padding: 20px;
}
#footer {
	background-image: url(../images/footer.png);
	background-repeat: repeat-y;
	float: left;
	width: 355px;
	padding-top: 12px;
	padding-right: 150px;
	padding-left: 154px;
	text-align: center;
	padding-bottom: 13px;
	background-position: 4px;
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 11px;
	font-weight: normal;
}
#footer p a {
	color: #FFFFFF;
}

#navBar {
	background-image: url(../images/nav_bg.jpg);
	background-repeat: no-repeat;
	height: 75px;
	width: 704px;
	float: left;
}
#navigation {
	margin: 0px;
	float: left;
	width: 704px;
	padding: 0px;
}

/************ Primary NAV ****************/
/*****************************************/

ul.navRight {
	float: left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 24px;
	margin: 0px;
}
ul.navRight li {
	list-style-type: none;
	float: left;
}
ul.navRight li a {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	float: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
ul.navRight li a:hover {
	color: #e08400;
	text-decoration: underline;
}

ul.navRight li a span {
	background-image: url(../images/nav_divider.jpg);
	background-repeat: no-repeat;
	background-position: right 0px;
	padding-right: 14px;
}


/*************** CLASSES *****************/
/*****************************************/

.border {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.tableP {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	border: 0px;
}
#gallery { float: left; width: 100%; clear: both; padding: 0px; margin: 0px; }
#gallery ul { margin: 0px; padding-left: 0px; float: left; padding-top: 20px; }
#gallery ul li { float: left; list-style-type: none; padding: 0px 15px 15px 0px; }
#gallery a img { float: left; width: 110px; height: 83px; padding: 5px; border: solid 1px #ccc; }
#gallery a img:hover { padding: 3px; border: solid 3px #ac0000; }

.article { width: 100%; border-bottom: dashed 1px #ccc; padding-top: 15px; }
.article p a { font-weight: bold; }


#main .date { font-size: 0.70em; color: #666; }

#pagebottom p, #pagetop p { font-size: 0.7em; text-align: right; margin: 0; padding: 10px 0px; }
#pagetop p { padding: 0px; border-bottom: solid 1px #ccc; padding: 0px 0px 10px 0px; }


