/*
-----------------------------------------------
STYLESHEET
SITE: Palm Beach Yacht Club ~ www.pbyc.com.au
AUTHOR: Martin Widholm. www.artsmartdesign.com.au 
----------------------------------------------- */

html, body, div, p {
	font-family: Arial, Helvetica, sans-serif;
	color: #353D49;
	font-size: 12px;
}

body {
	padding: 0;
	margin: 0;
	background-color: #CCCCCC;
}

/*
LINKS --------------------- */

a:link, a:active, a:visited {
	color: #2B6697;
}

/*
H TAGS --------------------- */

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	line-height: 1.4em;
	letter-spacing: 1px;
	font-family: Georgia, serif;
}

h1 {
	font: normal 2em Georgia, serif;
	color: #48546A;
	letter-spacing: 1px;
	border-bottom: 1px solid #C0D6EC;
	margin-bottom: 10px;
	padding-bottom: 6px;
}

h1 a:link, a:visited {
	text-decoration: none;
	color: #2B6697;
}

h1 a:hover {
	color: #2B6697;
}

h2, h3, h4, h5, h6 {
	color: #003366;
	border-bottom: 1px solid #C0D6EC;
	margin: 10px 0 10px 0;
	padding: 15px 0 6px 0;
	font-family: Georgia, serif;
	font-size: 1.6em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

/*
COMMON --------------------- */

br {
	clear: both;
}

hr {
	display: none;
}

p {
	margin: 0;
}

/*
STYLE FOR 1ST LETTER 1ST PARAGRAPGH */

.drop {
	float: left;
	line-height: 1em;
	background-image: url(../PBYC_Images/PBYC_logo.jpg);
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 0;
	height: 120px;
	width: 120px;
	padding: 0px;
}

.shoppics {
	float: left;
	line-height: 1em;
	background-image: url(../PBYC_Images/polo_thumb.jpg);
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0;
	height: 160px;
	width: 120px;
	padding: 0px;
}

.shoppics2 {
	float: left;
	line-height: 1em;
	background-image: url(../PBYC_Images/fleece_thumb.jpg);
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0;
	height: 120px;
	width: 160px;
	padding: 0px;
}

/*
WRAPPER --------------------- */

#wrapper {
	width: 770px;
	margin: 220px auto 0 auto;
}
	
/*
GALLERY WRAPPER --------------------- */

#gallerywrapper {
	width: 725px;
	margin: 220px auto 0 auto;
}

/*
RESULTS WRAPPER --------------------- */

#resultswrapper {
	width: 830px;
	margin: 220px auto 0 auto;
}

/*
ONE COLUMN LAYOUT --------------------- */

#full {
	float: left;
	width: 770px;
	margin: 0;
	padding: 0 0px 0px 0;
	font-size: 12px;
	line-height: 1.4em;
	clear: both;
}

#full p a:link, #left p a:visited {
	padding: 1px 2px; 
	text-decoration: none; 
	border-bottom: 1px dotted #2b6697;
}

#full p a:hover {
	color: #2B6697;
	text-decoration: none;
	border-bottom: 1px solid #353D49;
}

/*
ONE COLUMN PHOTO GALLERY LAYOUT --------------------- */

#fullgallery {
	float: left;
	width: 725px;
	align: center;
	margin: 0;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	line-height: 1.4em;
	clear: both;
}

#fullgallery img {
	padding: 3px;
	background: #fff;
	border:1px solid #C0D6EC;
	list-style-type: none;
	display: block;
	margin-top: 0;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 0;
	float: left;
}

/*
ONE COLUMN RACE RESULTS LAYOUT --------------------- */

#fullresults {
	width: 830px;
	align: center;
	margin: 0;
	font-size: 12px;
	line-height: 1.4em;
	clear: both;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0;
	float: left;
}

/*
LEFT MAIN COLUMN --------------------- */

#left {
	float: left;
	width: 460px;
	margin: 0;
	padding: 0 20px 30px 0;
	font-size: 12px;
	line-height: 160%;
	clear: both;
	border-right: 1px solid #C0D6EC;
}

#left p a:link, #left p a:visited {
	padding: 1px 2px; 
	text-decoration: none; 
	border-bottom: 1px dotted #2b6697;
}

#left p a:hover {
	color: #2B6697;
	text-decoration: none;
	border-bottom: 1px solid #353D49;
}

/*
RIGHT MAIN COLUMN --------------------- */

#right {
	float: right;
	width: 271px;
	margin: 0;
	padding: 0;
}

#right h3 { 
	font-size: 0.8em;
	margin-top: 0;
 	}

/*
MAIN NAVIGATION (ABSOLUTE POSITIONED DIV) --------------------- */

#main_nav {
	position: absolute;
	top: 167px;
	left: 50%;
	padding: 0;
	width: 800px;
	margin-left: -375px;
	z-index: 10;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
}	

#main_nav ul {
	margin:0;
	list-style:none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 18px;
}

#main_nav li {
	float:left;
	padding:0;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 0px;
}
	
