/**
 * Theme Name: HKA Narrow
 * Theme URI: http://themehybrid.com/themes/hka-narrow
 * Description: A news-style child theme of the Hybrid theme framework.
 * Version: 0.1
 * Author: Flo Wolf
 * Author URI: http://wolfworksusa.com
 * Tags: blue, theme-options, threaded-comments, sticky-post, microformats, two-columns, three-columns, fixed-width
 * Template: hybrid
 *
 * Copyright (c) 2010 Wolfworks.  All rights reserved.
 *  *
 * HKA Narrow 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'); */

/* Color scheme
/* blue #0C2C5D
/* mustard #EBCD73
/* tan #F8EFD2
/* light tan #FCFBF5
/* maroon #801B17
/* red #E72D5A
*/

/**
* Body
************************************************/

body {
	background: #FCFBF5 url(images/body-bg.gif) repeat-x scroll 0 0;
	color: #0C2C5D !important;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size:12px/22px;
	margin:10px 0 20px;
	}

/* Body container */
#body-container {
	}

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

/* Links */
a, a:visited {
	color:#801B17;
	text-decoration:none;
	}
a:hover, a:active {
text-decoration:underline;
	}
.consumer-box-title a {
	color:#FFFFFF;
	text-decoration:none;
	font-weight: bold;
}
.consumer-box-title a:hover, a:active {
	text-decoration:underline;
}
.commercial-box-title a {
	color:#ffffff;
	text-decoration:none;
	font-weight: bold;
}
.commercial-box-title a:hover, a:active {
	text-decoration:underline;
}
.consumer-box-widget a {
	color: #EBCD73;
	border-bottom: none;
}
.consumer-box-widget a:visited {
	color: #EBCD73;
	border-bottom: none;
}
.consumer-box-widget a:hover, .consumer-box-widget a:active {
	color: #EBCD73;
	border-bottom: none;
}
.commercial-box-widget a {
	color: #EBCD73;
	border-bottom: none;
}
.commercial-box-widget a:visited {
	color: #EBCD73;
	border-bottom: none;
}
.entry-content a {
	color: #801B17;
	}
/*moved all a selectors for boxes to bottom*/

/* Headers */
h1, h2, h3, h4, h5, h6 {
	color:#444444;
}
/* Lists */
.content ul {
	list-style: none;
	margin-left: 20px;
	/*list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-left:0;
	*/
	}
.content ul li {
	background:transparent url(images/bullet.png) no-repeat scroll 0 6px;
	overflow:hidden;
	padding-left:15px;
	}
.no-link ul {
	list-style: none;
	margin-left: 20px;
	}
.no-link ul li {
	background:transparent url(images/no-link-bullet.png) no-repeat scroll 0 6px;
	overflow:hidden;
	padding-left:15px;
}
/* Blockquotes */
blockquote {
	background:transparent url(images/quotes.gif) no-repeat 0 0;
	border:medium none;
	color:#444444;
	font-style:italic;
	height:100%;
	margin:0 24px 0 0;
	overflow:hidden;
	padding:3px 0 0 24px;
	}
blockquote blockquote {
	color:#555555;
	}
blockquote em {
	font-style:normal;
	}
blockquote.pullquote {
	background:transparent none repeat scroll 0 0;
	border-bottom:3px double #DDDDDD;
	border-top:3px double #DDDDDD;
	color:#444444;
	font: italic normal normal 20px/22px Georgia, Times, 'Times New Roman', serif;
	line-height:22px;
	margin-bottom:3px;
	margin-top:6px;
	padding:6px 9px;
	text-align:center;
	width:210px;
	}
.pullquote p {
	margin:0;
	}

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

/* Tables */
table {
	background-color:#F8EFD2;
	width:100%;
	margin-top: 20px; /*added to put space after paypal button*/
	}
caption {
	font: italic normal normal 12px/22px Verdana, Geneva, Tahoma, sans-serif;
	text-align: right;
	color: #666;
	}
tr {
border:1px solid #DDDDDD;
margin:1px;
	}
td {
	padding: 3px;
	background-color: #F8EFD2;
	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 #333333;
	}

/* 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: #EBCD73;
	}

/* Notes */
.note {
	padding: 5px;
	background: #F8EFD2;
	border: 1px solid #ccc;
	line-height: 2.1em;
	margin: 10px 0 10px 0;
}

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

