* {
	margin: 0;
	padding: 0;
}

body {
	background: #7e6d4f;
	text-align: center;
	font-family: Verdana, Helvetica, Arial sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #3c260e;
}

h2 {
	font-size: 18px;
	margin: 0.5em 0 0.25em 0;
}

h3 {
	margin: 1em 0 0.5em 0;
}

p#tagline {
	color: #853745;
	margin: 0 0 .25em 0;
}

.home h2 {
	margin: 0 0 .5em 0;
}

#news h2 {
	margin-bottom: 0.85em;
}

a:link, a:visited {
/*	color: #3c260e;*/
	color: #853745;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

p {
	margin: 0.25em 0 0.85em 0;
}

fieldset {
	border: 1px solid #999;
	padding: 10px 18px;
}

fieldset legend {
	font-weight: bold;
	padding: 0 5px;
}

hr {
	margin: 1.5em 0 0.5em 0;
	border: 0;
/*	border-top: 1px solid #3c260e;*/
	border-top: 3px solid #c4b8a6;
	clear: both;
}

#container {
	position: relative;
	width: 866px;
	margin: 10px auto;
	text-align: left;
}

.home #background-top {
	width: 866px;
	height: 362px;
	background: url(images/asm4p/bg-top.jpg) no-repeat;
}

.home #background-bottom {
	width: 866px;
	height: 296px;
	background: url(images/asm4p/bg-bottom.jpg) no-repeat;
}

.home #about {
	width: 330px;
	position: absolute;
	top: 60px;
	left: 42px;
}

.home #news {
	width: 280px;
	position: absolute;
	top: 470px;
	left: 510px;
}

.home a#gunnar-story {
	top: 50px;
	left: 560px;
	width: 200px;
	height: 200px;
	position: absolute;
}

.home a.video {
	width: 225px;
	height: 170px;
	position: absolute;
	top: 377px;
	left: 52px;
/*	border: 1px solid red;*/
}

.home a.video span {
	display: none;
}

.home #menu {
	background: #7e6d4f url(images/asm4p/home_menu.gif) no-repeat;
	width: 834px;
	height: 112px;
	clear: both;
	position: relative;
	float: left;
}

/*.home #menu * { border: 1px solid red;}*/
/*.home #menu .menu-item { border: 1px solid #666;}*/
.home #menu .menu-item span { visibility: hidden; }
.home #menu #menu-about { position: absolute; top: 20px; left: 25px; width: 120px; height: 35px; }
.home #menu #menu-why { position: absolute; top: 20px; left: 190px; width: 130px; height: 35px; }
.home #menu #menu-sponsors { position: absolute; top: 20px; left: 355px; width: 190px; height: 35px; }
.home #menu #menu-adults { position: absolute; top: 20px; left: 590px; width: 210px; height: 35px; }
.home #menu #menu-facebook { position: absolute; top: 60px; left: 135px; width: 300px; height: 35px; }
.home #menu #menu-twitter { position: absolute; top: 60px; left: 465px; width: 230px; height: 35px; }

.home #menu a:hover {
	text-decoration: none;
}

.sub #container {
/*	background: #ebe5da;*/
	width: 834px;
}

.sub #top {
	height: 159px;
	background: url(images/asm4p/header.jpg) no-repeat;
}

.sub #top #this-gunnar {
	position: absolute;
	top: 20px;
	left: 600px;
	width: 200px;
	height: 135px;
}

.sub #nav {
	background: url(images/asm4p/nav.gif) repeat-y;
	float: left;
	width: 834px;
}

.sub #nav ul {
	margin-left: 25px;
}

.sub #nav ul li {
	display: inline;
	float: left;
	list-style-type: none;
}

.sub #nav li a {
	display: block;
	line-height: 30px;
	font-weight: normal;
	color: #ebe5da;
	padding: 0 10px;
}

.sub #nav li a:hover {
	background: #67493c;
	text-decoration: none;
}

.sub #nav li a.active {
	background: #67493c;
}

.sub #content {
	background: #ebe5da url(images/asm4p/sub-middle.gif) repeat-y;
	width: 834px;
	padding-top: 15px;
	float: left;
}

