/* Author: Ryan Kelly */

body {
	margin-top: 0;
	margin-bottom: 20px;
	background-color: #9b1811;
	background-image: url(../images/header_bg3.png);
	background-repeat: repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 85%;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.5em;
/*	text-transform: uppercase;*/
	letter-spacing: 3px;
	color: #B14F4A;
	margin-top: 1.25em;
	margin-bottom: 0.3em;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.3em;
/*	text-transform: uppercase;*/
	letter-spacing: 3px;
	color: #B14F4A;
	margin-top: 1.25em;
	margin-bottom: 0.3em;
}


#terrain a img {
	padding: 5px;
	border: 1px solid #ccc;
	margin-right: 16px;
	margin-bottom: 16px;
}

#terrain a img:hover {
	border-color: #647FCF;
}

#terrain p {
	margin-right: 50px;
	margin-bottom: 1em;
}

#narrow-content ul {
	margin: 0 0 20px 0;
	padding: 0 0 0 60px;
	list-style: disc; 
}

#narrow-content ul li {
	padding-bottom: 7px;
}

#wide-content ul {
	margin: 0 0 20px 0;
	padding: 0 0 0 50px;
	list-style: none; 
}

#wide-content ul li {
	padding-bottom: 7px; 
}

.close-bottom {
	margin-bottom: 0.5em;
}

/* Prevent gaps around images */
/*
img {
	display: block;
} */

#wrapper {
	background-color: transparent;
}

#header {
	background-color: transparent;
	margin: 0;
}

#logo {
	position: absolute;
	top: 5px;
	left: 0;
}

#shadow-top {
	position: absolute;
	top: 0;
	right: 0;
}

#content-wrapper {
	background-color: #fff;
}

#header-text {
	position: absolute;
	top: 50px;
	left: 195px;
}

#main-photo {
	border: 1px solid #314D9F;
	margin: 0 0 8px 0;
	display: block;
}

#content-title {
	border-top: 1px solid #102668;
	border-right: 1px solid #102668;
	height: 25px;
	background-image: url(../images/title_bg.png);
	padding-left: 35px;
	padding-top: 5px;
	color: #fff;
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	margin: 0 5px 0 0;
}

#footer {
	background-color: #afb149;
	height: 100px;
}

#contact-us a {
	position: absolute;
	bottom: 0;
	right: 1px;
	font-size: 1.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
  	text-decoration: none;
	font-weight: bold;
	color: white;
	padding-bottom: 7px;
	border-bottom: 3px solid transparent;
}

#contact-us a:hover, #contact-us a:active {
/*	color: #95A7DD;*/
	border-bottom: 3px solid #e9eb34;
}

#wide-content table {
	margin-top: 25px;
	clear: both;
  	width: 600px;
	border-collapse: collapse;
}

#wide-content th  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #647FCF;
  	padding: 4px 10px;
  	font-weight: bold;
	font-size: 1.1em;
	background-color: #9BB2F7;
}

#wide-content td  {
	border: 1px solid #647FCF;
  	padding: 4px 10px;
}

#wide-content .datewidth {
	width: 150px;
}

#wide-content .eventwidth {
	width: 100px;
}

#wide-content .locationwidth {
	width: 350px;
}

#wide-content .odd {
	background-color: #DAE2F7;
}

.map {
	float: left;
}


/* Begin main nav menu */

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.menu-image {
	display: block;
}

#menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

#menu li a {
	color: black;
	display: block;
	padding: 2px 4px 2px 15px;
	text-decoration: none;
	/*font-weight: bold;*/
	border: 1px solid;
	border-color: #95A7DD #102668 #102668 #95A7DD; /*light dark dark light*/
	/*background-color: #8094cf;*/
	text-decoration: none;
}

#menu li a {
	background-color: #647FCF;
}

#menu li a:visited {
	color: black;
}

#menu li a:hover, #menu li a:active {
	color: white;
	background-color: #314D9F;
}

#menu li.first a, #menu li.first a:hover, #menu li.first a:active {
/*	border-top-color: #647FCF;*/
	border-top-style: none;
}

#menu li.last a, #menu li.last a:hover, #menu li.last a:active {
	border-bottom-color: #647FCF;
}

body#index a#menu_index,
body#news a#menu_news,
body#sched a#menu_sched,
body#terraindesc a#menu_terrain,
body#reg a#menu_reg,
body#whoscoming a#menu_whoscoming,
body#startlists a#menu_startlists,
body#results a#menu_results,
body#findyukon a#menu_findyukon,
body#travel a#menu_travel,
body#activities a#menu_activities
{
	color: black;
	background-color: #e9eb34;
}

#menu li.divider {
	height: 0px;
	color: black;
	display: block;
	padding: 2px 4px 2px 15px;
	border: 1px solid;
	border-color: #95A7DD #102668 #102668 #95A7DD; /*light dark dark light*/
	background-color: #8094CF;
}

/* End main nav menu */


.spacer {
	height: 200px;
}

/* Add vert space between images in index page RH column. */
#right-column * {
	margin-bottom: 12px;
}


/*#right-column img {
    display: block;
    margin-left: auto;
    margin-right: auto;
 }*/


/* Footer */

.footer-column { 
	margin: 0;
	padding: 0;
	float: left;
	width: 100px;
} 

#footer a {
	color: #000;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

.wide-footer-column {
	width: 711px;
}

#yoa-logo {
	margin-left: 30px;
}

.right-aligned {
	text-align: right;
}

#footer ul {
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: none;
}

#footer {
	font-size: 90%;
}

/* End footer */


/* Padding */

#narrow-content, #wide-content, #right-column  {
  	padding-top: 20px;
  	padding-bottom: 20px;
}

#narrow-content *, #wide-content * {
	padding-left: 35px;
  	padding-right: 35px;
}

#right-column *  {
	padding-left: 20px;
  	padding-right: 20px;
}

#narrow-content * *, #wide-content * *, #right-column * * {
  	padding-left: 0;
  	padding-right: 0;
}

#footer {
  	padding-top: 20px;
  	padding-bottom: 10px;
}

#footer * {
	padding-left: 20px;
	padding-right: 20px;
}

#footer * * {
	padding-left: 0;
	padding-right: 0;
}

/* End Padding */


/* Layout */

body {
	text-align: center;
}

#wrapper {
	width: 955px; /*5px shadow right*/
	margin: 0 auto;
	text-align: left;
}

#header {
	width: 950px;
	position: relative;
	height: 165px;
}

#left-column {
	width: 180px;
	float: left;
}

#outer-container {
	width: 955px;
	background-color: #fff;
	background-image: url(../images/content_bg1.png);
	background-repeat: repeat-y;
	position: relative;
}	

#inner-container {
	width: 775px;
	float: right;
}

#narrow-content {
	width: 570px;
	float: left;
}

#wide-content {
	width: 775px;
}

#right-column {
	width: 204px;
	float: right;
	border-left: 1px dotted #bec8e8;
}

#footer { 
  	clear: both;
	margin: 0 5px 0 11px;
} 

/* End layout */

