/*
Theme Name: FNF Group
Theme URI: http://www.stantdesign.com/
Description: The Default Theme for http://www.fnfgroup.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 {
	margin: 0px;
	padding: 0px;
	background-color: #2D4C8B;	
}
a:link, a:visited {
	text-decoration: none;
	color: #2D4C8B;
}
a:hover, a:active {
	text-decoration: underline;
}
#body-container {
	width: 992px;
	margin-top: 0px;
	margin-bottom: 0px;
	overflow: visible;
	padding: 0px;
	background-color:#FFF;
}
#header-container {
	margin: 0px;
	padding: 0px;
	height: 150px;
	width: 992px;
	background-image: url(images/bg-header.png);
	background-repeat: repeat-x;
}
#header {
	margin: 0px;
	padding: 0px;
	height: 150px;
	width: 992px;
	position: relative;
}
#header h1, #site-title  {
	margin: 0px;
	padding: 0px;
}
#site-title a {
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 150px;
	width: 525px;
	position: absolute;
	left: 0px;
	top: 0px;
	text-indent: -9999px;
}
#site-description {
	position: absolute;
	left: 10px;
	bottom: -35px;
	color: #2D4C8B;
	z-index: 100;
	font-size: 18px;
	line-height: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 2px;
	word-spacing: 2px;
}

#header .search {
	position: absolute;
	right: 5px;
	top: 5px;
}
#fadeshow1 {
	height: 140px;
	width: 350px;
	float: right;
}

#container {
	background-color:#FFF;
	overflow: visible;
	margin: 0px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

/* Top Level Navigation */
#navigation {
	height:34px;
	margin:0;
	overflow:visible;
	z-index:100;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #2D4C8B;
	position: relative;
}
#page-nav {
	text-align: right;
}
#page-nav ul {
	position: absolute;
	right: 0px;
	bottom: -2px;
	z-index:150;
}
#page-nav li a {
	background:none repeat scroll 0 0 #CCC;
	border:2px solid #2D4C8B;
	color:#000;
	padding:8px 15px;
}
#page-nav li a:hover, #page-nav li a:active , #page-nav li.current_page_item a {
	background:none repeat scroll 0 0 #FFFFFF;
	color:#111111;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #2D4C8B;
	border-right-color: #2D4C8B;
	border-bottom-color: #FFF;
	border-left-color: #2D4C8B;
	text-decoration: none;
}
.outline {

}
#left-nav {
	float: left;
	width: 200px;	
}
#left-nav ul {
	margin: 0px;
	padding: 0px;
	width: 200px;
	list-style-type: none;
}
#left-nav ul li {
	margin: 0px;
	padding: 0px;
	width: 200px;
	list-style-type: none;
}
#left-nav ul li a:link, #left-nav ul li a:visited {
	background-color: #2D4C8B;
	color: #FFF;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 5px;
	width: 190px;
}
#left-nav ul li a:hover, #left-nav ul li a:active {
	background-color: #000;
}
#left-nav ul li ul {
	margin: 0px;
	padding: 0px;
	width: 200px;
}
#left-nav ul li ul li {
	margin: 0px;
	padding: 0px;
	width: 200px;
	list-style-type: none;
}
#left-nav ul li ul li a:link, #left-nav ul li ul li a:visited {
	background-color: #CCC;
	color: #000;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 5px;
	width: 190px;
}
#left-nav ul li ul li a:hover, #left-nav ul li ul li a:active {
	background-color: #AAA;
}
.content {
	float:left;
	width:562px;
	padding-right: 20px;
	padding-left: 20px;
}
.size-thumbnail {
	background-color: #EFEFEF;
	padding: 10px;
	margin-right: 10px;
	border: 1px solid #CCC;
}
#primary {
	float:right;
	position:relative;
	width:150px;
}
.widget {
	padding-top: 0px;
}
/* Wholesale Form CSS */

.wpcf7 th {
	text-align: center;
}

.wpcf7 label {
	text-align: right;
	font-weight: bold;
	display: block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
}

/* gallery page */
.list-item {
	padding: 5px;
	float: left;
	width: 160px;
	border: 1px solid #AAA;
	margin-right: 10px;
	margin-bottom: 10px;
}
.list-item h2 {
	font-size: 14px;
	line-height: 22px;
	text-align: center;
}
.list-item a span {
	height: 135px;
	width: 160px;
	overflow: hidden;
	display:block;
	text-align: center;	
}
.list-item a span img {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footer-container {
	margin: 0px;
}
#footer {
}
#footer p.copyright {
	margin: 0px;
	padding: 10px;
}
#footer a:hover, #footer a:active {
	color: #FFF;
}

blockquote {
	background-color: #FAFAFA;
	margin: 10px;
	padding: 10px;
	border: 1px dotted #CCC;
	color: #333;
}
td {
	vertical-align: top;
}
.no-widgets .content, .page-template-no-widgets .content {
	width:730px;
	float: left;
	padding-right: 10px;
	padding-left: 20px;
}
.feature-ll, .feature-lm, .feature-rm, .feature-rr  {
	border: 1px solid #2D4C8B;
}
.feature-ll, .feature-lm, .feature-rm {
	margin-right: 1px;	
}

.sd-outline {
	display: block;
	width: 148px;
	border: 1px solid #2D4C8B;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
