/*
Theme Name: Sea Mist
Theme URI: http://www.stantdesign.com/
Description: The Default Theme for http://oceanstateoutfitters.com 
Author: James Sloane / Stant Design
Author URI: http://www.stantdesign.com
Tags: TwentyTen Child Theme, two columns
Status: in development

Copyright (c) 2010 Stant Design.  All rights reserved.
http://www.stantdesign.com

Template: twentyten
Version: 0.1
*/

/* Get Parent CSS */
@import url('../twentyten/style.css') ;

/* BFm Styles Start Here */

body {
	background-color: #89B0B0;
}
a:link, a:visited {
	color: #2499DC;
}
a:hover, a:active {
	color: #2CCFB2;
}
#wrapper  {
	width:980px;
	background-color: #FFF;
	background-image: url(images/bg-header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-right: 2px solid #1C4861;
	border-left: 2px solid #1C4861;
	padding: 0px;
}
#header {
	height: 380px;
	width: 980px;
	margin: 0px;
	padding: 0px;
	position: relative;
}
#site-title {
	margin: 0px;
	padding: 0px;
}
#site-title a {
	background-image: url(images/logo.jpg);
	margin: 0px;
	padding: 0px;
	height: 146px;
	width: 430px;
	font-size: 12px;
	line-height: 12px;
	text-indent: -9999px;
	float: left;
	position: absolute;
	left: 0px;
	top: 0px;
}
#access {
	display:block;
	width:420px;
	background-attachment: scroll;
	background-color: #88AFB0;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
	clear: left;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 10px;
	position: absolute;
	left: 10px;
	top: 150px;
	padding-right: 10px;
}
#access a {
	color:#FFF;
	display:block;
	line-height:38px;
	padding:0 10px;
	text-decoration:none;
}
#access ul ul a {
	height:auto;
	line-height:1em;
	padding:10px;
	width:160px;
	background-attachment: scroll;
	background-color: #88AFB0;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
}
#access li:hover > a, #access ul ul :hover > a {
	color:#fff;
	background:#2DCFB2;
}



#site-description {
	font-size: 18px;
	line-height: 27px;
	font-weight: normal;
	text-transform: uppercase;
	color: #88AFB0;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	left: 150px;
	bottom: 0px;
	width: 580px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-align: center;
}


/* Content */
#content .wp-caption {
	background: #89B0B0;
}
#content .wp-caption p.wp-caption-text  {
	color: #FFF;	
}

#footer {
	margin-bottom: 0px;
}
#site-generator a {
	background-image: none;
	padding-left:5px;
}
.link-facebook {
	background-image: url(images/facebook-logo.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 5px;	
}
