* {
	margin: 0;
	padding: 0;
}
body  {
	font: 100% Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #fff url(images/page_bg.jpg) top center repeat-x;
	text-align: center; 
	color: #000000;
}

p {
	margin: 0 0 15px 0;
	line-height: 16px;
}	
	#sidebar1 p, #sidebar2 p {
		font-size: 11px;
	}
	#sidebar1 .page_excerpt p, #sidebar2 .page_excerpt p {
		color: #454545;
		font-size: 14px;
		line-height: 18px;
		font-weight: bold;
	}
	.page_excerpt p strong {
		color: #d08001;
	}
#container { 
	width: 960px; 
	margin: 0 auto;
	text-align: left; 
} 
#header { 
	height: 169px;
	background: ; 
	padding: 0 10px 0 0; 
	margin: 0 0 6px;
	position: relative;
} 
#header h1 {
	margin: 0; 
	position: absolute;
	top: 0;
	left: 199px;
}
#header h1 a {
	display: block;
	width: 431px;
	height: 125px;
	background: url(images/minnesota_motorhead_heading.gif) top left no-repeat;
	text-indent:-9009px
}
#search {
	height: 33px;
	width: 236px;
	background: url(images/search_bg.gif) top left no-repeat;
	position: absolute;
	top: 55px;
	right: 10px;
}	
	#search form {
		margin: 0;
	}
	#search input.search_input {
		background: #595959;
		border: none;
		width: 147px;
		margin: 5px 0 0 5px;
		padding: 0;
		color: #fff;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		line-height:  11px;
	}
	#search input.search_button {
		margin: 5px 0 0 0;
	}
#main_nav {
	font-family: 'Helvetica', Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-transform:uppercase;
	font-size: 12px;
	width:751px;
	height: 39px;
	position: absolute;
	top: 125px;
	left: 199px;
}
#main_nav ul {
	margin:0;
   	list-style:none;
	padding:0;
	height: 39px;
}
#main_nav a, #main_nav strong, #main_nav span {
	float:left;
   	display:block;
	color:#fff;
	padding:12px 20px 3px 11px;
	text-decoration:none
}
/* Commented Backslash Hack
     hides rule from IE5-Mac \*/
#main_nav a {float:none;}
/* End IE5-Mac hack */
#main_nav li {
   float:left;
   margin:0 4px 0 0;
   padding:0 0 0 9px;
   height: 39px;
}
#main_nav li.current_page_item {
   background:url(images/tabs_bg.gif) no-repeat 0 0;
}
#main_nav li.current_page_item a {
   background:url(images/tabs_bg.gif) no-repeat 100% 0;
	padding:12px 20px 5px 11px;
}
#main_nav a:hover {
	color:#93d8ed;
	}
#sidebar1, #sidebar2 {
	background: #fff url(images/sidebar_bg.jpg) top left no-repeat;
	width: 200px;
	padding: 26px 15px 15px 15px;
}
#sidebar1 {
	float: left; 
}
#sidebar2 {
	float: right; 
}
#sidebar2 #sort {
	padding: 55px 0 0 0;
}
	#sort ul {
		margin: 10px 0 25px 20px;
	}
#mainContent { 
	background: #f0f6f8 url(images/center_column_bg.gif) top left no-repeat;
	margin: 19px 250px 0 250px;
	padding: 6px;
} 
#internalContent {
	margin: 19px 0 0 0;
	width: 660px;
	float: left;

}
#singleContent {
	margin: 19px 0 0 0;
	width: 450px;
	float: left;
}
#footer { 
	margin: 20px 0 0 0;
	border-top: 1px solid #dfecf0;
} 
#footer p {
	padding: 10px 0; 
	font-size: 11px;
	color: #666;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
img {
	border: none;
}
a {
	color: #006997;
}
	#sidebar1 a, #sidebar2 a {
		color: #d08001;
	}
h1, h2, h3 {
	font-family: 'Helvetica', 'Helvetica Nueue', Helvetica, Arial, sans-serif;
}
h1, h1 a {
	font-size: 27px;
	color: #04578b;
	text-decoration: none;
}
	h1 a:hover {
		text-decoration: underline;
	}
