/*
Theme Name: OSO
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: Hybrid Child Theme, two columns
Status: in development

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

Template: hybrid
Version: 0.1
*/

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

/* BFm Styles Start Here */

body {
	background-image: url(images/bg-body.gif);
	background-repeat: repeat-x;
}
#body-container {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 40px;
	padding-bottom: 0px;
	position: relative;
	overflow: visible;
}
#header-container {
	padding: 0px;
	height: 140px;
	width: 960px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: relative;
}
#header {
	padding: 0px;
	margin: 0px;
	height: 140px;
	width: 960px;
}
#site-title a  {
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	padding: 0px;
	height: 100px;
	width: 405px;
	display: block;
	margin: 0px;
	position: absolute;
	left: 0px;
	top: 20px;
}
#site-description {
	position: absolute;
	left: 0px;
	top: 115px;
	width: 405px;
	color: #000;
	z-index: 10;
	font-size: 20px;
	line-height: 20px;
	text-align: center;
}

#header-container  .banner {
	position: absolute;
	top: 40px;
	right: 0px;
}
#navigation {
	position: absolute;
	top: 0px;
	right: 0px;
	margin-bottom: 0px;
}
#page-nav li a {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	color:#FFF;
	background-attachment: scroll;
	background-color: #000;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 24px;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 15px;
}
#page-nav li a:hover, #page-nav li a:active, #page-nav .current_page_item a {
	color: #000;
	background-color: #FFF;
	text-decoration: none;
}
#page-nav li ul {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#FFFFFF none repeat scroll 0 0;
border-top:1px solid #CCCCCC;
}
#page-nav ul ul li a {
	color: #000;
	background-color: #FFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
#page-nav ul ul li a:hover, #page-nav ul ul li a:active {
	background-color: #EEE;

}
/* Page */
.content {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 600px;
}
#fadeshow1 {
	width: 960px;
	clear: left;
	padding: 0px;
	height: 385px;
	margin-top: 10px;
	margin-bottom: 20px;
}
.home-splash  {
	width: 960px;
	padding-top: 10px;
	padding-bottom: 20px;
	clear: left;
}
.page {
	clear: left;
	float: left;
	width: 600px;
}
#utility-after-content {
	float: right;
	width: 300px;
}
/* page */

/*sidebar */

#primary	 {
	width: 320px!important;

}

.widget {
	border:1px solid #CCCCCC;
	margin-bottom: 11px;
	padding: 9px;
}

/* footer */
#footer-container {
	background-color: #000;
	margin: 0px;
	padding: 0px;
	width: 960px;
}

#footer {
	color: #FFF!important;
	padding: 10px;
	position: relative;
	font-size: 11px;
	line-height: 16px;
}
#footer p {
	margin: 0px;
	padding: 0px;
}
#footer a:link, #footer a:visited {
	color: #FF0;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	text-decoration: underline;
}
#footer-nav {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 10px;
	right: 0px;
}
#footer-nav li {
	float: left;
	list-style-type: none;
}
#footer-nav li a {
	display: block;
	padding: 5px;
}

.gallery .gallery-item {
				width: 30% !important;
				}
.gallery-thumb {
	float: left;
	height: 200px;
	width: 200px;
}