/*=============================================================================*/ 
/* SABRECAST.COM */

/* 
TITLE:  SabreCast 1.0
DESCRIPTION: The original SabreCast layout
CREATED: 8/17/08
UPDATED: 9/17/11
AUTHOR: Mike Spencer
AUTHOR URL: www.blackmountainside.com
*/


/*-----------------------------------------------------------------------------*/
/* BASIC STYLES */

html
{	font-size: 75%; }

body 
{	font: 1em/1.6em Helvetica Neue, Helvetica, Arial, sans-serif;
	color: #333;
	padding: 0 0 20px 0; 
	margin: 0;
	background: #f0f0f0; }

a:link
{ 	color: #002D62; }

a:visited 
{	color: #777; }

a:hover 
{ 	color: #006BE9; }

acronym, abbr
{	cursor: help; }

blockquote
{	font-style: italic;
	margin: .8em 0 .8em 0;
	padding: 10px;
	background: #ededed;
	border: 1px solid #c8c8c8; }

blockquote p
{	margin: 0; }
	
blockquote em
{	font-style: normal; }

h1, h2, h3, h4
{	color: #002D62; }

h1 
{ 	font-size: 2.0em;
	margin: 1.25em 0 .5em 0; }

h2 
{ 	font-size: 1.66em; 
	margin: 1em 0 .5em 0; }

h3 
{ 	font-size: 1.33em; 
	margin: .75em 0 .5em 0; }

h4, h5, h6 
{ 	font-size: 1em; 
	margin: .5em 0 0 0; }
	
hr
{	color: #fff;
	margin: 1em 0;
	height: 1px;
	background: #fff;
	border: 0;
	border-bottom: 1px dotted #888; }

input, select, textarea
{	color: #666;
	font: 1em/1.4em Helvetica Neue, Helvetica, Arial, sans-serif;
	padding: 2px;
	border: 1px solid #C8C8C8; }

input[type="submit"]
{	font-weight: bold;
	color: #002D62;
	text-transform: uppercase;
	padding: 1px 2px;
	background: #ddd url(images/template/btn_bg.png) repeat-x left top;
	border: 1px solid #ccc;
	overflow: auto;
	cursor: pointer; }

p, ul, ol, dl
{ 	margin-top: .5em;
	margin-bottom: 1em; }

ul
{	list-style-image: url(images/template/bullet.gif); }

dt
{	font-weight: bold;
	margin-top: 10px;
	padding-left: 15px;
	background: url(images/template/bullet.gif) no-repeat left 5px; }

dd
{	margin: 0;
	padding-left: 15px; }

small 
{	font-size: .95em; }


/*-----------------------------------------------------------------------------*/
/* BASIC CLASSES */


/*******************************************************************************/
/* Clears */

.clear
{	clear: both; }

.clearLeft 
{	clear: left; }

/*******************************************************************************/
/* Floats */

.floatLeft, .alignleft
{	position: relative;
	float: left; }

.floatRight, .alignright
{	position: relative;
	float: right; }

/*******************************************************************************/
/* Data Table */

.data
{	margin: .5em 0 1em 0;
	border-collapse: collapse;
	border: 1px solid #444; }

.fullWidth
{	width: 100%; }

.data .right
{	text-align: right; }

.data .center
{	text-align: center; }

.data th, .data td
{	font-size: .95em;
	line-height: 1.5em;
	vertical-align: top;
	text-align: left;
	padding: 3px 10px;
	border-right: 1px dotted #444;
	border-bottom: 1px solid #444; }

.data th
{	color: #fff;
	background: #999;
	border-right: 1px dotted #444;
	border-bottom: 1px solid #444; }

.data th.subhead
{	color: #444;
	background: #ddd; }

.data tr.a td
{	background: #eee; }


/*-----------------------------------------------------------------------------*/
/* LAYOUT STYLES */

#container 
{	position: relative;
	margin: 10px auto;
	padding: 5px;
	width: 950px;
	background: #fff;
	border: 1px solid #ccc; }

/*******************************************************************************/
/* Header */	

#header 
{	font-size: 14px;
	padding: 58px 30px 0 30px;
	height: 192px;
	background: url(images/template/header_bg.png) no-repeat left top; }

#header h1
{ 	margin: 0 0 5px 0; }

#header p
{	margin: 0; }
	
#header img
{	border: 0; }

/*******************************************************************************/
/* Navigation */

#nav
{	font-size: 14px;
	text-transform: lowercase;
	margin: 0 auto;
	padding: 10px 40px 10px 30px;
	background: #eee;
	border-top: 1px solid #002D62;
	border-bottom: 1px solid #002D62; }

#nav ul
{	list-style: none;
	margin: 0;
	padding: 0; }

#nav li
{	display: inline; }

#nav a
{	font-weight: bold;
	text-decoration: none;
	padding: 10px;
	margin: 0 10px 0 0; }

#nav a:link, #nav a:visited
{	color: #002D62; }

#nav a:hover
{	color: #006BE9; }

#nav a em
{	font-style: normal; }

/*******************************************************************************/
/* Search */	

#nav #searchform
{	float: right;
	font-size: 12px;
	margin: 0;
	padding: 0; }

#searchform input#s
{	padding: 2px;
	width: 130px;
	border-right: 0; }


/*******************************************************************************/
/* Content */

#content
{	padding: 30px 40px;
	background: #fff;
	border-bottom: 1px solid #333; }

/*******************************************************************************/
/* Posts */

#posts
{	position: relative;
	float: left;
	width: 580px; }

.post
{	padding-bottom: 30px; }

#posts h1
{	margin: 0 0 .75em 0; }

.title 
{	margin: 0 0 .75em 0; }

.title a:link, .title a:visited, .title a:hover
{	color: #002D62;
	text-decoration: none; }

.title a:hover
{	color: #004699; }

#posts img, #posts .wp-caption
{	padding: 5px;
	background: #fff;
	border: 1px solid #c8c8c8; }

#posts .alignleft
{	margin: 5px 10px 5px 0; }

#posts .alignright
{	margin: 5px 0 5px 10px; }

#posts .wp-caption
{	padding: 5px 0; }

#posts .wp-caption p
{	line-height: 120%;
	margin: 0;
	padding: 0 5px; }

#posts .wp-caption img
{	padding: 0 5px;
	border: 0; }

.date, .meta, .navigation
{	font-size: .95em;
	color: #888;
	line-height: 1.6em; }

p.date
{	margin: -.5em 0 .5em 0; }

.meta
{	padding: 5px 0 0 0;
	border-top: 1px dotted #c8c8c8;; }

.commentslink
{	padding-left: 18px;
	background: url(images/template/commentslink_bg.gif) no-repeat left center; }

/* COMMENTS *******************************************************************/

#comments, #respond 
{	margin: 1.5em 0 .5em 0;
	padding-bottom: 5px; }

.commentlist 
{	list-style: none;
	margin: 0;
	padding: 0;
	background: #ddd;
	border-top: 5px solid #888; }

.commentlist li 
{	padding: 10px 15px 5px 15px;
	border-bottom: 1px solid #888; }
	
.commentlist li.alt
{	background: #f4f4f4; }

.commentlist img.avatar
{	float: right;
	margin-left: 10px;
	padding: 3px;
	background: #fff; }

.commentlist cite
{	font-weight: bold;
	font-style: normal;
	padding-left: 18px;
	background: url(images/template/commentslink_bg.gif) no-repeat center left; }

.commentmetadata
{	margin-top: 2px;
	padding-top: 2px;
	border-top: 1px dotted #888;
	display: block; }

.commentlist small
{	display: block;  }

#commentform
{	padding: 10px 15px;
	margin: 0;
	background: #ddd;
	border-top: 5px solid #888;
	border-bottom: 1px solid #888; }

#commentform p
{	margin: 5px 0px; }

#commentform textarea
{	width: 434px; }

/*******************************************************************************/
/* Sidebar */	

#sidebar
{	float: right;
	line-height: 1.4em;
	width: 240px; }

#sidebar .topic
{	margin-bottom: 20px; }

#sidebar .topic h3
{	padding: 8px 15px 6px 15px;
	margin: 0px;
	background: #ededed;
	border: 1px solid #ccc;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px; }

#sidebar p, #sidebar ul, #sidebar .cloud
{	margin: 0;
	padding: 10px 15px;
	border: 1px solid #ccc;
	border-top: 0; }

#sidebar p
{	padding-bottom: 15px; }

#sidebar ul
{	padding-left: 32px; }

#sidebar li
{	margin-bottom: 5px; }

#sidebar .cloud a
{	text-decoration: none; }

#sidebar a:link, #sidebar a:visited 
{ 	color: #004699; }

#sidebar a:hover 
{ 	color: #002D62; }

#sidebar #profile a
{	font-weight: bold;
	font-size: 1.25em;
	color: #fff;
	text-decoration: none;
	margin: 7px -15px 0 -15px;
	padding: 5px 15px;
	background: #002D62;
	display: block; }

#sidebar #profile a:link, #sidebar #profile a:visited
{	color: #fff; }

#sidebar #profile a:hover
{	background: #006BE9; }

/*******************************************************************************/
/* Footer */	

.footer
{	font-size: .95em;
	color: #666;
	clear: both; }

.footer a:link, .footer a:visited
{	color: #444; }

.footer a:hover
{	color: #666; }

#footer
{	padding: 15px 20px;
	background: #EDEDED; }

#footer dl
{	padding: 5px 0;
	margin: 0;
	border-top: 1px dotted #ccc; }

#footer dl.top
{	border: 0; }

#footer dt
{	font-weight: bold;
	margin: 0;
	padding: 0;
	background: none; 
	display: inline; }

#footer dd
{	padding-left: 15px;
	margin: 0;
	background: url(images/template/arrow.gif) no-repeat 5px 5px;
	display: inline; }

#copyright
{	padding: 10px 20px;
	background: #c8c8c8;
	border-top: 1px solid #999;
	clear: left; }

