@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 - red
#FFF05A back sidebar
#FF6 - sidebar bg yellow
----------------------------------- */

/*----- Using shortcuts slectors -----*/

/*body,td,th {}*/

/* ----- Psuedo Selectors ----- */

/* --------
a:link
a:visite
a:hover
a:active
------- */

/* -----------Limited Resets Tags -------------------------- */

h1, h2, h3, h4, h5, h6, img, ul, li, ol, span, p {
	margin: 0;
	padding: 0;
}

/*------------------ Global Tag 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: .5px solid #000;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

h1, h2, h3, h4 {
	text-align: left;
	margin-bottom: 1em;
	line-height: 1.5em;
}

h1 {
	text-align: center;
}

p {
	padding-top: 0.5em;
	padding-bottom: 0.7px;
	line-height: 1em;
	text-align: left;
	font-weight: normal;
	color: #000;
}

#story h1 {
	line-height: 2em;
}

/* ----------------------------- ID Selectors ---------------------------- */

#container {
	width: 780px;
	margin: 0 auto;
	border: thin solid #FF3333;
	background-color: #FFFFFF;
	background-image: url(../images/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: 0.9em;
	margin-bottom: 1.4em 1em;
	line-height: 1.5em;
}
#story h1, {
 text-align: left;
}

#sidebar {
	float: right;
	width: 290px;
	background-color: #FF6;
	padding: 0px 5px;
	text-align: left;
}

#sidebar p {
	font-size: 0.7em;
	line-height: 1.2;
}

/*---------------------- 
#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;
} ------------------------ */

/* ------ what page? 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 Ride 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;
}

a  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;
}

/* --------------------- Contact Form Styles ------------------------------------*/

# formWrap {/*this div wraps the form*/
 width: 300px;
}

form#frmContact {
	width: 300px;
	margin: 0px auto;
}

fieldset {
	margin: 1em 0px;
	padding-bottom: 1em;
	border-style: none;
	background-color: #EBE6CD;
	width: 350px;
	margin: 2em auto;
}

fieldset p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.85em;
	line-height: 1.2;
	color: #602E0C;
	margin: 1.4em 0px;
}

legend {
	font-family: Garamond, Geneva, "Times New Roman", sans-serif;
	font-size: 1.2em;
	padding: 0.2em 0.5em;
	margin-left: 0.5em;
	background-color: #EBE6CD;
	line-height: 1.4;
}

input {
}

/* reset width for non-text inputs 
input.radio, input.checkbox, input.submit {
	width: auto;
}*/
textarea {
	width: 300px;
	height: 150px;
	margin-top: .5em;
}

input.text:focus, textarea:focus {
	background: #F9D59D;
}

.text {
	width: 200px;
}

/* ----------- FOOTER STYLES -------------------- */
#footer {
	background-color: #FF3333;
	padding: 10px;
	text-align: center;
	clear: both;
	height: auto;
}

#footer p {
	color: #333;
	text-align: center;
}

#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;
}