/* 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;
	}
.block, .alignnone {
	display:block;
	margin:0 0 20px;
	}
.clear {
	clear:both;
	}
span.pullquote {
	float:none;
	margin:0;
	}

/**
* Images
************************************************/
.post img {
	max-width:600px;
	}
img.wp-smiley {
	border:medium none;
	margin:0;
	max-height:12px;
	padding:0;
	}
.wp-caption {
	max-width: 590px;
	padding: 4px 4px 4px 4px;
	background: #eee;
	border: 1px solid #ccc;
	text-align: center;
	}
.wp-caption .wp-caption-text {
	color:#666666;
	font-size:11px;
	margin:0;
	padding:0 5px;
	text-align:right;
	}
.wp-caption img {
	border:1px solid #666666;
	margin:0 auto;
	max-width:588px;
	padding:0;
	}

/* Gallery [gallery] */
.gallery {
	display:block;
	margin-bottom:20px !important;
	text-align:center;
	}
.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 {
	background: #eee;
	border:1px solid #CCCCCC;
	float:left;
	height:100px;
	margin:0 15px 10px 0;
	padding:4px;
	width:100px;
	}
.category img.medium {
	background:#EEEEEE none repeat scroll 0 0;
	border:1px solid #CCCCCC;
	float:left;
	margin:0 20px 10px 0;
	max-width:230px;
	padding:4px;
	}
	

/*No search box at top right of page on page nav bar
 */
/**
* Search form (in navigation)
************************************************/
#navigation .search {
	display: none;
	}
#navigation input {
	display: none;
	}
#navigation .search-submit, #navigation .button {
	display:none;
	}

#header-container {
	background:transparent none repeat scroll 0 0;
	overflow:hidden;
         clear:both;
	}
#header {
	background:#0C2C5D url(images/masthead.jpg) no-repeat;
	border-color:-moz-use-text-color #999999;
	border-style:none solid;
	border-width:medium 1px;
	height:120px;
	margin:0 auto;
	overflow:hidden;
	padding:0;
	position:relative;
	width:938px;
	}
#site-title {
	margin:0;

	}
#site-title a {
	background:transparent url(images/site-title-bg.png) no-repeat 0 0;
	border-bottom:none;
	font-family:georgia,serif;
	font-size:28px;
	height:90px;
	left:5px;
	line-height:35px;
	position:absolute;
	text-indent:-9999px;
	top:15px;
	width:200px;
	}
#site-description {
	background:transparent url(images/subtitle-bg.png) no-repeat scroll 0 0;
	height:65px;
	left:200px;
	padding:0;
	position:absolute;
	text-indent:-9999px;
	top:30px;
	width:433px;
	}
#utility-header .widget {
	background:transparent none repeat scroll 0 0;
	border:medium none;
	color:#EBCD73;
	line-height:19px;
/*	margin:35px 20px 0 0;
*/	padding:0;
	}
#utility-header .widget-inside div, #utility-header .widget-inside img {
	float:right;
	}
	
/**
* Page Navigation
************************************************/
#navigation {
	background:none;
	font-family:arial,Verdana,Tahoma,sans-serif;
	font-size: 12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:12px;
	padding:0;
	text-transform:uppercase;
	}
#page-nav {
	background:#F8EFD2;
/*	border-bottom:4px solid #F8EFD2;*/
/*	border-left:1px solid #999999;
	border-right:1px solid #999999;
*/	height:20px;
	margin:0 auto;
	padding:0;
	width:938px;
	}
#page-nav ul {
	list-style-image:none;
/*	list-style-position:outside;
*/	list-style-type:none;
	}
#page-nav li {
	float:left;
	}

/* Drop-down styles */
#page-nav a {
	color:#0C2C5D;
	display:block;
	margin:0 15px 0 5px;
	padding: 4px 7px;
	text-transform:uppercase;
/*	border-right: 1px solid #353535;
*/	border-bottom: none;
	}
#page-nav a:hover {
	color:#0C2C5D;
/*	text-decoration:none;
*/	}
#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 {
	background:#F8EFD2 none repeat scroll 0 0;
	margin-top:1px;
	}
