/**
 * Theme Name: Hybrid News
 * Theme URI: http://themehybrid.com/themes/hybrid-news
 * Description: A news-style child theme of the Hybrid theme framework.
 * Version: 0.2
 * Author: Justin Tadlock
 * Author URI: http://justintadlock.com
 * Tags: blue, theme-options, threaded-comments, sticky-post, microformats, two-columns, three-columns, fixed-width
 * Template: hybrid
 *
 * Copyright (c) 2008 Justin Tadlock.  All rights reserved.
 * http://justintadlock.com
 *
 * Hybrid News is released under the GNU General Public License, version 2 (GPL).
 * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 */

/* Get base CSS */
@import url('../hybrid/library/css/20px.css');

/* Get plugins CSS */
@import url('../hybrid/library/css/plugins.css');

/* Get drop-downs CSS */
@import url('../hybrid/library/css/drop-downs.css');

/* Get tabs CSS (uncomment below line if using the Hybrid Tabs plugin) */
/* @import url('tabs.css'); */

/**
* Body
************************************************/
body {	-x-system-font:none;
		background: #eee;
		color:#000000;
		font: 62.5%/1.4 century gothic,segoe ui,tahoma,georgia,arial,verdana,sans-serif;
		font-size:62.5%;
		font-size-adjust:none;
		font-stretch:normal;
		font-style:normal;
		font-variant:normal;
		font-weight:normal;
		line-height:1.4;
		margin:0;
		padding:0;
	}

/* Body container */
#body-container {
	color: #1e1e1e; font-size: 1.25em; margin: 0 auto; width: 990px; overflow: hidden;
	}
	
#shadowTop {background: url(images/background/body_shadow_top.png) no-repeat 0 -10px; display: block; width: 990px; margin: 0 auto; display: block; height: 10px;}
#shadowContent {background: url(images/background/body_shadow_bg.png) repeat-y 0 0; padding: 2px 15px;}
#shadowBottom  {background: url(images/background/body_shadow_bottom.png) no-repeat 0 100%; height: 20px;}
#shadowBottom {background:url(images/background/body_shadow_bottom.png) no-repeat scroll 0 100% transparent;height:20px;margin:0 auto;width:990px;}
	

/**
* Elements
************************************************/

/* Links */
a, a:visited  {
	color: #0079C2;
	text-decoration: none;

	}
a:hover, a:active {
	color:#FF0000;
	}
.entry-content a {
	color: #336699;
        font-weight: bold;
        font-size: .9em;
	}
ol li {
	padding-bottom: 7px;
	}

/* Headers */
h1 {
	font-size:2em;
    line-height:120%;
}

h1, h2, h3, h4, h5, h6 {
	color: #444;
	}

h3 {
	font-size: 1.1em;
	font-weight: bold;
	color: #000;
}

h4 {
	font-size: 1em;
	font-style: italic;
}

/* Lists */
.content ul {
	list-style: none;
	margin-left: 20px;
	}
.content ul li {
	overflow: hidden;
	padding-left: 15px;
	background: url(images/bullet.gif) no-repeat 0 6px;
	}

/* Blockquotes */
blockquote {
	overflow: hidden;
	height: 100%;
	margin: 0 24px 0  0;
	padding: 3px 0 0 24px;
	font-style: italic;
	color: #444;
	border: none;
	}
blockquote blockquote {
	color: #555;
	}
blockquote em {
	font-style: normal;
	}
blockquote.pullquote {
	width: 210px;
	margin-top: 6px;
	margin-bottom: 3px;
	padding: 6px 9px;
	text-align: center;
	font: italic normal normal 20px/22px Georgia, Times, 'Times New Roman', serif;
	color: #444;
	background: transparent;
	border-top: 3px double #ddd;
	border-bottom: 3px double #ddd;
	}
.pullquote p {
	margin: 0;
	}

/* Code */
code {
	padding: 0 3px;
	font-size: 12px;
	background: #eee;
	}
pre {
	overflow: auto;
	padding: 9px;
	font-size: 12px;
	color: #000;
	background: url(images/code.png) repeat 0 0;
	border: 1px solid #ddd;
	}
pre code {
	padding: 0;
	background: transparent;
	}

/* Tables */
table {
	width: 100%;
	background: #ddd;
	}
