@import url("reset.css");
/*
 * Client: 
 * Site Name: 
 * URL: 
 *
 * Author: 
 * URL: http://www.whitespace-creative.com/
 *
 * Created: 
 *
 * --------------------------------------------------------------- */

/* Basic Structure */
/* BACKGROUND COLOR AND BACKGROUND PICTURE */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	margin: 0;
	padding: 0;
	background: #27221d url(../images/skin/wrapper_bg.jpg) no-repeat center 22px;
}

/* SLASH PATTERN ACROSS THE WHOLE TOP OF THE PAGE */
#canvas {
	background: transparent url(../images/skin/body_bg.png) repeat-x left top;
	position: relative;
	top: -10px;
}

#wrapper {
	width: 1234px;
	margin: 0 auto;
}

/* THE PICTURE ACROSS THE TOP AND EVERYTHING TO THE LEFT AND RIGHT OF IT */
#header {
	text-align: center;
	position: relative;
	background: transparent url(../images/skin/header_bg.png) no-repeat center 21px;
	padding: 6px 0 0 0;
	z-index: 1;
	height: 84px;
}

/* GIF OF THE TAGLINE - "AN ALL AMERICAN SPORT FOR AN ALL AMERICA CITY" TEXT */
#header .tagline {
	background: transparent url(../images/skin/tagline.gif) no-repeat left top;
	display: block;
	text-indent: -9999px;
	width: 321px;
	height: 10px;
	margin: 0 auto;
}

/* GRAYISH WHITE BACKGROUND */
#main {
	position: relative;
	margin: 0 0 0 0;
	z-index: 1;
	background: transparent url(../images/skin/main_rpt.png) repeat-y 139px top;
}

/* PARCHMENT PAPER BACKGROUND WITH RED UNDERNEATH TOP NAVIGATION TEXT */
#left {
	background: transparent url(../images/skin/left_bg.png) no-repeat 20px top;
	margin: -10px 0 0 147px;
	width: 841px;
	float: left;
	position: relative;
	z-index: 10;
}
	
/* RCRG WINGS LOGO */
#left .logo {
	display: block;
	width: 344px;
	height: 262px;
	background: transparent url(../images/logos/RCRGwingsLogo.gif) no-repeat left top;
	position: absolute;
	z-index: 3;
	left: -147px;
	top: -80px;
	text-indent: -9999px;
}

/* BEACON'S BEST LOGO */
#left .beaconsbest {
	display: block;
	width: 125px;
	height: 124px;
	background: transparent url(../images/skin/BeaconsBest2009LogoSm.gif) no-repeat left top;
	position: absolute;
	z-index: 3;
	left: 670px;
	top: 280px;
	text-indent: -9999px;
}

/* Gif CONTAINING THE TEXT FOR THE TOP NAVIGATION LINKS */
#left .navigation {
	position: absolute;
	z-index: 1;
	left: 181px;
	top: 15px;
	height: 20px;
	width: 582px;
	background: transparent url(../images/skin/navigation.gif) no-repeat left top;	
}

#left .navigation li { display: inline; }
#left .navigation li a {
	display: block;
	height: 20px;
	float: left;
	background: transparent url(../images/spacer.gif) no-repeat left top;
	text-indent: -9999px;	
}

#left .navigation li.navigation_Home a { width: 56px; }
#left .navigation li.navigation_About a { width: 70px; }
#left .navigation li.navigation_News a { width: 48px; }
#left .navigation li.navigation_TheTeam a { width: 76px; }
#left .navigation li.navigation_Bouts a { width: 73px; }
#left .navigation li.navigation_Events a { width: 56px; }
#left .navigation li.navigation_Shop a { width: 45px; }
#left .navigation li.navigation_OurCity a { width: 68px; }
#left .navigation li.navigation_Contact a { width: 82px; }

#left .left {
	float: left;
	width: 154px;
	margin: 10px 15px 0 0;
}

#left .left .left-min { min-height: 420px; }

#left .left .ads {
	height: 200px;
	margin: 0 -15px 0 15px;
}

/* ROUNDED RED BOTTOM FOR LEFT SIDE NAVIGATION BACKGROUND */
#left .subnavigation {
	background: transparent url(../images/skin/left_navigation_btm.gif) no-repeat left bottom;
	padding: 0 0 25px;
	width: 190px;
	margin: 0 0 0 -36px;
}

/* RED BACKGROUND UNDER WINGS LOGO AND LEFT SIDE NAVIGATION */
#left .subnavigation .navigation1 {
	background: transparent url(../images/skin/left_navigation_rpt.gif) repeat-y left bottom;
	padding: 170px 0 0 0;
}

/* TEXTURE FOR TOP OF LEFT SIDE NAVIGATION LINKS BACKGROUND */
#left .subnavigation .navigation1 li {
	margin: 5px 4px 0 54px;
	background: #ed030f url(../images/skin/left_navigation_border.gif) no-repeat left top;
	padding: 5px 0 0 0;
}