#page-nav li li {
	background:#F8EFD2 none repeat scroll 0 0;
	border-top:1px solid #293088;
	margin:0;
	padding:0;
	text-align:center;
	}
#page-nav li li a {
	border-right:medium none;
	padding:7px 8px;
	}
	
/**
* Category Navigation
************************************************/
#cat-navigation {
	background:none;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:12px;
	padding:0;
	text-transform:uppercase;
	}
#cat-nav {
	background:#EBCD73;
	border-bottom:4px solid #EBCD73;
/*	border-left:1px solid #999999;
	border-right:1px solid #999999;
*/	height:20px;
	margin:0 auto;
	padding:0;
	width:938px;
	}
#cat-navigation ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	}
#cat-navigation li {
/*	border-right:1px solid #EBCD73;
*/	float:left;
	}
/* Drop-down styles */
#cat-navigation a {
	color:#0C2C5D;
	display:block;
	padding:6px 30px 4px 10px;
	text-transform:uppercase;
	border-bottom: none;
	}
#cat-navigation li li a {
	background:#EBCD73;
	border-top:1px solid #F8EFD2;
	color:#OC2C5D;
	font-family:Verdana,Geneva,Tahoma,sans-serif;
	font-size:10px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:10px;
	padding:8px 10px;
	width:160px;
	}

/* Drop-down controls */
#cat-nav ul ul, #cat-nav ul ul ul {
	width:180px;
	}
#cat-nav li li:hover ul, #cat-nav li li li:hover ul {
	left:180px;
	}
#cat-nav li:hover ul, #cat-nav li.sfHover ul {
/*	top:2.05em;
 */	top:1.8em;
	}
#cat-nav li li:hover ul, #cat-nav li li.sfHover ul, #cat-nav li li li:hover ul, #cat-nav li li li.sfHover ul {
	top:0;
	}
#cat-nav ul ul {
	background:#EBCD73;
	}

/* 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)
************************************************/
/* don't show the rss feed on the menu bar */
/*
#cat-navigation #feed {
	float:right;
	width:180px;
}
#feed li {
	border:medium none;
	float:right;
}
#feed li a {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(images/feed-icon.png) no-repeat scroll right 7px;
	padding:7px 18px 6px 0;
}
*/
/**
* Container (content/primary/secondary)
************************************************/
#container {
	background:#FFFFFF none repeat scroll 0 0;
	margin:0 auto;
	min-height:500px;
	overflow:hidden;
	padding:20px;
	position:relative;
	width:898px;
	z-index:97;
	}
.page-template-no-widget #container, .primary-inactive.secondary-inactive #container {
	background:#FFFFFF none repeat scroll 0 0;
	}
/*made content 600px instead of 620 px wide to add margin
 */
.content {
	background:#FFFFFF none repeat scroll 0 0;
	float:left;
	overflow:hidden;
	padding:0;
	width:600px;
	margin-left: 10px;
	}
.page-template-no-widgets .content, .primary-inactive.secondary-inactive .content {
	padding:0 0 20px;
	width:898px;
	}

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

/* Post title */
.entry-title {
	margin-bottom: 3px;
	font: 15px/18px georgia, times, 'times new roman', serif;
	font-weight: bold;
	}
.entry-title a {
	color:#222222;
	border-bottom: none;
	}
.home .entry-title, .page-title, .page-template-blog .entry-title, .single-title, .error-404-title, .attachment-title {
/*	border-bottom:3px solid #F4F4F4;
*/	font-size:22px;
	line-height:22px;
	padding-bottom:5px;
	}
.page-title, .error-404-title {
	border-bottom:2px solid #F4F4F4;
	margin:0 0 20px;
	padding-bottom:5px;
	}
.page-title a {
	border-bottom:none !important;
	}
.post-title a{
    border-bottom: none;
}

/* Byline */
.byline {
	color:#777777;
	font-size:0.9em;
	font-style:italic;
	}
.archive .byline, .search .byline {
/*comment out?*/
	margin: 0 0 3px 0;
	}
.byline a {
	font-style:normal;
	}

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

