/* Coastal Cruising CSS Document */

/* ====== global styles ===== */

body {
	/*font-family: Georgia, serif;*/
	font-family: "Lucida Sans Unicode", "Lucida", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 101%;
	background: #e6deb0 url(../images/bg_tile.jpg);
	margin: 0;
	padding: 0;
	
}

p, h1, h2, h4, h5, h6, li {
	font-family: "Lucida Sans Unicode", "Lucida", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	margin: 1ex 1em;
}

div#outerDiv {
	width: 800px;
	margin: 10px auto;
	background-color: #e6deb0;
	color: #333;
	border: 1px solid #633;
	line-height: 120%;
	
	
}

/* ===== header ===== */

div#header {
	height: 180px;
	position: relative;
	background-color: #e6deb0; /* url(../images/header.jpg) no-repeat; */
	margin: 0;
	padding: 0;
	/*border-bottom: 1px solid gray;*/
	
}

/* ===== contact link ===== */
#outerDiv div#contactButton {
	position: absolute;
	left: 6px;
	top: 115px;
}

#contactButton a:link, #contactButton a:visited {
	height: 12px;
	width: 80px;
	display: block;
	text-indent: -1000em;
	background: url(../images/mailtoDual.gif) no-repeat left top;
	border: none;
	z-index: 5;
}

#contactButton a:hover, #contactButton a:active {
	background-position: left bottom;
}

/* ===== top menu ===== */

#header #topMenu {
	position: absolute;
	left: 50px;
	bottom: 42px;
}

#topMenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#topMenu li {
	float: left;
	margin: 0;
	padding: 0;
}

#topMenu li a:link, #topMenu li a:visited {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 99%;
	display: block;
	color: #000;
	text-decoration: none;
	padding: 0 11px 0 23px;
	margin-right: 2px;
	line-height: 25px;
	background: url(../images/topMenu_dual.jpg) no-repeat left bottom;
	border: none;
}

#topMenu li a:hover, #topMenu li a:active {
	color: #c00;
	background-position: left top;
}

#topMenu li a.current {
	background: url(../images/topMenu_current.jpg) no-repeat;
	color: #e6deb0;
	line-height: 25px;
}

#topMenu li a.current:hover {
	cursor: default;
}

/* ===== google search box container ===== */

#gbox {
	width: 300px;
	margin: 0 0 0 450px;
	padding: 0;
}


/* ===== left column styling ===== */

div#leftCol {
	float: left;
	clear: both;
	width: 145px;
	margin: 0;
	padding: 5px 0 0 0;
	
}

/* ===== left nav menu styling ===== */

#leftCol #leftMenu {
	position: relative;
	left: 0px;
	bottom: 10px;
	width: 140px;
	padding: 0;
	margin: 0;
	border:none;
}

/*#leftMenu h2 {
	background: url(../images/leftNavMenu/navigation.gif) no-repeat;
	height: 25px;
	text-indent: -9999px;
	margin: 0 0 5px 0;
	padding: 0;
}
*/
#leftMenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#leftMenu li {
	list-style: none;
	margin: 1px 0 0 5px;
	padding: 1px 0 0 23px;
	height: 22px;
	text-decoration: none;
	border: none;
	background: url(../images/leftNavMenu/leftNavMenu_bg.jpg) no-repeat;
}

#leftMenu li a:link, #leftMenu li a:visited {
	font-family: "Trebuchet MS", sans-serif;
	text-decoration: none;
	display: block;
	color: #573723;
	padding: 0;
	margin: 0;
	border: none;
}

#leftMenu li a:hover, #leftMenu li a:active {
	color: #c00;
	text-decoration: none;
	border: none; 
}

#leftMenu li a.current {
	background: url(../images/topMenu_current.jpg) no-repeat;
	color: #e6deb0;
	text-decoration: none;
	
}

#leftMenu li a.current:hover {
	cursor: default;
	text-decoration: none;
}

#specialAd {
	position: absolute;
	left: 6px;
	top: 400px;
	border: none;
	text-decoration: none;
	z-index: 6;
}

#specialAd img {
	border: none;
	text-decoration: none;
}