caption {
	font: italic normal normal 12px/22px Verdana, Geneva, Tahoma, sans-serif;
	text-align: right;
	color: #666;
	}
tr {
	margin: 1px;
	border: 1px solid #ddd;
	}
td {
	padding: 3px;
	background: #f7f7f7;
	border: 1px solid #ddd;
	}
tr.alt td, tr.even td {
	background: #eee;
	}
th {
	padding: 3px;
	color: #fff;
	background: #093653;
	border: 1px solid #ddd;
	}
th a {
	font-weight: bold;
	color: #eee;
	}

/* Acronyms */
acronym {
	border-bottom: 1px dotted #333;
	}

/* Drop caps */
.drop-cap {
	float: left;
	margin-right: 3px;
	font: normal normal normal 48px/39px "Warnock Pro", "Goudy Old Style", Palatino,"Book Antiqua", Cambria, Georgia, serif;
	color: #444;
	}

/* Notes */
.note {
	padding: 6px 9px;
	background: #eee;
	border: 1px solid #ccc;
	}

/* Warnings/Alerts */
.warning, .alert {
	padding: 6px 9px;
	background: #fffbbc;
	border: 1px solid #E6DB55;
	}

/* Errors */
.error {
	padding: 6px 9px;
	background: #ffebe8;
	border: 1px solid #C00;
	}

/* Downloads */
.download {
	padding: 6px 9px;
	background: #e7f7d3;
	border: 1px solid #6c3;
	}

/* Alignment */
.left, .alignleft {
	float: left;
	margin: 0 20px 0 0;
	}
.right, .alignright {
	float: right;
	margin: 0 0 0 20px;
	}
.center, .aligncenter {
	display: block;
	margin: 0 auto 20px auto;
	}
.block, .alignnone {
	display: block;
	margin: 0 0 20px 0;
	}
.clear {
	clear: both;
	}
span.pullquote {
	float: none;
	margin: 0;
	}

/**
* Images
************************************************/
.post img {
	max-width: 600px;
	}

img.wp-smiley {
	max-height: 12px;
	margin: 0;
	padding: 0;
	border: none;
	}

/* Captions */
.wp-caption {
	max-width: 590px;
	padding: 4px 4px 4px 4px;
	background: #eee;
	border: 1px solid #ccc;
	text-align: center;
	}
.wp-caption .wp-caption-text {
	margin: 0;
	padding: 0 5px;
	text-align: right;
	font-size: 11px;
	color: #666;
	}
.wp-caption img {
	max-width: 588px;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #666;
	}

/* Gallery [gallery] */
.gallery {
	display: block;
	text-align: center;
	margin-bottom: 20px !important;
	}
.gallery img {
	border: 1px solid #3c738c;
	}

/* Author avatar */
.avatar {
	float: left;
	width: 60px;
	height: 60px;
	margin-right: 20px;
	padding: 4px;
	background: #eee;
	border: 1px solid #ccc;
	}

/* Thumbnail */
.thumbnail {
	display: none;
	max-width: 100px;
	max-height: 200px;
	margin: 60px 20px 10px 0;
	padding: 4px;
	background: #eee;
	border: 1px solid #ccc;
	}
.category img.medium {
	float: left;
	max-width: 230px;
	margin: 0 20px 10px 0;
	padding: 4px;
	background: #eee;
	border: 1px solid #ccc;
	}

/**
* Page Navigation
************************************************/
#navigation {
	-x-system-font:none;
    float:right;
    font-size:11px;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:normal;
    margin: 17px 0 5px 10px;
    overflow:hidden;
    padding:0;
    width:625px;
	}
#page-nav {
	padding:0 0 0 2px;
	}

#page-nav ul {
	float:left;
    padding:0;
	margin: 9px 0 0;        
	}

#page-nav a {
	color:#99CCFF;
    font-weight:bold;
    display:inline;
    margin:0;
    }
	
#page-nav ul li {
	display:inline;
	list-style:none outside none;
    margin:0;
    padding:0;
			}
	
#page-nav ul li.last-pagenav a {
    background:transparent;
}

#page-nav ul li a {
background:url(images/navs/utility_divider.jpg) no-repeat scroll 100% 50% transparent;
color:#003366;
font-weight:bold;
padding:7px 8px 7px 8px;
text-decoration:none;
}

