/**
 * Theme Name: Leviathan
 * Theme URI: http://themehybrid.com/themes/leviathan
 * Description: A child of the Hybrid theme framework that puts emphasis on your content.
 * Author: Justin Tadlock
 * Author URI: http://justintadlock.com
 * Version: 0.1.2
 * Tags: threaded-comments, microformats, two-columns, fixed-width
 * Template: hybrid
 *
 * Copyright (c) 2008 Justin Tadlock.  All rights reserved.
 * http://justintadlock.com
 *
 * Leviathan 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('library/css/base.css');

/* Left Content/Right Sidebar */
@import url('../hybrid/library/css/2c-l-fixed.css')

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

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

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

/* Body */
body {
	font: 12px/21px Verdana, Arial, sans-serif;
	color: #333;
	background: #e7f0f2 url(images/bg_new.jpg) repeat-x 0 0px;
	}
body.front-page {
	background: #e7f0f2 url(images/bg_new.jpg) repeat-x 0 0px;
	}
#shadow_lower_left {
	width: 986px;
	margin: 0 auto;
	overflow: hidden;
	background: transparent url(images/shadow_lower_left.jpg) repeat-y -1px 0px;
	}
#shadow_lower_right {
	width: 986px;
	margin: 0 auto;
	overflow: hidden;
	background: transparent url(images/shadow_lower_right.jpg) repeat-y 979px 0px;
	}
#bg_shadow_left {
	overflow: hidden;
	width: 986px;
	margin: 0 auto;
	background: transparent url(images/bg_shadow_left.jpg) no-repeat -1px 0;
	}
#bg_shadow_right {
	overflow: hidden;
	/* width: 100%; */
	background: transparent url(images/bg_shadow_right.jpg) no-repeat 979px 0;
	}
#content_wrap {
	width: 972px;
	margin: 0 auto;
	background-color: #ffffff;
	}
.home_content {
	width: 100%;
	height: 273px;
	/* border-bottom: 3px solid #b25d23; */
	background: url(images/callout_bg_new.jpg) repeat-x 0 -4px;
	}
#home_content {
	/* padding: 0; */
	/* float: left; */
	}
#home_content_text {
	float: right;
	width: 273px;
	font-size: 14px;
	margin: 20px 20px 0 0;
	}
p.quote_button {
	height: 42px;
	width: 181px;
	margin: 20px 0 0 44px;	
	}
p.quote_button a {
	display: block;
	width: 181px;
	height: 42px;
	background: url(images/trans_buttons.png) no-repeat -200px -20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	}
p.quote_button a:hover {
	display: block;
	width: 181px;
	height: 42px;
	background: url(images/trans_buttons.png) no-repeat -200px -70px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	}

/* Links */
a:link, a:visited {
	color: #b25d23;
	text-decoration: none;
	}
a:hover, a:active {
	text-decoration: underline;
	}

/* Headers */
h1, h2, h3, h4, h5, h6 {
	font-family: arial, verdana, sans-serif;
	}
.entry-content h2 {
	color: #2D2882;
	}
.entry-content h1 {
	color: #417d97;
	}

/* Lists */
#content ul {
	list-style: none;
	margin-left: 12px;
	}
#content ul li {
	overflow: hidden;
	height: 100%;
	padding: 2px 0 2px 15px;
	background: url(images/bullet.png) no-repeat 0 8px;
	}
#content ul li li {
	background: url(images/bullet-alt.png) no-repeat 0 8px;
	}

/* Blockquotes */
blockquote {
	margin: 0 24px 0  0;
	padding: 6px 0 0 24px;
	background: url(images/quotes.gif) no-repeat 0 0;
	border: none;
	}
.post blockquote {
	font-style: italic;
	color: #777;
	}
.post blockquote em {
	font-style: normal;
	}

/* Code */
code {
	font-size: 12px;
	padding: 0 3px;
	background: #EFF1E1;
	}
pre {
	font-size: 12px;
	overflow: auto;
	padding: 9px;
	background: #EFF1E1;
	border: 1px solid #e2e2e2;
	}
pre code {
	padding: 0;
	background: transparent;
	}

/* Tables */

table {
	width: 100%;
	background: #0C2E3B;
	border: 1px solid #e2e2e2;
	}
caption {
	font-size: .8em;
	font-style: italic;
	text-align: right;
	color: #666;
	}
td {
	padding: .3em;
	border: 1px solid #e2e2e2;
	}
tr {
	background: #EFF1E1;
	}
th {
	padding: .3em;
	color: #000;
	background: #113644;
	border: 1px solid #e2e2e2;
	}
td a, th a {
	font-weight: bold;
	}


/* Forms */
textarea {
	width: 98%;
	font: normal normal normal 15px/21px arial, verdana, sans-serif;
	}
input {
	font: normal normal normal 13px/21px arial, verdana, sans-serif;
	}
.text-input {
	display: block;
	width: 300px;
	font-size: 15px;
	}
.page-template-quick-post .text-input {
	width: 98%;
	}
.button {
	margin: 0 10px 0 0;
	padding: 6px 19px;
	font-weight: bold;
	color: #fff;
	background: #0A2934;
	border: 1px solid #000;
	}
.button:hover {
	cursor: pointer;
	background: #113644;
	}
.button-search {
	margin: 0 10px 0 10px;
	padding: 4px 19px;
	font-weight: bold;
	color: #fff;
	background: #0A2934;
	border: 1px solid #000;
	}
.button-search:hover {
	cursor: pointer;
	background: #113644;
	}

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

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

