/* Get base CSS */

@import url('../hybrid/library/css/21px.css');

/* Get plugins CSS */

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

body {
	font: 14px/23px "Book Antiqua", Georgia, "Times New Roman", Times, serif;
	color: #222;
}

body.secondary-inactive, body.front-page {
	
}

#body-container {
	overflow: hidden;
	width: 100%;
}

/* Links */

a:link, a:visited {
	color: #4b6e85;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

/* Headers */

h1, h2, h3, h4, h5, h6 {
	font-family: "Book Antiqua", "Lucida Grande", Lucida, Verdana, sans-serif;
}

/* 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 4px;
}

#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: #fff;
	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;
}

/* 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/Accents */

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

body.secondary-inactive .warning, body.secondary-inactive .alert {
	padding: 6px 9px;
	background: none;
	border: none;
	border-top: 1px solid #222;
	border-bottom: 1px solid #222;
}

p.alert.alb, .alert span {
	background: none;
	border: none;
	color: #0000ff;
}

p.alert span {
	font-weight: bold;
}

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

.widget a img {
	padding: 0;
}

.post img {
	max-width: 594px;
	padding: 4px;
	background: #EFF1E1;
	border: 1px solid #e2e2e2;
}

img.alignright.size-full.wp-image-9 {
	padding: 0;
	border: none;
}

/* 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: 100%;
}

#header {
	overflow: hidden;
	text-align: center;
	width: 960px;
	height: 100px;
	margin: 0 auto;
	padding: 0 20px;
}

body.secondary-inactive #header {
	width: 860px;
}

body.secondary-inactive #site-description {
	padding-bottom: 10px;
	font-size: 1.5em;
	border-bottom: 2px solid #444;
}

body.secondary-inactive #site-title {
	margin: 20px auto 10px 0;
	font: 2.5em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#site-title a {
	color: #0000ff;
	display: block;
	margin: 0 auto;
	font-weight: bold;
}

#site-description {
	display: none;
}

/* Search form */

#header form {
	float: right;
	height: 25px;
	margin: 36px 0 0 0;
	padding: 0;
}

#header input {
	line-height: 15px;
	float: left;
	overflow: hidden;
	padding: 3px 5px 3px 5px;
	color: #777;
	background: #cdcdcd;
	border: 1px solid #aaa;
	font-weight: 600;
}

body.secondary-inactive #header input {
	display: none;
}

#header .search-submit {
	display: none;
}

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

#navigation {
	overflow: hidden;
	width: 100%;
	height: 33px;
	margin: 0 auto;
	background: url(images/nav.png) repeat-x 0 0;
	border-top: 1px solid #081e26;
	border-bottom: 1px solid #081e26;
}

body.secondary-inactive #navigation {
	display: none;
}

#page-nav {
	overflow: hidden;
	width: 960px;
	height: 33px;
	margin: 0 auto;
	background: url(images/nav-border.png) repeat-y left  0;
}

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

#page-nav li {
	display: inline;
}

#page-nav a {
	float: left;
	padding: 5px 35px;
	background: url(images/nav-border.png) repeat-y right 0;
}

#page-nav li.current_page_item a {
	color: #fff;
}

/**
* Containers
************************************************/

#container {
	overflow: hidden;
	width: 960px;
	margin: 20px auto;
}

body.secondary-inactive #container {
	overflow: hidden;
	width: 860px;
	margin: 20px auto;
	border-top: 2px solid #ccc;
}

#container a {
	color: #0000ff;
}

#content {
	overflow: hidden;
	float: left;
	width: 640px;
	font-size: 130%;
}

body.secondary-inactive #content {
	overflow: hidden;
	float: right;
	width: 540px;
}

/* Breadcrumb trail */

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

body.secondary-inactive .breadcrumb {
	display: none;
}

/* 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;
/*bord

er: 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, 
.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: italic normal bold 150%/21px "Book Antiqua", "Lucida Grande", Lucida, Verdana, sans-serif;
}

body.secondary-inactive #post-2 h1.page-title.entry-title a {
	color: #111;
}

/* Byline */