h2.image-replace {
	height: 36px;
	width: 200px;
	margin: 0 0 20px 0;
	}
	h2#about {
		background: url(images/heading_about.gif) top left no-repeat;
	}
	h2#events {
		background: url(images/heading_events.gif) top left no-repeat;
	}
	h2#readerrides {
		background: url(images/heading_readerrides.gif) top left no-repeat;
		height: 25px;
		margin: 0 0 10px 0;
	}
	h2#calendar {
		background: url(images/heading_calendar.gif) top left no-repeat;
		height: 25px;
		margin: 0 0 10px 0;
	}
h2.image-replace span {
	display: block;
	text-indent:-9009px
}
h2.pagetitle {
	margin: 0 0 15px 0;
}
h3, h3 a {
	font-size: 14px;
	text-transform: uppercase;
	color: #d08001;
	text-decoration: none;
}
	h3 a:hover {
		text-decoration: underline;
	}
h5 {
	font-size: 14px;
	text-transform: uppercase;
	color: #555;
	border-bottom: 1px solid #dfecf0;
	margin: 0 10px 15px 10px;
}
	h5 a {
		text-transform: none;
		font-size: 12px;
		font-weight: normal;
	}
	#calendar_wrapLarge h5, #calendar_wrapLarge h3 {
		text-transform: none;
	}
.feature_article {
	padding: 0 10px;
	margin: 0 0 30px 0;
}
.feature_article_heading {
	background: url(images/post_heading_bg.gif) top left repeat-y;
	padding: 2px 0;
	text-align: center;
	margin: 6px 0;
}
.feature_article_heading h1 {
	border-top: 1px solid #dfecf0;
	padding: 13px 0 0 0;
}
.feature_article_heading p {
	margin: 0;
	padding: 0 0 13px 0;
	border-bottom: 1px solid #dfecf0;
}
.feature_article_heading p em {
	color: #323232;
	font-style: italic;
}
.feature_article_heading a.author {
	color: #020202;
}
.secondary_article {
	height: 100px;
	padding: 0 10px;
}
	#internalContent .secondary_article {
		height: 150px;
	}
.secondary_article h1, .secondary_article h1 a {
	font-size: 14px;
}
.secondary_article p {
	font-size: 11px;
	line-height: 14px; 
	margin: 0 0 2px;
}
	#internalContent .secondary_article p {
		font-size: 12px;
		line-height: 16px;
		margin: 0 0 10px 0;
	}
.secondary_article p.meta {
	color: #777;
}
.secondary_article img {
	float: left;
	margin: 0 5px 5px 0;
}
	#internalContent .secondary_article img {
		margin: 0 15px 0 0;
	}
.secondary_article a img {
	border: 5px solid #fff;
}
.secondary_article a:hover img {
	border: 5px solid #8CB7C4;
}
img.featured_ride {
	margin: 0 0 5px 0;
}
ul#sidebar {
	list-style: none;	
}
#postone {
	padding: 20px;
}
#postone img#feature_photo {
	float: left;
	margin: 0 20px 20px 0;
}
/* Comments */

.commentodd {
background-color:#333;
}
.commenteven {
	background: #000;
}
.commentodd, .commenteven {
position:relative;
width: 450px;
}

.commentcontent {
padding:5px 15px 5px 15px;
}

.commentcontent p {
font-size:11px;
line-height:17px;
color:#EEE;
}

.commentcontent .commentinfo {
color:#AAA;
}

.commentcontent blockquote {
font-style:italic;
border-left:3px solid #BFD72F;
margin-left:17px;
padding-left:10px;
}

.commentcontent ul, .commentcontent ol {
margin-left:15px;
}

#comment {
width: 380px;
}
#postone . {
width:380px;
}

#postone #mailsubmit {
width:100px;
}

#postone textarea {
width:380px;
height:100px;
}
/* General form styles
----------------------------------------*/
fieldset {
	border-width: 0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.1em;
}

input {
	font-weight: normal;
	cursor: pointer;
	vertical-align: middle;
	padding: 0 3px;
	font-size: 1em;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

select {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: normal;
	cursor: pointer;
	vertical-align: middle;
	border: 1px solid #666666;
	padding: 1px;
	background-color: #FAFAFA;
}

option {
	padding-right: 1em;
}

option.disabled-option {
	color: graytext;
}

textarea {
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	width: 60%;
	padding: 2px;
	font-size: 1em;
	line-height: 1.4em;
}

label {
	cursor: default;
	padding-right: 5px;
	color: #676767;
}

label input {
	vertical-align: middle;
}

label img {
	vertical-align: middle;
}