/* 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 15px 0 0;
	}
.right, .alignright {
	float: right;
	margin: 0 0 0 15px;
	}
.center, .aligncenter {
	display: block;
	margin: 0 auto 21px auto;
	}
.block, .alignnone {
	display: block;
	margin: 0 0 21px 0;
	}
.clear {
	clear: both;
	}
span.pullquote {
	float: none;
	margin: 0;
	}

/**
* Images
************************************************/
img, a img {
	/* padding: 5px; */
	}
.post img {
	max-width: 594px;
	/* padding: 4px; */
	/* background: #EFF1E1; */
	/* border: 1px solid #e2e2e2; */
	}
img.photo {
	float: left;
	}

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

/* Thumbnails */
.thumbnail {
	float: left;
	width: 200px;
	height: 200px;
	margin: 0 15px 10px 0;
	padding: 4px;
	background: #EFF1E1;
	border: 1px solid #e2e2e2;
	}

/* WP Captions [caption] */
.wp-caption {
	overflow: hidden;
	max-width: 588px;
	padding: 6px;
	background: #EFF1E1;
	border: 1px solid #e2e2e2;
	text-align: center;
	}
.wp-caption img, .wp-caption a img {
	max-width: 588px;
	margin: 0;
	padding: 0;
	border: none;
	}
.wp-caption p {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-style: italic;
	text-align: right;
	}

/* Gallery [gallery] */
.gallery {
	display: block;
	text-align: center;
	margin-bottom: 21px !important;
	}
.gallery img {
	padding: 4px;
	background: #EFF1E1;
	border: 1px solid #e2e2e2;
	}

/* Avatars */
.avatar {
	float: left;
	margin: 0 15px 5px 0;
	padding: 4px;
	background: #EFF1E1;
	border: 1px solid #e2e2e2;
	}

/**
* Header
************************************************/
#header-container {
	overflow: hidden;
	/* width: 960px; */
	margin: 0 auto;
	background: transparent url(images/header_with_text.jpg) no-repeat 0 0;
	}
#header {
	overflow: hidden;
	/* width: 960px; */
	height: 166px;
	margin: 0 auto;
	/* padding: 0 20px; */
	}
#site-title {
	float: left;
	width: 262px;
	margin: 0;
	color:transparent;
	text-indent: -9999em;
	}
#site-title a {
	display: block;
	width: 179px;
	height: 80px;
	margin: 5px 0 0 16px;
	/* background: url(images/site-title.png) no-repeat 0 0; */
	}
#site-title a span {
	display: none;
	}
#site-description {
	float: left;
	margin: 5px 10px;
	font-size: 13px;
	color: #4b6e85;
	}
#header ul {
	float: right;
	margin: 0;
	}
#header ul li {
	float: left;
	list-style-type: none;
	color: #fff;
	padding: 0px 10px;
	}
/* Search form */
#header form {
	float: left;
	position: relative;
	top: -25px;
	left: 147px;
	width: 180px;
	height: 25px;
	/* margin: 6px 0 0 0; */
	padding: 0;
	}
#header input {
	line-height: 15px;
	float: left;
	overflow: hidden;
	width: 170px;
	padding: 3px 5px 3px 5px;
	color: #666666;
	background: #ffffff;
	border: 1px solid #333333;
	}
#header .search-submit {
	display: none;	
	}
#live_help {
	/* background: url(images/master.jpg) no-repeat -542px -22px; */
	width: 174px;
	height: 82px;
	float: right;
	margin: 7px 10px 0px;
	}
#live_help a {
	display: block;
	height: 73px;
	width: 164px;
	margin: 5px;
	}

/**
* Top Navigation
************************************************/
#top_nav {
	width: 100%;
	height: 27px;
	margin: 0 auto;
	font-size: 10px;
	/* background: url(images/nav-border.png) repeat-y left  0; */
	}
#top_nav ul {
	list-style: none;
	margin: 0;
	height: 27px;
	}
#top_nav ul li {
	padding: 0;
	}
#top_nav li {
	float: left;
	/* background: url(images/nav_right.jpg) no-repeat right center; */
	height: 27px;
	}
#top_nav li.current_page_item {
	/* background: url(images/nav_right_roll.jpg) no-repeat right center; */
	}
#top_nav a {
	background: url(images/top_menu.jpg) repeat-x;
	display: block;
	padding: 2px 10px 4px 10px;
	/* margin-right: 7px; */
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	/* background: url(images/nav-border.png) repeat-y right 0; */
	}
#top_nav a:hover {
	background: url(images/top_menu_roll.jpg) repeat-x;
	}
#top_nav li.current_page_item a {
	/* color: #666; */
	/* padding: 13px 27px 11px 35px; */
	background: url(images/top_menu_roll.jpg) repeat-x ;
	}
#top_nav li.current_page_item li a {
	background: #4195bb;
	}
#top_nav li.current_page_item li a:hover {
	background: url(images/top_menu_roll.jpg) repeat-x ;
	}
#top_nav li.current_page_item li a {
	color: #ffffff;
	}

/* Drop-down styles */
.menu ul {
	width: 180px;
	/* background: #0A2934; */
	}
#top_nav ul ul {
	margin-top: -6px;
	}
#top_nav li li:hover ul, #top_nav li li li:hover ul {
	left: 180px;
	}
#top_nav li li {
	width: 250px;
	}
#top_nav li li a {
	padding: 2px 10px 7px;
	height: 18px;
	background: #4195bb;
	/* opacity: 0.8; */
	}
