/* Colors
 *   Beige: #F1E9CF
 *   Light Beige: #FAF7EC
 *   Brown: #C6A57E
 *   Dark Blue: #336694
 *   Green: #F1F1CF;
 *	 Red: #C6887E;
 */

/******************************************************************************
 **********                      Page Layout                         **********
 ******************************************************************************/

#page
{
	margin: 0px auto;
	width: 750px;
	font-size: 1.3em;
}

#header .logo
{
	float: left;
	margin: 0px 10px -5px 10px;
}

#header .logo h1
{
	letter-spacing: -1px;
}

#header .logo .by-line
{
	position: relative;
	top: -13px;
	left: 48px;
	color: #336694;
	letter-spacing: 1px;
}

#header .navigation
{
	float: right;
	padding: 35px 10px 0px 0px;
	color: #336694;
	text-align: right;
	white-space: nowrap;
}

#header .navigation a
{
	color: #336694;
	text-decoration: none;
}

#header .navigation a:hover
{
	text-decoration: underline;
}

#header .navigation a:active
{
	text-decoration: underline;
}

#content
{
	clear: both;
	margin: 10px;
	padding: 0px 5px;
}

#content .welcomeText
{
	margin-top: 10px;
}

#content .leftColumn
{
	float: left;
	width: 550px;
}

#content .leftColumn .ad
{
	margin: 10px 0px;
}

#content .rightColumn
{
	float: right;
	width: 160px;
	margin: 10px 0px;
}

#content .rightColumn .ad
{
	position: relative;
	right: -5px;
}

#content .c4.ad img
{
	border: 1px solid #336694;
}

#content .rightColumn img
{
	display: block;
	margin: 10px auto;
}

#content .slideshow
{
	width: 210px;
	float: right;
	text-align: center;
	margin: 0px 10px 10px 10px;
}

#footer
{
	border-top: 5px solid #336694;
	margin: 5px 10px 10px 10px;
	padding: 5px;
	background-color: #F1E9CF;
	font-size: 0.95em;
	clear: both;
}

#footer .navigation
{
	float: left;
}

#footer .attribution
{
	float: right;
	text-align: right;
}

.clear
{
	clear: both;
}

/******************************************************************************
 **********                       Search Form                        **********
 ******************************************************************************/

.searchForm
{
	margin: 5px -5px;
	padding: 5px;
	background-color: #F1E9CF;
	line-height: 175%;
	border: 5px solid #C6A57E;
}

/* Eliminate (some) white space in IE 7 (html>body causes rule to get ignored in
 * IE6). */

html>body .searchForm
{
	*padding-top: 0px;
}

.searchForm form
{
	/* Eliminate white space in IE6 and (some) white space in IE7 */
	display: block;
	margin: 0px;
}

.searchForm select.type
{
	/* Minimize shifting as the options are populated. */
	min-width: 70px;
}

.searchForm select.location
{
	/* Minimize shifting as the options are populated. */
	min-width: 200px;
}

.searchForm .locations
{
	/* Do nothing. */
}

.searchForm .dates
{
	/* Do nothing. */
}

.searchForm .events
{
	/* Do nothing. */
}

.searchForm .buttons
{
	/* Do nothing. */
}

/******************************************************************************
 **********                          Results                         **********
 ******************************************************************************/

.results
{
	margin: 5px -5px;
}

.results .header
{
	margin: 5px;
}

.results table
{
	width: 100%;
	margin-top: 5px;
}

.results th,
.results td
{
	padding: 3px 5px;
}

.results th
{
	font-weight: bold;
	color: white;
	background-color: #336694;
	text-align: left;
}

.results td.time
{
	text-align: right;
}

.results tr.odd td
{
	background-color: #F1E9CF; 
}

.results tr.even td
{
	background-color: white; 
}

.results .footer
{
	border-top: 5px solid #336694;
	padding: 5px;
	font-size: 0.95em;
}

.results .surf-forecast
{
	margin-top: 10px;
	text-align: center;
}

/******************************************************************************
 **********                      Related Links                       **********
 ******************************************************************************/

.links ul
{
	border-top: 5px solid #336694;
	border-bottom: 5px solid #336694;
	margin: 0px -5px;
	padding: 5px;
	list-style: none;
}

/******************************************************************************
 **********                     Widget Builder                       **********
 ******************************************************************************/

textarea.code
{
	width: 710px;
	height: 200px;
	border: 5px solid #336694;
	padding: 5px;
	font-family: Consolas, Courier, fixed-width;
	margin: 0px -5px;
}

.customize-widget
{
	float: left;
	width: 450px;
}

.widget-preview
{
	margin-left: 460px;
}

.widget-preview h4
{
	padding-top: 10px;
	margin-bottom: 10px;
}

.widget-usage
{
	clear: both;
}

.widget-builder-form
{
	/* Do nothing. */
}

.widget-builder-form table
{
	border-collapse: collapse;
}

.widget-builder-form th,
.widget-builder-form td
{
	padding: 3px;
	vertical-align: top;
}

.widget-builder-form th
{
	text-align: left;
	font-weight: normal;
}

.widget-builder-form select.type
{
	/* Minimize shifting. */
	min-width: 70px;
}

.widget-builder-form select.location
{
	/* Minimize shifting. */
	min-width: 200px;
	max-width: 250px;
}

.widget-builder-form select.color,
.widget-builder-form input.color,
.widget-builder-form select.font,
.widget-builder-form select.size
{
	width: 100px;
}

/******************************************************************************
 **********                           YUI                            **********
 ******************************************************************************/

.mapContainer
{
	width: 500px;
	height: 500px;
}

.yui-panel
{
	font-size: 1.3em;
}

.yui-panel .hd,
.yui-panel .bd,
.yui-panel .ft
{
	background-color: #F1E9CF;
}

.yui-panel .hd,
.yui-panel .hd
{
	color: #000000;
	border-color: #F1E9CF;
}