/* Post meta data */
.entry-meta {
/*comment out?*/
	border-top:1px solid #CCCCCC;
	clear:both;
	color:#777777;
	display:block;
	font-size:0.9em;
	font-style:italic;
	padding:9px 0 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 {
	background:#F7F7F7 none repeat scroll 0 0;
	border:1px solid #CCCCCC;
	margin:0 0 20px;
	overflow:hidden;
	padding:9px 9px 0;
	}
/*Do not show author of posts anywhere*/
/*
.single .author-profile p {
	margin:0 0 9px;
	}
.single .author-profile .avatar {
	margin:0 20px 9px 0;
	}
*/

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

/* Archive templates */
.category-title, .tag-title, .date-title, .author-title, .search-title {
	border-bottom:2px solid #F4F4F4;
	font-size:22px;
	font-weight:bold;
	line-height:22px;
	padding-bottom:5px;
	}
.author-title{
	display:none;
	}
.author-info, .category-info, .date-info, .tag-info, .search-info {
	margin:0;
	overflow:hidden;
	}
.author-info{
	display:none;
	}
.post-box {
	overflow: hidden;
	margin-bottom: 20px;
	}

/* Attachments (post meta data) */
.attachment object {
	height:100%;
	min-height:400px;
	width:100%;
	}
.attachment object.video {
	height:360px;
	width:100%;
	}
.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 {
	display:none;
	background:#F4F4F4 none repeat scroll 0 0;
	color:#666666;
	font-size:11px;
	margin:0 0 20px;
	padding:3px 3px 2px;
	}
/* 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 {
	display: none;
/*	overflow: hidden;
	height: 100%;
*/	}
.next, .previous {
	display: none;
/*	font-size:13px;
	max-width:50%;
*/	}
.previous {
	display: none;
/*	float:left;
*/	}
.next {
	display: none;
/*	float:right;
	text-align:right;
*/	}

#comments-template .paged-navigation {
	text-align:center;
	}
#comments-template .paged-navigation .page-numbers {
	border:1px solid #EEEEEE !important;
	font-style:italic !important;
	padding:3px 6px;
	}
#comments-template .paged-navigation .next, #comments-template .paged-navigation .prev {
	float:none;
	text-align:left;
	border:none !important;
	}

/**
* Widgets in general
************************************************/
.widget {
	margin:0 0 20px;
	overflow:hidden;
	border: 1px solid #ddd; /* change to desired color. */
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	}

.widget-title {
/*	background:transparent url(images/widget-title-bg.png) no-repeat scroll 0 0;
*/
	background-color: #F8EFD2;
	color: #0C2C5D;
/*	font-family: 15px verdana, geneva, tahoma, sans-serif;
	font-weight: bold;
	line-height:28px;
	height:26px;
*/	font-family: arial, verdana, tahoma, sans-serif;
	font-weight: bold;
	font-size: 15px;
	line-height: 25px;
/*	line-height:25px;
	height:23px;
*/	margin:0 0 5px 0;
	padding: 0 10px;
	text-transform: uppercase;
	}

.widget-title a {
	color:#F7F7F7;
	}
.widget ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0 0 5px 0;
	}
.widget ul li {
	background: transparent url(images/bullet.png) no-repeat scroll 3px 7px;*/
	margin-top:40px;
	padding:0 0 0 18px;
	}

/* Widget search */
.widget-search .search-text {
	margin-right:10px;
	margin-top:10px;
/*
width: 190px;
*/
width:150px;
	}

/* Widget categories */
.widget-categories img {
	margin:0;
	max-height:16px;
	padding:0;
	position:relative;
	top:1px;
	}
/**
* Content-area widgets (mostly utility widgets)
************************************************/
.content .widget {
	border: none;
	margin:0;
	padding:0;
	}
.content .widget-title {
	background:transparent none repeat scroll 0 0;
	border-bottom:2px solid #F4F4F4;
	color:#333333;
	font-size:22px;
	font-weight:bold;
	line-height:26px;
	margin:0 0 20px;
	padding:0 0 5px;
	}
.content .widget-title a {
	color:#093653;
	}
.page-template-widgets .content .widget {
	margin:0 0 20px;
	}

/**
* Primary, Secondary, and Tertiary
************************************************/
#widget-container {
	float:right;
	width:260px;
	}
#widget-container a, a:visited {
		border-bottom: none;
}
#primary {
	float:right;
	overflow:hidden;
	width:260px;
	}
#secondary {
	clear:right;
	float:right;
	margin:0 0 0 14px;
	overflow:hidden;
	width:120px;
	}