#top_nav li:hover ul, #page-nav li.sfHover ul  {
	top: 33px;
	}
#top_nav li li:hover ul, #top_nav li li.sfHover ul, #top_nav li li li:hover ul, #top_nav li li li.sfHover ul  {
	top: -1px;
	}

/**
* Main Navigation
************************************************/
#navigation {
	width: 100%;
	height: 35px;
	margin: 0 auto;	
	border-bottom: 4px solid #a5272b;
	}
#page-nav {
	/* width: 960px; */
	height: 35px;
	margin: 0 auto;
	/* background: url(images/nav-border.png) repeat-y left  0; */
	}
#page-nav ul {
	list-style: none;
	margin: 0;
	}
#page-nav li {
	float: left;
	background: url(images/nav_right.jpg) no-repeat right top;
	height: 35px;
	margin-left: 2px;
	}
#page-nav li.current_page_item {
	background: url(images/nav_right_roll.jpg) no-repeat right top;
	}
#page-nav a {
	background: url(images/master.jpg) -164px -22px;
	display: block;
	padding: 13px 26px 10px 35px;
	margin-right: 7px;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	/* background: url(images/nav-border.png) repeat-y right 0; */
	}
#page-nav a:hover {
	color: #666;
	}
#page-nav li.current_page_item a {
	color: #666;
	padding: 13px 26px 10px 35px;
	background: url(images/master.jpg) no-repeat -164px -66px;
	}
#page-nav li.current_page_item li a {
	color: #4b6e85;
	}

/* Drop-down styles */
#page-nav ul ul, .menu ul {
	width: 180px;
	/* background: #0A2934; */
	}
#page-nav li li:hover ul, #page-nav li li li:hover ul {
	left: 180px;
	}
#page-nav li li {
	/* border-top: 1px solid #09232c; */
	}
#page-nav li li a {
	padding: 7px 10px;
	background: transparent;
	}
#page-nav li:hover ul, #page-nav li.sfHover ul  {
	top: 33px;
	}
#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;
	}

/**
* Containers
************************************************/
#container {
	overflow: hidden;
	background-color: #eff0df;
	width: 100%;
	clear: both;
	/* display: inline; */
	}
#container a {
	color: #b25d23;
	}
#content {
	/* overflow: hidden; */
	float: left;
	width: 66.4%;
	min-height: 470px;
	padding-right: 10px;
	border-right: 1px solid #e3e3e3;
	background-color: #fff;
	display: inline;
	}
.hfeed {
	padding: 15px 0 0 15px;
	width: 97.5%;
	}
#content_inner {
	width: 94.9%;
	background-color: #eff0df;
	border: 1px solid #e3e3e3;
	padding: 15px 15px 0px 15px;
	margin-bottom: 10px;
	}
#content_inner ul li span {
	cursor: pointer;
	}
#disclaimer {
	font-size:10px;
	line-height:14px;
	padding-bottom:10px;
	}

/* Breadcrumb trail */
.breadcrumb {
	width: 960px;
	margin: 0 auto 20px auto;
	padding: 4px 0;
	font-size: 11px;
	color: #999;
	}

/* Posts (and other general sections) */
.post, .series, .related, .category-info, .tag-info, .author-info, .date-info, .search-info, .single .author-profile {
	overflow: hidden;
	/* margin: 0 0 20px 0; */
	/* padding: 19px 19px 0 19px; */
	background: #fff;
	/* border: 1px solid #e7e7e7; */
	}

/* Post title (and other titles) */
.entry-title, .series-title, .related-title {
	margin: 0 0 5px 0;
	font: normal normal bold 18px/21px arial, verdana, sans-serif;
	}
.single-title, .attachment-title, .page-title, .series-title, .related-title, .home .entry-title, .blog .entry-title, 
.category-title, .tag-title, .author-title, .date-title, .search-title, .page-template-blog .post-title  {
	margin: 0 0 10px 0;
	padding: 0 6px 9px 3px;
	border-bottom: 1px solid #e2e2e2;
	font: normal normal bold 18px/21px arial, verdana, sans-serif;
	}

/* Byline */
.byline {
	font-size: 11px;
	color: #999;
	}
.byline a {
	color: #486472 !important;
	}

/* Post meta data */
.entry-meta {
	clear: both;
	font-size: 11px;
	color: #999;
	padding: 9px 5px 0 5px;
	border-top: 1px solid #e2e2e2;
	}
.entry-meta a {
	color: #486472 !important;
	}

/* Using <!--nextpage--> */
p.pages a {
	margin: 0 0 0 3px;
	padding: 4px 7px;
	color: #486472 !important;
	background: #e7e7e7;
	border: 1px solid #ddd;
	}

/* Page Templates */
.page-template-authors .author-profile, .single .author-profile {
	overflow: hidden;
	margin: 0 0 20px 0;
	}
.page-template-authors .author-name, .single .author-profile .author-name {
	font-size: 15px;
	font-weight: bold;
	margin: 0;
	position: relative;
	left: 10px;
	}
.page-template-no-widgets #content, .no-widgets #content {
	width: 972px;
	}
.primary-inactive.secondary-inactive #content {
	/* width: 972px; */
	}
.post-box, .page-template-widgets #content .widget {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 19px 19px 0 19px;
	background: #fff;
	border: 1px solid #e7e7e7;
	}

/* Navigation links */
.navigation-attachment {
	overflow: hidden;
	margin: 0 0 21px 0;
	}