.sub #content ol, .sub #content ul {
	margin: 1em 20px;
}

.sub #content ol li {
	margin: 1em 0;
}

.sub #content ul li {
	margin: 0.25em 0;
}

.sub #content-inner {
	padding: 5px 40px 5px 35px;
}

/*
#blog #content-inner {
	margin-right: 200px;
}

#blog #secondary {
	float: right;
	margin-right: 30px;
}

#blog hr {
	clear: none;
}
*/
.sub #bottom {
	height: 43px;
	clear: both;
	background: url(images/asm4p/sub-bottom.gif) no-repeat;
}

.sub #video-container {
	border: 1px solid #ccc;
	width: 480px;
	height: 385px;
}

.sub #video-more {
	width: 255px;
	float: right;
}

.sub #top a#home {
	width: 220px;
	height: 157px;
	display: block;
}

.sub #top a#home span {
	display: none;
}

#buttons img {
	float: left;
}

#footer {
	background: #7e6d4f;
	clear: both;
	padding-top: 5px;
}

#footer p {
	text-align: center;
	color: #fff;
}

#footer p a:link, #footer p a:visited {
	font-weight: normal;
	color: #fff;
}

.alignright {
	float: right;
	clear: right;
	margin: 0 0 5px 10px;
}

div.wp-caption {
	
	margin-left: 10px;
}


p.wp-caption-text {
	font-size: 11px;
}

#post-tools {
	background: #c4b8a6;
/*	border: 2px solid #c4b8a6;*/
	padding: 4px 10px 2px 10px;
}

div#sarosha {
	float: right;
	border: 2px solid #c4b8a6;
	padding: 8px 8px;
/*	width: 290px;*/
}

div#sarosha p {
	width: 280px;
}

div.category-wall {
	margin: 0;
	padding: 0;
	border: 1px solid #f00;
}

div.category-wall p {
	margin: 0;
	padding: 0;
}

div.category-wall img {
	margin-right: 0;
	padding-right: 0;  
}

div.email-updates {
	margin-bottom: 5px;
}
/* Route */

#march-route {
	position: relative;
	width: 750px;
	float: left;
}

#march-route #gunnar-head {
	position: absolute;
	background: url(images/asm4p/gunnar_location.gif) no-repeat;
	width: 129px;
	height: 108px;
	left: 550px;
	top: 0px;
}

.sub #content ol.commentlist {
	margin: 0;
}

.sub #content ol.commentlist li {
	list-style: none;
}

.sub #content ol.commentlist cite {
	font-style: normal;
	font-weight: bold;
}


table.route {
}

table.route tr .route-date {
	text-align: right;
}

table.route tr th {
	border-bottom: 2px solid #cec5b7;
}

table.route tr.future {
/*	border-bottom: 1px solid #cec5b7;*/
	background: url(images/asm4p/route-line.gif) repeat-x bottom;
}

table.route tr td, table.route tr th {
	height: 36px;
	padding: 0 5px;
}

table.route tr.today {
/*	background: #c4b8a6;*/
	font-weight: bold;
	background: #57493c;
	color: #ebe5da;
}

table.route tr.past {
/*	background: #e0d6c7;*/
	background: #cec5b7;
	text-decoration: line-through;
	color: #716c64;
}

table.route span.state {
	text-transform: uppercase;
	font-weight: bold;
}

table.route tr td.stop {
/*	background: url(images/asm4p/stop_off.gif) no-repeat right;*/
	width: 30px;
}

table.route td span.tbd {
	color: #c00;
	font-weight: bold;
}

/*
table.route tr.today td.stop {
	background: url(images/asm4p/stop_today.gif) no-repeat right;
}
*/
/*table.route tr.past td.stop {
	background: url(images/asm4p/stop_past.gif) no-repeat right;
}

table.route tr.past.even td.stop {
	background: url(images/asm4p/stop_past_even.gif) no-repeat right;
}
*/

p.information {
	clear: both;
	background: #e1dbd1;
	padding: 5px;
}

p.nocomments {
	margin: 1em 0;
}