/* TEXTURE FOR BOTTOM OF LEFT SIDE NAVIGATION LINKS BACKGROUND */
#left .subnavigation .navigation1 a {
	color: #FFF;
	display: block;
	background: #ed030f url(../images/skin/left_navigation_border.gif) no-repeat right bottom;
	padding: 0 10px 5px 10px;
	text-decoration: none;
	font-family: Rockwell, Georgia, "Courier New", Courier, monospace;
	font-size: 13px;
	font-weight: bold;	
}

/* BOTTOM FOR MAIN CONTENT AREA BACKGROUND */
#content {
	float: left;
	width: 635px;
	background: transparent url(../images/skin/interior/content_btm.png) no-repeat left bottom;
	padding: 0 0 8px 0;
	margin: 60px 0 0 0;
}

/* RED TEXTURED BACKGROUND FOR HEADING OF MAIN CONTENT AND TOP OF THE BACKGROUND FOR MAIN CONTENT AREA*/
#content h1 {
	background: transparent url(../images/skin/h1_bg.jpg) no-repeat left top;
	height: 47px;
	color: #FFF;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	padding: 20px 10px 0 30px;
}

/* BACKGROUND FOR THE MAIN CONTENT AREA */
#content .content {
	background: transparent url(../images/skin/interior/content_rpt.png) repeat-y left top;
	padding: 10px 30px 0 30px;
	min-height: 300px;
	font-size: 12px;
	color: #343232;
}

#content .content h2 {
	color: #ed030e;
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 10px 0;
	text-transform: uppercase
}

#content .content h3 {
	color: #000;
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

#content .content h5 {
	text-align: center;
}

#content .content h6 {
	color: #000;
	font-size: 15px;
	font-weight: bold;
	text-decoration:underline;
	margin: 15px 0 6px 0;
}

#content .content * {	line-height: 15px; }

#content .content p { margin: 0 0 20px 0; }

/* BACKGROUND FOR THE MAIN CONTENT SHOPPING AREA */
#content .shop {
	background: transparent url(../images/skin/interior/content_rpt.png) repeat-y left top;
	padding: 10px 30px 0 15px;
	min-height: 300px;
	font-size: 12px;
	color: #343232;
}

#content .shop h3 {
	color: #000;
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

#content .shop p { margin: 0 0 20px 0; }

/* GIRL LOGO WITH BACKGROUND FOR BOTTOM OF RIGHT SIDE BOUT SCHEDULE COLUMN */
#right {
	float: left;
	width: 191px;
	background: transparent url(../images/skin/right_btm.gif) no-repeat left bottom;
	margin-left: -6px;
	z-index: 5;
}

#right .content {
	background: #91021a url(../images/skin/right_shadow.gif) repeat-y left top;
	padding: 0 0 5px 0;
	margin: -11px 0 237px 0;
}

/* HEADING AND BACKGROUND FOR RIGHT SIDE BOUT SCHEDULE COLUMN */
#right h4 {
	background: transparent url(../images/skin/right_top.jpg) no-repeat left top;
	height: 190px;
	text-indent: -9999px;
}

#right .content dl {
	margin: -91px 0 0 0;
	padding: 0 30px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #e6e5e5;
}

#right .content * { line-height: 14px; }

#right .content dl dt {
	color: #aaaaaa;
	font-weight: bold;
	font-family: Rockwell, Georgia, "Courier New", Courier;
	font-size: 12px;
	/*display: none;*/
}

#right .content dl dt a { color: #aa8888;
	/*display: none;*/
}

#right .content dl dd { margin: 0 0 15px 0; }
#right .content dl dd  a { color: #e6e5e5; text-decoration: none; }

/* ROUNDED BOTTOM FOR GRAYISH WHITE BACKGROUND */
#footer {
	clear: both;
	background: transparent url(../images/skin/footer.png) no-repeat 139px top;
	padding: 33px 276px 0 170px;
	color: #FFF;
	margin: 0 0 30px 0;
}

#footer .copyright {
	float: left;
	width: 150px;
	margin: 0 0 0 -20px;
}

#footer .designby {
	float: right;
	width: 175px;
	margin: -10px -20px 0 0;
	text-align: right;
}

#footer .menu {
	float: center;
	width: 630px;
	text-align: center;
}

#footer a { color: #FFF; text-decoration: none; }









/* -------------
 * Misc.
 * ------------- */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix { display: inline-block; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }


/* Remove the outline in FF */
*|*:-moz-any-link:focus { outline: none !important; }

a {color: #e5021c;}
.hide { display: none; }
.invisible { visibility: hidden; }
strong { font-weight: bold; }
em { font-style: italic; }