#page-nav ul li a:hover, #utility ul li.current a {
color:#05A0C7;
text-decoration:none;
}

/* Drop-down styles */
#page-nav li:hover ul, #page-nav li.sfHover ul  {
	top: 18px;
	}
#page-nav li li:hover ul, #page-nav li li.sfHover ul, #page-nav li li li:hover ul, #page-nav li li li.sfHover ul  {
	top: -1px;
	}
#page-nav ul ul {
	border-top: 1px solid #222;
	background: #111;
	}
#page-nav li li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #222;
	}
#page-nav li li a {
	padding: 7px 7px;
	border: none;
	}

/**
* Search form (in navigation)
************************************************/
#navigation .search {
	float: left;
	margin: 0 0 0 0;
	vertical-align:baseline;
	}
#navigation input {
	background:none repeat scroll 0 0 #FFFFFF;
	border:1px solid #ACA89D;
	color:#666666;
	font-size:0.95em;
	font-weight:bold;
	margin:0 5px 0 0;
	padding:3px;
	font-family: century gothic,segoe ui,tahoma,georgia,arial,verdana,sans-serif;
	}
#navigation .search-submit, #navigation .button {
	background: transparent url(images/misc/search_btn.jpg) no-repeat scroll 0 0;
	color: transparent;
	padding: 8px 3px 4px 5px;
	margin: 0px 3px 3px 7px;
	vertical-align: middle;
	border: none;
	display: inline;
	font-size: 0;
	height:26px;
	}
	
#navigation .search-text {
	margin: 5px 0 0 10px;
	width:122px;
	}

/**
* Header
************************************************/
#header-container {
	overflow: hidden;
	height: 106px;
	
	}
#header {
	overflow: hidden;
	width: 960px;
	height: 100px;
	margin: 0px auto;
	padding: 10px 0 0 0;
	}
#site-title {
	float: left;
	display:block;
    height:100px;
    width:312px;
	}
#site-title a {
	float: left;
	background:#FFFFFF url(images/background/client_logo.jpg) no-repeat scroll 10px 50%;
    display:block;
    height:90px;
    width:320px;
	text-indent: -9999em;

	}
#site-description {
	display: none;
	}
#blog-header {
	background: transparent;
	width: 960px;
	height: 100px;
	margin: 0 auto 10px auto;
	display: none;
}

.phone {
	color:#005398;
	float:left;
	font-size:11px;
	margin:-28px 0 0 120px;
	text-align:right;
	width:180px;
}

#banner {
	background:url(images/background/banner_blue_orange_curvy_lines.jpg) no-repeat scroll 0 0 transparent;
	height:170px;
	margin:auto;
	overflow:hidden;
	width:100%;
}

#banner .leftPanel #tagline {
	color:#00CCFF;
	font-size:50px;
	font-weight:bold;
	line-height:100%;
	margin:0 0 9px;
}

#banner .leftPanel #subline {
	color:#FFFFFF;
	font-size:17px;
	line-height:120%;
	margin:-8px 0 0 2px;
	padding:4px 0;
	text-align:left;
	font-weight: bold;
}

#banner .rightPanel #sas {
height:32px;
margin-top:5px;
text-align:right;
}

#banner .rightPanel {
float:right;
margin:12px 30px 5px 10px;
overflow:hidden;
text-align:right;
width:310px;
}

#banner .rightPanel #callOut {
display:block;
float:right;
font-size:11px;
margin:5px 0 0 0;
overflow:hidden;
}

#banner .rightPanel #callOut ul {
float:right;
margin:0;
padding:0;
text-align:right;
width:100%;
}

#banner .rightPanel #callOut li.chat, #banner .rightPanel #callOut li.chat a:hover {
background:url(images/misc/callout_chat_now_hover.png) no-repeat scroll 0 0 transparent;
}

#banner .rightPanel #callOut li.quote, #banner .rightPanel #callOut li.quote a:hover {
background:url(images/misc/callout_get_quote_hover.png) no-repeat scroll 0 0 transparent;
}

#banner .rightPanel #callOut li.contact, #banner .rightPanel #callOut li.contact a:hover {
background:url(images/misc/callout_contact_us_hover.png) no-repeat scroll 0 0 transparent;
}

#banner .rightPanel #callOut li.chat a {
background:url(images/misc/callout_chat_now.png) no-repeat scroll 0 0 transparent;
}

