/*
    Kokomos web site CSS
*/
@import url("support-files/normalization.css");



body  {
	margin: 0;          /* shorthand for all margins = 0 */
	padding: 0;         /* no padding */
	background: #c9fc80;
}

div#content {
	left: 88px;
	top: 200px;
	height: 250px;
	width: 230px;
	position: absolute;
	z-index: 99;
}

div#bodycopy {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 11pt;
	line-height: 16pt;
	left: 88px;
	top: 200px;
	height: 200px;
	width: 230px;
	position: absolute;
	z-index: 99;
}


h1 {
	color:#007bb7;
	line-height: 22pt;
	/*margin-bottom: 10px;*/
	font-size: 2em;
	margin-bottom: 5pt;
}
h2 {
	color:#007bb7;
	font-size: 11pt;
	line-height: 12pt;
	margin-bottom: 2pt;
	margin-top: 8pt;
}
h3 {
	color:#d0002c;
	line-height: 15pt;
	margin-bottom: 5px;
}
.boldcopy {
	color:#333;
	font-weight:bold;
	font-size: 9pt;
}

/* outerDiv wraps around the rest of the page */
div#outerDiv {
	width: 1024px;       /* sets the content width */
	margin: 0 auto;       /* white content background, header image */
}


#outerDiv a:link, #outerDiv a:visited {
	text-decoration: none;
	color: #007bb7;
}

#outerDiv a:hover, #outerDiv a:active {
	color: #bded17;
	border-bottom: 1px dashed #0C0;
}

/* ===== contact link ===== */

#outerDiv #contactButton {
	position: absolute;
	left: 890px;
	top: 7px;
	width: 110px;
}

#contactButton a:link, #contactButton a:visited{
    height: 29px;
    width: 86px;
    display: block;         /* make it a block element */
    text-indent: -1000em;   /* keep the text out of the display */
    background: url(../01-complete-site/images/contact_icon_dual.gif) no-repeat left top;
    border: none;           /* don't display a border */
}

#contactButton a:hover, #contactButton a:active{
    background-position: left bottom;   /* relocate the image to show the rollover image */
}

/* ===== main navigation links ===== */

#header #mainMenu {          /* set the position for the nav elements */
	position: absolute;
	left: 85px;
	height: 160px;
	top: 250px;
	width: 260px;
}

#mainMenu ul {               /* turn off all the normal list behavior */
    list-style: none;
    margin: 0;
    padding: 0;
}

#mainMenu li {               /* turn off the normal list item behavior */
	float: inherit;
	margin: 0;
	padding:0;
}

#mainMenu li a:link, #mainMenu li a:visited {
	font-family: "Arial Black", "Arial Bold", sans-serif;
	display: block;         /* block mode for graphical button */
	color: #333;            /* white text */
	text-decoration: none;  /* no underline */
	padding: 0 0 0 10px; /* line up text & image */
	margin-right: 0px;
	line-height: 30px;
	background: url(../image-files/nav_rollover.png) no-repeat left center;
	border: none;           /* no border */
	font-size: 90%;
	letter-spacing: 0em;
}

#mainMenu li a:hover, #mainMenu li a:active {
	color: #FFF;      /* move image to show rollover */
	background: url(../image-files/nav_rollover.png) no-repeat left center;
}

#mainMenu ul li a.current {  /* different look for "current" link */
	height: 22px;
	background: url(../image-files/nav_current.png) no-repeat left center;
	color: #fff;
	line-height: 20px;
	padding-left: 10px;
}
#mainMenu ul li a.acurrent {  /* different look for "current" link */
	margin-top: 0;
	height: 19px;
	background: no-repeat left;
	color: #333;
	line-height: 18px;
	font-size: 80%;
}
#mainMenu ul li a.acurrent:hover {
	cursor: default;
	color: #007bb7;
	background: left center;
}

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


.attractions {
	text-indent: 10px;
	font-family: "Arial Bold", Arial, sans-serif;
	font-size: 9pt;
	color: #333;
}
.attractionsCurrent {
	text-indent: 10px;
	font-family: "Arial Bold", Arial, sans-serif;
	font-size: 9pt;
	color: #0087c0;
	font-weight: bold;
}

/* ====- main content ===== */

/*div#mainContent {
    float: left;
    width: 430px;
    margin: 0 0;
    padding: 0 15px;
}

#mainContent p {
    font-family: Georgia, serif;
    font-size: 0.9em;
    line-height: 1.4em;
    color: #000;
    margin: 1ex 0;
}

#mainContent h1, #mainContent h2, #mainContent h3, #mainContent h4 {
    font-family: "Trebuchet MS", sans-serif;
}

#mainContent h1 {
    font-size: 1.6em;
    font-weight: bold;
    color: #1b9d95;
    margin: 0 0 .4ex 0;
}

#mainContent h2 {
    font-size: 1.2em;
    color: #3C3809;
    margin: .4ex 0;
}

#mainContent h4 {
    font-size: 1.1em;
    font-weight: bold;
    color: #666;
    margin: 1ex 0 -.2ex 0;
}

#mainContent ul {
    font-family: Georgia, serif;
    font-size: 0.9em;
    margin: 0 0 1.4ex 0;
}*/