.navigation-links {
	overflow: hidden;
	padding: 10px;
	margin-bottom: 10px;
	background: #fff;
	border: 1px solid #e7e7e7;
	}
.navigation-links a {
	color: #000;
	}
.navigation-links .previous {
	float: left;
	max-width: 49%;
	}
.navigation-links .next {
	float: right;
	max-width: 49%;
	text-align: right;
	}

/* Paged comments navigation */
#comments-template .paged-navigation {
	overflow: hidden;
	margin: 0 0 20px 0;
	}
#comments-template .paged-navigation .page-numbers, 
#comments-template .paged-navigation .next, #comments-template .paged-navigation .prev {
	float: left;
	margin: 0 6px 0 0;
	padding: 4px 12px;
	color: #486472 !important;
	background: #fff;
	border: 1px solid #e2e2e2;
	}

/* 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: #486472 !important;
	background: #fff;
	border: 1px solid #e2e2e2;
	}

/**
* Primary/Secondary and utility widgets
************************************************/
#primary, #secondary {
	float: right;
	width: 31.4%;
	padding-top: 10px;
	padding-left: 9px;
	display: inline;
	}
#secondary {
	clear: right;
	}
.widget {
	margin: 0 0 10px 0;
	padding: 10px 10px 0px 0px;
	/* background: #fff; */
	/* border: 1px solid #e7e7e7; */
	}
.widget-title {
	margin: 0 0 6px 0;
	padding: 0 6px 9px 6px;
	font: normal normal bold 16px/21px arial, verdana, sans-serif;
	color: #417d97;
	border-bottom: 1px solid #bfbfbf;
	}
.widget ul {
	list-style: none;
	margin: 0 0 10px 0px;
	padding: 0 0 10px 10px;
	border-bottom: 1px solid #BFBFBF;
	}
.widget li {
	margin: 0 0 0px 0;
	padding: 0 0 0px 15px;
	background: url(images/bullet.png) no-repeat 0 6px;
	/* border-bottom: 1px solid #e2e2e2; */
	}
.widget ul ul {
	margin: 6px 0 0 0;
	}
.widget li li {
	margin: 0 0 3px 0;
	padding: 0 0 3px 15px;
	background: url(images/bullet-alt.png) no-repeat 0 6px;
	border-bottom: none;
	}

/**
* Comments template
************************************************/
#comments-number {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 19px;
	background: #fff;
	border: 1px solid #e7e7e7;
	font: normal normal bold 18px/21px arial, verdana, sans-serif;
	}
#comments ol {
	list-style: none;
	margin-left: 0;
	}
#comments li, p.comments-closed {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 19px 19px 0 19px;
	background: #fff;
	border: 1px solid #e7e7e7;
	}
#comments li.thread-even, #comments li.thread-odd {
	padding-bottom: 9px;
	}
p.comments-closed {
	padding: 19px;
	}
#comments-template p.comments-closed {
	border: none;
	padding: 0;
	}
#comments li li, #comments li li li li {
	margin: 0 15px 15px 15px;
	padding: 15px 15px 0 15px;
	background: #EFF1E1;
	border: 1px solid #e7e7e7;
	}
#comments li li li, #comments li li li li li {
	margin: 0 15px 15px 15px;
	padding: 15px;
	background: #fff;
	border: 1px solid #e7e7e7;
	}

/* Comment avatars */
#comments .avatar {
	float: left;
	width: 40px;
	height: 40px;
	margin: 0 15px 5px 0;
	padding: 4px;
	background: #EFF1E1;
	border: 1px solid #e2e2e2;
	}

/* Comment meta data */
#comments .comment-meta-data {
	margin: 10px 0;
	}
#comments .comment-meta-data cite {
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	}
#comments .comment-meta-data a {
	color: #486472 !important;
	}

/* Comment text */
#comments .comment-text {
	clear: both;
	margin: 0 15px;
	}

/* Comment form */
#respond {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 19px 19px 0 19px;
	background: #fff;
	border: 1px solid #e7e7e7;
	}
#reply {
	margin: 0 0 10px 0;
	padding: 0 6px 9px 6px;
	font: normal normal bold 18px/21px arial, verdana, sans-serif;
	border-bottom: 1px solid #e2e2e2;
	}

/**
* Subsidiary widgets (footer)
************************************************/
#subsidiary {
	overflow: hidden;
	width: 1020px;
	margin: 0 auto 20px auto;
	}
#subsidiary a {
	color: #4b6e85;
	}
#subsidiary .widget {
	float: left;
	width: 200px;
	margin: 0;
	padding: 0 25px;
	background: transparent;
	border: none;
	}
#subsidiary .widget-title {
	margin: 0 0 6px 0;
	padding: 0 6px 9px 6px;
	font: normal normal bold 18px/21px arial, verdana, sans-serif;
	color: #aaa;
	border-bottom: 1px solid #213a4b;
	}
#subsidiary .widget ul, #subsidiary .widget ul ul {
	list-style: none;
	margin: 0 0 21px 0;
	}
#subsidiary .widget li, #subsidiary .widget li li {
	margin: 0 0 9px 0;
	padding: 0 6px 9px 6px;
	background: transparent;
	border-bottom: 1px solid #213a4b;
	}

/**
* Footer
************************************************/
#footer-container {
	overflow: hidden;
	clear: both;
	width: 100%;
	padding: 0px 0 0 0;
	color: #333;
	background: #cdccb8;
	border-top: 3px solid #a5272b;
	}
#footer {
	overflow: hidden;
	clear: both;
	height: 120px;
	/* width: 960px; */
	margin: 10px;
	}