#banner .rightPanel #callOut li.quote a {
background:url(images/misc/callout_get_quote.png) no-repeat scroll 0 0 transparent;
}

#banner .rightPanel #callOut li.contact a {
background:url(images/misc/callout_contact_us.png) no-repeat scroll 0 0 transparent;
}

#banner .rightPanel #callOut ul li {
display:inline;
float:right;
list-style:none outside none;
margin:0;
padding:0;
width:84px;
}

#banner .rightPanel #callOut ul li a {
background:url(images/misc/callout_chat_now.png) no-repeat scroll 0 0 transparent;
color:#FFFFFF;
display:block;
font-weight:bold;
padding:78px 5px 5px;
text-align:center;
}

#banner .leftPanel {
float:left;
font-family:century gothic,arial,sans-serif;
margin:28px 20px 5px 30px;
width:auto;
}

html > body #subNav {
background:none repeat scroll 0 0 #FF9933;
}

#subNav {
background:url(images/navs/subnav_bg.jpg) repeat-x scroll 0 0 transparent;
display:block;
margin:5px 0 0;
min-height:20px;
padding:3px 10px 3px 25px;
width:925px;
}

#subNav ul.parent {
margin:0;
padding:0;
position:relative;
width:100%;
}

#subNav ul.parent li {
display:inline;
list-style:none outside none;
margin:0 !important;
padding:3px;
}

#subNav ul.parent li a {
color:#333333;
display:inline;
font-weight:bold;
padding:0 20px 0 0;
}

#subNav ul.parent li a:hover {
color:#FFFFFF;

}

/**
* Header utility widget
************************************************/
#utility-header {
	overflow: hidden;
	float: right;
	width: 645px;
	height: 60px;
	margin: 60px 0 0 5px;
	}
#utility-header .widget {
	line-height: 19px;
	margin: 0;
	padding: 0;
	color: #aaa;
	background: transparent;
	border: none;
	}
#utility-header .widget-inside div, #utility-header .widget-inside img {
	float: right;
	}

/**
* Category Navigation
************************************************/
#cat-navigation {
	width: 630px;
	height: 32px;
	margin:9px 0px 0 0;
	font: normal normal bold 12px/12px ;
	float: right;
	}
#cat-nav {
	float: right;
	width: 617px;

	
	}
#cat-navigation ul {
	float:right;
    margin:0;
    padding:0 0 0 1px;
    width:100%;
	margin: 0 0 10px 0;
	}

#cat-navigation li a.first {
	background: url(images/navs/global_nav_first_off.jpg) no-repeat scroll 100% 0;
}

#cat-navigation li a.first:hover {
	background: url(images/navs/global_nav_first_on.jpg) no-repeat scroll 100% 0;
}

#cat-navigation li.first {
	background: url(images/navs/global_nav_first_on.jpg) no-repeat scroll 100% 0;
}

#cat-navigation li a.last {
	background:transparent url(images/navs/global_nav_last_off.jpg) no-repeat scroll 100% 0;
}

#cat-navigation li.last {
	width: 129px;
	background:transparent url(images/navs/global_nav_last_on.jpg) no-repeat scroll 100% 0;		
}

#cat-navigation li a.last:hover{
	background:transparent url(images/navs/global_nav_last_on.jpg) no-repeat scroll 100% 0;
 
}

#cat-navigation li {
	background:url(images/navs/global_nav_off.jpg) no-repeat scroll 0 0 transparent;
	display:inline;
	float:left;
	list-style:none outside none;
	margin:0;
	padding:0;
	width:122px;
}

#cat-navigation li:hover {
    background:transparent url(images/navs/global_nav_on.jpg) repeat-x scroll 0 0;
    color:#FFFFFF;
    display:block;
    float:left;
    font-weight:bold;
    height:32px;
    text-align:center;
    vertical-align:middle;
}

#cat-navigation a {
	background:url(images/navs/global_nav_off.jpg) no-repeat scroll 0 0 transparent;
	color:#FFFFFF;
	display:block;
	font-weight:bold;
	padding:12px 2px 9px;
	text-align:center;
	font-size: 12px;
	}

#cat-navigation a:hover {
	background: url(images/navs/global_nav_on.jpg) no-repeat scroll 0 0 transparent;	
}
	
