/* Globals */
* { margin: 0; padding: 0; }

body
{
  background-color: #000000;
  font-family: Helvetica, sans-serif;
  font-size: 14px;
}

p { color: #333; line-height: 22px; }

a, a:hover, a:visited
{
  text-decoration: none;
  color: #00b3ec;
  font-weight: bold;
}

h1,h2,h3,h4,h5,h6 { padding: 7px 0; }
h2,h3,h4,h5,h6 { padding-top: 14px; }
a img { border: none; }

div {
  background-color: inherit;
}
/* End Globals */

#outer{
  width: 1268px;
  margin: 0 auto;
  background-image: url(/images/background-boat.jpg);
  background-repeat: no-repeat;
  background-color: #000000;
}

#container
{
  width: 914px;
  margin: 0 auto;
  background-color: transparent;
}

#header
{
  width: 914px;
  background-color: transparent;
}

#topMenu
{
  /*height: 56px;*/
  padding: 30px 0 15px 0;
}

#topHomeLink {
	float: left;
}

#topMenu ul {
	padding-top: 65px;
	padding-right: 10px;
	float: right;
	color: #00beff;
	list-style-type: none;
}

#topMenu ul li {
  border-left: 2px solid #cacaca;
  float: left;
  font-size: 11pt;
  font-weight: bold;
  padding-left: 5px;
  margin-left: 5px;
}

#topMenu ul li.first
{
  border-left: none;
}

#btnLogin
{
  padding-left: 10px;
}

#bottomMenu { clear: left; }
#bottomMenu ul { list-style-type: none; }

#bottomMenu ul li {
  float: left;
}

#bottomMenu ul li a {
  display: block;
  height: 41px;
}

#bottomMenu ul li ul {
	display: none;
}

#bottomMenu ul li ul li {
	background-color: #fff;
}

#bottomMenu ul li ul li a {
	height: auto;
	font-size: 13.5px;
	color: #888;
	padding: 12px 10px 12px 35px;
	margin: 0 4px;
	text-transform: uppercase;
	border-bottom: 2px dashed #aaa;
	background: url('/images/dropdown_arrow_default.png') 10px 11px no-repeat;
}

#bottomMenu ul li ul li.last-child a { border-bottom: none; }

#bottomMenu ul li ul li a:hover {
	color: #00beff;
	background: url('/images/dropdown_arrow_hover.png') 10px 11px no-repeat;
}

#wm_about {
	width: 108px;
	background: url('/images/nav_sprite.jpg') 0 0 no-repeat;
}

#wm_about:hover {
	background: url('/images/nav_sprite.jpg') 0 -41px no-repeat;
}

#wm_about .active {
	background: url('/images/nav_sprite.jpg') 0 -82px no-repeat;
}

#wm_products {
	width: 152px;
	background: url('/images/nav_sprite.jpg') -108px 0 no-repeat;
}

#wm_products:hover {
	background: url('/images/nav_sprite.jpg') -108px -41px no-repeat;
}

#wm_products .active {
	background: url('/images/nav_sprite.jpg') -108px -82px no-repeat;
}

#wm_experience {
	width: 164px;
	background: url('/images/nav_sprite.jpg') -260px 0 no-repeat;
}

#wm_experience:hover {
	background: url('/images/nav_sprite.jpg') -260px -41px no-repeat;
}

#wm_experience .active {
	background: url('/images/nav_sprite.jpg') -260px -82px no-repeat;
}

#wm_support {
	width: 154px;
	background: url('/images/nav_sprite.jpg') -424px 0 no-repeat;
}

#wm_support:hover {
	background: url('/images/nav_sprite.jpg') -424px -41px no-repeat;
}

#wm_support .active {
	background: url('/images/nav_sprite.jpg') -424px -82px no-repeat;
}

#wm_team {
	width: 167px;
	background: url('/images/nav_sprite.jpg') -578px 0 no-repeat;
}

#wm_team:hover {
	background: url('/images/nav_sprite.jpg') -578px -41px no-repeat;
}

#wm_team .active {
	background: url('/images/nav_sprite.jpg') -578px -82px no-repeat;
}