#footer_nav {
	width: 580px;
	float: left;
	}
#footer ul {
	float: left;
	margin: 0 0 0px 10px;
	}
#footer ul li {
	/* border-right:1px solid #666666; */
	float:left;
	list-style-type:none;
	margin-right:5px;
	/* padding-right:5px; */
	}
#footer ul li a {
	color: #333333;
	font-size: 10px;
	}
#footer ul li a:hover {
	text-decoration: none;
	color: #b25d23;
	}
#footer ul li a span {
	color: #333333;
	font-size: 10px;
	}
#footer ul li a span:hover {
	text-decoration: none;
	color: #333333;
	}
#footer .footer_links {
	float: left;
	width: 49%;
	}
#footer .copyright {
	float: right;
	width: 38%;
	text-align: right;
	font-size: 10px;
	}
.style4 {
	color: #ab9160;
	font-size: 12px;
	}
.style5 {
	color: #ab9160;
	}

/**
* Styles Imported from CCI Pro's Old Site
************************************************/
.bm_img_box {
	/* width:538px; */
	border-bottom:1px solid #d8d8d8;
	margin:0px auto;
	padding-bottom:90px;
}
.bm_img_box li {
	float: left;
	list-style-type: none;
}
.bm_img_box .c1 {
	margin:0px 35px;
	padding-top: 15px;
}

.content_box_left {
	float:left;
	width:350px;
	padding-right:10px;
	border-right:1px solid #bfbfbf;
	margin-bottom:25px;
}
.content_box_right {
	float:right;
	width:240px;
}
.content_box_right img {
	display:block;
	margin:10px auto;
}

.back_to_top {
	color:#990000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	padding-left:2px;
	padding-top:5px;
}
.back_to_top a {
	color:#990000;
	text-decoration:none;
}
.back_to_top a:hover {
	color:#990000;
	text-decoration: underline;
}

.table_top_text_content {
	float:left;
	width:600px;
	padding-right:10px;
	border-top:1px solid #bfbfbf;
	margin-right:8px;
	padding-top:15px;
}

.table_top_text_content h2 {
	font-size:18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#2d2882;
}
.table_top_text {
	overflow:hidden;
	margin-bottom:20px;
}
.table_top_text img {
	margin-top:25px;
}
.table_top_text_content p {
	font-size:14px;
	color:#333333;
}

.table_1 {
	width:100%;
	border-collapse:collapse;
	clear:both;
	font-size:11px;
	text-align:left;
}
.table_1 thead th {
	background:#2d2882;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFF;
	padding:6px;
}
.table_1 th {
	padding:6px;
	background:#c5c3db;
	border:1px solid #FFF;
}
.table_1 .th1 {
	width:25%;
}
.table_1 th span {
	font-weight:normal;
}
.table_1 td {
	background:#e0dfec;
	padding:6px;
	border:1px solid #FFF;
}
.table_1 .width_th {
	width:55%;
}
.table_1 .width_th .table_box {
	width:100%;	
	overflow:hidden;
}
.table_1 .width_th .table_box div {
	width:80px;
	float:right;
	text-align:right;
	font-weight:normal;
}

.table_bottom {
	padding-bottom:20px;
	background:url(images/bg_free_quotes.png) left bottom repeat-x;
}
.table_bottom p {
	font-size:11px;
	padding-top:12px;
	color:#333;
	padding-bottom:8px;
}

/*
Callouts for Front Page
*/
.callout {
	float: left;
	/* border: 1px solid #b25d23; */
	margin-right: 10px;
}
h2.callout_header {
	color: #ffffff;
	padding: 6px 10px 10px 10px;
	font-size: 19px;
}
h2.callout_header a {
	color: #ffffff !important;
	display: block;
}
h2.callout_header a:hover {
	text-decoration: none;
}
p.callout_content {
	padding: 90px 10px 0px;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
p.callout_content_link {
	padding: 2px 10px 0px;
	font-size: 12px;
	line-height: 18px;
}
a.callout_link {
	background: url(images/master.jpg) no-repeat -915px -695px;
	display: block;
	width: 111px;
	height: 28px;
	margin-top: 17px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
a.callout_link:hover {
	background: url(images/master.jpg) no-repeat -915px -733px;	
}
a.callout_link_free {
	background: url(images/master.jpg) no-repeat -915px -695px;
	display: block;
	width: 111px;
	height: 28px;
	margin-top: 36px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
a.callout_link_free:hover {
	background: url(images/master.jpg) no-repeat -915px -733px;	
}
.callout_last {
	float: left;
	/* border: 1px solid #b25d23; */	
}
#callout_quote {
	background: url(/wp-content/themes/leviathan/images/master.jpg) no-repeat -162px -125px;
	width: 309px;
	height: 254px;
}
#callout_cost {
	background: url(/wp-content/themes/leviathan/images/master.jpg) no-repeat -162px -391px;
	width: 309px;
	height: 254px;	
}
#callout_report{
	background: url(/wp-content/themes/leviathan/images/master.jpg) no-repeat -162px -657px;
	width: 309px;
	height: 254px;	
}

/*
Sidebar Callouts
*/
#sidebar_callout {
	background: url(images/sidebar_callout.jpg);
	width: 294px;
	height: 256px;
	}
#sidebar_callout_ncca {
	background: url(images/master.jpg) no-repeat -543px -393px;
	width: 291px;
	height: 241px;
	}
#callout_ncca_link {
	display: block;
	width: 291px;
	height: 241px;
	}