/* Make sure page menu overlaps category menu */
#cat-nav ul.menu {
	position: relative;
	z-index: 98;
	}
#page-nav ul.menu {
	position: relative;
	z-index: 99;
	}

/**
* Subscribe/feed link (in navigation)
************************************************/
#cat-navigation #feed {
	width: 0px;
	float: right;
	display: none;
	}
#feed li {
	float: right;
	border: none;
	}
#feed li a {
	padding: 7px 18px 6px 0;
	background: url(images/feed-icon.png) no-repeat right 7px;
	}

/**
* Container (content/primary/secondary)
************************************************/
#container {
	overflow: hidden;
	width: 960px;
	margin: 0 auto;
	padding: 25px 0 20px 0;
	background: #fff;
	}
.page-template-no-widget #container, .primary-inactive.secondary-inactive #container {
	background: #fff;
	}

.content {
	overflow: hidden;
	float: left;
	width: 615px;
	padding: 0 20px 15px 20px;
	background: #fff;
	}
.page-template-no-widgets .content, .primary-inactive.secondary-inactive .content {
	width: 960px;
	padding: 0 0 20px 0;
	}

/**
* Posts
************************************************/
.post {
	clear: both;
	overflow: hidden;
	
	}
.single .post, .page .post {
	margin-bottom: 0;
	}
.page-template-blog .post, .page-template-quick-post .post {
	margin-bottom: 20px;
	}

/* Post title */
.entry-title {
	color: #231F20;
    margin: 0 6px 0;
	padding: 8px 8px 0px 8px;
	font-weight: bold;
	background:url(images/background/stick.png) no-repeat scroll 100% 0 transparent;
	border-top:medium none;
	}
.entry-title a {
	color: #222;
	}
.home .entry-title, .page-title, .page-template-blog .entry-title, .single-title, .error-404-title, .attachment-title {
	
	}
.page-title, .error-404-title {
	margin: 0 0 20px 0;
	}

/* Byline */
.byline {
	font-size: 1em;
	font-style: italic;
	color: #777;
	padding: 0 0 0 15px;
	}
.archive .byline, .search .byline {
	margin: 0 0 3px 0;
	}
.byline a {
	font-style: normal;
	}

/* Entry */
.entry-content, .entry-summary {
	overflow: hidden;
	font-size: 13px;
	padding: 0 20px 0 15px;
	}

/* Post meta data */
.entry-meta {
	clear: both;
	display: block;
	padding: 9px 0 0 0;
	font-size: 1em;
	font-style: italic;
	color: #777;
	border-top: 1px solid #ccc;
    text-align: right;
	margin:0 10px 20px 0;
	}
.entry-meta a {
	font-style: normal;
	}

/* Page links */
p.pages {
	font-weight: bold;
	}
p.pages a {
	margin: 0 2px;
	padding: 4px 12px;
	font-weight: normal;
	font-style: italic;
	color: #eee !important;
	background: #093653;
	border: 1px solid #eee;
	}

/* Series */
.series-title {
	font-size: 1.2em;
	}

/* Single-post author box */
.single .author-profile {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 9px 9px 0 9px;
	background: #f7f7f7;
	border: 1px solid #ccc;
	}
.single .author-profile p {
	margin: 0 0 9px 0;
	}
.single .author-profile .avatar {
	margin: 0 20px 9px 0;
	}

/* Page templates */
.author-profile {
	overflow: hidden;
	margin-bottom: 20px;
	display:none;
	}
.page-template-biography .author-profile {
	margin: 0;
	}
.author-profile .author-name {
	margin-bottom: 0;
	font-size: 1em;
	font-weight: bold;
	display: none;
	}
.post-box {
	overflow: hidden;
	margin-bottom: 20px;
	}

/* Archive templates */
.category-title, .tag-title, .date-title, .author-title, .search-title {
	font: normal normal bold 22px/22px georgia, times, 'times new roman', serif;
	}
.author-info, .category-info, .date-info, .tag-info, .search-info {
	overflow: hidden;
	margin: 0 0 20px 0;
	display: none;
	}

/* Attachments (post meta data) */
.attachment object {
	width: 100%;
	height: 100%;
	min-height: 400px;
	}
.attachment object.video {
	width: 100%;
	height: 360px;
	}
