/*
Theme Name: The Catbird Seat
Description: Theme for The Catbird Seat 
Version: 1.0
Author: Stone Ward
*/
@font-face {
	font-family: "Trade Gothic LT Std Bold No. 2";
	src: url('TradeGothicLTStd-Bd2.eot');
	src: local('Trade Gothic LT Std Bold No. 2'), local('TradeGothicLTStd-Bd2'), url('TradeGothicLTStd-Bd2.woff') format('woff'), url('TradeGothicLTStd-Bd2.otf') format('opentype'), url('TradeGothicLTStd-Bd2.svg#TradeGothicLTStd-Bd2') format('svg');
}

body
{
	background: #000;
	font-family: Arial;
}

#container
{
	background: #fff;
}

#header
{
	width: 960px;
	margin: 0 auto;
	height: 102px;
	padding-top: 15px;
}

/* Nav stuff */

#nav-container
{
	background-color: #000;
	height: 36px;
}

#nav
{
	width: 960px;
	margin: 0 auto;
}

#nav ul
{
	display: inline;
	line-height: 36px;
	margin: 0;
	padding: 0;
}

#nav ul li
{
	display: inline-block;
	margin-right: 30px;
}

#nav a
{
	color: #fff;
	text-decoration: none;
}

#nav li.active
{
	border-left: 5px solid #90c556;
	padding-left: 10px;
}

#nav li.active a
{
	color: #90c556;
}

/* Main content area stuff */ 
#content-container
{
	background: url(images/content-gradient.jpg) repeat-y top center;
	min-height: 650px;
	height: auto !important;
	height: 650px;
}

#content
{
	width: 960px;
	margin: 0 auto;
	overflow: auto;
	padding-top: 20px;
	min-height: 400px;
}

#home-container
{
	overflow: auto;
	margin-bottom: 30px;
}

#recent-posts
{
	margin-top: 20px;
}

#recent-posts ul
{	
	border-top: 1px solid #90c556;
	border-bottom: 1px solid #90c556;
	padding: 10px 0;
	list-style-type: none;
}

#recent-posts li
{
	overflow: auto;
}

#recent-posts li.middle
{
	margin: 25px 0;
}

#recent-posts p
{
	margin: 0;
}

#recent-posts a
{
	color: #000;
	text-decoration: none;
}

#recent-posts small
{
	color: #888;
}

#recent-posts h5
{
	margin-bottom: .5em;
	margin-top: 1em;
}

#recent-posts .left
{
	float: left;
	margin-right: 8px;
	border-left: 8px solid #90c556;
}

#specialties
{
	margin-top: 20px;
}

#specialties ul
{
	display: inline;
	padding: 0;
	margin: 0;
}

#specialties ul li
{
	display: inline;
	float: left;
	margin-right: 10px;
}

#specialties a
{
	text-decoration: none;
}

#specialties h3
{
	padding: 4px 0 4px 10px;
	font-size: 1.2em;
	font-weight: bold;
}

#specialties h3 a
{	
	color: #fff;
	text-decoration: none;
}

h3.blue{  background-color: #0092dd;}
h3.green{ background-color: #90c556;}
h3.pink{  background-color: #e60078;}
h3.squash{background-color: #faa133;}

.blue{  color: #0092dd;}
.green{ color: #90c556;}
.pink{  color: #e60078;}
.squash{color: #faa133;}

/* Home slider */
#home-slider
{
	margin-top: 5px;
}

#myController span
{
	color:#888;
	margin-right:10px;
	cursor:pointer;
}

#jFlowSlide
{
	border: 10px solid #000;
}

#myController span.jFlowSelected 
{
	background: #000;
	color: #fff;
}

.jFlowControl, .jFlowPrev, .jFlowNext
{
	color: #ccc;
	padding: 4px 8px;
	cursor:pointer;
}


/* Blog Sidebar */
#sidebar
{
	float: right;
}

#sidebar ul
{
	list-style-type: none;
	padding: 0;
}

#sidebar h2
{
	font-size: 1.2em;
	margin-bottom: 6px;
	border-bottom: 1px solid #90c556;
	color: #90c556;
	padding-left: 10px;
}

#sidebar a:link,
#sidebar a:visited
{
	color: #818386;
	text-decoration: none;
	padding-left: 10px;
}

#sidebar a:hover
{
	color: #000;
}

#page-title
{
	height: 96px;
	background-color: #90c556;
	padding: 10px 20px;
	position: relative;
}

#page-title h1
{
	color: #fff;
	font-family: "Trade Gothic LT Std Bold No. 2", "Trade Gothic LT Std", Verdana, sans-serif;
	margin: 0;
	line-height: 40px;
	position: absolute;
	bottom: 0;
	font-size: 2.7em;
	text-transform: uppercase;
}

#page-sidebar ul
{
	margin: 15px 0 0 0;
	padding: 0;
}

#page-sidebar li
{
	list-style-type: none;
	margin-bottom: 12px;
	text-transform: uppercase;
}

#page-sidebar a:link, 
#page-sidebar a:visited
{
	color: #90c556;
	text-decoration: none;
	font-family: Arial;
	font-size: 1.2em;
	font-weight: bold;
}

#page-sidebar li.current_page_item a:link,
#page-sidebar li.current_page_item a:visited
{
	color: #000;
}

h3
{
	color: #90c556;
	border-bottom: 1px solid #90c556;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

#specialties h3
{
	border-bottom: 0;
}

h3 a
{
	color: #90c556;
	text-decoration: none;
}

.post-meta
{
	color: #aaa;
	font-size: .85em;
	margin-bottom: 8px;
}

.post-meta p
{
	float: right;
}

.post-meta p a:link,
.post-meta p a:visited
{
	color: #818386;
	text-decoration: none;
}

.post-meta p a:hover
{
	color: #000;
}

#catbirdimg, #page-title
{
	margin-bottom: 20px;
}

.post
{
	margin-bottom: 35px;
}

h2
{
	margin-bottom: .25em;
	line-height: 1.25em;
	color: #90c556;
}

#contact
{
	border-left: 8px solid #90c556;
	padding-left: 20px;
	font-size: 1.2em;
}

#contact a:link,
#contact a:visited
{
	color: #000;
	text-decoration: none;
}

#contact a:hover
{
	color: #90c556;
}

#contact address
{
	margin-top: 20px;
	font-style: normal;
}


img.post-header
{
	border-left: 10px solid #90c556;
	margin-bottom: 10px;
}

#footer
{
	padding-top: 15px;
	height: 50px;
	background: #000;
	text-align: center;
}

#footer p
{
	color: #aaa;
}

#page-body h1
{
	background: #90c556;
	color: white;
	padding: 10px;
	font-size: 2em;
	margin-bottom: 0.25em;
}

#social-media
{
	float: right;
}