#sidebar_quote_button {
	height: 42px;
	width: 181px;
	float: right;
	/* padding-left: 56px; */
	margin: 188px 56px 0px 0px;	
	}
#sidebar_quote_button a {
	display: block;
	width: 181px;
	height: 42px;
	background: url(images/trans_buttons.png) no-repeat -200px -20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	}
#sidebar_quote_button a:hover {
	display: block;
	width: 181px;
	height: 42px;
	background: url(images/trans_buttons.png) no-repeat -200px -70px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	}
#sidebar_preschool_quote_button {
	height: 42px;
	width: 181px;
	float: right;
	/* padding-left: 56px; */
	margin: 188px 56px 0px 0px;	
	}
#sidebar_preschool_quote_button a {
	display: block;
	width: 181px;
	height: 42px;
	background: url(images/trans_buttons.png) no-repeat -201px -415px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	}
#sidebar_preschool_quote_button a:hover {
	display: block;
	width: 181px;
	height: 42px;
	background: url(images/trans_buttons.png) no-repeat -202px -464px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	}
#sidebar_private_quote_button {
	height: 42px;
	width: 181px;
	float: right;
	/* padding-left: 56px; */
	margin: 188px 56px 0px 0px;	
	}
#sidebar_private_quote_button a {
	display: block;
	width: 181px;
	height: 42px;
	background: url(images/trans_buttons.png) no-repeat -201px -291px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	}
#sidebar_private_quote_button a:hover {
	display: block;
	width: 181px;
	height: 42px;
	background: url(images/trans_buttons.png) no-repeat -202px -340px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	}
.sidebar_callout_content {
	margin: 9px 0 0 10px;
	width: 175px;
	font-size: 16px;
	line-height: 19px;
	}
.sidebar_callout_content a {	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: block;
	width: 111px;
	height: 28px;
	}
#lowest_cost_callout {
	background: url(images/master.jpg) no-repeat -542px -638px;
	width: 295px;
	height: 135px;
	}
#lowest_cost_callout .sidebar_callout_header {
	width: 285px;
	color: #ffffff;
	margin-bottom: 64px;
	padding: 6px 0 5px 5px;
	line-height: 19px;
	font-size: 18px;
	}
#lowest_cost_callout .sidebar_callout_content a {
	background: url(images/trans_buttons.png) no-repeat -200px -210px;
	/* padding: 6px 19px; */	
	}
#lowest_cost_callout .sidebar_callout_content a:hover {
	background: url(images/trans_buttons.png) no-repeat -200px -245px;
	}
#easy_payment_callout {
	background: url(images/master.jpg) no-repeat -542px -779px;
	width: 295px;
	height: 134px;
	}
#easy_payment_callout .sidebar_callout_header {
	width: 285px;
	color: #ffffff;
	margin-bottom: 15px;
	padding: 6px 0 5px 5px;
	line-height: 19px;
	font-size: 18px;
	}
#easy_payment_callout .sidebar_callout_content a {
	background: url(images/trans_buttons.png) no-repeat -200px -210px;
	/* padding: 6px 41px; */	
	}
#easy_payment_callout .sidebar_callout_content a:hover {
	background: url(images/trans_buttons.png) no-repeat -200px -245px;
	}
#thirty_year_callout {
	background: url(images/master.jpg) no-repeat -916px -878px;
	width: 295px;
	height: 181px;
	}
#thirty_year_callout a {
	display: block;
	width: 295px;
	height: 181px;	
	}
/*
Sidebar Quote dropdown menu
*/
#sidebar_quote_menu {
	width: 100%;
	height: 27px;
	margin: 0 auto;
	font-size: 10px;	
	}
#sidebar_quote_menu ul {
	list-style: none;
	margin: 0;
	padding: 187px 0 0 60px;
	height: 42px;
	border: none;
	}
#sidebar_quote_menu ul li {
	padding: 0;
	}
#sidebar_quote_menu li {
	float: left;	
	height: 42px;
	}
#sidebar_quote_menu a {
	background: url(images/master.jpg) no-repeat -164px -936px;
	display: block;
	/* padding: 10px 90px 11px; */
	height: 42px;
	width: 181px;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	text-indent: -9999px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	}
#sidebar_quote_menu a:hover {
	background: url(images/master.jpg) no-repeat -360px -936px;
	}
#sidebar_quote_menu li.current_page_item a {
	background: url(images/top_menu_roll.jpg) repeat-x ;
	}
#sidebar_quote_menu li.current_page_item li a {
	color: #4b6e85;
	}
/* Drop-down styles */
#sidebar_quote_menu ul ul {
	margin-top: 233px;
	margin-left: -60px;
	}
#sidebar_quote_menu li li:hover ul, #top_nav li li li:hover ul {
	left: 180px;
	}
#sidebar_quote_menu li li {
	width: 250px;
	margin: 0;
	height: 27px;
	}
#sidebar_quote_menu li li a {
	padding: 2px 10px 7px;
	background: #4195bb;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	text-indent: 0px;
	width: 228px;
	height: 18px;	
	}
#sidebar_quote_menu li li a:hover {
	background: url(images/top_menu_roll.jpg) repeat-x;
	}
#sidebar_quote_menu li:hover ul, #page-nav li.sfHover ul  {
	top: 33px;
	}
#sidebar_quote_menu li li:hover ul, #top_nav li li.sfHover ul, #top_nav li li li:hover ul, #top_nav li li li.sfHover ul  {
	top: -1px;
	}