#secondary .widget ul li {
	margin:0;
	padding:0 5px 0 25px;
}
#tertiary {
	float:right;
	margin:0px;
	overflow:hidden;
	width:120px;
	}
#tertiary .widget ul li {
	margin:0;
	padding:0 5px 0 25px;
}
#primary .widget ul li {
	background:transparent url(images/bullet.png) no-repeat scroll 10px 6px;
/*	border-bottom:1px solid #EEEEEE;
	margin:0 0 5px;*/
	margin:0;
	padding:0 5px 0 25px;
/*	border-color:-moz-use-text-color #DDDDDD #DDDDDD;
	border-style:none solid solid;
	border-width:medium 1px 1px;
*/	
	}

#primary .widget ul ul {
	margin:5px 0 0;
	}
#primary .widget ul li li {
	border:medium none;
	margin:0 0 2px;
	padding:0 0 2px 20px;
	}
#primary object {
	float:left;
	margin:0 0 9px;
	padding:0;
	width:300px;
	}
.textwidget {
/*background:transparent url(images/bullet.png) no-repeat scroll 5px 7px;*/
/*	border-bottom:1px solid #EEEEEE;
*/	margin:0 0 5px;
	padding:0 5px 10px 5px;
/*	border-color:-moz-use-text-color #DDDDDD #DDDDDD;
	border-style:none solid solid;
	border-width: medium 1px 1px;
*/	}

/**
* Comments 
************************************************/
/*commented out with display none */
#comments-template {
	display:none;
	margin-top:20px;
	}

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

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

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

/* Individual comments */
#comments li {
	background:#F7F7F7 none repeat scroll 0 0;
	border-bottom:1px solid #DDDDDD;
	border-top:1px solid #DDDDDD;
	color:#333333;
	margin:0 0 15px;
	overflow:hidden;
	padding:15px 15px 0;
	}
#comments li li, #comments li li li li, #comments li li li li li li {
	background:#FFFFFF none repeat scroll 0 0;
	}
#comments li li li, #comments li li li li li {
	background:#F7F7F7 none repeat scroll 0 0;
	}

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

/* 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;
	font: 13px Arial, 'Helvetica Neue', Helvetica, sans-serif;
	padding:3px 6px;
	width:300px;
	}
.page-template-quick-post .text-input {
	width:97.5%;
	}
#comments-template label {
	font: 13px Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size-adjust:none;
	}
textarea {
	clear: left;
	display: block;
	width: 98%;
	font: 14px/20px Arial, 'Helvetica Neue', Helvetica, sans-serif;
	}
.button {
	width: 100px;
	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-right: 9px;
	}

/**
* Footer container (wraps Subsidiary and Footer)
************************************************/
#footer-container {
	clear:both;
	overflow:hidden;
	padding:0;
	}
#footer-container a, a:visited {
    border-bottom: none;
}
/**
* Subsidiary
************************************************/
#subsidiary {
	background:#EBCD73;
	border-color:#EBCD73;
	border-style:solid solid none;
	border-width:1px 1px medium;
	margin:0 auto;
	overflow:hidden;
	padding:0;
	width:938px;
	}
#subsidiary .widget {
	background:#EBCD73;
	border:medium none;
	color:#0C2C5D;
	float:left;
	font-size:11px;
	line-height:20px;
	margin:0;
	overflow:hidden;
	padding:15px 20px 0;
	width:29%;
	}
#subsidiary .widget-title {
	background:transparent none repeat scroll 0 0;
	color:#0C2C5D;
	font-size:15px;
	margin:0;
	padding:0;
	}
#subsidiary a {
	color:#0C2C5D;
	}
#subsidiary .widget ul {
	margin-left:0;
	}
#subsidiary .widget ul li {
	background:transparent none repeat scroll 0 0;
	margin:0 0 3px;
	padding:0 0 3px;
	}
/**
* Footer
************************************************/
#footer {
	background-color:#0C2C5D;
	color:#ddd;
/*	border-top: 10px solid #0C2C5D;
*/ 	font-size:12px;
	min-height:50px;
	margin: 0 auto;
	overflow:hidden;
	padding: 10px 20px;
	width:900px;
	clear:all;
	}
#footer a {
	color:#F8EFD2;
	font-style:normal;
	}