div#printbrochure {
	margin: 0ex;
	font-family: "Arial Black", Gadget, sans-serif;
	color: #007bb7;
	height: 32px;
	width: 342px;
	position: absolute;
	top: 480px;
	left: 691px;
	font-size: 12px;
	z-index: 2;
	background: url(../image-files/bullet.png) no-repeat left top;
	float: left;
	padding-left: 25px;
}

/* ====== main content left menu ====== */

/*#mainContent p.leftMenu {
    font-family: "Trebuchet MS", sans-serif;
    margin-top: 0;
}

#mainContent p.leftMenu a {
    color: #566440;
}

#mainContent p.leftMenu a:hover {
    color: #b36b00;
    border: none;
}*/

/* ===== gear subnav ===== */

/*#mainContent ul#gearSubNav {
    width: 340px;
    margin: 0 auto;
    list-style: none;
    }

#mainContent ul#gearSubNav li {
    float: left;
    margin: 0;
    padding: 0;
}
*/
#mainContent ul#gearSubNav a {
    width: 70px;
    height: 20px;
    font-family: "Orator Std", Orator, sans-serif;
    font-size: .9em;
    text-align: center;
    padding-top: 100px;     /* make room for the image */
    margin-right: 20px;
    border: none;
    display: block;    
}

#mainContent ul#gearSubNav a.last {
        margin-right: 0;
}

/* ===== gear subnav icons ===== */

/*#mainContent ul#gearSubNav a.boards { background: url(../01-complete-site/images/rollovers/board-off.jpg) no-repeat center top; }
#mainContent ul#gearSubNav a.swimwear { background: url(../01-complete-site/images/rollovers/swim-off.jpg) no-repeat center top; }
#mainContent ul#gearSubNav a.wetsuits { background: url(../01-complete-site/images/rollovers/wetsuit-off.jpg) no-repeat center top; }
#mainContent ul#gearSubNav a.etc { background: url(../01-complete-site/images/rollovers/sandals-off.jpg) no-repeat center top; }

#mainContent ul#gearSubNav a.boards:hover { background: url(../01-complete-site/images/rollovers/board-on.jpg) no-repeat center top; }
#mainContent ul#gearSubNav a.swimwear:hover { background: url(../01-complete-site/images/rollovers/swim-on.jpg) no-repeat center top; }
#mainContent ul#gearSubNav a.wetsuits:hover { background: url(../01-complete-site/images/rollovers/wetsuit-on.jpg) no-repeat center top; }
#mainContent ul#gearSubNav a.etc:hover { background: url(../01-complete-site/images/rollovers/sandals-on.jpg) no-repeat center top; }
*/
/* ===== gear sales box ===== */

/*img#gearFloatingImage {
    float: left;
    padding: 15px;
}

div#gearDesc {
    float: right;
    width: 260px;
    padding-top: 20px;
}

div#gearDesc h3 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 1.2em;
    color: #C47500;
    border-bottom: 1px solid #344;
    padding-bottom: 0.2em;
    margin: 0;
}

div#gearDesc p {
    font-family: "Trebuchet MS", sans-serif;
    font-size: .8em;
}

div#gearDesc p.price {
    text-align: right;
    font-size: 1.2em;
}
*/
/* ===== sidebar ===== */

/*#content div#sideBar {
    float: right;
    width: 265px;
    padding: 0 10px;
    margin: 0;
    border-left: solid #aaa 1px;
}

#sideBar p {
    font-family: "Trebuchet MS", sans-serif;
    font-size: 0.8em;
    line-height: 1.2em;
    color: #666;
    margin: 0 0 3ex 0;
}

#sideBar h3 {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 1em;
    color: #1b9d95;
    text-align: left;
    margin: 1ex 0 .5ex 0;
}

#sideBar img {
    margin: 0 25px;
}

#sideBar img.photo {
    padding: 5px;
    border: 1px solid #999;
}

#sideBar ol {
    margin: .5em 0 1.5em 0 ;
}

#sideBar li {
    font-family: "Trebuchet MS", sans-serif;
    font-size: 0.8em;
    color: #666;
    margin: .2em .5em;
}
*/
/* ===== footer ===== */

/*all pages where footer is flush with bottom of green gradient*/

div#outerDiv #footer2 {
	width: 1024px;
	height: 57px;
	background: #007bb7;
	top: 733px;
	position: absolute;
}
div#outerDiv #footer2 p {
	font-family: Tahoma, sans-serif;
	font-size: 0.75em;
	color: #fff;
	padding: 10px 70px;
	text-align: left;
}

/*all pages where footer is not flush with bottom of green gradient*/

div#footer {
	clear: both;
	background: #007bb7;
	margin: 0 auto;
	padding: 5px;
	height: 50px;
	width: 1014px;
}

#footer p {
	font-family: Tahoma, sans-serif;
	font-size: 0.75em;
	color: #fff;
	margin: 0 0px 0 80px;
	padding: 10px;
	text-align: left;
}

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

div#fb {
	height: 45px;
	position: absolute;
	width: 145px;
	z-index: 99;
	top: 739px;
	left: 815px;
}
div#fb a:link, div#fb a:visited, div#fb a:hover, div#fb a:active {
	border-bottom: 0px;
	text-decoration: none;
}

/* ===== miscellaneous styles ===== */

.clear { clear: both }