/**
 * Front Page Stylesheet
 * This is only loaded when using the front-page.php page template
 *
 * @since 0.1
 */

/**
* Featured slider
************************************************/
#slider-container {
	overflow: hidden;
	width: 972px;
	height: 250px;
	margin: 0 0 30px 0;
	background: #093653;
	}
#slider {
	overflow: hidden;
	width: 580px;
	height: 230px;
	}
.feature {
	overflow: hidden;
	width: 560px;
	height: 210px;
	padding: 10px 10px 0 10px;
	color: #ccc;
	background: #093653;
	border: none !important;
	}
#slider-container a {
	color: #ddd;
	font-weight: bold;
	}
.feature img {
	float: left;
	max-width: 230px;
	max-height: 200px;
	width: 230px;
	height: 200px;
	margin: 0 15px 0 0;
	border: 5px solid #001838;
	}
#slider .feature .entry-title {
	font-size: 21px;
	}
#slider .feature .entry-title a {
	color: #eee;
	}
.feature .byline {
	color: #aaa;
	margin-bottom: 15px;
	}
.more-link {
	float: left;
	text-indent: -9999px;
	width: 100px;
	height: 20px;
	display: block;
	background: url(/wp-content/themes/leviathan/images/more-link.gif) no-repeat 0 0;
	}
.more-link:hover {
	background: url(/wp-content/themes/leviathan/images/more-link.gif) no-repeat 0 -20px;
	}

/* Slider controls */
.slider-controls {
	float: left;
	width: 66px;
	height: 20px;
	overflow: hidden;
	clear: both;
	line-height: 15px;
	margin: 0 0 0;
	padding: 0 10px 0 895px;
	background: #062f4a;
	border-top: 2px solid #03273f;
	}
.slider-controls .slider-prev {
	text-indent: -9999px;
	float: left;
	width: 22px;
	height: 20px;
	background: #062F4A url(/wp-content/themes/leviathan/images/slider-prev.gif) no-repeat 0 0;
	border: none !important;
	}
.slider-controls .slider-prev:hover {
	background: #062F4A url(/wp-content/themes/leviathan/images/slider-prev.gif) no-repeat left -20px;
	}
.slider-controls .slider-pause {
	text-indent: -9999px;
	float: left;
	width: 22px;
	height: 20px;
	background: #062F4A url(/wp-content/themes/leviathan/images/pause.gif) no-repeat center 0;
	border: none !important;
	}
.slider-controls .slider-pause:hover, .slider-controls a.paused {
	background: #062F4A url(/wp-content/themes/leviathan/images/pause.gif) no-repeat center -20px;
	}
.slider-controls .slider-next {
	text-indent: -9999px;
	float: right;
	width: 22px;
	height: 20px;
	background: #062F4A url(/wp-content/themes/leviathan/images/slider-next.gif) no-repeat right 0;
	border: none !important;
	}
.slider-controls .slider-next:hover {
	background: #062F4A url(/wp-content/themes/leviathan/images/slider-next.gif) no-repeat right -20px;
	}

/**
* Featured excerpts
************************************************/
.content .entry-title, #content .entry-title {
	margin-bottom: 3px;
	font: 15px/18px georgia, times, 'times new roman', serif;
	font-weight: bold;
	}
.byline {
	margin-bottom: 3px;
	}

.post {
	/* border-bottom: 1px solid #ddd; */
	}

.page-template-front-page .entry-meta {
	display: none;
	}

/**
* Headlines
************************************************/
.section-title {
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #ddd;
	}
#headlines .section-title {
	}
#headlines {
	overflow: hidden;
	}

#headlines .odd {
	float: left;
	overflow: hidden;
	width: 280px;
	clear: both;
	}
#headlines .even {
	float: right;
	overflow: hidden;
	width: 280px;
	clear: none;
	}
#headlines ul {
	font-size: 11px;
	margin-left: 5px;
	}
#headlines ul li {
	background: url(/wp-content/themes/leviathan/images/bullet.gif) no-repeat 0 7px;
	}
#headlines ul li a {
	font-weight: bold;
	}

#content .post, .content .post {
	clear: both;
	margin-bottom: 20px;
	}
.wp-pagenavi {
	display: none;
	}
.navigation-links {
	/* display: none; */
	}

/*
Tool-Tips
*/
.qtip-content span {
	color: #b25d23;
	font-weight: bold;
	}

/*
Free Report Divs
*/
#free_reports {
	margin-top: 15px;
	}
#free_reports_top {
	margin-top: 10px;
	}
#free_reports_last {
	margin-top: 16px;
	border-top: 1px solid #dddddd;
	}

/*
Marquee Container
*/
#marqueecontainer {
	position: relative;
    width:285px;
    height:185px;
	background-color: #f8f9ef;
	overflow: hidden;
	border: 0;
	padding: 0px;
	padding-left: 0px;
	margin-left: 10px;
	margin-right: 10px;
	}
#marqueecontainer span {
	color: #417d97;
	font-weight: bold;
	}

/*
NCCA Page Styles
*/
#ncca_top {
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	background-color:#2D2882;
	border: 10px solid #2D2882;
	color:#FFFFFF;
	font-size:36px;
	height:100px;
	line-height:46px;
	margin:auto;	
	text-align:center;
	width:500px;
	}
h3 {
	color: #2D2882;
	}

/*
Resources Page
*/
.resources {
	text-align: center;
	background-color: #eff0df;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 15px;
	}
.resources a {
	margin: 0 5px;
	}
.top-link {
	float: right;
	}