.attachment object.audio {
	width: 100%;
	}
.attachment-image .post-meta-data {
	clear: left;
	}
.attachment .download {
	display: block;
	margin-bottom: 20px;
	}
.attachment-icon, .mime-type-icon {
	height: 20px;
	margin-right: 10px;
	padding: 0;
	}
.attachment-application-octet-stream .video {
	height: 400px;
	margin-bottom: 20px;
	}

/* Breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	font-size: 11px;
	color: #666;
	}

/* WP PageNavi */
.wp-pagenavi {
	overflow: hidden;
	}
.wp-pagenavi .pages, .wp-pagenavi .current, .wp-pagenavi a, .wp-pagenavi .extend {
	float: left;
	margin: 0 6px 0 0;
	padding: 4px 12px;
	color: #eee !important;
	background: #093653;
	border: 1px solid #eee;
	}

/* Navigation links */
.navigation-links {
	overflow: hidden;
	}
.next, .previous {
	max-width: 50%;
	font-size: 13px;
	}
.previous {
	float: left;
	}
.next {
	float: right;
	text-align: right;
	}
#comments-template .paged-navigation {
	text-align: center;
	}
#comments-template .paged-navigation .page-numbers {
	padding: 3px 6px;
	font-style: italic !important;
	border: 1px solid #eee !important;
	}
#comments-template .paged-navigation .next, #comments-template .paged-navigation .prev {
	float: none;
	text-align: left;
	border: none !important;
	}

/**
* Widgets in general
************************************************/
.widget {
    line-height:120%;
    margin:0 0 15px 0;
    overflow:hidden;
	color: #333333;
		}
.widget-title {
	background:url(images/background/grey_gradient.png) repeat-x scroll 0 0 #CCCCCC;
	font-weight: bold;
	font-size:1.7em;
    line-height:150%;
	border:1px solid #333333;
    color:#333333;
    margin:0;
    padding:4px 5px 4px 15px;
	}
.widget-title a {
	color: #fff;
	}
.widget ul {
	display:block;
    margin:0;
    padding:0 0 10px 0;
	color: #333333;
	border-bottom: 1px solid #333333;
	}
.widget ul li {
	padding: 0 0 0 18px;
	
	}

.widget a {
	color: #333333;
	}

.widget a:hover {
	color: #05A0C7;
	}

.textwidget {
	font-size: 1em;
	border-right:1px solid #333333;
	border-left:1px solid #333333;
}

.textwidget p.normal {
        padding: 15px;
	border-bottom: 1px solid #333333;
}

.textwidget p a {
	color:#0079C2;
	text-decoration:none;
}

.textwidget ul li a {
	line-height: 120%;	
}

/* Widget search */
.widget-search .search-text {
	width: 300px;
	}

/* Widget categories */
.widget-categories img {
	position: relative;
	max-height: 16px;
	top: 1px;
	margin: 0;
	padding: 0;
	}

/**
* Content-area widgets (mostly utility widgets)
************************************************/
.content .widget {
	margin: 0;
	padding: 0;
	border: none;
	}
.content .widget-title {
	margin: 0 0 0 0;
	padding: 0 0 5px 0;
	font: normal normal bold 14px/20px georgia, times, 'times new roman', serif;
	color: #333333;
	background: transparent;
	border-bottom: 1px solid #ddd;
	}
.content .widget-title a {
	color: #333333;
	}
.page-template-widgets .content .widget {
	margin: 0 0 20px 0;
	}

/**
* Primary, Secondary, and Tertiary
************************************************/
#widget-container {
	float: right;
	width: 295px;
	margin: 0 10px 0 0;
	}
#primary {
	overflow: hidden;
	float: right;
	width: 295px;
	}
#secondary {
	overflow: hidden;
	clear: right;
	float: right;
	width: 153px;
	margin: 0 0 0 14px;
	}
#tertiary {
	overflow: hidden;
	float: right;
	width: 153px;
	}

#primary .widget ul li {
	background:url(images/background/arrow_blue.png) no-repeat scroll 8px 14px transparent;
	border-bottom:1px solid #EEEEEE;
	font-size:1.25em;
	font-weight:bold;
	margin:0;
	padding:8px 5px 8px 30px;
}
	
#primary .widget ul li:hover, #primary .widget li.current_page_item, #primary .widget li.current-cat {
	
	}

