/* Styles for Tobacco Trail Bicycle Rentals
 * (c) 2004 Redwing DesignWorks
 *
 * PALETTE:
 *
 * Green #203522  (background)
 * Wheat #C5B458
 * DkWht #af8f56
 * Peach #E68A3F   
 * DkPch #cc7a3a  (links in top menu, and borders)
 * DkBrn #1E1E13  (headline text)
 * Cream #f2f0c3  (body text)    (was F2EF9D)
 *
 * 
 */

/* ------------------------------------- BASIC FORMATS --- */

h1, h2, h3, p, ul, li, div {margin:0; padding:0;}




body {	padding:0; margin:0; 
	font-family: Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	font-size: small;      	
	background: url(images/trailshot.jpg) top left repeat-y #203522;
	color: #f2f0c3;
	}

#canvas {
	margin-left: 195px;
	/*background: url(images/rightedge.gif) top left repeat-y #242034;*/
	color: #f2f0c3;
	}

#content {                     /* similar styles apply to top-menu */
	width:650px;
	padding-right: 10px;
	padding-bottom: 2em;
	background: #203522;
	color: #f2f0c3;
	}



h1    { font-size: 295%;
	font-style:italic;
	padding-top: 5px;
	padding-bottom: 3px;
	margin-bottom: 3px;
	background: url(images/wheatbar_BA9D68.gif) top left repeat-y #ba9d68; 
	color: #1E1E13;
	}


h2    {	font-size: 150%;
	margin-top: 1em;
	margin-bottom: 0.75em;
	margin-left: 0em;
	padding-left: 0em;
	margin-right: 0px;
	padding-top: 10px;
	background: url(images/wheatbar_BA9D68.gif) bottom left repeat-y #ba9d68; 
	color: #1E1E13;
	border-top: solid 3px #cc7a3a; 
	}

h3    {	font-size: 135%;
	padding-top: 0.75em;
	padding-bottom: 0.5em;
	background: transparent;
	color: #f2f0c3; 
	font-weight: bold;
	}

p     { padding-bottom: 0.5em;}

p.fineprint {
	font-size: x-small;
	padding-bottom: 1em;
	}

img {font-size: x-small;}

.logomotive {
	padding-left: 165px;
	background: url(images/logomotive.gif) top left no-repeat;
	margin-top: 5px;
	padding-top: 0px;
	padding-bottom: 10px;
	}

.no-logomotive {padding-top: 5px;}

.no-logomotive strong {
	font-size: 120%;
	font-weight: bold;
	}

#preamble {padding-top:1em;}


/* ------------------------ RATES SECTION OF HOME PAGE --- */

#rates .floatleft { float:left; }

#rates table {width: 400px;} 

#rates .border {
	margin-left: 5px;
	width: 400px;
	border: solid 3px #cc7a3a;
	}

#rates td { text-align: center; }

#rates th.biketype {text-align: left;}
#rates td.biketype {text-align: left;}


#rates .bikeslink {
	padding-left: 425px;
	padding-bottom: 2em;
	}


/* --------------------------------------- PHOTO ALBUM --- */


#content.album .clearboth {clear:both; padding-top: 10px;}


#content.album img.leftphoto {
	vertical-align: top; 
	float: left; 
	padding-right: 10px; 
	padding-bottom: 20px;
	}

#content.album img.rightphoto {
	float: right; 
	padding-top: 30px; 
	padding-left: 10px;
	}

#content.album p.righttext {
	clear:left; 
	text-align:right;
	}

#content.album .more-album {
	text-align:center; 
	color: #E68A3F; 
	padding-bottom: 10px;
	}
	
#content.album .more-album a {
	text-decoration: none; 
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 2px;
	}

#content.album .more-album a.thispage {
	font-weight: bold; 
	text-decoration: none;
	background: #af8f56;
	color: #4a3e46;
	}

#content.album .fakephoto {
	float: left; 
	width:250px; height:125px; 
	text-align: center; 
	background: #666666; 
	padding-top: 40px; 
	margin-right: 10px;
	}


/* ------------------------------ PAGE-SPECIFIC STYLES --- */

#content.interview p {padding-bottom: 1em;}

#content.directions p {padding-bottom: 1.5em;}

#content.rides p {padding-bottom: 1em;}


#content.bikes table {
	border: 0px;
	margin-bottom: 1em;}

#content.bikes td.bikephoto {
	width: 250px;
	text-align: center;
	vertical-align: middle;
	}

#content.bikes td.biketext {padding: 1em;}


#content.links ul {padding-left: 20px;}

#content.links li {padding-bottom: 0.5em;}

#content.links li a {padding-right: 0.25em;}


/* --------------------------------------------- LINKS --- */

#content a:link, a:active {color: #E68A3F;}
#content a:hover          {color: #C27435;}   
#content a:visited        {color: #8a7e86;}


/* ------------------------------------------ TOP MENU --- */

#top-menu {
	width:650px;
	background: #203522;
	padding-right: 10px;
	}

#top-menu a {
	font-weight: bold;
	text-decoration: none;
	padding-left: 0.4em;
	padding-right: 0.6em;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	}


#top-menu a:link, a:active {color: #cc7a3a;}
#top-menu a:hover {background: #af8f56; color:#404040;}
#top-menu a:visited {color: #404040;}


#top-menu .skipnav a {font-size: 1px; color:#305038;}

#top-menu ul {
	border-top:    solid 3px #af8f56;
	border-bottom: solid 5px #af8f56;
	background: #d5c582;  
	color: #1E1E13;    /* tildes are brown */
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	}

#top-menu li {
	display: inline;
	margin:0;
	padding-top: 0;
	padding-bottom: 0;
	}


/* --------------------------------------- BOTTOM MENU --- */

#bottom-menu {
	color: #E68A3F;     /* tildes are peach */
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	border-top: 1px dotted #af8f56; 
	border-bottom: 1px dotted #af8f56;
	margin-top: 1.5em;
	margin-bottom: 2em;
	}

#bottom-menu li {display: inline;}

#bottom-menu a {
	padding-left: 0.4em;
	padding-right: 0.6em;
	font-weight: bold;
	text-decoration: none;	}

#bottom-menu a:link, a:active {color: #E68A3F;} 
#bottom-menu a:hover          {color: #C27435;}
#bottom-menu a:visited        {color: #8a7e86;}

