﻿@charset "UTF-8";

*{
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: #464646;
}

body{
  background-color: #d6e0e8;
}

ul, li{
  list-style: none;
  font-size: 12px;
  color: #464646;
}

a{
	
  font-size: 12px;
  color: #3b6492;
  font-weight: bold;
}

p{
  font-size: 12px;
  line-height: 18px;
  color: #464646;
  margin-bottom: 10px;
}

img{
  border: none;
}

h1{
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 10px;
  color: #464646;
}

h2{
  font-weight: normal;
  font-size: 16px;
  color: #464646;
}

h3{
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
  color: #464646;
}

h4{
  font-size: 12px;
  font-weight: normal;
  color: #464646;
}

h5{
  color: #464646;
  font-size: 12px;
  font-weight: normal;
  line-height: normal;
}

h6{
  color: #464646;
  font-weight: normal;
  line-height: normal;
}

address{
  font-weight: normal;
  font-style: normal;
  font-size: 12px;

}

#header{
  position: relative;
	width: 800px;
	height: 234px;
	/*background-color: #F8F9FA;*/
}

#header #logo{
  margin: auto;
  width: 466px;
  height: 229px;
  margin-top:20px;
}

#facebook{
  position: absolute;
	top: 120px;
	left: 700px;
	width: 100px;
	height: 30px;
}


#facebook{
  position: absolute;
	top: 200px;
	left: 700px;
	width: 100px;
	height: 30px;
}

#tournament-information h3{
  line-height: 26px;
}

#page-wrapper{
	overflow: auto; 
  width: 800px;
  padding: 0 20px;
  border: 1px solid #cadbe8;

  margin: auto;
  background-color: #FFF;
}

/* content */

#content{
	clear: both;
	/* width: 100%; */
	padding-top: 12px;
	line-height: 18px;
}

#brochure-thumb{
  float: left;
  width: 147px;
  height: 202px;
  margin: 0 10px 8px 0;
  /*border: 1px solid #f6c105;*/
}

#foundation-logo{
  width: 140px;
  height: 97px;
  float: left;
  margin: 0 10px 0px 0;
}

#more-information{
   height: 97px;
	margin-top: 10px;

  border-bottom: 1px dotted #bbbbbb;
}

#more-information h4{
}

#content-left{
  float: left;
  width: 550px;
  padding-right: 20px;
}

#boat-slip{
  margin-top: 10px;
}

#boat-slip li{
	font-size: 12px;
	margin-bottom: 10px;
}

#content-right{
	text-align: right;
  float: right;
  width: 230px;
}

#content-right-column{
  width: 210px;
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  border-top: 1px solid #dcdcdc;
  padding: 9px 9px 30px 9px;
  background-color: #e8e8e8;
}

#content-right img{
  float: left;
  line-height: normal;
}

#content-right h4, #content-right h6{
  text-align: right;
  margin-right: 5px;
  line-height: normal;
}

#content-right a{
	font-weight: normal;
	margin-right: 5px;
  font-size: 10px;
	width: 100%;
	text-align: right;
}

.thumb{
  margin-bottom: 20px;
}

.thumb img{
  border: 5px solid white;
}

#footer{
  clear: both;
  height: 50px;
  width: 800px;
  padding: 0 20px;
  margin: auto;
  margin-top: 5px;
  background-color: #d6e0e8;
  text-align: center;
}

#footer span{
  text-align: right;
  color: white;
  font-size: 12px;
}

/* rules */

#rules h2{
  display: block;
}
  
#rules li{
  padding-bottom: 10px;
  border-bottom: 1px dotted #bbbbbb;
  margin-bottom: 10px;
}

#rules h1{
  padding-bottom: 10px;
  border-bottom: 1px dotted #bbbbbb;
  margin-bottom: 10px;
}


/* prizes */

#prizes{

}

table{
  width: 800px; 
  margin: 0 0 20px 0px;
  border-top: 1px dotted #bbb;
  text-align: left;
  font-size: 12px;
  font-weight: normal;
  line-height: normal;
  border-collapse: collapse;
  background-color: #f8f8f8;
}

th{

padding: 5px 0px 5px 10px;

vertical-align: top;
  font-weight: normal;

  text-align: left;

  border-bottom: 1px dotted #bbb;
}

#prizes .page-header h2{
  display: inline;
  float: left;
  padding: 0;
  margin: 0;
}


td{
padding: 5px 10px 5px 10px;
vertical-align: middle;
border-bottom: 1px dotted #bbb;
}

#prizes td{

}

#prizes th{

}

.page-header{
  clear: both;

  width: 100%;
  padding-bottom: 4px;
  margin-bottom: 8px;
  border-bottom: 1px dotted #bbb;
}

.section-header{
  clear: both;
  width: 100%;
  border-bottom: 1px dotted #bbb;
  margin-bottom: 8px;
}

.section-header h2{
  margin-bottom: 4px;
}



.page-header h5{
	margin-top: 4px;
  float: right;
}


#prizes h4{
  /* color: #3b6492; */
  font-weight: bold;
  
}

.even, .even td, .even tr{
  background-color: #ffffff;
}

.odd, .odd td, .odd tr{
  background-color: #f0f0f0;
}

#tournament-committee h3, #tournament-committee h4{
}

#tournament-committee ul{
  line-height: 21px;
  margin-top: 20px;
 }
 
 #tournament-committee{
  padding-bottom: 20px;
 }
 
 #tournament-committee .section{
	 margin-bottom: 12px;
 }


.section{
  clear: both;
  margin-bottom: 36px;
}

#image-strip{
  width: 700px;
  height: 121px;
  margin: auto;
}

#image-strip img{
  float: left;
  border: 4px solid #e8e8e8;
  margin-right: 8px;

}

/* foundation */

#foundation ul{ 
  padding-left: 24px;

}

#foundation li{
  list-style: disc;
  border: none;
  margin-bottom: 4px;
}

#foundation-child{
  float: left;
  margin-right: 12px;
  height: 97px;
  width: 132px;
  border: 4px solid #e8e8e8;
}

/* schedule */

#schedule th{
  width: 100px;
}

#schedule tr{

}

#schedule h4{
  font-weight: bold;
  margin-bottom: 4px;
}

/* contact */

#contact .contact{
  margin: 24px 0 0px 0;
  padding: 0 0 24px 0;
  width: 100%;
  height: 98px;
  clear: both;
  border-bottom: 1px dotted #bbb;
}

.contact h4{
  padding: 0;
  margin: 0;
}

#contact .contact img{
  float: left;
  margin-right: 24px;
}

.contact-info{
   padding-top: 36px;
}

.coming-soon{
  height: 400px;
  background-image:url(fish-bg.gif); 
	background-repeat: no-repeat; 
	background-position: top left; 
	margin-bottom: 18px
}

.gallery-row{
  width: 100%;
	height: 175px;
}

.gallery-thumb-wrapper{
  padding: 0;
	margin: 0;
  width: 25%;
	float: left;


}

.gallery-thumb{

	padding: 10px;

}


.gallery-thumb img{
  border: 3px solid #CCCCCC;
}

tr.header{
  background-color: #d6e0e8;
	border-top: none;
}

	