#wm_wakesurfing {
	width: 169px;
	background: url('/images/nav_sprite.jpg') -745px 0 no-repeat;
}

#wm_wakesurfing:hover {
	background: url('/images/nav_sprite.jpg') -745px -41px no-repeat;
}

#wm_wakesurfing .active {

}

#bottomMenu img
{
	border: none;
}

#content
{
  background-color: #fff;
  width: 914px;
}

#top_left
{
  float: left;
  padding: 10px 5px 10px 10px;
  width: 568px;
}

#top_left .header
{
  background-repeat: no-repeat;
  height: 37px;
  width: 571px;
}

#top_all
{
  float: left;
  padding: 10px 5px 10px 10px;
  width: 904px;
}

#top_all .header
{
  background-repeat: no-repeat;
  height: 37px;
  width: 914px;
}

#contentAbout { padding-top: 15px; }
#contentAbout .header
{
  background-image: url(/images/content_about.png);
}

#contentAbout p { padding: 10px; }
#contentUser
{
	padding-bottom: 6px;
}

#contentUser .header
{
  background-image: url(/images/content_content.png);
}

#btnUploadVideo
{
  padding-top: 6px;
}

#btnViewAllVideos
{
  padding-top: 6px;
}

#btnUploadPhoto
{
  padding-top: 6px;
}

#btnViewAllPhotos
{
  padding-top: 6px;
}

#content #sidebar
{
  float: right;
  padding: 10px 10px 10px 5px;
  width: 310px;
}

#content .right .header
{
  background-repeat: no-repeat;
  height: 37px;
  width: 310px;
}

#contentMailing .header
{
  background-image: url(/images/content_mailing.png);
  height: 37px;
}

.text-input
{
  padding-bottom: 6px;
}

.text-input input
{
  border: 1px solid #999;
  color: #999;
  font-size: 14px;
  width: 100%;
  padding: 4px;
}

#contentBlogs { margin: 15px 0 20px 0; }

#contentBlogs .header
{
  background-image: url(/images/content_blogs.png);
  height: 37px;
}

# div ul {
  list-style-type: none;
}

#contentBlogs div ul li {
  color: #999;  
  background: url(/images/bullet_arrow.png) 0px 9px no-repeat;
}

#contentBlogs div ul li a {
	display: block;
    color: #0CF; 
	font-size: 16px;
	line-height: 14px;
	padding: 7px 0;
	margin-left: 17px;
	border-bottom: 1px dashed #999;
}

#contentBlogs div ul li.first
{
  padding-top: none;
}

/* #contentBlogs postDate   Added 
 { 
   font-size: 3px;
   text-align: left;
 }
*/

a.blogLink, a.blogLink:hover, a.blogLink:visited
{
  text-decoration: none;
  color: #999;
}

#contentFeatured .header
{
  background-image: url(/images/content_featured.png);
}

.featuredVideo
{
  color: #999;
  font-size: 10pt;
  padding-top: 6px;
  text-align: left;
}

.featuredVideo div
{
	padding-left: 6px;
	padding-top: 3px;
}

.commentsIcon
{
  border: none;
}

#contentBio .header
{
  background-image: url(/images/content_bio.png);
}

#contentBio ul
{
	list-style-image: url(/images/bullet_arrow.png);
  list-style-type: circle;
}

#contentBio li
{
	display: table;
  margin-left: 10px;
  padding-top: 10px;
}

#chiefs
{
	background-image: url(/images/chiefs.png);
  background-repeat: no-repeat;
  border-bottom: 2px dashed #999999;
  height: 13px;
  padding-bottom: 5px;
  width: 147px;
}

#indians
{
	background-image: url(/images/indians.png);
  background-repeat: no-repeat;
  border-bottom: 2px dashed #999;
  height: 13px;
  padding-bottom: 5px;
  width: 155px;
}

#contentBio .profilePicture
{
	border-bottom: 2px dashed #999999;
  float: left;
  height: 110px;
  padding: 7px 0;
  width: 156px;
}