#footer .copyright {
	display:inline;
	float:left;
	line-height:14px;
	margin: 20px 0 0 0;
/*	width:900px;
*/	}
#footer .credit {
    display:inline;
	float: right;
	line-height:14px;
	margin: 20px 0 0 0;
	}

/**
* Extras
*************************/
input, textarea {
	font-family:arial,verdana,tahoma,sans-serif;
	font-size:1em;
	padding:3px;
	}

.widget .entry-title, .widget p.entry-title, .widget .entry-summary, .widget p.entry-summary {
	border:medium none;
	font-size:11px;
	font-weight:normal;
	line-height:18px;
	margin-bottom:3px;
	padding: 0 5px 0 5px !important;
}
p.byline {
	display:none;
	line-height:10px;
	margin-bottom:5px;
	}

p.byline span, p.entry-meta {
	display:none;
	font-style: normal;
	}
.content ul.post-meta li {
	}
.content ul.post-meta li span {
	font-weight:bold;
	}
#primary {
	font-size:11px;
	line-height:18px;
	}
#secondary {
	font-size:11px;
	line-height:18px;
	}
#tertiary {
	font-size:11px;
	line-height:18px;
	}
/*#primary img {
	height:70px;
	margin-right:10px;
	width:70px;
	}
#page-nav ul.menu {
	position:absolute;
	z-index:98;
	}
#page-nav ul.menu ul {
	font-size:11px;
	left:0;
	position:relative;
	top:-1px;
	z-index:99;
	}
*/
/* Used with span class= in posts for category note under caption */
.small {
	font-size:12px;
	font-style: normal;
	line-height: 18px;
	}
/***************************************
New divs to hold and align 2 columns side by side, in utility-before-content widget 
****************************************/
#utility-before-content{
     margin-top: 10px;
 }
#consumer-box{
	clear: all;
	float: left;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	width:280px;
	margin-left: 30px;
	margin-bottom: 20px;
	border: 1px solid #000;
	padding: 10px 0 0 0;
/*	background-color: #2b526b; changed to darker blue */
	background-color: #0C2C5D;
	color: #EBCD73;
}
.consumer-box-title{
	margin-bottom: 10px;
	margin-left: 0;
	font: 15px/18px georgia, times, 'times new roman', serif;
	font-weight: bold;
	color: #EBCD73;
}
#consumer-box-widget{
	clear: all;
	float: left;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	width:280px;
	margin-bottom: 20px;
	border: 1px solid #000;
	padding: 10px 0 10px 0;
/*	background-color: #2b526b; changed to darker blue*/
	background-image: url("images/box-1-pixel.gif");
	color: #EBCD73;
}
.consumer-box-title-widget{
	margin-left: 15px;
	margin-top: 0;
	font: 15px/18px arial, verdana, tahoma, sans-serif;
	font-weight: bold;
	color: #EBCD73;
	text-transform: uppercase;
}
#consumer-box-widget ul{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	color: #EBCD73;
	margin-left: 5px;
	margin-top: 5px;
}
#consumer-box-widget ul li {
	background: transparent url(images/box-bullet.png) no-repeat scroll 3px 7px;
	color: #EBCD73;
	margin-top:0;
	margin-left: 10px;
	padding:0 0 0 18px;
	font-size: 11px;
}
#commercial-box{
	float: left;
	width:285px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	margin-left: 30px;
	margin-bottom: 20px;
	border: 1px solid #000;
	padding: 10px 0 0;
/*	background-color: #2b526b; changed to darker blue */
/*	background-color: #093653;
	color: #ffffff;*/
}
.commercial-box-title{
	margin-bottom: 10px;
	margin-left: 0;
	font: 15px/18px georgia, times, 'times new roman', serif;
	font-weight: bold;
	color: #fff;
}
#commercial-box-widget{
	float: left;
	width:285px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	margin-bottom: 20px;
	margin-left: 20px;
	border: 1px solid #000;
	padding: 10px 0 10px 0;
	background-image: url("images/box-1-pixel.gif");
	color: #EBCD73;