#main_nav a {
	display:block;
	padding:0;
	text-decoration:none;
	font-weight:normal;
	color:#FAF7EB;
	font-size: 10px;
	font-family: Georgia, serif;
	font-weight: normal;
	line-height: 1em;
	letter-spacing: 2px;
}

#main_nav a:hover {
	color:#00CCFF;
}

/*     
FOOTER ----------------------------*/

#footer {
	clear: both;
	font-size: 10px;
	text-align: center;
	background-image: url(../PBYC_Images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 75px;
	padding-right: 75px;
	padding-bottom: 25px;
	padding-left: 75px;
}

#footer p {
	color: #fff;

}

#footer a:link, #footer a:visited {
	color:#fff;
}

#footer a:hover {
	color:#FAF7EB;
}


#stats {
display: none;
background: #345578

}

/*
-----------------------------------------------
SUB MENUS
----------------------------------------------- */

/*     
SEO ARTICLES --------------------- */

#seo_articles {
	background: url(../PBYC_Images/quicklinks.jpg) top no-repeat;
	width: 271px;
	margin: 0;
	font-size: 13px;
	padding-top: 120px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

#seo_articles li {
	list-style-type: none;
	margin: 0;
	padding: 2px 0;
}

#seo_articles li a {
	color: #265B8E;
	display: block;
	padding: 4px 4px 4px 18px;
	text-decoration: none;
	background-image: url(../PBYC_Images/star_3.gif);
	background-repeat: no-repeat;
	background-position: 4px 6px;
}

#seo_articles li a:hover {
	color: #000;
	background-color: #C0D6EC;
	background-image: url(../PBYC_Images/star_2.gif);
	background-repeat: no-repeat;
	background-position: 4px 6px;
}

/*     
PORTFOLIO --------------------- */

#portfolio {
	background: url(../PBYC_Images/racinginfo.jpg) top no-repeat;
	width: 271px;
	padding: 50px 0 35px 0;
	margin: 0;
	font-size: 0.7em;
	clear: both;
}

#portfolio li {
	list-style-type: none;
	margin: 0;
	padding: 2px 0;
}

#portfolio li a {
	color: #265B8E;
	display: block;
	padding: 4px 4px 4px 18px;
	background: url(../PBYC_Images/star_3.gif) no-repeat 4px 6px;
	text-decoration: none;
}

#portfolio li a:hover {
	color: #000;
	background: #C0D6EC url(../PBYC_Images/star_2.gif) no-repeat 4px 6px;
}

/*     
LOGO PORTFOLIO --------------------- */

#logodesigns {
	background: url(../PBYC_Images/logoportfolio.gif) top no-repeat;
	width: 271px;
	padding: 50px 0 35px 0;
	margin: 0;
	font-size: 0.7em;
	clear: both;
}

#logodesigns li {
	list-style-type: none;
	margin: 0;
	padding: 2px 0;
}

#logodesigns li a {
	color: #265B8E;
	display: block;
	padding: 4px 4px 4px 18px;
	background: url(../PBYC_Images/star_3.gif) no-repeat 4px 6px;
	text-decoration: none;
}

#logodesigns li a:hover {
	color: #000;
	background: #C0D6EC url(../PBYC_Images/star_2.gif) no-repeat 4px 6px;
}


/*     
SERVICES --------------------- */

#services {
	background: url(../PBYC_Images/racinginfo.jpg) top no-repeat;
	width: 271px;
	margin: 0;
	font-size: 13px;
	clear: both;
	padding-top: 120px;
	padding-right: 0;
	padding-bottom: 35px;
	padding-left: 0;	
	}

#services li {
	list-style-type: none;
	margin: 0;
	padding: 2px 0;
}

#services li a {
	color: #265B8E;
	display: block;
	padding: 4px 4px 4px 18px;
	background: url(../PBYC_Images/star_3.gif) no-repeat 4px 6px;
	text-decoration: none;
}

#services li a:hover {
	color: #000;
	background: #C0D6EC url(../PBYC_Images/star_2.gif) no-repeat 4px 6px;
}

/*     
GET A QUOTATION --------------------- */

#quotations {
	background: url(../PBYC_Images/quotes.gif) top no-repeat;
	width: 271px;
	padding: 50px 0 35px 0;
	margin: 0;
	font-size: 0.7em;
}

#quotations li {
	list-style-type: none;
	margin: 0;
	padding: 2px 0;
}

#quotations li a {
	color: #265B8E;
	display: block;
	padding: 4px 4px 4px 18px;
	background: url(../PBYC_Images/star_3.gif) no-repeat 4px 6px;
	text-decoration: none;
}

#quotations li a:hover {
	color: #000;
	background: #C0D6EC url(../PBYC_Images/star_2.gif) no-repeat 4px 6px;
}

/*     
SEO TOOLS --------------------- */

#seotools {
	background: url(../PBYC_Images/seotools.gif) top no-repeat;
	width: 271px;
	padding: 50px 0 35px 0;
	margin: 0;
	font-size: 0.7em;
}

