@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #000;
	background-repeat: repeat-y;
	background-position: center;
	margin-top: 25px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20;
	border-left-width: 10px;
	border-left-style: groove;
	border-left-color: #CCC;
	float: left;
}

.thrColFixHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: -22px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-right-width: thick;
	border-right-style: ridge;
	border-right-color: #999;
	border-left-width: thick;
	border-left-style: ridge;
	border-left-color: #999;
	border-bottom-width: thick;
	border-bottom-style: ridge;
	border-bottom-color: #999;
} 
.thrColFixHdr #header {
	background-color: #99A3A5;
	background-image: url(images/mrnlogo.jpg);
	height: 150px;
} 
#frame1 #tabcontent2 {
	text-align: left;
	font-size: 16px;
	width: 500px;
}
#frame1 #tabcontent3 {
	width: 500px;
}

#frame1 #tabcontent1 {
	font-size: 16px;
	color: #000;
	width: 500px;
}
#tabcontent1 table {
	font-size: 16px;
}


#header a span {
	visibility: hidden;
	font-size: 100pt;
}
#pictures a img {
	border: thick outset #000;
}
a {
	color: #900;
	text-decoration: none;
}

a:hover {
	color:#666;
	font-size: 14px;
}

.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background-image: url(images/links.jpg);
	background-repeat: repeat-x;
}

#links {
	height: 34px;
	width: auto;
	top: 10px;
	background-color: #000;
}

.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 225px; /* padding keeps the content of the div away from the edges */
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 5px;
	text-align: center;
	margin-top: -20px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 205px; /* padding keeps the content of the div away from the edges */
	margin-right: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 20px;
	margin-left: 10px;
	text-align: center;
	background-color: #000;
	margin-top: -22px;
	border-left-color: #999;
	border-bottom-style: groove;
	border-bottom-color: #999;
	border-left-style: groove;
}
.thrColFixHdr #mainContent {
	margin-right: 240px;
	margin-bottom: 0;
	margin-left: 250px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
} 
#holder {
	height: 100%;
	padding-top: 10px;
	background-image: url(images/diamond.jpg);
}

.thrColFixHdr #footer {
	background-image: url(images/gray.gif);

} 
.thrColFixHdr #inside {
	margin-top: -185px;
}

.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#forecast {
	padding-left:20px;
}

#calendar a {
	
}
#calendar {
	cursor: hand;
	padding-left: 20px;
}

#calendar a span {
	
	visibility: hidden;
}
h1 {
	color: #900;
}
.center {
	text-align: center;
}

#content2 {
	width: 225px;
	float: left;
	padding-left: 10px;
}
#leftcolumn {
	width: 215px;
	float: left;
	padding-left: 30px;
	background-color: #E5E5E5;
}

#rightcolumn {
	width: 740px;
	left: 300px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 250px;
	color: #000;
	background-color: #FFF;
}
#construction {
	background-color: #F39501;
	text-align: center;
}
#inner_content p {
	padding-right: 20px;
	padding-left: 20px;
	margin-right: 20px;
	margin-left: 20px;
}
#mainmsg {
	padding-right: 20px;
	padding-left: 20px;
	margin-right: 20px;
	margin-left: 20px;
}

#bikers {
	background-image: url(images/bikersbest.jpg);
	background-repeat: repeat-y;
	margin-top: -15px;
}
#tips {
	padding-left: 20px;
	padding-right: 20px;
	background-color: #FFF;
	margin-right: 25px;
	margin-left: 25px;
}
#trips {
	background-color: #FFF;
	padding: 50px;
	text-align: left;
	margin-right: 20px;
	margin-left: 20px;
	border: 2px solid #000;
}
.indent {
	text-indent: 50px;
}
#frame1 {
	width: 480px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
}
#frame2 {
	width: 200px;
	float: right;
}
#rides {
	padding-right: 20px;
	background-color: #FFF;
	margin-right: 20px;
	margin-left: 20px;
}
.adjust {
	height: 650px;
}

#rideright {
	float: right;
	height: 550px;
	width: 570px;
	overflow: scroll;
	overflow-x:hidden;
	text-align: left;
}
#rideright ul li {
	text-indent: -50px;
}

#rideleft {
	float: left;
	width: 352px;
}

#rides ul {
	text-indent: 50px;
	list-style-type: none;
}
#one {
	float: left; /* since this element is floated, a width must be given */
	background-color: #000;
	width: 280px;
}
#two {
	float: right; /* since this element is floated, a width must be given */
	width: 300px;
	text-align: center;
	background-color: #000;
}
#middle {
	margin-right: 300px;
	margin-bottom: 0;
	margin-left: 270px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
	color: #FFF;
	background-color: #000;
	
}
#ridepage {
	background-color: #000;
	margin-top: -40px;
}
#sidebar2 #new_photos {
	background-color: #FFF;
	margin-right: 15px;
	margin-left: 18px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: medium ridge #CCC;
}
#question {
	background-color:#6C0000;
	border: medium outset #900;
	color: #FFF;
}
/* adds a little green Just Added tag in front of the rides and the tips page */
.new { 
	font-size: 12px;
	color: #009933;
	font-family: "Comic Sans MS", cursive;
}