#primary ul hover {
	color:#99CCFF;
    }
	
#primary .widget ul ul {
	margin: 5px 0 0 0;
	}
#primary .widget ul li li {
	margin: 0 0 2px 0;
	padding: 0 0 2px 20px;
	border: none;
	}
#primary object {
	float: left;
	width: 300px;
	padding: 0;
	margin: 0 0 9px 0;
	}

/**
* Comments
************************************************/
#comments-template {
	margin-top: 20px;
	}

/* Comment headers */
#comments-number, #reply {
	font-size: 1.2em;
	}

/* Comments are closed */
.comments-closed {
	color: #666;
	font-style: italic;
	}

/* Comment list */
#comments-template ol {
	list-style: none;
	margin: 0;
	}

/* Individual comments */
#comments li {
	overflow: hidden;
	margin: 0 0 15px 0;
	padding: 15px 15px 0 15px;
	color: #333;
	background: #f7f7f7;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}
#comments li li, #comments li li li li, #comments li li li li li li {
	background: #fff;
	}
#comments li li li, #comments li li li li li {
	background: #f7f7f7;
	}

/* Avatar */
#comments li .avatar {
	width: 40px;
	height: 40px;
	float: left;
	margin-right: 20px;
	padding: 0;
	border: 1px solid #666;
	}

/* Comment meta data */
#comments .comment-author {
	font-weight: bold;
	}
#comments .comment-meta-data {
	margin-bottom: 15px;
	}

/* Comment text */
.comment-text {
	clear: left;
	font-size: 13px;
	}

/* Forms */
.text-input {
	display: block;
	padding: 3px 6px;
	width: 300px;
	font: 13px Arial, 'Helvetica Neue', Helvetica, sans-serif;
	}
.page-template-quick-post .text-input {
	width: 97.5%;
	}
#comments-template label {
	font: 13px Arial, 'Helvetica Neue', Helvetica, sans-serif;
	}
textarea {
	clear: left;
	display: block;
	width: 98%;
	font: 14px/20px Arial, 'Helvetica Neue', Helvetica, sans-serif;
	}
.button {
	width: 60px;
	margin-right: 9px;
	padding: 6px 9px;
	font: 13px Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-weight: bold;
	color: #eee;
	background: #001838;
	border: none;
	
	}
.button:hover {
	cursor: pointer;
	background: #093653;
	}
.search-form input {
	margin: 9px;
	}

/**
* Footer container (wraps Subsidiary and Footer)
************************************************/
#footer-container {
	overflow: hidden;
	clear: both;
	padding: 2px 0 0 0;
	background: #001838;
	}

/**
* Subsidiary
************************************************/
#subsidiary {
	overflow: hidden;
	width: 1000px;
	margin: 0 auto 14px auto;
	padding: 2px 0 0 0;
	}
#subsidiary .widget {
	overflow: hidden;
	float: left;
	width: 210px;
	margin: 0;
	padding: 15px 20px 0 20px;
	font: 12px/21px Arial, 'Helvetica Neue', Helvetica, sans-serif;
	color: #777;
	background: transparent;
	border: none;
	}
#subsidiary .widget-title {
	margin: 0 0 3px 0;
	padding: 0 0 3px 0;
	font-size: 15px;
	color: #bbb;
	background: transparent;
	border-bottom: 1px solid #072145;
	}
#subsidiary a {
	color: #aaa;
	}
#subsidiary .widget ul {
	margin-left: 0;
	}
#subsidiary .widget ul li {
	margin: 0 0 3px 0;
	padding: 0 5px 3px 5px;
	background: transparent;
	border-bottom: 1px solid #072145;
	}

/**
* Footer
************************************************/
#footer-container {
	width: 960px;
	overflow: hidden;
	clear: both;
	padding: 2px 0 0 0;
	background: #ffffff;
	margin: 0 auto;
	}
	
#footer {
	background:url(images/background/footer_top.jpg) repeat-x scroll 0 0 transparent;
	display:block;
	font-family:century gothic,arial,verdana,sans-serif;
	font-size:11px;
	margin:0 0;
	overflow:hidden;
	padding:30px 0 0;
	width:100%;
}

#footerWrapper {
	background:url(images/background/footer_bottom.jpg) repeat-x scroll 0 100% transparent;
	padding:0 0 20px;
}