#specialAd a:link #specialAd a:visited {
	text-decoration: none;
	border: none;
}
#specialAd a:hover #specialAd a:active {
	text-decoration: none;
	border: none;
}

/* ===== right column styling ===== */

div#rightCol {
	float: right;
	width: 180px;
	margin: 10px 0 0 10px;
	padding: 0;
	/*border-left: 1px dotted #633;*/ 
}

#rightCol .divAd{
	position: relative; 
	width: 180px;
	margin: 0 0 15px 0;
	padding: 0;
	
}

/* ====== center column styles ===== */

div#content {
	margin-left: 125px;
	margin-right: 185px;
	padding: 0 5px 0 25px;
	
}

div#contentWide { /* to give fullArticle extra width */
	width: 600px;
	margin-left: 125px;
	padding: 0 5px 0 25px;
	
}

#contentWide .pix {  /* styles the photos  */
	margin: 0;
	padding: 3px 7px 3px 5px;	
}

#content h1 {
	
	text-indent: -9999px;
	margin: 0;
	padding: 0;
}

#content .holder { /* styles the subHdrs  */
	position: absolute;
	left: 275px;
	top: 216px;
	z-index: 10;
}

/* ================== basic shorter articles ================= */

.article {
	background-color: #e6deb0;
	background-image: url(../images/artBg.jpg);
	background-repeat: no-repeat;
	margin: 0;
	padding: 12px 20px 4px 20px;
}

.article h2{
	font-family:"Trebuchet MS", sans-serif;
	font-size: 80%;
	margin: 0;
	padding: 0;
}

.article h3 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 75%;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.article p {
	font-family: "American Typewriter", serif;
	font-size: 70%;
	margin: 0 0 3px 0;
	padding: 0;
}

.article ul li {
	font-family: "American Typewriter", serif;
	font-size: 70%;
	list-style-type: square;
	margin: 0;
	padding: 0;
}

.article .photoright {
	margin: 0;
	padding: 3px 10px;
	float: right;
}

.article a:link, .article a:visited {
	color: #300;
	/*font-weight: 400;
	text-decoration: none;
	border-bottom: 1px solid;*/
}

.article a:hover, .article a:active {
	color: #009;
	/*text-decoration: none;
	border-bottom: 1px solid;*/
}

/* =======vvvvv home page special stylin' vvvvv=======*/
.article1 {
	background-color: #e6deb0;
	background-image: url(../images/artBg.jpg);
	background-repeat: no-repeat;
	margin: 0;
	padding: 8px 12px 4px 20px;
}

.article1 h2{
	font-family:"Trebuchet MS", sans-serif;
	font-size: 80%;
	margin: 0;
	padding: 0;
}

.article1 h3 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 75%;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.article1 p {
	font-family: "American Typewriter", serif;
	font-size: 70%;
	margin: 0 0 3px 0;
	padding: 0;
}

.article1 ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.article1 li {
	font-family: "American Typewriter", serif;
	font-size: 70%;
	background-image:url(../images/anch_bullet.gif);
	background-repeat: no-repeat;
	margin-right: 3em;
	background-position: 0 .5em;
	padding-left: 1.4em;
}

/*.article1 ul li {
	font-family: "American Typewriter", serif;
	font-size: 70%;
	list-style-type: square;
	margin: 0;
	padding: 0;
} */

.article1 .photoright {
	margin: 0;
	padding: 3px 10px;
	float: right;
}

.article1 a:link, .article1 a:visited {
	color: #300;
	/*font-weight: 400; 
	text-decoration: none;
	border-bottom: 1px solid;*/
}

.article1 a:hover, .article1 a:active {
	color: #009;
	/*text-decoration: none;
	border-bottom: 1px solid; */
}

/* =======v full article stylin' v======= */
/* ======= longer and wider than articleLong ====== */

div#fullArticle {
	background-color: #e6deb0;
	background-image:url(../images/fullArtBg_v2.jpg);
	background-repeat: no-repeat;
	margin: 0;
	padding: 4px 32px 6px 6px;
	line-height: 105%;
	font-family: "Lucida Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 105%;
}