#seotools li {
	list-style-type: none;
	margin: 0;
	padding: 2px 0;
}

#seotools li a {
	color: #265B8E;
	display: block;
	padding: 4px 4px 4px 18px;
	background: url(../PBYC_Images/star_3.gif) no-repeat 4px 6px;
	text-decoration: none;
}

#seotools li a:hover {
	color: #000;
	background: #C0D6EC url(../PBYC_Images/star_2.gif) no-repeat 4px 6px;
}
/*     
RESOURCES --------------------- */

#resources {
	background: url(../PBYC_Images/resources.gif) top no-repeat;
	width: 271px;
	padding: 50px 0 35px 0;
	margin: 0;
	font-size: 0.7em;
}

#resources li {
	list-style-type: none;
	margin: 0;
	padding: 2px 0;
}

#resources li a {
	color: #265B8E;
	display: block;
	padding: 4px 4px 4px 18px;
	background: url(../PBYC_Images/star_3.gif) no-repeat 4px 6px;
	text-decoration: none;
}

#resources li a:hover {
	color: #000;
	background: #C0D6EC url(../PBYC_Images/star_2.gif) no-repeat 4px 6px;
}


/*
HOVER STYLING FOR THUMBNAILS ------------------*/

#right img {
	float:left;
	margin-bottom: 10px;
}

#right a:hover { /* hack for ie6!*/
	border:0px;
}

/*     
CARD SPONSORS 
THIS PUTS THE IMG THUMBS IN AN UL --------------------- */

#cardsponsors {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#cardsponsors img li {
	float: left;
	padding: 0;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
}

#cardsponsors li a {
}
	
/*
THUMB DIV CLIPS SO CLEARING REQUIRED  -----------------------*/

.thumbs {
	margin-bottom: 15px;
	padding: 0;
	
}

.clear:after {
	content: ".";
	height: 0;
	visibility: hidden;
	display: block;
	clear: both;
}

/*
HOVER STYLING FOR THUMBNAILS ------------------*/

#left img {
	padding: 3px;
	background: #fff;
	border:1px solid #C0D6EC;
	list-style-type: none;
	display: block;
	margin-top: 0;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 0;
	float: left;
}

#left p img {
	padding: 3px;
	background: #fff;
	border:1px solid #C0D6EC;
	list-style-type: none;
	display: block;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 4px;
	margin-left: 0;
	float: left;
}

#left img li { 
	list-style-type: none;
}	
	
#left a:hover { /* hack for ie6!*/
	border:0px;
	list-style-type: none;
}
      
#left a:hover img {
	background: #fff;
	padding: 2px;
	border: 2px solid #66CCFF;
	list-style-type: none;
}
      
#left a:active img {
	padding: 2px;
	border:2px solid black;
	list-style-type: none;
}


/*     
BUSINESS CARDS 
THIS PUTS THE IMG THUMBS IN AN UL --------------------- */

#bcards {
	width: 460px;
	list-style: none;
	font-size: 0.7em;
	height: 420px;
	margin-top: 20;
	margin-right: 0;
	margin-bottom: 20;
	margin-left: 0;
	list-style-type: none;
}

#bcards li {
	float: left;
	padding: 0;
	margin: 0 5px 5px 0;
	list-style-type: none;

}

#bcard li a {
}
	
/*
BCARD DIV CLIPS SO CLEARING REQUIRED  -----------------------*/

.bcards {
	margin-bottom: 20px;
	padding: 0;
	margin-top: 20px;
	height: 280px;
	width: 470px;
	list-style-type: none;
}

.clear:after {
	content: ".";
	height: 0;
	visibility: hidden;
	display: block;
	clear: both;
}
 
 /*-----------------------------------------------------------------------------------------------------/     
 /  TABLES mod from Verle's blog at http://veerle.duoh.com/index.php/blog/comments/a_css_styled_table   /      
 /-----------------------------------------------------------------------------------------------------*/

#events {
	width: 460px;
	padding: 0;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#results {
	width: 740px;
	padding: 0;
	margin: 0px;
}

#program {
	width: 770px;
	padding: 0;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	border: 1px solid #C1DAD7;
}

caption {
	padding: 0 0 5px 0;
	font: italic "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

th {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-left: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	text-transform: uppercase;
	text-align: left;
	padding: 5px;
	background: #D9E8F6 url(images/tab_left1px.gif) left no-repeat;
}

th.sub {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-left: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	text-transform: uppercase;
	text-align: left;
	padding: 5px;
	background: #D9E8F6;
}

th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}

td {
	color: #333333;
	background-color: #FFFFFF;
}


td.alt {
	background: #F5FAFA;
	color: #797268;
}

th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
}

/*-----------------------------------------------------------------------------------------------------/     
 /  The Funky Lightbox Thinggy   /      
 /-----------------------------------------------------------------------------------------------------*/

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(../PBYC_Images/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}
#wrapper #left p #Bcards {
	display: block;
	float: left;
	width: 460px;
	margin-bottom: 10px;
}
.disclaimers {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	color: #353D49;
}
