/*
Theme Name: Blue Water Babes
Theme URI: http://grandslamtackle.com
Description: The 2010 theme for Grandslam Tackle Blue Water Babes Tournament
Version: 1.1
Tags: fishing, tournament
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, 
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}

blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}
p
{
	padding-bottom:5px;
}

/* =Menu
-------------------------------------------------------------- */

#access {
	background: url(images/pho1.gif);
	height:37px;
	display: block;
	float: left;
	margin: 0 auto;
	width: 670px;
}
#access .menu-header,
div.menu {
	font-size: 15px;
	font-weight:bold;
	margin-left: 12px;
	width: 670px;
	text-transform:capitalize;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	color: #fff;
	display: block;
	line-height: 37px;
	padding: 0 15px;
	text-decoration: none;
	text-transform:capitalize;
}
#access ul ul {
	display:none;
	position:absolute;
	top:37px;
	float:left;
	width: 200px;
	z-index: 99999;
	background:#710F48;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	border:solid 2px #000;
	

}
#access ul ul li {
	min-width: 200px;	
	border-right:0px;
	display:block;
	padding:10px;
	
}
#access ul ul ul {
	left:100%;
	top:0;
}
#access ul ul a {
	height:1em;
	line-height:1em;
	padding:10px;
	width: 180px;
	display:block;
}

#access li:hover > a,
#access ul ul:hover > a {
	color:#E4BD61;
	display:block;
}
#access ul li:hover > ul {
	display:block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #E4BD61;
}

