/******************************************************************************/
/*       <link href="css/styles.css" type="text/css" rel="stylesheet" />      */
/******************************************************************************/
/*               styles for firstclasssailing.com         2009                */
/******************************************************************************/ 
@import url("reset.css");


.basis{
	margin: auto;
	width: 949px;	/* width of basis */
}

.header{
	height: 147px;	/* height of header */
}

.contents
{
}
.leftpanel{
	width: 715px;	/* width of left column */
	float: left;
}

.rightpanel{
	width: 220px;	/* width of right column */
	float: right;
}

.footer{
	width: 949px;	/* width of basis */
	margin: auto;
	height: 50px;	/* height of footer */
}


/*needed to make room for footer*/
.clearfooter{
	clear: both;
	height: 50px;	/* height of footer */
}
* > HTML .clearfooter {
	float: left;
	width: 100%;
}/* ie mac styles */


/*** standard classes ***********************************************************************************************/
.clear{
	clear:both;
	display: block;
}






/*** follow sections can edit *****************************************************************************/
BODY
{
	background: #142143;
	behavior: url("js/csshover.htc");
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
}
A,
A:visited
{
	color: #ffd700;
	text-decoration: none;
}
A:hover
{
	text-decoration: underline;
}

.basis
{
}

/*** header **************************************************************/
.header
{
	position: relative;
	background: url(../images/top_right.jpg) no-repeat 100% 12px;
}
.logo
{
	position: absolute;
	top: 7px;
	left: 0px;
}
.phone
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
	position: absolute;
	top: 28px;
	left: 315px;
}

/*** nav ***************/
.nav
{
	position: absolute;
	top: 117px;
	left: 0px;
	padding-left: 2px;
}
/*** 1 ***/
.nav UL
{
}
.nav UL LI
{
	font-size: 13px;
	font-weight: bold;
	display: inline;
	padding: 0px 15px 0px 15px;
	position: relative;
}
.nav UL LI A,
.nav UL LI A:visited
{
	color: #ffffff;
	text-decoration: none;
}
.nav UL LI A:hover
{
	color: #ffffff;
	text-decoration: none;
}

/*** 2 ***/
.nav UL LI UL
{
	position: absolute;
	top: 16px;
	left: 0px;
	border: 1px solid #333333;
	border-bottom: none;
	display: none;
	z-index: 10;
}
.nav UL LI:hover UL
{
	display: block;
}
.nav UL LI UL LI
{
	font-size: 11px;
	font-weight: normal;
	display: inherit;
	padding: 4px 3px 4px 3px;
	border-bottom: 1px solid #333333;
	width: 194px;
	background: #142143;
}
.nav UL LI UL LI A,
.nav UL LI UL LI A:visited
{
	color: #ffffff;
	text-decoration: none;
}
.nav UL LI UL LI A:hover
{
	color: #142143;
	text-decoration: none;
}
.nav UL LI UL LI:hover A,
.nav UL LI UL LI:hover A:visited,
.nav UL LI UL LI:hover A:hover
{
	color: #142143;
}

/*** 3 ***/
.nav UL LI:hover UL LI UL
{
	position: absolute;
	top: 10px;
	left: 195px;
	display: none;
	z-index: 100;
}
.nav UL LI:hover UL LI:hover UL
{
	display: block;
}
.nav UL LI UL LI UL LI
{
	font-size: 11px;
	font-weight: normal;
	display: inherit;
	padding: 4px 3px 4px 3px;
}
.nav UL LI UL LI:hover UL LI A,
.nav UL LI UL LI:hover UL LI A:visited
{
	color: #ffffff;
	text-decoration: none;
}
.nav UL LI UL LI:hover UL LI A:hover
{
	text-decoration: none;
	color: #142143;
}

.nav UL LI UL LI:hover
{
	background: #ffffff;
}
.nav UL LI UL LI:hover UL LI:hover A,
.nav UL LI UL LI:hover UL LI:hover A:visited,
.nav UL LI UL LI:hover UL LI:hover A:hover
{
	color: #142143;
}



/*** contents ******************************/
.splash_img
{
	margin-bottom: 18px;
	font-size: 0px;
}



















/*** rightpanel ****************************/
.rightpanel
{
}


/*** widget ******************/
.widget
{
	margin: 0px 0px 15px 0px;
}
.widget H2
{
	background: url(../images/widget-h2-bg.png) no-repeat 0px 0px;
	color: #ffffff;
	font-size: 14px;
	height: 22px;
	padding: 7px 8px 0px 8px;
	margin: 0px 0px 5px 0px;
}
.widget .cnt
{
	padding: 0px 0px 0px 0px;
	font-size: 13px;
}
.widget LI A,
.widget LI A:visited
{
	background: url(../images/li-bg.png) no-repeat 2px -14px;
	padding: 2px 5px 2px 12px;
	display: block;
}
.widget LI A:hover
{
	background: #18274d url(../images/li-bg.png) no-repeat 2px -14px;
	color: #ffffff;
	text-decoration: none;
}