#footerContent {
	margin:0 30px;
	overflow:hidden;
	padding:0;
	width:900px !important;
}
	
#footerNav {
	float:left;
	margin:0;
	overflow:hidden;
	width:720px;
}

#footerNav ul {
	float:left;
	list-style:none outside none;
	margin:0;
	overflow:hidden;
	padding:0;
	width:100%;
}

#footerNav ul li.levelTop ul li {
font-weight:normal;
margin-left:10px;
width:170px;
}

#footerNav ul li {
	margin-right:10px;
	width:170px;
	list-style:none outside none;
}

#footerNav ul ul a {
font-weight:normal;
}

#footerNav a {
	color:#333333;
	font-weight: bold;
}

#footerNav ul li.levelTop {
	float:left;
	font-weight:bold;
	margin-top:-15px;
}

#footerNav ul li.first {
	margin-top:0 !important;
}

#footerUtility {
	float:left;
	margin:0;
	overflow:hidden;
	width:170px;
}

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

#footerUtility ul li a {
	color:#333333;
	font-weight: bold;
}

#footerUtility ul li {
	color:#333333;
	width:170px;
}

#footerUtility ul li.socialMedia {
	float:left;
	margin-top:15px;
	width:40px;
}
	
ul.addtoany_list {
	display:inline;
	list-style-type:none;
	margin:0 !important;
	padding:0 !important;
	text-indent:0 !important;
	float: left;
}

#featured-posts-fp {
        width:603px; 
        height:257px; 
        border: 1px #93bbcd solid; 
        margin: 0 0 20px 5px;
}

#featured-posts-fp img {
        height:143px;
        max-width:189px;
        padding: 3px; 
        border-bottom: 1px solid #93bbcd;
        margin-bottom: 3px;
}

#featured-posts-fp span {
        font-size:1.1em;
        font-weight:bold;
        margin:0 7px 1px;
        text-transform:uppercase;
        color: #000000;
}

#featured-posts-fp p {
        font-size:1.3em;
        margin:0 7px 1px;
        color: #000000;
		line-height: 1.2em;
}

#featured-posts-fp a { 
        text-decoration:none;
}

#featured-posts-fp .highlighted {
        width:195px; 
        background: #ffffff; 
        height:249px; 
        float:left; 
        margin: 3px 0 3px 3px; 
        border: 1px #93bbcd solid;
}

#featured-posts-fp .highlighted:hover {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#FAFAFA none repeat scroll 0 0 ;
	border-color:#000000;
	text-decoration:none;
}

#featured-posts-widget {
        height: 494px; 
        background: #333333; 
        margin: 0 0 1px 0;
		border-bottom: 1px solid #333333;
}

#featured-posts-container ul {
	color:#333333;
	display:block;
	margin:0;
	padding:0 0 1px;
}

#featured-posts-widget a img {
        height:86px;
        width:120px;
        padding: 3px; 
        float:left;
        background: #FFFFFF;
		border-right:1px solid #CCCCCC;
}

#featured-posts-widget .f-title {
        font-size:1.3em;
        font-weight:bold;
        margin:7px 0 0 7px;
        text-transform:uppercase;
        color: #333333;
        line-height:25px;
}

#featured-posts-widget .f-description {
        font-size:1.1em;
        margin: 0 0 0 7px;
        width: 140px;
        float: left;
        color: #333333;
		line-height:115%;
}


#featured-posts-widget a { 
        text-decoration:none;
}

#featured-posts-widget .featured-wg {
        width:287px; 
        float:left; 
        margin: 0 0 1px; 
        border: 3px #CCCCCC solid;
		background: #ffffff;
}

#featured-posts-widget .featured-wg:hover {
        -moz-background-clip:border;
        -moz-background-inline-policy:continuous;
        -moz-background-origin:padding;
        border-color:#333333;
        text-decoration:none;
}

.meta-sep-comments, .entry-meta .comments-link {
	display: none;
	}

.comments-link {
        float: right;
        font-weight: bold;
        font-size: 14pt;
		margin:0 15px 5px 0;
}

#featured-posts-widget a img.head-shot {
        height:86px;
        width:80px;
        padding: 3px; 
        float:left;
        background: #FFFFFF;
		border-right:1px solid #CCCCCC;
}