div#fullArticle h2{
	/*background: url(../images/headers/chef_h2Bg.gif) no-repeat;*/
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 90%;
	font-weight: 900;
	/*height: 24px;*/
	margin: 0 0 4px 0;
	padding: 8px 0 2px 6px;
}

div#fullArticle h3 {
	font-family: "Lucida Sans", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight:800;
	margin: 0;
	padding: 8px 0 2px 10px;
}

div#fullArticle h4 {
	font-family: "Lucida Sans", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight:600;
	color: #573723;
	margin: 0;
	padding: 8px 0 2px 10px;	
}

div#fullArticle p {
	font-family: "Lucida Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 70%;
	margin: 0;
	padding: 0 0 5px 10px;
}

#fullArticle ul {
	margin: 0;
	padding: 0;
}

#fullArticle ul li {
	font-family: "Lucida Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 70%;
	list-style-type: square;
	margin: 0 0 1px 35px;
	padding: 0;
}

#fullArticle ol {
	margin: 0;
	padding: 0;
}

#fullArticle ol li {
	font-family: "Lucida Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 70%;
	list-style-type: decimal;
	margin: 0 0 1px 35px;
	padding: 0;
}

#fullArticle a:link, #fullArticle a:visited {
	color: #300;
	font-weight: 500;
	text-decoration: none;
	border-bottom: 1px solid;
}

#fullArticle a:hover, #fullArticle a:active {
	color: #009;
	text-decoration: none;
	border-bottom: 1px solid;
}

#fullArticle .indent {
	text-indent: 1em;
}

#fullArticle .club {
	background-image: url(../images/basicBg.jpg);
	background-repeat: repeat-y;
	margin: 0;
	padding: 0;
	line-height: 105%;
	font-family: "Lucida Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 105%;
}


.drop {
	float: left;
	font-size: 250%;
	line-height: 1em;
	margin: 0;
	padding: 1px 2px 0 0;
	
}


/*===== Enlarge image on hover ======*/

#fullArticle .photo {
	margin: 0;
	padding: 3px 10px;
	float: left;
}

#fullArticle .photoright {
	margin: 0;
	padding: 3px 10px;
	float: right;
}

#fullArticle .photo a:link, a:hover {
	border: none;
}

#fullArticle .photo img a {
	border: none;
}

#fullArticle .thumbnail{
position: relative;
z-index: 0;
border: none;
margin-right: 10px;
}

#fullArticle .thumbnail:hover{
background-color: transparent;
z-index: 50;
border: none;
}

#fullArticle .thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dotted gray;
visibility: hidden;
color: black;
text-decoration: none;
}

#fullArticle .thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

#fullArticle .thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -150px; /* position where enlarged image should offset vertically */
left: -40px; /*position where enlarged image should offset horizontally */
font-size: .8em;

}

#fullArticle blockquote {
	width: 400px;
	margin: 8px 10px;
	padding: 2px 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	border: 1px solid #663333;
	background-color: #e6deb0;
}

#fullArticle blockquote h3 {
	font-size: 80%;
	font-weight:800;
	margin: 0;
	padding: 8px 0 0 10px;
}

#fullArticle blockquote p {
	margin: 0;
	padding: 0;
	
}

#fullArticle blockquote a:link, a:visited {
	color: #300;
	font-weight: 400;
	text-decoration: none;
	border-bottom: 1px solid;
}
#fullArticle blockquote a:hover, a:active {
	color: #009;
	text-decoration: none;
	border-bottom: 1px solid;
}

/* ====== styling for Comment on this article ===== */
#fullArticle .comment {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-style: italic;
	font-size: 80%;
	color: #CC0000;
	margin: 0 0 0 450px;
	padding: 0;
}

#fullArticle .comment a:link, a:visited {
	color: #CC0000;
	margin: 0;
	padding: 0;
}

#fullArticle .comment a:hover, a:active {
	color: #CC0000;
	margin: 0;
	padding: 0;
}


/* ===== weather.net =====*/

#weatherbox {
	position: absolute;
	left: 20px;
	top: 260px;
	z-index: 5;
}

#footer {
	clear: both;
	margin: 0;
	padding: .5em;
	color: #e6deb0;
	background-color: #80674b;
	border-top: 1px solid #633;
}