/*** searchform *****************************************************************/
#searchform
{
}
#searchform LABEL
{
	margin: 0px 0px 2px 0px;
	font-size: 13px;
	display: block;
}
#searchform input#s
{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 13px;
	padding: 2px;
	color: #142143;
}
#searchsubmit
{
	background: #006599;
	border: none;
	color: #ffffff;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 13px;
	padding: 2px;
	width: 50px;
}








/*** post *******************************************************************/
.storytitle
{
}
.post H2.storytitle A,
.post H2.storytitle A:visited
{
	color: #ffd700;
	text-decoration: none;
	font-size: 17px;
}
.post H2.storytitle A:hover
{
	color: #ffffff;
}
.post .meta
{
	color: #006599;
	font-size: 12px;
	margin-bottom: 5px;
}
.post .meta A,
.post .meta A:visited
{
	color: #1882ed;
	font-size: 12px;
	text-decoration: none;
}
.post .meta A:hover
{
	color: #ffffff;
	text-decoration: underline;
}


.post .info
{
	background-color: #1a2951;
	border: 1px solid #1f3160;
	font-size: 11px;
	color: #006599;
	padding: 2px 4px 2px 4px;
	margin: 5px 0px 30px 0px;
}
.post .info A,
.post .info A:visited
{
	color: #1882ed;
	text-decoration: none;
	font-size: 11px;
}
.post .info A:hover
{
	text-decoration: underline;
	color: #ffffff;
}


.post .storycontent
{
}
.post .storycontent P
{
	padding: 5px 0px 10px 0px;
}
.post A,
.post A:visited
{
	color: #ffd700;
	text-decoration: underline;
}
.post A:hover
{
	color: #ffffff;
	text-decoration: underline;
}

.post .postWrittenBy
{
	margin: 0 0 10px;
	font-size: 11px;
}
.post .postWrittenBy A,
.post .postWrittenBy A:visited
{
	color: #560000;
	font-size: 11px;
	text-decoration: none;
}
.post .postWrittenBy A:hover
{
	color: #990000;
	font-size: 11px;
	text-decoration: underline;
}


/*** comments *****************************************/
ol#commentlist
{
}
ol#commentlist li
{
	margin-bottom: 10px;
}
ol#commentlist li .commentAvatar
{
	width: 40px;
	float: left;
}
ol#commentlist li .commentTxt
{
	float: right;
	display: block;
	width: 670px;
}
ol#commentlist li .commentTxt .commentContent
{
	font-size: 12px;
	margin-bottom: 10px;
	display: block;
}
ol#commentlist li .commentTxt .clear
{
	display: block;
}
ol#commentlist li .commentTxt .info
{
	background-color: #1a2951;
	border: 1px solid #1f3160;
	font-size: 11px;
	color: #006599;
	padding: 2px 4px 2px 4px;
	margin-bottom: 5px;
	display: block;
}
ol#commentlist li .info a,
ol#commentlist li .info a:visited
{
	color: #1882ed;
	font-size: 11px;
	text-decoration: none;
}

ol#commentlist li .info a:hover
{
	color: #ffffff;
	text-decoration: underline;
}


.linkRSS
{
	margin: 0px 0px 20px 0px;
}
.linkRSS ABBR
{
	border: none;
}
.linkRSS A,
.linkRSS A:visited
{
	text-decoration: none;
	color: #ee8534;
	background: url(../images/icon-rss.gif) no-repeat 0px 0px;
	padding: 0px 0px 2px 20px;
	font-weight: bold;
}
.linkRSS A:hover
{
	color: #ee8534;
	text-decoration: underline;
}



H2#comments,
H2#postcomment
{
	color: #1882ed;
	font-size: 16px;
	margin: 0px 0px 5px 0px;
}
H2#comments A,
H2#comments A:visited
{
	text-decoration: none;
}
H2#comments A:hover
{
	text-decoration: none;
}


/*** commentform ********************/
FORM#commentform
{
	margin-bottom: 20px;
}

FORM#commentform TEXTAREA#comment
{
	background-color: #e2ebef;
	border: 1px solid #006599;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 13px;
	padding: 2px;
	width: 695px;
	height: 100px;
	margin: 5px 0px 5px 0px;
	color: #142143;
}

FORM#commentform INPUT#author,
FORM#commentform INPUT#email,
FORM#commentform INPUT#url
{
	background-color: #e2ebef;
	border: 1px solid #006599;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 13px;
	padding: 2px;
	width: 300px;
	margin: 5px 0px 0px 0px;
	color: #142143;
}
FORM#commentform LABEL
{
	color: #008dc5;
}

FORM#commentform INPUT#submit
{
	background: #006599;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px;
	margin: 5px 0px 0px 0px;
	border: none;
}




/*** footer **************************************************************/
.footer
{
	height: 65px;
	border-top: 1px solid #ffffff;
	font-size: 11px;
	text-align: center;
	padding: 17px 0px 0px 0px;
	margin-top: 10px;
}
.footer .cpyright
{
}
.footer .menu
{
	padding-bottom: 12px;
}
.footer A,
.footer A:visited
{
	color: #ffffff;
}
.footer A:hover
{
	color: #ffffff;
	text-decoration: underline;
}