.byline {
	font-size: 11px;
	color: #999;
}

.byline a {
	color: #486472 !important;
}

/* Post meta data */

.post-meta-data {
	clear: both;
	font-size: 11px;
	color: #999;
	padding: 9px 5px 0 5px;
	border-top: 1px solid #e2e2e2;
}

.post-meta-data 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;
}

.page-template-no-widgets #content, .no-widgets #content, .primary-inactive.secondary-inactive #content {
	width: 960px;
}

.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: 19px 19px 19px 19px;
	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: 300px;
}

body.secondary-inactive #primary, body.secondary-inactive #secondary {
	float: left;
	width: 300px;
}

#secondary {
	clear: right;
}

.widget {
	margin: 0 0 21px 0;
	padding: 20px 20px 0 20px;
	background: #fff;
	border: 1px solid #e7e7e7;
}

.widget p {
	font-weight: normal;
}

body.secondary-inactive .widget {
	border: none;
}

.widget #quotes {
	border: 3px solid #0000ff;
	padding: 3px;
	margin-bottom: 10px;
}

h4#bl {
	color: #0000ff;
	font-weight: bold;
}

.widget #quotes p {
	font-size: 1.4em;
	font-weight: bold;
}

.widget #quotes cite {
	font-weight: normal;
	font-style: normal;
}

.widget-title {
	margin: 0 0 6px 0;
	padding: 0 6px 9px 6px;
	font: normal normal bold 18px/21px arial, verdana, sans-serif;
	color: #0000ff;
	border-bottom: 1px solid #e2e2e2;
}

.widget ul {
	list-style: none;
	margin: 0 0 21px 0;
}

.widget li {
	margin: 0 0 6px 0;
	padding: 0 0 6px 15px;
	background: url(images/bullet.png) no-repeat 0 3px;
	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: 20px 0 0 0;
	color: #aaa;
	border-top: 2px solid #000;
}

#lowercontent{
	display: none;
}/*body.secondary-inactive #footer-container {
	display: none;
}*/

#footer {
	overflow: hidden;
	clear: both;
	width: 960px;
	margin: 1px auto 1px auto;
}

#footer .copyright {
	float: left;
	width: 49%;
}

#footer .credit {
	float: right;
	width: 49%;
	text-align: right;
}

p.smaller {
margin:0 0 21px 100px;
}
/** Buttons *******/

span.hispan {
	color: #00f;
	font-size: 120%;
	font-weight: 600;
}

p.bb {
	color: #efefef;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
	font-size: 120%;
	background: #000;
	margin: 0 auto 15px auto;
	border: 2px solid #efefef;
}

p.bb #bbutton {
	color: #efefef;
	background: #000;
	padding: 3px;
	width: 95%;
	margin: 0 auto;
	display: block;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: 600;
	border: 1px solid #fff;
}

p.bb #bbutton:hover {
	background: #93b7ff;
	color: #000;
}

/*shopping cart*/

body.page-12 form table td, body.page-40 form table td {
	background: #fff;
	padding: 0 4px 0 2px;
	border: none;
}

body.page-12 form table td img, body.page-40 form table td img {
	float: right;
	border: none;
}

body.page-12 form table td img#imgHeader, body.page-40 form table td img#imgHeader {
	float: left;
	padding: 0;
}

#post-12 div.entry-content.entry p a.ec_ejc_thkbx img, #post-40 div.entry-content.entry p a.ec_ejc_thkbx img {
	padding: 0;
	border: none;
}

#cartimg {
	float: right;
	margin-top: -32px;
}

input.addc {
	margin-left: 330px;
	margin-top: 15px;
	display: table;
}

/** Contact Form ***/

#wpcf label {
	clear: both;
	display: block;
	float: left;
	width: 150px;
}

#wpcf input {
	float: left;
	width: 200px;
	padding: 1px;
	margin: 2px 5px 2px 0;
}

#wpcf textarea {
	width: 350px;
	height: 100px;
	padding: 1px;
	margin: 0 5px 10px 0;
}

#wpcf #contactsubmit {
	margin-left: 250px;
	width: 150px;
}