#contentBio .biography
{
	float: right;
  min-height: 112px;
  padding: 7px 0 7px 10px;
  width: 390px;
}

#contentBio .last
{
  border-bottom: none;
}

.bioPicture
{
	float: left;
	padding-bottom: 2px;
	padding-right: 6px;
}

#footer
{
  padding: 50px 0;
  width: 914px;
  text-align: center;
}

#footer ul { list-style-type: none; }
#footer ul li { float: left; padding: 0 28px; }
#footer ul li a { display: block; height: 13px; background: url('/images/footer_sprite.png') 0px 0px no-repeat; }

#footer ul li#wf_menu_about a	    { width: 57px;  background-position: top left; }
#footer ul li#wf_menu_products a	{ width: 90px;  background-position: -57px 0px; }
#footer ul li#wf_menu_experience a  { width: 106px; background-position: -147px 0px; }
#footer ul li#wf_menu_support a     { width: 78px;  background-position: -253px 0px; }
#footer ul li#wf_menu_team a		{ width: 115px; background-position: -331px 0px; }
#footer ul li#wf_menu_wakesurfing a { width: 122px; background-position: -446px 0px; }

#footer ul li#wf_menu_about a:hover 	  { background-position: 0px -13px; }
#footer ul li#wf_menu_products a:hover	  { background-position: -57px -13px; }
#footer ul li#wf_menu_experience a:hover  { background-position: -147px -13px; }
#footer ul li#wf_menu_support a:hover     { background-position: -253px -13px; }
#footer ul li#wf_menu_team a:hover		  { background-position: -331px -13px; }
#footer ul li#wf_menu_wakesurfing a:hover { background-position: -446px -13px; }

/* Popup CSS */
#popup
{
  background: #fff;
  border: 2px solid #b2b2b2;
  display: none; 
  font-size: 13px;
  height: 500px;
  padding: 12px;
  position: fixed;
  _position: absolute;
  width: 600px;
  z-index: 2;
}

#popup a
{
  color: #0060B6;
  cursor: pointer;
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height:14px;
  position: absolute;
  right: 6px;
  top: 4px;
}

#popup h1
{
  border-bottom: 1px dotted #b2b2b2;
  color: #0060B6;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 2px;
  text-align: left;
}
/* End Popup CSS*/

#lower_container {
	padding: 0 0 0 10px;
}
.video_listing ul, .album_list { list-style-type: none; }
.video_listing ul li, .album_list li { width: 120px; float: left; padding: 15px 28px 0 0; font-size: 13px; }

.meet_the { padding-left: 15px; margin-bottom: 10px; background: url('/images/meet_the_bg.png') 0px 2px no-repeat; }
.meet_the h1 { border-bottom: 1px dashed #666; font-size: 16px; line-height: 16px; padding-bottom: 2px; text-transform: uppercase; }
.meet_the h2 { font-size: 18px; line-height: 20px; padding-bottom: 8px; text-transform: uppercase; }
.meet_the_listing ul { list-style-type: none; }
.meet_the_listing li { clear: left; padding-top: 15px; padding-left: 15px; line-height: 20px; color: #666;}
.meet_the_listing li .name { color: #b92b1f; text-transform: uppercase; }
.meet_the_listing li img { float: left; padding: 0px 0px 18px 0; margin-right: 10px; border-bottom: 1px dashed #a9a9a9; }

#featured_photo_albums {
	margin: 40px 0px 0px 0px; 
	padding: 0px 0 25px 0;
	/* border-top: 1px dashed #999; */
}

featured_photo_albums ul {
	padding-top: 20px;
}

.display_none { display: none; }

#subscribe_to_podcasts p { color: #999; font-size: 12px; line-height: 14px; }
#podcast_listing { overflow: auto; }
#podcast_1, #podcast_3 { width: 160px; }
#podcast_listing div { float: left; height: 22px; line-height: 22px; margin: 3px 0; }
#podcast_listing div p { line-height: 22px; }
#podcast_listing div p img { float: left; padding-right: 3px; }
#podcast_listing div a { color: #55b1f5; font-size: 12px; }