*/}
.commercial-box-title-widget{
	margin-left: 15px;
	margin-top: 0;
	font: 15px/18px arial, verdana, tahoma, sans-serif;
	font-weight: bold;
	color: #EBCD73;
	text-transform: uppercase;
}
#commercial-box-widget ul{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-left: 5px;
	margin-top: 5px;
}
#commercial-box-widget ul li {
	background: transparent url(images/box-bullet.png) no-repeat scroll 3px 7px;
	margin-top:0;
	margin-left: 10px;
	padding:0 0 0 18px;
	font-size: 11px;
}
/****
MORE
*****/
.box-title {
	margin-bottom: 3px;
	font: 15px/18px georgia, times, 'times new roman', serif;
	font-weight: bold;
}
/* Don't show title at top of single, home or about page */
.page-265 .entry-title {
	display: none;
	}
.page-447 .entry-title {
	display: none;
}
.page-519 .entry-title {
	display: none;
}
.page-447 .breadcrumb {
	display: none;
}
.page-519 .breadcrumb {
	display: none;
}
.page-458 .page-title {
	display: none;
}
.widget-title {
	-moz-border-radius-topleft: 8px !important;
	-moz-border-radius-topright: 8px !important;
	-khtml-border-radius-topleft: 8px !important;
	-khtml-border-radius-topright: 8px !important;
	-webkit-border-radius-topleft: 8px !important;
	-webkit-border-radius-topright: 8px !important;
}
#div1 ul{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-left:0;
}
#div1 ul li {
	background:transparent url(images/bullet.png) no-repeat scroll 3px 7px;
	margin-top:0;
	padding:0 0 0 18px;
	font-size: 11px;
}
/*
****************************************
*Formbuilder red required field title***
****************************************
*/
.formBuilderForm .formBuilderLabelRequired {
	color: #E72D5A !important;
}
.red {
	color: #E72D5A;
}
form.formBuilderForm, div.formBuilderSuccess {
	border: 1px dotted #2B526B;
	background: #FCFBF5;
	padding: 15px !important;
}

/*
****************************************
*PayPal needs space added below button
****************************************
*/
.formspacer {
	margin-bottom: 10px;
}
/*
****************************************
*Post needs space added around image
****************************************
*/
.formspacer-336{
	margin-bottom: 75px;
	margin-top: 10px;
}
/*
****************************************
*Add box around paypal payment
****************************************
*/
.paypal {
		-moz-border-radius-topleft: 10px;
		-moz-border-radius-topright: 10px;
		-moz-border-radius-bottomright: 10px;
		-moz-border-radius-bottomleft: 10px;
		border: 2px solid #ccc;
		padding: 10px;
		margin: 0 0 10px 30px;
		width: 185px;
}
.entry-content a, a:visited {
	border-bottom: 1px solid #ddd;
}

/*
****************************************
*Add 2 more boxes on the front page
****************************************
*/
#consumer-box-widget2{
	clear: all;
	float: left;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	width:280px;
	margin-bottom: 20px;
	border: 1px solid #000;
	padding: 0;
/*	background-image: url("images/box-1-pixel.gif");
*/	
        background-color: #76C5EE; changed to lighter blue

/*        background-color: #F8EFD2; changed to lighter tan
*/

/*        background-color: #EBCD73; changed to darker tan
*/
/*	
        background-image: url("images/box-1-pixel.gif");*/
	color: #2b526b;
}
.consumer-box-title-widget2{
	margin-left: 20px;
	margin-top: 5px;
	font: 12px arial, verdana, tahoma, sans-serif;
	font-weight: bold;
	color: #2b526b;
/*	text-transform: uppercase;
*/}

#commercial-box-widget2{
	float: left;
	width:285px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	margin-bottom: 20px;
	margin-left: 20px;
	border: 1px solid #000;
	padding: 5px 0 0;
/*	background-image: url("images/box-1-pixel.gif");
*/	
        background-color: #76C5EE; changed to lighter blue

/*        background-color: #F8EFD2; changed to lighter tan
*/
/*
        background-color: #EBCD73; changed to darker tan
*/

        color: #0C2C5D;
}
.commercial-box-title-widget2{
	margin-left: 60px;
	margin-top: 5px 0;
	font: 15px/18px arial, verdana, tahoma, sans-serif;
	font-weight: bold;
	color: #0C2C5D;
	text-transform: uppercase;
}
.box-widget-text2{
        font-size: 11px;
        font-weight: normal;
        line-height: 18px;
        margin: 5px 10px;
}