h4.link-cat {
	margin-top: 30px;
	}
#resource_states {
	margin-left: 20px;
	}

/*
Larger Text Span
*/
#larger_text {
	font-size: 14px;
	}

/*
Border Bottom paragraph class
*/
.border_bottom {
	border-bottom: 1px solid #bfbfbf;
	padding-bottom: 10px;
	}

/*
Premium Payment Plan styles
*/
.premium {
	padding:10px 0;
    width:638px;
    float:left;
	}
.premium .col1 {
	width:150px;
    display:block;
    float:left;
	}
.premium .col2 {
	width:100px;
    display:block;
    float:left;
    text-align:right;
    margin-right:20px;
	}
.premium .col3 {
	width:350px;
    display:block;
    float:left;
    font-size:0.875em;
    margin-top:-7px;
	}
.orange {
	color: #b25d23;
	}

/*
Get the Lowest Price background style
*/
.gift_background {
	background: #fff2bf;
	padding: 10px;
	margin-right: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	}

/*
Free Reports background styles
*/
.report_odd {
	background: #dfeef7;
	padding: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	height: 164px;
	}
.report_even {
	background: #ebf4cc;
	padding: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	height: 164px;
	}

/*
Mail and Fax Background styles
*/
#mail_fax {
	background: #FFF2BF;
	padding: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	height: 95px;
	}

/*
By Mail/Fax pdf image
*/
#mail_fax_pdf {
	background: url(images/master.jpg) no-repeat -913px -790px;
	width: 60px;
	height: 60px;
	float: left;
	}
#mail_fax_pdf_content {
	float: left;
	margin-left: 10px;
	}

/*
Get a Quote div styles
*/
#left_right_div {
	background: #dfeef7;
	padding: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	float: left;
	width: 175px;
	height: 142px;
	margin-right: 10px;
	}
#middle_div {
	background: #ebf4cc;
	padding: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	float: left;
	width: 175px;
	height: 142px;
	margin-right: 10px;
	}
	
/*
Quote Options Wrapper
*/
#quote_options_wrapper {
	padding: 5px 3px;
	height: 315px;
	background: #eff0df;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}

/*
Preschool Get a Quote divs
*/
#preschool_phone {
	width: 190px;
	float: left;
	margin: 0 15px 0 10px;
	line-height: 18px;
	}
#preschool_phone a {
	font-size: 16px;
	padding-left: 0px;
	}
#preschool_phone_img {
	background: url(images/trans_buttons.png) -20px -20px;
	float: left;
	width: 158px;
	height: 184px;
	margin: 5px 30px 5px 0px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	}
#preschool_phone_img a {
	display:block;
	height:184px;
	margin-left:0px;
	padding-left:0px;
	width:158px;
	}
#preschool_mail {
	width: 190px;
	float: left;
	margin-right: 15px;
	line-height: 18px;
	}
#preschool_mail a {
	font-size: 16px;
	padding-left: 0px;
	}
#preschool_mail_img {
	background: url(images/trans_buttons.png) -20px -210px;
	float: left;
	width: 158px;
	height: 184px;
	margin: 5px 30px 5px 0px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	}
#preschool_mail_img a {
	display:block;
	height:184px;
	margin-left:0px;
	padding-left:0;
	width:158px;
	}
#preschool_electronic {
	float: left;
	width: 190px;
	line-height: 18px;
	}
#preschool_electronic a {
	font-size: 16px;
	padding-left: 0px;
	}
#preschool_electronic_img {
	background: url(images/trans_buttons.png) -20px -400px;
	float: left;
	width: 158px;
	height: 184px;
	margin: 5px 30px 5px 0px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	}
#preschool_electronic_img a {
	display:block;
	height:184px;
	margin-left:0px;
	padding-left:0;
	width:158px;
	}

/*
Private School Get a Quote divs
*/
#private_phone {
	width: 190px;
	float: left;
	margin: 0 15px 0 10px;
	line-height: 18px;
	}
#private_phone a {
	font-size: 16px;
	padding-left: 0px;
	}
#private_phone_img {
	background: url(images/trans_buttons.png) -20px -20px;
	float: left;
	width: 158px;
	height: 184px;
	margin: 5px 30px 5px 0px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	}
#private_phone_img a {
	display:block;
	height:184px;
	margin-left:0px;
	padding-left:0px;
	width:158px;
	}
#private_mail {
	width: 190px;
	float: left;
	margin-right: 15px;
	line-height: 18px;
	}
#private_mail a {
	font-size: 16px;
	padding-left: 0px;
	}
#private_mail_img {
	background: url(images/trans_buttons.png) -20px -210px;
	float: left;
	width: 158px;
	height: 184px;
	margin: 5px 30px 5px 0px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	}
#private_mail_img a {
	display:block;
	height:184px;
	margin-left:0px;
	padding-left:0;
	width:158px;
	}
#private_electronic {
	float: left;
	width: 190px;
	line-height: 18px;
	}
#private_electronic a {
	font-size: 16px;
	padding-left: 0px;
	}
#private_electronic_img {
	background: url(images/trans_buttons.png) -20px -400px;
	float: left;
	width: 158px;
	height: 184px;
	margin: 5px 30px 5px 0px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	}
#private_electronic_img a {
	display:block;
	height:184px;
	margin-left:0px;
	padding-left:0;
	width:158px;
	}

/* Resource Page styles */
li.linkcat {
	list-style-type: none;
	}
a.resources_link {
	color: #333333 !important;
	}
a.resources_link:hover {
	text-decoration: none !important;
	}