@charset "utf-8";
/*This is MY first website design with DW in Thankgiving fall '07. Still tweaking.*/

/* ----------------------------------
Color Values
#FF0000 image border
#FF3333 border container
#F33 background nav
#FFF05A back sidebar
----------------------------------- */
/*----- Using shortcuts slectors -----*/
/*body,td,th {*/
/* ----- Psuedo Selectors ----- */
/*a:link
a:visite
a:hover
a:active*/



/* -----------Limited Resets -------------------------- */

h1,
h2,
h3,
h4,
h5,
h6,
img,
ul,
li,
ol,
span,
p {
	margin: 0;
	padding: 0;
}
/*------------------ Global Selectors-----------------------*/

body {
	margin: 0;
	padding: 0;
	background-image: url(../images/10_Year_logo_BW.gif);
	background-repeat: repeat;
	/*position: relative;*/
	font-size: 95%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	margin-top: 30px;
}
img {
	border: thin solid #000;
	margin-top: .5em;
	margin-bottom: .5em;
}
h1,
h2,
h3,
h4 {
	text-align: left;
	margin-bottom: 1em;
	line-height: 1.5em;
}
p {
	padding-top: 0.5em;
	padding-bottom: .7px;
	line-height: 1.2em;
}
#story h1 {
	line-height: 2em;
}

/* ----------------------------- ID Selectors ---------------------------- */

#container {
	width: 780px;
	margin: 0 auto;
	border: thin solid #FF3333;
	background-color: #FFFFFF;
	background-image: url(../sidebarYellow_BG.gif);
	background-repeat: repeat-y;
	background-position: right;
	/*position: relative;*/
	text-align: left;
}
#Header {
	height: 100px;
	background-image: url(../images/Headers/header_boats.jpg);
	background-repeat: no-repeat;
}
#search {
	background-color: #F00;
	margin: 0px;
	padding: 0px;
}
#nav {
	width: 780px;
	float: left;
	padding: 0;
	background-color: #F33;
	margin: 0;
	padding: 0;
	height: auto;
}
#nav ul {
	margin: 0px;
	padding: 0px;
}
#nav li {
	list-style-type: square;
	display: inline;
	margin-right: 0px;
	margin-left: 0px;
}
#nav a {
	color: #000000;
	text-decoration: none;
	font-size: 90%;
}
#nav a:hover {
	font-size: 90%;
	color: #FFFF00;
	text-decoration: none;
}
#story {
	float: left;
	width: 465px;
	padding-top: 1em;
	padding-right: 0.3em;
	padding-bottom: 1em;
	padding-left: .5em;
}
#story p {
	font-size: .9em;
	margin-bottom: 1.4em 1em;
	line-height: 1.4em;
}
#story h1, {
 text-align: left;
}
#sidebar {
	float: right;
	width: 290px;
	background-color: #FF6;
	padding: 0px 5px;
	text-align: left;
}
#sidebar p {
	font-size: .7em;
}
/*---- #col1left {
	width: 270px;
	padding: 5px;
	margin: 5px;
	background-color: #FFF05A;
}
#col1left h2 {
	text-align: center;
}
#col1left p {
	line-height: 110%;
}
#col1left ul {
	line-height: 110%;
	font-size: 90%;
}
#col2left {
	width: 270px;
	padding: 5px;
	margin: 5px;
} ----------- */
/* ----------------- LOWERBOX DIV CONTAINER STYLES single collum below sidbar and story Div ------ ---*/

#lowerbox {
	clear: both;
	padding: 0px 10px 1em;
	text-align: center;
}
#lowerbox h3 {
	text-align: center;
}
/*  ---------------------------- CALENDAR TABLE STYLES -------------------------------------- */

table#rides {
	width: 90%;
	margin: 0 auto 1.5em;
	border-collapse: collapse;
	font-family: garamond san-sarif;
	font-size: 0.9em;
	line-height: 2.5em;
	background-color: #FFF;
}

caption {
	font-size: 2em;
	padding-bottom: .5em;
}
table,
th,
td {
	border: 1px solid #000;
}
th {
	background-color: #F33;
	text-align: center;
}
td {
	padding-left: .2em;
}
#rides tfoot th {
	font-size: 0.8em;
	font-weight: bold;
}
#rides tfoot tr {
	background-color: #FFC;
	text-align: center;
}
#details {
	background-color: #F9E1B0;
}
#where {
	background-color: #FFB;
}
/* ----------- FOOTER STYLES -------------------- */
#footer {
	background-color: #FF3333;
	padding: 10px;
	text-align: center;
	clear: both;
	height: auto;
}
#footer p {
	color: #333;
}
#footer ul {
	margin: 0px;
	padding: 0px;
}
#footer li {
	list-style-type: none;
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
}
#footer a {
	color: #333;
	text-decoration: none;
	font-size: 90%;
}
#footer a:hover {
	font-size: 90%;
	color: #FFFF00;
	text-decoration: none;
}
/*------ #nav2 {
	background-color: #F00;
	padding: 2px;
	margin-bottom: 5px;
}
#nav2 {
	background-color: #F00;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}----*/


/*----- class selectors -----*/


.image-border {
	border: thin solid #000;
}
.image-right {
	float: right;/*margin: 0px 0px 10px 10px;*/
}
.image-left {
	float: left;
}
.image-center {
	display: block;
	margin: 0px auto;
}
.boldWord {
	font-weight: bold;
}
.italWord {
	font-style: italic;
}
/*.redWords {
	color: #FF0000;*/
}
.redWordss {
	color: #F00;
}
