/*
Theme Name: BAPO NEW
Author: Be A Part Of
Author URI: http://www.beapartof.com/
Version: 1.0
Text Domain: bapo-new
*/
/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

@font-face {
    font-family: 'lucida_brightdemibold';
    src: url('/wp-content/themes/bapo-new/fonts/lbrited.eot');
    src: url('/wp-content/themes/bapo-new/fonts/lbrited.eot?#iefix') format('embedded-opentype'),
         url('/wp-content/themes/bapo-new/fonts/lbrited.woff') format('woff'),
         url('/wp-content/themes/bapo-new/fonts/lbrited.ttf') format('truetype'),
         url('/wp-content/themes/bapo-new/fonts/lbrited.svg#lucida_brightdemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'lucida_brightregular';
    src: url('/wp-content/themes/bapo-new/fonts/lbrite.eot');
    src: url('/wp-content/themes/bapo-new/fonts/lbrite.eot?#iefix') format('embedded-opentype'),
         url('/wp-content/themes/bapo-new/fonts/lbrite.woff') format('woff'),
         url('/wp-content/themes/bapo-new/fonts/lbrite.ttf') format('truetype'),
         url('/wp-content/themes/bapo-new/fonts/lbrite.svg#lucida_brightregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'adobe_caslon_proregular';
    src: url('/wp-content/themes/bapo-new/fonts/adobe_caslon_pro.eot');
    src: url('/wp-content/themes/bapo-new/fonts/adobe_caslon_pro.eot?#iefix') format('embedded-opentype'),
         url('/wp-content/themes/bapo-new/fonts/adobe_caslon_pro.woff') format('woff'),
         url('/wp-content/themes/bapo-new/fonts/adobe_caslon_pro.ttf') format('truetype'),
         url('/wp-content/themes/bapo-new/fonts/adobe_caslon_pro.svg#adobe_caslon_proregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'adobe_caslon_proitalic';
    src: url('/wp-content/themes/bapo-new/fonts/1794672836.eot');
    src: url('/wp-content/themes/bapo-new/fonts/1794672836.eot?#iefix') format('embedded-opentype'),
         url('/wp-content/themes/bapo-new/fonts/1794672836.woff') format('woff'),
         url('/wp-content/themes/bapo-new/fonts/1794672836.ttf') format('truetype'),
         url('/wp-content/themes/bapo-new/fonts/1794672836.svg#adobe_caslon_proitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 11px;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	line-height: 21px;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
/* =Structure
----------------------------------------------- */
body ::-webkit-scrollbar {
    width: 12px;
}
/* Track */
body ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
/* Handle */
body ::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #707070;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
body ::-webkit-scrollbar-thumb:window-inactive {
	background: #707070;
}
#page {
	margin: 2em auto;
	max-width: 1000px;
}
#branding hgroup {
	margin: 0 7.6%;
}
/*
#access div {
	margin: 0 7.6%;
}
*/
#primary {
	float: left;
	/*margin-top: 20px; 11/6/2012 */
	line-height: 24px;
	width: 100%;
	/*min-height: 900px;; 11/17/2012 */
	min-height: 500px;
}
#primary.page {
	width: 100%;
	position: relative;
	z-index: 11000;
}
#primary.page.critical {
	width: 66%;
	position: relative;
}

#primary.page.fullwidth {
	width: 96%;
	position: relative;
}
.page #content {
	padding: 0 15px 0 40px;
}
#content.page {
	width: 95%;
}
#content.widecolumn {
	width: 85%;
}
#secondary {
	float: left;
	width: 34%;
	padding: 0;
}
#secondary > div {
	float: left;
	/* TEMP FOR SPACING */
	width: 50%;
}
#secondary > div:nth-child(2n+1) {
	clear: both;
}
#secondary #tagline {
	position: absolute;
	left: 0;
	width: 640px;
	height: 17px;
}
/* Singular */
.singular #comments {
	margin-left: 20px;
}
/* Attachments */
.singular .image-attachment .entry-content {
	margin: 0 auto;
	width: auto;
}
.singular .image-attachment .entry-description {
	margin: 0 auto;
	width: 68.9%;
}
/* Showcase */
.page-template-showcase-php #primary,
.left-sidebar.page-template-showcase-php #primary {
	margin: 0;
}
.page-template-showcase-php #content,
.left-sidebar.page-template-showcase-php #content {
	margin: 0 7.6%;
	width: auto;
}
.page-template-showcase-php section.recent-posts {
	float: right;
	margin: 0 0 0 31%;
	width: 69%;
}
.page-template-showcase-php #main .widget-area {
	float: left;
	margin: 0 -22.15% 0 0;
	width: 22.15%;
}
/* error404 */
/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/* Right Content */
.left-sidebar #primary {
	float: right;
	margin: 0 0 0 -26.4%;
	width: 100%;
}
.left-sidebar #content {
	margin: 0 7.6% 0 34%;
	width: 58.4%;
}
.left-sidebar #secondary {
	float: left;
	margin-left: 7.6%;
	margin-right: 0;
	width: 18.8%;
}
/* One column */
.one-column #page {
	max-width: 690px;
}
.one-column #content {
	margin: 0 7.6%;
	width: auto;
}
.one-column #nav-below {
	border-bottom: 1px solid #ddd;
	margin-bottom: 1.625em;
}
.one-column #secondary {
	float: none;
	margin: 0 7.6%;
	width: auto;
}
/* Simplify the showcase template */
.one-column .page-template-showcase-php section.recent-posts {
	float: none;
	margin: 0;
	width: 100%;
}
.one-column .page-template-showcase-php #main .widget-area {
	float: none;
	margin: 0;
	width: auto;
}
.one-column .page-template-showcase-php .other-recent-posts {
	border-bottom: 1px solid #ddd;
}
/* Simplify the showcase template when small feature */
.one-column section.featured-post .attachment-small-feature {
	border: none;
	display: block;
	height: auto;
	max-width: 60%;
	position: static;
}
.one-column article.feature-image.small {
	margin: 0 0 1.625em;
	padding: 0;
}
.one-column article.feature-image.small .entry-title {
	font-size: 20px;
}
.one-column article.feature-image.small .entry-summary {
	height: 150px;
	overflow: hidden;
	padding: 0;
	text-overflow: ellipsis;
}
.one-column article.feature-image.small .entry-summary a {
	left: -9%;
}
/* Remove the margin on singular articles */
.one-column.singular .entry-header,
.one-column.singular .entry-content,
.one-column.singular footer.entry-meta,
.one-column.singular #comments-title {
	width: 100%;
}
/* Simplify the pullquotes and pull styles */
.one-column.singular blockquote.pull {
	margin: 0 0 1.625em;
}
.one-column.singular .pull.alignleft {
	margin: 0 1.625em 0 0;
}
.one-column.singular .pull.alignright {
	margin: 0 0 0 1.625em;
}
.one-column.singular .entry-meta .edit-link a {
	position: absolute;
	left: 0;
	top: 40px;
}
.one-column.singular #author-info {
	margin: 2.2em -8.8% 0;
	padding: 20px 8.8%;
}
/* Make sure we have room for our comment avatars */
.one-column .commentlist > li.comment {
	margin-left: 102px;
	width: auto;
}
/* Make sure the logo and search form don't collide */
.one-column #branding #searchform {
	right: 40px;
	top: 4em;
}
/* Talking avatars take up too much room at this size */
.one-column .commentlist > li.comment {
	margin-left: 0;
}
.one-column .commentlist > li.comment .comment-meta,
.one-column .commentlist > li.comment .comment-content {
	margin-right: 85px;
}
.one-column .commentlist .avatar {
	background: transparent;
	display: block;
	padding: 0;
	top: 1.625em;
	left: auto;
	right: 1.625em;
}
.one-column .commentlist .children .avatar {
	background: none;
	padding: 0;
	position: absolute;
	top: 2.2em;
	left: 2.2em;
}
.one-column #respond {
	width: auto;
}
/* =Global
----------------------------------------------- */
body, input, textarea {
	color: #373737;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
#page {
	background: #fff;
}
/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
h1 {
	font-size: 2em;
	line-height: 39px;
}
h2.widgettitle {
	color: red;
}
h5 {
	color: #7c2211;
	font-weight: bold;
}
hr {
	background-color: #E0E0E0;
	border: 0;
	height: 1px;
	margin-bottom: 1.625em;
}
/* Text elements */
p {
	margin-bottom: 1.625em;
}
ul, ol {
	margin: 0 0 1.625em 2.5em;
}
ul.author, ul.authorlist {
	list-style-type: none;
}
ul {
	list-style: disc;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 1.625em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.625em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	/*font-style: italic;*/
}
blockquote {
	font-family: Georgia, "Bitstream Charter", serif;
	font-weight: normal;
	margin: 0 0;
}
blockquote em {
	font-size: 16px;
}
#Header blockquote cite {
	color: #fff;
}
#main blockquote cite {
	color: #b3b3b3;
}
blockquote cite {
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}
code, kbd {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.625em;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
	font-size: 0.75em;
}
sub {
	top: .5ex;
}
/* Forms */
input#searchsubmit {
	padding:0;
}
/* Links */
a {
	color: #792110;
	text-decoration: none;
}
a:focus,
a:active,
a:hover {
	text-decoration: underline;
}
/* Assistive text */
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}
/*
#access a.assistive-text:active,
#access a.assistive-text:focus {
	background: #eee;
	border-bottom: 1px solid #ddd;
	color: #792110;
	clip: auto !important;
	font-size: 12px;
	position: absolute;
	text-decoration: underline;
	top: 0;
	left: 7.6%;
}
*/
/* =Header
----------------------------------------------- */
#branding {
	border-top: 2px solid #bbb;
	padding-bottom: 10px;
	position: relative;
	z-index: 9999;
}
#site-title {
	margin-right: 270px;
	padding: 3.65625em 0 0;
}
#site-title a {
	color: #111;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
}
#site-title a:hover,
#site-title a:focus,
#site-title a:active {
	color: #792110;
}
#site-description {
	color: #7a7a7a;
	font-size: 14px;
	margin: 0 270px 3.65625em 0;
}
#branding img {
	height: auto;
	margin-bottom: -7px;
	width: 100%;
}
/* =Menu
-------------------------------------------------------------- */
/*
#access {
	background: #222;
	background: -moz-linear-gradient(#252525, #0a0a0a);
	background: -o-linear-gradient(#252525, #0a0a0a);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#252525), to(#0a0a0a));
	background: -webkit-linear-gradient(#252525, #0a0a0a);
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	clear: both;
	display: block;
	float: left;
	margin: 0 auto 6px;
	width: 100%;
}
#access ul {
	font-size: 13px;
	list-style: none;
	margin: 0 0 0 -0.8125em;
	padding-left: 0;
}
#access li {
	float: left;
	position: relative;
}
#access a {
	color: #eee;
	display: block;
	padding: 0 1.2125em;
	text-decoration: none;
}
#access ul ul {
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 3.333em;
	left: 0;
	width: 188px;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #f9f9f9;
	border-bottom: 1px dotted #ddd;
	color: #444;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	padding: 10px 10px;
	width: 168px;
}
#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
	background: #efefef;
}
#access li:hover > a,
#access a:focus {
	background: #f9f9f9;
	background: -moz-linear-gradient(#f9f9f9, #e5e5e5);
	background: -o-linear-gradient(#f9f9f9, #e5e5e5);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#e5e5e5));
	background: -webkit-linear-gradient(#f9f9f9, #e5e5e5);
	color: #373737;
}
#access ul li:hover > ul {
	display: block;
}
#access .current-menu-item > a,
#access .current-menu-ancestor > a,
#access .current_page_item > a,
#access .current_page_ancestor > a {
	font-weight: bold;
}
*/
/* Search Form */
/*
#branding #searchform {
	position: absolute;
	top: 3.8em;
	right: 7.6%;
	text-align: right;
}
#branding #searchform div {
	margin: 0;
}
#branding #s {
	float: right;
	-webkit-transition-duration: 400ms;
	-webkit-transition-property: width, background;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration: 400ms;
	-moz-transition-property: width, background;
	-moz-transition-timing-function: ease;
	-o-transition-duration: 400ms;
	-o-transition-property: width, background;
	-o-transition-timing-function: ease;
	width: 72px;
}
#branding #s:focus {
	background-color: #f9f9f9;
	width: 196px;
}
#branding #searchsubmit {
	display: none;
}
#branding .only-search #searchform {
	top: 5px;
	z-index: 1;
}
#branding .only-search #s {
	background-color: #666;
	border-color: #000;
	color: #222;
}
#branding .only-search #s,
#branding .only-search #s:focus {
	width: 85%;
}
#branding .only-search #s:focus {
	background-color: #bbb;
}
#branding .with-image #searchform {
	top: auto;
	bottom: -27px;
	max-width: 195px;
}
#branding .only-search + #access div {
	padding-right: 205px;
}
*/
/* =Content
----------------------------------------------- */
#primary > .breadcrumb {
	padding: 0px 30px;
}
#wrapper,
#main {
	background: #fff;
	width: 100%;
	margin: 0 auto;
	position: relative;
	float: left;
	padding-top: 25px;

	-moz-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.7), rgba(120, 86, 46, 0.439216) 0px 0px 50px 0px inset;
	-webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.7), rgba(120, 86, 46, 0.439216) 0px 0px 50px 0px inset;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.7), rgba(120, 86, 46, 0.439216) 0px 0px 50px 0px inset;
	filter: progid:DXImageTransform.Microsoft.Shadow(strength = 1, direction = 135, color = '#000000');
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 1, Direction = 135, Color = '#000000')";
}
#Wrapper {
	padding-top: 25px;
}
.page-title {
	color: #666;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	border-bottom: 1px solid #ddd;
	margin-bottom: 22px;
}
.page-title a {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0;
	text-transform: none;
}
.hentry, .no-results {
	position: relative; padding-bottom: 15px; margin-bottom: 15px;/* border-bottom: 1px solid #ddd; D */
}
.hentry:last-child, .no-results {
	border-bottom: none;
}
.blog .sticky .entry-header .entry-meta {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.entry-title,
.entry-header .entry-meta {
	padding-right: 76px;
}
.entry-title {
	clear: both;
	color: #222;
	font-size: 26px;
	font-weight: bold;
	padding-bottom: .3em;
}
.entry-title,
.entry-title a {
	color: #222;
	text-decoration: none;
}
.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active {
	color: #792110;
}
.entry-meta {
	color: #666;
	clear: both;
	font-size: 10px;
}
.entry-meta a {
	font-weight: bold;
}
.Content .entry-meta a {
	margin-right: 0;
}
.single-author .entry-meta .by-author {
	display: none;
}
.entry-content, .entry-summary {
	padding: 1.625em 0 0;
	line-height: 18px;
}
.entry-content h1,
.entry-content h2,
.comment-content h1,
.comment-content h2 {
	color: #000;
	font-weight: bold;
	margin: 0 0 .8125em;
	font-family: 	'lucida_brightregular';

}
.entry-content h3, .comment-content h3 {
	font-size: 10px;
	margin-bottom: 15px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
.entry-content table, .comment-content table {
	margin: 0 0 1.625em;
	width: 100%;
}
.entry-content th,
.comment-content th {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
.entry-content td,
.comment-content td {
	padding: 6px 10px 6px 0;
}
.entry-content #s {
	width: 75%;
}
.comment-content ul,
.comment-content ol {
	margin-bottom: 1.625em;
}
.comment-content ul ul,
.comment-content ol ol,
.comment-content ul ol,
.comment-content ol ul {
	margin-bottom: 0;
}
dl.gallery-item {
	margin: 0;
}
.page-link {
	clear: both;
	display: block;
	margin: 0 0 1.625em;
}
.page-link a {
	background: #eee;
	color: #373737;
	margin: 0;
	padding: 2px 3px;
	text-decoration: none;
}
.page-link a:hover {
	background: #888;
	color: #fff;
	font-weight: bold;
}
.page-link span {
	margin-right: 6px;
}
.entry-meta .edit-link a,
.commentlist .edit-link a {
	background: #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	float: right;
	font-size: 12px;
	font-weight: 300;
	text-decoration: none;
	padding: 0 8px;
}
.entry-meta .edit-link a:hover,
.commentlist .edit-link a:hover {
	background: #888;
	color: #fff;
}
.entry-content .edit-link {
	clear: both;
	display: block;
}
/* Images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 97.5%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large {
	max-width: 97.5%;
	width: auto; /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 1.625em;
}
p img,
.wp-caption {
	margin-top: 0.4em;
}
.wp-caption {
	margin:  0.4em;
	max-width: 96%;
	padding: 5px;
}
.wp-caption img {
	display: block;
	margin: 0 auto;
	max-width: 98%;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	color: #666;
	font-family: Georgia, serif;
	font-size: 12px;
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin-bottom: 0.6em;
	padding: 10px 0 5px 40px;
}
.wp-caption .wp-caption-text:before {
	color: #666;
	content: '\2014';
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin-right: 5px;
	position: absolute;
	left: 10px;
	top: 7px;
}
#content .gallery {
	margin: 0 auto 1.625em;
}
#content .gallery a img {
	border: none;
}
img#wpstats {
	display: block;
	margin: 0 auto 1.625em;
}
#content .gallery-columns-4 .gallery-item {
	width: 23%;
	padding-right: 2%;
}
#content .gallery-columns-4 .gallery-item img {
	width: 100%;
	height: auto;
}
embed,
iframe,
object {
	max-width: 100%;
}
/* Password Protected Posts */
.post-password-required .entry-header .comments-link {
	margin: 1.625em 0 0;
}
.post-password-required input[type=password] {
	margin: 0.8125em 0;
}
.post-password-required input[type=password]:focus {
	background: #f7f7f7;
}
/* Author Info */
#author-info {
	font-size: 12px;
	overflow: hidden;
}
.singular #author-info {

	border-bottom: 1px solid #ddd;
	margin: 2.2em -35.6% 0 -35.4%;
	padding: 20px 35.4%;
}
.archive #author-info {
	border-bottom: 1px solid #ddd;
	margin: 0 0 2.2em;
	padding: 0 0 2.2em;
}
#author-avatar {
	float: left;
	margin-right: -78px;
}
#author-avatar img {
	background: #fff;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #bbb;
	-moz-box-shadow: 0 1px 2px #bbb;
	box-shadow: 0 1px 2px #bbb;
	padding: 3px;
}
#author-description {
	float: left;
	margin-left: 108px;
}
#author-description h2 {
	color: #000;
	font-size: 15px;
	font-weight: bold;
	margin: 5px 0 10px;
}
.author-section .GeneralBtn {
	color: #FFF;
	font-size: 19px;
}
.author-section .author-image {
	float: left;
	margin: 0 2em 0 0;
}
.author-section div#content .ProductRightCol {
	margin-bottom: 3em;
	width: 258px;
}
/* Comments link */
.entry-header .comments-link a {
	background: #eee url(images/comment-bubble.png) no-repeat;
	color: #666;
	font-size: 13px;
	font-weight: normal;
	overflow: hidden;
	padding: 0 0 0;
	position: absolute;
	top: 1.5em;
	right: 0;
	text-align: center;
	text-decoration: none;
	width: 43px;
	height: 36px;
}
.entry-header .comments-link a:hover,
.entry-header .comments-link a:focus,
.entry-header .comments-link a:active {
	color: #fff;
	color: rgba(255,255,255,0.8);
}
.entry-header .comments-link .leave-reply {
	visibility: hidden;
}
/*
Post Formats Headings
To hide the headings, display: none the ".entry-header .entry-format" selector,
and remove the padding rules below.
*/
.entry-header .entry-format {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	position: absolute;
	text-transform: uppercase;
	top: -5px;
}
.entry-header hgroup .entry-title {
	padding-top: 15px;
}
article.format-aside .entry-content,
article.format-link .entry-content,
article.format-status .entry-content {
	padding: 20px 0 0;
}
article.format-status .entry-content {
	min-height: 65px;
}
.recent-posts .entry-header .entry-format {
	display: none;
}
.recent-posts .entry-header hgroup .entry-title {
	padding-top: 0;
}
/* Singular content styles for Posts and Pages */
.singular .hentry {
	border-bottom: none;
	padding: 0;
	position: relative;
}
.singular.page .hentry {
	padding: 0;
}
.singular .entry-title {
	color: #000;
	font-size: 36px;
	font-weight: bold;
	line-height: 48px;
}
.singular .entry-title,
.singular .entry-header .entry-meta {
	padding-right: 0;
}
.singular .entry-header .entry-meta {
/*	position: absolute;
	top: 0;
	left: 0;*/
}
blockquote.pull {
	font-size: 21px;
	font-weight: bold;
	line-height: 1.6125em;
	margin: 0 0 1.625em;
	text-align: center;
}
.singular blockquote.pull {
	margin: 0 -22.25% 1.625em;
}
.pull.alignleft {
	margin: 0 1.625em 0 0;
	text-align: right;
	width: 33%;
}
.singular .pull.alignleft {
	margin: 0 1.625em 0 -22.25%;
}
.pull.alignright {
	margin: 0 0 0 1.625em;
	text-align: left;
	width: 33%;
}
.singular .pull.alignright {
	margin: 0 -22.25% 0 1.625em;
}
.singular blockquote.pull.alignleft,
.singular blockquote.pull.alignright {
	width: 33%;
}
.singular .entry-meta .edit-link a {
	bottom: auto;
	left: 50px;
	position: absolute;
	right: auto;
	top: 80px;
}
/* =Aside
----------------------------------------------- */
.format-aside .entry-title,
.format-aside .entry-header .comments-link {
	display: none;
}
.singular .format-aside .entry-title {
	display: block;
}
.format-aside .entry-content {
	padding: 0;
}
.singular .format-aside .entry-content {
	padding: 1.625em 0 0;
}
/* =Link
----------------------------------------------- */
.format-link .entry-title,
.format-link .entry-header .comments-link {
	display: none;
}
.singular .format-link .entry-title {
	display: block;
}
.format-link .entry-content {
	padding: 0;
}
.singular .format-link .entry-content {
	padding: 1.625em 0 0;
}
/* =Gallery
----------------------------------------------- */
.format-gallery .gallery-thumb {
	float: left;
	display: block;
	margin: .375em 1.625em 0 0;
}
/* =Status
----------------------------------------------- */
.format-status .entry-title,
.format-status .entry-header .comments-link {
	display: none;
}
.singular .format-status .entry-title {
	display: block;
}
.format-status .entry-content {
	padding: 0;
}
.singular .format-status .entry-content {
	padding: 1.625em 0 0;
}
.format-status img.avatar {
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #ccc;
	-moz-box-shadow: 0 1px 2px #ccc;
	box-shadow: 0 1px 2px #ccc;
	float: left;
	margin: 4px 10px 2px 0;
	padding: 0;
}
/* =Quote
----------------------------------------------- */
.format-quote blockquote {
	color: #555;
	font-size: 17px;
	margin: 0;
}
/* =Image
----------------------------------------------- */
.indexed.format-image .entry-header {
	min-height: 61px; /* Prevent the comment icon from colliding with the image when there is no title */
}
.indexed.format-image .entry-content {
	padding-top: 0.5em;
}
.indexed.format-image p,
.indexed.format-image p img {
	margin-bottom: 0;
}
.indexed.format-image footer.entry-meta {
	background: #ddd;
	margin-top: -7px;
	padding: 20px 30px;
	overflow: hidden;
}
.indexed.format-image div.entry-meta {
	display: inline-block;
	float: left;
	width: 35%;
}
.indexed.format-image div.entry-meta + div.entry-meta {
	float: none;
	width: 65%;
}
.indexed.format-image .entry-meta span.cat-links,
.indexed.format-image .entry-meta span.tag-links,
.indexed.format-image .entry-meta span.comments-link {
	display: block;
}
.indexed.format-image footer.entry-meta a {
	color: #444;
}
.indexed.format-image footer.entry-meta a:hover {
	color: #fff;
}
#content .indexed.format-image img {
	border: none;
	max-width: 100%;
	padding: 0;
}
.indexed.format-image .wp-caption {
	background: #111;
	margin-bottom: 0;
	max-width: 96%;
	padding: 11px;
}
.indexed.format-image .wp-caption .wp-caption-text {
	color: #ddd;
}
.indexed.format-image .wp-caption .wp-caption-text:before {
	color: #444;
}
.indexed.format-image a:hover img {
	opacity: 0.8;
}
/* =error404
----------------------------------------------- */
.error404 #main #searchform {
	background: #f9f9f9;
	border: 1px solid #ddd;
	border-width: 1px 0;
	margin: 0 -8.9% 1.625em;
	overflow: hidden;
	padding: 1.625em 8.9%;
}
.error404 #main #s {
	width: 95%;
}
/* =Showcase
----------------------------------------------- */
h1.showcase-heading {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
/* Intro */
article.intro {
	border-bottom: none;
	margin: -1.855em -8.9% 1.625em;
	padding: 0 8.9%;
}
article.intro .entry-title {
	display: none;
}
article.intro .entry-content {
	color: #111;
	font-size: 16px;
	padding: 1.625em 0 0.625em;
}
article.intro .edit-link a {
	background: #aaa;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	font-size: 12px;
	padding: 0 8px;
	position: absolute;
	top: 30px;
	right: 20px;
	text-decoration: none;
}
article.intro .edit-link a:hover,
article.intro .edit-link a:focus,
article.intro .edit-link a:active {
	background: #777;
}
/* Featured post */
section.featured-post {
	float: left;
	margin: -1.625em -8.9% 1.625em;
	padding: 1.625em 8.9% 0;
	position: relative;
	width: 100%;
}
section.featured-post .hentry {
	border: none;
	color: #666;
	margin: 0;
}
section.featured-post .entry-meta {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
/* Small featured post */
section.featured-post .attachment-small-feature {
	float: right;
	height: auto;
	margin: 0 -8.9% 1.625em 0;
	max-width: 59%;
	position: relative;
	right: -15px;
}
section.featured-post.small {
	padding-top: 0;
}
section.featured-post .attachment-small-feature:hover,
section.featured-post .attachment-small-feature:focus,
section.featured-post .attachment-small-feature:active {
	opacity: .8;
}
article.feature-image.small {
	float: left;
	margin: 0 0 1.625em;
	width: 45%;
}
article.feature-image.small .entry-title {
	line-height: 1.2em;
}
article.feature-image.small .entry-summary {
	color: #555;
	font-size: 13px;
}
article.feature-image.small .entry-summary p a {
	background: #222;
	color: #eee;
	display: block;
	left: -23.8%;
	padding: 9px 26px 9px 85px;
	position: relative;
	text-decoration: none;
	top: 20px;
	width: 180px;
	z-index: 1;
}
article.feature-image.small .entry-summary p a:hover {
	color: #eee;
	color: rgba(255,255,255,0.8);
}
/* Large featured post */
section.feature-image.large {
	border: none;
	max-height: 288px;
	padding: 0;
	width: 100%;
}
section.feature-image.large .showcase-heading {
	display: none;
}
section.feature-image.large .hentry {
	border-bottom: none;
	left: 9%;
	margin: 1.625em 9% 0 0;
	position: absolute;
	top: 0;
}
article.feature-image.large .entry-title a {
	background: #222;
	background: rgba(0,0,0,0.8);
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-weight: 300;
	padding: .2em 20px;
}
section.feature-image.large:hover .entry-title a,
section.feature-image.large .entry-title:hover a {
	background: #eee;
	background: rgba(255,255,255,0.8);
	color: #222;
}
article.feature-image.large .entry-summary {
	display: none;
}
section.feature-image.large img {
	display: block;
	height: auto;
	max-width: 117.9%;
	padding: 0 0 6px;
}
/* Featured Slider */
.featured-posts {
	border-bottom: 1px solid #ddd;
	display: block;
	height: 328px;
	margin: 1.625em -8.9% 20px;
	max-width: 1000px;
	padding: 0;
	position: relative;
	overflow: hidden;
}
.featured-posts .showcase-heading {
	padding-left: 8.9%;
}
.featured-posts section.featured-post {
	background: #fff;
	height: 288px;
	left: 0;
	margin: 0;
	position: absolute;
	top: 30px;
	width: auto;
}
.featured-posts section.featured-post.large {
	max-width: 100%;
	overflow: hidden;
}
.featured-posts section.featured-post {
	-webkit-transition-duration: 200ms;
	-webkit-transition-property: opacity, visibility;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration: 200ms;
	-moz-transition-property: opacity, visibility;
	-moz-transition-timing-function: ease;
}
.featured-posts section.featured-post {
	opacity: 0;
	visibility: hidden;
}
.featured-posts #featured-post-1 {
	opacity: 1;
	visibility: visible;
}
.featured-post .feature-text:after,
.featured-post .feature-image.small:after {
	content: ' ';
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
	width: 100%;
	height: 45px;
	position: absolute;
	top: 230px;
}
.featured-post .feature-image.small:after {
	top: 253px;
}
#content .feature-slider {
	top: 5px;
	right: 8.9%;
	overflow: visible;
	position: absolute;
}
.feature-slider ul {
	list-style-type: none;
	margin: 0;
}
.feature-slider li {
	float: left;
	margin: 0 6px;
}
.feature-slider a {
	background: #3c3c3c;
	background: rgba(60,60,60,0.9);
	-moz-border-radius: 12px;
	border-radius: 12px;
	-webkit-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.5), inset 0 0 2px rgba(255,255,255,0.5);
	-moz-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.5), inset 0 0 2px rgba(255,255,255,0.5);
	box-shadow: inset 1px 1px 5px rgba(0,0,0,0.5), inset 0 0 2px rgba(255,255,255,0.5);
	display: block;
	width: 14px;
	height: 14px;
}
.feature-slider a.active {
	background: #792110;
	-webkit-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.4), inset 0 0 2px rgba(255,255,255,0.8);
	-moz-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.4), inset 0 0 2px rgba(255,255,255,0.8);
	box-shadow: inset 1px 1px 5px rgba(0,0,0,0.4), inset 0 0 2px rgba(255,255,255,0.8);
	cursor: default;
	opacity: 0.5;
}
/* Recent Posts */
section.recent-posts {
	padding: 0 0 1.625em;
}
section.recent-posts .hentry {
	border: none;
	margin: 0;
}
section.recent-posts .other-recent-posts {
	border-bottom: 1px solid #ddd;
	list-style: none;
	margin: 0;
}
section.recent-posts .other-recent-posts li {
	padding: 0.3125em 0;
	position: relative;
}
section.recent-posts .other-recent-posts .entry-title {
	border-top: 1px solid #ddd;
	font-size: 17px;
}
section.recent-posts .other-recent-posts a[rel="bookmark"] {
	color: #373737;
	float: left;
	max-width: 84%;
}
section.recent-posts .other-recent-posts a[rel="bookmark"]:after {
	content: '-';
	color: transparent;
	font-size: 11px;
}
section.recent-posts .other-recent-posts a[rel="bookmark"]:hover {
}
section.recent-posts .other-recent-posts .comments-link a,
section.recent-posts .other-recent-posts .comments-link > span {
	border-bottom: 2px solid #999;
	bottom: -2px;
	color: #444;
	display: block;
	font-size: 10px;
	font-weight: 500;
	line-height: 2.76333em;
	padding: 0.3125em 0 0.3125em 1em;
	position: absolute;
	right: 0;
	text-align: right;
	text-transform: uppercase;
	z-index: 1;
}
section.recent-posts .other-recent-posts .comments-link > span {
	border-color: #bbb;
	color: #888;
}
section.recent-posts .other-recent-posts .comments-link a:hover {
	color: #792110;
	border-color: #792110;
}
section.recent-posts .other-recent-posts li:after {
	clear: both;
	content: '.';
	display: block;
	height: 0;
	visibility: hidden;
}
/* =Attachments
----------------------------------------------- */
.image-attachment div.attachment {
	background: #f9f9f9;
	border: 1px solid #ddd;
	border-width: 1px 0;
	margin: 0 -8.9% 1.625em;
	overflow: hidden;
	padding: 1.625em 1.625em 0;
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto 1.625em;
	max-width: 100%;
}
.image-attachment div.attachment a img {
	border-color: #f9f9f9;
}
.image-attachment div.attachment a:focus img,
.image-attachment div.attachment a:hover img,
.image-attachment div.attachment a:active img {
	border-color: #ddd;
	background: #fff;
}
.image-attachment .entry-caption p {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	margin: 0 0 2.6em;
	text-transform: uppercase;
}
/* =Navigation
-------------------------------------------------------------- */
#content nav {
	clear: both;
	overflow: hidden;
	padding: 0 0 1.625em;
}
#content nav a {
	font-size: 12px;
	font-weight: bold;
	line-height: 2.2em;
}
#nav-above {
	padding: 0 0 1.625em;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content nav .meta-nav {
	font-weight: normal;
}
/* Singular navigation */
#nav-single {
	position: relative;
	top: -0.3em;
	text-align: right;
	z-index: 1;
	display: none;
}
#nav-single .nav-previous,
#nav-single .nav-next {
	float: none;
	width: auto;
}
#nav-single .nav-next {
	padding-left: .5em;
}
/* =Widgets
----------------------------------------------- */
.widget-area {
	font-size: 11px;
}
.widget {
	clear: both;
	margin: 0 0 2.2em;
}
.widget-title {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
.widget ul {
	font-size: 15px;
	margin: 0;
}
.widget ul ul {
	margin-left: 1.5em;
}
.widget ul li {
	color: #777;
	font-size: 13px;
	border-bottom: 1px dashed #eee; padding: 4px 0;
}
.widget a {
	font-weight: bold;
	text-decoration: none;
}
.widget a:hover,
.widget a:focus,
.widget a:active {
	text-decoration: underline;
	color: red;
}
/* Search Widget */
.widget_search form {
	margin: 0 0 1.625em;
}
.widget_search #s {
	width: 77%;
}
.widget_search #searchsubmit {
	background: #ddd;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	color: #888;
	font-size: 13px;
	line-height: 25px;
	position: relative;
	top: -2px;
}
.widget_search #searchsubmit:active {
	background: #792110;
	border-color: #a12c15;
	-webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	color: #bfddf3;
}
/* Ephemera Widget */
section.ephemera ol,
.widget_twentyeleven_ephemera ol {
	list-style: square;
	margin: 5px 0 0;
}
.widget_twentyeleven_ephemera .widget-entry-title {
	font-size: 15px;
	font-weight: bold;
	padding: 0;
}
.widget_twentyeleven_ephemera .comments-link a,
.widget_twentyeleven_ephemera .comments-link > span {
	color: #666;
	display: block;
	font-size: 10px;
	font-weight: 500;
	line-height: 2.76333em;
	text-transform: uppercase;
}
section.ephemera .entry-title .comments-link a:hover,
.widget_twentyeleven_ephemera .entry-title .comments-link a:hover {
}
section.ephemera .entry-title a span {
	color: #29628d;
}
/* Twitter */
.widget_twitter li {
	list-style-type: none;
	margin-bottom: 14px;
}
.widget_twitter .timesince {
	display: block;
	font-size: 11px;
	margin-right: -10px;
	text-align: right;
}
/* Widget Image */
.widget_image img {
	height: auto;
	max-width: 100%;
}
/* Calendar Widget */
.widget_calendar #wp-calendar {
	color: #555;
	width: 95%;
	text-align: center;
}
.widget_calendar #wp-calendar caption,
.widget_calendar #wp-calendar td,
.widget_calendar #wp-calendar th {
	text-align: center;
}
.widget_calendar #wp-calendar caption {
	font-size: 11px;
	font-weight: 500;
	padding: 5px 0 3px 0;
	text-transform: uppercase;
}
.widget_calendar #wp-calendar th {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}
.widget_calendar #wp-calendar tfoot td {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
/* Eleison Comments Language Selector */
.widget.widget-lang #lang_sel ul li {
	border-bottom: 0;
}
/* Eleison Comments Back Issues */
.widget.widget-currentissue ul li {
	border-bottom: 0;
}
.widget.widget-eleisoncomments ul li {
	padding-bottom: 10px;
}
.widget-eleisoncomments ul li a {
	display: block;
	padding-left: 0;
}
.widget-eleisoncomments ul li a:hover {
	text-decoration: none;
}
.widget-eleisoncomments .post-issue,
.widget-eleisoncomments .post-date
{
	display: inline-block;
	background: #EFEFEF;
	border-radius: 0.3em;
	margin-right: 0.5em;
	text-align: center;
	padding: 0.25em 1em;
	min-width: 110px;
	width: 100%;
}
.widget-eleisoncomments .post-issue {
	font-size:12px;
	font-weight:normal;
}
.widget-eleisoncomments .post-title {
	display: block;
	line-height: 2.2em;
	height: 1.75em;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: pre;
	margin-bottom: 0.5em;
}
.widget-backissue .backissue-link {
	display: inline-block;
	font-style: italic;
	font-weight: normal;
	margin-top: 0.5em;
}
/* Eleison Comments Subscribe Form */
.widget-eleisoncomments.widget-subscribe p a {
	padding-left: 0;
}

.widget-eleisoncomments.widget-subscribe label {
	display: block;
	margin: 1em 0 0 0;
}

.widget-eleisoncomments.widget-subscribe input[type=text],
.widget-eleisoncomments.widget-subscribe select
{
	border: 1px solid #C2C2C2;
	border-radius: 0;
	padding: 1em 0.5em;
	width: 95%;
}

#footer-info .email-subscribe-form input[type=submit],
.widget-eleisoncomments.widget-subscribe input[type=submit],
.comments-subscribe-page .email-subscribe-form input[type=submit],
li.widget-backissue a.backissue-link
{
	background: #000;
	border-radius: 5px;
	color: #FFF;
	font-family: 'adobe_caslon_proitalic';
	font-style: normal;
	font-size: 20px;
	letter-spacing: 0.05em;
	line-height: 1.8em;
	margin: 1em 0;
	padding: 4px 33px;
	text-transform: lowercase;
}
.widget-eleisoncomments.widget-subscribe input[type=submit], li.widget-backissue a.backissue-link {
	margin-bottom: 0;
	height:40px;
	padding:5px 35px;
	text-align: center;
}
li.widget-backissue a.backissue-link:hover { text-decoration:none;}
.widget-eleisoncomments.widget-subscribe .unsub-text {
	line-height: 16px;
	margin: 1em 0 0 0; /* 1em 0 2em 0 D */
	width: 100%;
}
.widget-eleisoncomments.widget-subscribe a { font-weight: bold; }

.widget-eleisoncomments.widget-subscribe .subscribe-link,
.widget-eleisoncomments.widget-subscribe .unsubscribe-link
{
	font-weight: normal;
	width: 47%;
	margin: 0 1%;
	display: inline-block;
	padding: 9px 16px;
	text-align: center;
	height:auto;
}
.widget-eleisoncomments.widget-subscribe .subscribe-link:hover,
.widget-eleisoncomments.widget-subscribe .unsubscribe-link:hover
{
	text-decoration: none;
}
.widget-eleisoncomments.widget-subscribe .subscribe-link {
	background: #9EC845;
	float: left;
}
.widget-eleisoncomments.widget-subscribe .unsubscribe-link {
	background: #000;
	float: right;
	line-height: 16px;
	margin-bottom: 1em;
	padding: 12px 16px;
}
/* Eleison Comments Find Issues */
.widget-eleisoncomments.widget-findissue select {
	margin-bottom: 1em;
	width: 100%;
}

.widget-eleisoncomments.widget-findissue ul li {
	border-bottom: 0 none;
	margin-bottom: 0.5em;
	padding: 0;
}

.widget-eleisoncomments.widget-findissue ul li#codenegar_ajax_search-2 h2,
.widget-eleisoncomments.widget-findissue ul li h2
{
	display: block;
	font-size: 1em;
	font-style: italic;
	font-weight: normal;
}
/* Events List Widget (Landing Page) */
.page.events-section {
	margin-bottom: 4em;
}
.events-gridview .page.events-section .entry-header {
	display: block;
}
.events-gridview .page.events-section #content {
	padding: 0 30px;
}
.page.events-section .entry-content {
	margin: 0 auto;
}
#content .sidebar.events-list {
	margin: 20px 0 10px 0;
	padding: 0;
}

#content .sidebar.events-list .widget-events {
	clear: none;
	float: left;
	margin-left: 3%;
	width: 42%;
}

#content .sidebar.events-list .widget-events:first-child {
	margin-left: 6.5%;
}

#content .sidebar.events-list .widgettitle {
	width: 100%;
}

.widget-events .event-name a {
	padding-left: 0;
}
.widget-events .page-link {
	float: right;
	font-size: 1.2em;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
.widget-events .event-date-container > span {
	display: inline-block;
}
.widget-events .event-date-container .event-date-label {
	width: 90px;
}
.widget-events .event-venue-container {
	margin: 0.5em 0;
	padding: 0.5em 0;
}
.widget-events .event-venue-container > span {
	display: block;
}

.widget-events .event-venue-container .venue-region > span {
	display: inline;
	float: left;
}
/* =Comments
----------------------------------------------- */
#comments-title {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	text-transform: uppercase;
	background: #D4D2C0 url('/bookstore/templates/default/images/icons-leafdark.png') no-repeat 10px center;
	padding-left: 40px;
}
.nopassword,
.nocomments {
	color: #aaa;
	font-size: 24px;
	font-weight: 100;
	margin: 26px 0;
	text-align: center;
}
.commentlist {
	list-style: none;
	margin: 0 auto;
	width: 68.9%;
}
.content .commentlist,
.page-template-sidebar-page-php .commentlist {
	width: 100%; /* reset the width for the one-column and sidebar page layout */
}
.commentlist > li.comment {
	background: #f6f6f6;
	border: 1px solid #ddd;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 0 1.625em;
	padding: 1.625em;
	position: relative;
}
.commentlist .pingback {
	margin: 0 0 1.625em;
	padding: 0 1.625em;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li.comment {
	background: #fff;
	border: 1px solid #ddd;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	margin: 1.625em 0 0;
	padding: 1.625em;
	position: relative;
}
.commentlist .children li.comment .fn {
	display: block;
}
.comment-meta .fn {
	font-style: normal;
}
.comment-meta {
	color: #666;
	font-size: 12px;
	line-height: 2.2em;
}
.commentlist .children li.comment .comment-meta {
	line-height: 1.625em;
	margin-left: 50px;
}
.commentlist .children li.comment .comment-content {
	margin: 1.625em 0 0;
}
.comment-meta a {
	font-weight: bold;
}
.comment-meta a:focus,
.comment-meta a:active,
.comment-meta a:hover {
}
.commentlist .avatar {
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #ccc;
	-moz-box-shadow: 0 1px 2px #ccc;
	box-shadow: 0 1px 2px #ccc;
	left: -92px;
	padding: 0;
	position: absolute;
	top: 0;
}
.commentlist > li:before {
	content: url(images/comment-arrow.png);
	left: -21px;
	position: absolute;
}
.commentlist > li.pingback:before {
	content: '';
}
.commentlist .children .avatar {
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	left: 2.2em;
	padding: 0;
	top: 2.2em;
}
a.comment-reply-link {
	background: #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	display: inline-block;
	font-size: 12px;
	padding: 0 8px;
	text-decoration: none;
}
a.comment-reply-link:hover,
a.comment-reply-link:focus,
a.comment-reply-link:active {
	background: #888;
	color: #fff;
}
a.comment-reply-link > span {
	display: inline-block;
	position: relative;
	top: -1px;
}
/* Post author highlighting */
.commentlist > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}
.commentlist > li.bypostauthor .comment-meta {
	color: #575757;
}
.commentlist > li.bypostauthor .comment-meta a:focus,
.commentlist > li.bypostauthor .comment-meta a:active,
.commentlist > li.bypostauthor .comment-meta a:hover {
}
.commentlist > li.bypostauthor:before {
	content: url(images/comment-arrow-bypostauthor.png);
}
/* Post Author threaded comments */
.commentlist .children > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}
/* sidebar-page.php comments */
/* Make sure we have room for our comment avatars */
.page-template-sidebar-page-php .commentlist > li.comment,
.page-template-sidebar-page-php.commentlist .pingback {
	margin-left: 102px;
	width: auto;
}
/* And a full-width comment form */
.page-template-sidebar-page-php #respond {
	width: auto;
}
/* Comment Form */
#respond {
	background: #ddd;
	border: 1px solid #d3d3d3;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 auto 1.625em;
	padding: 1.625em;
	position: relative;
	width: 100%;
}
#respond input[type="text"],
#respond textarea {
	background: #fff;
	border: 4px solid #eee;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	-moz-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	position: relative;
	padding: 10px;
	text-indent: 80px;
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
	position: relative;
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
	background: #eee;
	-webkit-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	-moz-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	color: #555;
	display: inline-block;
	font-size: 13px;
	left: 4px;
	min-width: 60px;
	padding: 4px 10px;
	position: relative;
	top: 40px;
	z-index: 1;
}
#respond input[type="text"]:focus,
#respond textarea:focus {
	text-indent: 0;
	z-index: 1;
}
#respond textarea {
	resize: vertical;
	width: 95%;
}
#respond .comment-form-author .required,
#respond .comment-form-email .required {
	color: #bd3500;
	font-size: 22px;
	font-weight: bold;
	left: 75%;
	position: absolute;
	top: 45px;
	z-index: 1;
}
#respond .comment-notes,
#respond .logged-in-as {
	font-size: 13px;
}
#respond p {
	margin: 10px 0;
}
#respond .form-submit {
	float: right;
	margin: -20px 0 10px;
}
#respond input#submit {
	background: #222;
	border: none;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	color: #eee;
	cursor: pointer;
	font-size: 15px;
	margin: 20px 0;
	padding: 5px 42px 5px 22px;
	position: relative;
	left: 30px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
}
#respond input#submit:active {
	background: #792110;
	color: #f0c1b8;
}
#respond #cancel-comment-reply-link {
	color: #666;
	margin-left: 10px;
	text-decoration: none;
}
#respond .logged-in-as a:hover,
#respond #cancel-comment-reply-link:hover {
	text-decoration: underline;
}
.commentlist #respond {
	margin: 1.625em 0 0;
	width: auto;
}
#reply-title {
	color: #373737;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
}
#cancel-comment-reply-link {
	color: #888;
	display: block;
	font-size: 10px;
	font-weight: normal;
	line-height: 2.2em;
	letter-spacing: 0.05em;
	position: absolute;
	right: 1.625em;
	text-decoration: none;
	text-transform: uppercase;
	top: 1.1em;
}
#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:active,
#cancel-comment-reply-link:hover {
	color: #ff4b33;
}
#respond label {
	line-height: 2.2em;
}
#respond input[type=text] {
	display: block;
	height: 24px;
	width: 75%;
}
#respond p {
	font-size: 12px;
}
p.comment-form-comment {
	margin: 0;
}
.form-allowed-tags {
	display: none;
}
/* =Footer
----------------------------------------------- */
#colophon {
	clear: both;
}
#supplementary {
	border-top: 1px solid #ddd;
	padding: 1.625em 7.6%;
	overflow: hidden;
}
/* Two Footer Widget Areas */
#supplementary.two .widget-area {
	float: left;
	margin-right: 3.7%;
	width: 48.1%;
}
#supplementary.two .widget-area + .widget-area {
	margin-right: 0;
}
/* Three Footer Widget Areas */
#supplementary.three .widget-area {
	float: left;
	margin-right: 3.7%;
	width: 30.85%;
}
#supplementary.three .widget-area + .widget-area + .widget-area {
	margin-right: 0;
}
/* Site Generator Line */
#site-generator {
	color: #666;
	font-size: 12px;
	line-height: 2.2em;
	padding: 2.2em 0.5em;
	text-align: center;
}
#site-generator a {
	color: #555;
	font-weight: bold;
}
#site-generator .sep {
	background: url(images/wordpress.png) center left no-repeat;
	color: transparent;
	display: inline-block;
	height: 16px;
	line-height: 16px;
	margin: 0 7px;
	width: 16px;
}
/* Email Subscription Form */
#footer-info .email-subscribe-form input[type=text] {
	border: 1px solid #DDD;
	border-radius: 4px;
	box-sizing: border-box;
	box-shadow: inset 1px 1px 5px #CCC;
	height: 33px;
	line-height: 33px;
	margin-top: 6px;
	margin-bottom: 5px;
	padding: 0 10px;
	width: 100%;
}
#footer-info .email-subscribe-form select {
	margin-right: 4px;
	width: 265px;
}
.comments-subscribe-page .comments-subscribe-steps {
	list-style: decimal;
}
.comments-subscribe-page .email-subscribe-form {
	width: 500px;
}
.comments-subscribe-page .email-subscribe-form label {
	display: inline-block;
	margin-right: 1em;
	text-align: right;
	width: 150px;
}
.comments-subscribe-page .email-subscribe-form input[type=text],
.comments-subscribe-page .email-subscribe-form select
{
	margin-top: 6px;
	padding: 0 6px;
	width: 315px;
}
.comments-subscribe-page .email-subscribe-form input[type=submit] {
	background-color: rgb(158, 199, 70);
	height:40px;
	margin-left: 165px;
}

.comments-subscribe-page input[type="text"],
.comments-subscribe-page select {
	border-radius: 0;
	height: 31px;
}

.comments-subscribe-page label {
	font-size: 12px;
	font-family: Arial;
}


/* =Responsive Structure
----------------------------------------------- */
@media (max-width: 800px) {
	/* Simplify the basic layout */
	#main #content {
		margin: 0 7.6%;
		width: auto;
	}
	#nav-below {
		border-bottom: 1px solid #ddd;
		margin-bottom: 1.625em;
	}
	#main #secondary {
		float: none;
		margin: 0 7.6%;
		width: auto;
	}
	/* Simplify the showcase template */
	.page-template-showcase-php .featured-posts {
		min-height: 280px;
	}
	.featured-posts section.featured-post {
		height: auto;
	}
	.page-template-showcase-php section.recent-posts {
		float: none;
		margin: 0;
		width: 100%;
	}
	.page-template-showcase-php #main .widget-area {
		float: none;
		margin: 0;
		width: auto;
	}
	.page-template-showcase-php .other-recent-posts {
		border-bottom: 1px solid #ddd;
	}
	/* Simplify the showcase template when small feature */
	section.featured-post .attachment-small-feature,
	.one-column section.featured-post .attachment-small-feature {
		border: none;
		display: block;
		float: left;
		height: auto;
		margin: 0.625em auto 1.025em;
		max-width: 30%;
		position: static;
	}
	article.feature-image.small {
		float: right;
		margin: 0 0 1.625em;
		width: 64%;
	}
	.one-column article.feature-image.small .entry-summary {
		height: auto;
	}
	article.feature-image.small .entry-summary p a {
		left: 0;
		padding-left: 20px;
		padding-right: 20px;
		width: auto;
	}
	/* Remove the margin on singular articles */
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular #comments-title {
		width: 100%;
	}
	/* Simplify the pullquotes and pull styles */
	.singular blockquote.pull {
		margin: 0 0 1.625em;
	}
	.singular .pull.alignleft {
		margin: 0 1.625em 0 0;
	}
	.singular .pull.alignright {
		margin: 0 0 0 1.625em;
	}
	.singular .entry-meta .edit-link a {
		left: 0;
		position: absolute;
		top: 40px;
	}
	.singular #author-info {
		margin: 2.2em -8.8% 0;
		padding: 20px 8.8%;
	}
	/* Make sure we have room for our comment avatars */
	.commentlist {
		width: 100%;
	}
	.commentlist > li.comment,
	.commentlist .pingback {
		margin-left: 102px;
		width: auto;
	}
	/* And a full-width comment form */
	#respond {
		width: auto;
	}
	/* No need to float footer widgets at this size */
	#colophon #supplementary .widget-area {
		float: none;
		margin-right: 0;
		width: auto;
	}
	/* No need to float 404 widgets at this size */
	.error404 #main .widget {
		float: none;
		margin-right: 0;
		width: auto;
	}
}
@media (max-width: 650px) {
	/* @media (max-width: 650px) Reduce font-sizes for better readability on smaller devices */
	body, input, textarea {
		font-size: 13px;
	}
	#site-title a {
		font-size: 24px;
	}
	#site-description {
		font-size: 12px;
	}
	/*
	#access ul {
		font-size: 12px;
	}
	*/
	article.intro .entry-content {
		font-size: 12px;
	}
	.entry-title {
		font-size: 21px;
	}
	.featured-post .entry-title {
		font-size: 14px;
	}
	.singular .entry-title {
		font-size: 28px;
	}
	.entry-meta {
		font-size: 12px;
	}
	blockquote {
		margin: 0;
	}
	blockquote.pull {

		font-size: 17px;
	}
	/* Reposition the site title and description slightly */
	#site-title {
		padding: 5.30625em 0 0;
	}
	#site-title,
	#site-description {
		margin-right: 0;
	}
	/* Make sure the logo and search form don't collide */
	#branding #searchform {
		top: 1.625em !important;
	}
	/* Floated content doesn't work well at this size */
	.alignleft,
	.alignright {
		float: none;
		margin-left: 0;
		margin-right: 0;
	}
	/* Make sure the post-post navigation doesn't collide with anything */
	#nav-single {
		display: block;
		position: static;
	}
	.singular .hentry {
		padding: 1.625em 0 0;
	}
	.singular.page .hentry {
		padding: 1.625em 0 0;
	}
	/* Talking avatars take up too much room at this size */
	.commentlist > li.comment,
	.commentlist > li.pingback {
		margin-left: 0 !important;
	}
	.commentlist .avatar {
		background: transparent;
		display: block;
		padding: 0;
		position: static;
	}
	.commentlist .children .avatar {
		background: none;
		left: 2.2em;
		padding: 0;
		position: absolute;
		top: 2.2em;
	}
	/* Use the available space in the smaller comment form */
	#respond input[type="text"] {
		width: 95%;
	}
	#respond .comment-form-author .required,
	#respond .comment-form-email .required {
		left: 95%;
	}
	#content .gallery-columns-3 .gallery-item {
		width: 31%;
		padding-right: 2%;
	}

	#content .gallery-columns-3 .gallery-item img {
		width: 100%;
		height: auto;
	}
}
@media (max-width: 450px) {
	#content .gallery-columns-2 .gallery-item {
		width: 45%;
		padding-right: 4%;
	}
	#content .gallery-columns-2 .gallery-item img {
		width: 100%;
		height: auto;
	}
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
	body {
		padding: 0;
	}
	#page {
		margin-top: 0;
	}
	#branding {
		border-top: none;
	}
}
/* =Print
----------------------------------------------- */
@media print {
	body {
		background: none !important;
		font-size: 10pt;
	}
	footer.entry-meta a[rel=bookmark]:link:after,
	footer.entry-meta a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	#page {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	#branding {
		border-top: none !important;
		padding: 0;
	}
	#branding hgroup {
		margin: 0;
	}
	#site-title a {
		font-size: 21pt;
	}
	#site-description {
		font-size: 10pt;
	}
	#branding #searchform {
		display: none;
	}
	#branding img {
		display: none;
	}
	/*
	#access {
		display: none;
	}
	*/
	#main {
		border-top: none;
		box-shadow: none;
	}
	#primary {
		float: left;
		margin: 0;
		width: 100%;
	}
	#content {
		margin: 0;
		width: auto;
	}
	.singular #content {
		margin: 0;
		width: 100%;
	}
	.singular .entry-header .entry-meta {
		position: static;
	}
	.entry-meta .edit-link a {
		display: none;
	}
	#content nav {
		display: none;
	}
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular #comments-title {
		margin: 0;
		width: 100%;
	}
	.singular .hentry {
		padding: 0;
	}
	.entry-title,
	.singular .entry-title {
		font-size: 21pt;
	}
	.entry-meta {
		font-size: 10pt;
	}
	.entry-header .comments-link {
		display: none;
	}
	.page-link {
		display: none;
	}
	.singular #author-info {
		background: none;
		border-bottom: none;
		border-top: none;
		margin: 2.2em 0 0;
		padding: 0;
	}
	#respond {
		display: none;
	}
	.widget-area {
		display: none;
	}
	#colophon {
		display: none;
	}
	/* Comments */
	.commentlist > li.comment {
		background: none;
		border: 1px solid #ddd;
		-moz-border-radius: 3px 3px 3px 3px;
		border-radius: 3px 3px 3px 3px;
		margin: 0 auto 1.625em;
		padding: 1.625em;
		position: relative;
		width: auto;
	}
	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.commentlist li.comment .comment-meta {
		line-height: 1.625em;
		margin-left: 50px;
	}
	.commentlist li.comment .fn {
		display: block;
	}
	.commentlist li.comment .comment-content {
		margin: 1.625em 0 0;
	}
	.commentlist .comment-edit-link {
		display: none;
	}
	.commentlist > li::before,
	.commentlist > li.bypostauthor::before {
		content: '';
	}
	.commentlist .reply {
		display: none;
	}
	/* Post author highlighting */
	.commentlist > li.bypostauthor {
		color: #444;
	}
	.commentlist > li.bypostauthor .comment-meta {
		color: #666;
	}
	.commentlist > li.bypostauthor:before {
		content: none;
	}
	/* Post Author threaded comments */
	.commentlist .children > li.bypostauthor {
		background: #fff;
		border-color: #ddd;
	}
	.commentlist .children > li.bypostauthor > article,
	.commentlist .children > li.bypostauthor > article .comment-meta {
		color: #666;
	}
}
/* =IE7
----------------------------------------------- */
#ie7 article.intro {
	margin-left: -7.6%;
	margin-right: -7.6%;
	padding-left: -7.6%;
	padding-right: -7.6%;
	max-width: 1000px;
}
#ie7 section.featured-post {
	margin-left: -7.6%;
	margin-right: -7.6%;
	max-width: 850px;
}
#ie7 section.recent-posts {
	margin-right: 7.6%;
}
a.morelink {
    text-decoration:none;
    outline: none;
}
.morecontent span {
    display: none;
}
.comment {
}


.prentry {
	padding-top: 25px;
}

#content-newspress {
	padding: 15px 0;
}
#content-press .post, #content-news .post {
	padding-left: 30px;
}
#QuickSearch {
	margin-top: 20px;
	margin-left: 7px;
}

.you-are-reading-this{
	font-weight:bold;
}
/*----- TOUTS -----*/
ul.tout-list {
	margin: 10px 0 20px;
	padding: 0 2%;
	width: 100%;
	float: left;
	clear: both;
}
ul.tout-list li.widget {
	position: relative;
	float: left;
	width: 32.33%;
	margin: 0 0.5%;
	clear: none;
	border: 3px solid #f2ede6;
	min-height: 190px;

	text-align: center;
	padding: 10px 20px;

	box-shadow: 0 10px 15px -15px #9c9c9c;

	background-repeat: no-repeat;
	background-position: center bottom;
}
ul.tout-list li.widget h2 {
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: bold;
	color: #000;
}
ul.tout-list li.widget p {
	color: #777;
}
ul.tout-list li.widget a {
	color: #464646;
	display: inline;
	font-size: 10px;
	padding: 0;
	margin-top: 35px; /*57*/
}
ul.tout-list li.widget #multi-comments-widget > p[lang] {
	height: 85px;
	margin-bottom:0;
}
#LayoutColumn3 ul.tout-list li.widget a {
	color: #464646;
	display: inline;
	font-size: 10px;
	padding: 0;
	margin-top: 15px;
	margin-bottom:5px;
}


ul.tout-list li.widget .tribe-events-calendar-widget a {
	display: block;
}
ul.tout-list li.widget a.action-link, #LayoutColumn3 ul.tout-list li.widget a.action-link {
	background-color:rgb(59,59,59);
	color: #FFF;
	display: inline-block;
	margin-top: 10px;
	padding: 3px 10px;
	width: auto;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
ul.tout-list li.widget a.action-link.donate,ul.tout-list li.widget a.action-link.bookstore { margin-top:34px;} /* D */
ul.tout-list li.widget a.action-link:hover, #LayoutColumn3 ul.tout-list li.widget a.action-link:hover {
	background-color: rgb(0,0,0);
	color: rgb(245,245,245);
	text-decoration: none;
}
#LayoutColumn3 ul.tout-list li.widget a.action-link.donate,#LayoutColumn3 ul.tout-list li.widget a.action-link.bookstore { margin-top:17px;} /* D */
ul.tout-list li#text-2 {
	background-image: url(/wp-content/themes/bapo-new/images/tout-bg-comments.png);
}
ul.tout-list li#text-3 {
	background-image: url(/wp-content/themes/bapo-new/images/tout-bg-donate.png);
}
ul.tout-list li#text-4 {
	background-image: url(/wp-content/themes/bapo-new/images/tout-bg-shop.png);
}
/*----- INDEX HEADER -----*/
#index-header {
	width: 918px;
	height: 291px;
	margin: 30px 21px 15px;
	border: 3px solid #f2ede6;
	float: left;
	position: relative;
}
#index-header > img {
	position: absolute;
	top: 0;
	left: 0;
}
#index-header > .featuredTalk {
	background: #fff;
	display: block;
	position: absolute;
	left: 10%;
	top: -12px;
	height: 309px;
	width: 285px;
	box-shadow: 0 0 10px #b3b3b3;
	padding: 10px 0;
	text-align: center;
	z-index: 999;
}
#index-header > .featuredTalk > img {
	border: 2px solid #bdbdbd;
	margin: 5px 0;
}
#index-header > .featuredTalk:hover {
	text-decoration: none;
}
#index-header > .featuredTalk strong,
#index-header > .featuredTalk em,
#index-header > .featuredTalk > span {
	width: 100%;
	float: left;
	clear: both;
	margin: 5px 0;
}
#index-header > .featuredTalk strong {
	color: #b8b8b8;
	font-size: 10px;
	text-decoration: underline;
	margin-top: 15px;
}
#index-header > .featuredTalk em {
	color: #b20000;
	font-size: 16px;
	font-family: 'adobe_caslon_proitalic', Verdana, sans-serif;
	font-style: normal;
}
#index-header > .featuredTalk > span {
	background: #b8b8b8;
	display: inline-block;
	width: auto;
	padding: 5px 10px;
	font-family: 'lucida_brightregular', Verdana, sans-serif;
	color: #fff;
	font-style: italic;
	font-size: 18px;

	left: 100px;
	position: relative;
}
#index-header > .featuredTalk h2 {
	font-weight: bold;
	text-transform: uppercase;
	margin: 11px 0;
	color:rgb(0, 102, 143);
}

#main .example {

	width: 100%;
	display: block;
	float: left;
	height: auto;
}
.entry-content blockquote {
	background: #012640;
	padding: 15px 65px;
	display: inline-block;
	width: 100%;
	color: #fff;
	font-style: italic;
	position: relative;
	border-radius: 5px;
}
.entry-content blockquote:before,
.entry-content blockquote:after {
	font-family: "Times New Roman", Times, serif;
	display: inline-block;
	position: absolute;
	bottom: 0;
	font-size: 124px;
	color: #b6a382;
}
.entry-content h3 {
	color: #444; background: #eee; padding: 5px 10px; font-weight: bold; font-family: verdana;
}

.entry-content h3 img { vertical-align: bottom;}

.entry-content blockquote:before {
	content: "“";
	left: -10px;
}
.entry-content blockquote:after {
	content: "”";
	right: 10px;
	line-height: 0;
}
.entry-content blockquote p {
	margin-bottom: 0;
}

input[type="text"], input[type="number"], input[type="password"], textarea, select { padding:7px;}

.quote { background: #002740; position: relative; -webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px; width: 95%; margin: 0 auto; padding: 7px 5px; margin-bottom: 25px;}
.quote p { font-size: 0.85em; color: #fff; font-style: italic; margin-bottom: 0; text-align: center; padding: 0;}
.quote img { position: absolute; left: 5px; top: 0;}

.quote p:before, .testimonials dd p:before
{
	content: '';
	color: #9f9780;
	font-size: 28px;
	padding-right: 5px;
	vertical-align: top;
	background: url(http://www.h2bc.com/wp-content/uploads/2014/01/quote-open.png) no-repeat;
	display: inline-block; width: 31px; height: 25px; position: absolute; left: 5px; top: 5px
}

.quote p:after, .testimonials dd p:after {
	content: '';
	color: #9f9780;
	font-size: 28px;
	padding-left: 5px;
	vertical-align: middle;
	background: url(http://www.h2bc.com/wp-content/uploads/2014/01/quote-close.png) no-repeat;
	display: inline-block; width: 31px; height: 25px; position: absolute; right: 5px;
}

.testimonials { width: 500px; float: left; margin-left: 25px;}
.testimonials dt { background: #ccd4d9; padding: 5px 54px;}
.testimonials dd { padding: 15px 54px; position: relative; margin: 5px 0;}
.testimonials p { margin-bottom: 0; line-height: 17px;}
.testimonials h2 {font-family: 'lucida_brightdemibold' !important; font-size: 20px; padding: 0 0 12px 0; color: #111; text-transform: uppercase;}
.person { background: #ccd4d9; padding: 15px 40px;}

div#top-welcome div.buttonend { display: none;}

.topnav { display: block !important;}

input#s,
input#search_query,
input.roundinnershadow,
.ExpressCheckoutContent .Textbox,
#CreateAccountForm .Textbox,
#ForgotPwdForm .Textbox,
.donation-form #donate-amount,
input.wpcf7-text, input.wpcf7-captchar, textarea.wpcf7-textarea
{
	background: #fff !important;
	border-radius: 0 !important;
	margin: 0 !important;
	height: 31px;
}
#CreateAccountForm textarea.Textbox {
	height: 100px !important;
	width: 260px !important;
}
#TopBar ul { margin: 7px 0 0 0;} /* 12px D */
#TopBar ul li { float: left; list-style: none;}
#TopBar ul li a { color: #fafafa; padding: 5px;}

#Menu ul#firstmenu > li > a, #Menu ul#firstmenu > li > a > span {
	font-family: 'lucida_brightregular' !important;
    text-shadow:none;
	text-shadow:rgba(255, 255, 255, 0.992157) 1px 1px 1px;
}

h2 {
	font-family: 'lucida_brightregular', sans-serif !important;
	color: #3b3b3b;
}
h2.info-title { font-weight:bold; }

div#footer-info ul.menu li a {
	color: #222;
	font-family: 'lucida_brightdemibold';
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
}
.menu ul li {margin: 8px 0;}
.menu ul li a {font-family: 'lucida_brightdemibold' !important; font-size: 14px; text-transform: uppercase; color: #222 !important;}

div#footer-pages ul, div#footer-navigate ul {
	list-style: none;
	margin: 0 0 10px;
}
div#footer-info h1 {
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	font-family: 'adobe_caslon_proitalic';
	font-size: 24px;
	font-style: normal;
	font-weight: 300;
	color: #222;
	letter-spacing: 0.05em;
	line-height: 110%;
	margin-bottom: 8px;
	padding-top: 3px;
	-webkit-box-shadow:rgba(255, 255, 255, 0.40) 0px 1px 0px 0px;
	-moz-box-shadow:rgba(255, 255, 255, 0.40) 0px 1px 0px 0px;
	box-shadow:rgba(255, 255, 255, 0.4) 0px 1px 0px 0px;
}
.bottom-footer { padding-top: 35px !important; margin-bottom: 45px !important;}
div#footer-info p { color: #444 !important;}

#footer-info .site-clear {
	display: none;
}

div#SideShopByBrand h4 { background: #00263d; color: #fff; font-size: 12px; padding: 10px 15px; margin-bottom: 20px;}

#SideShopByBrand .chosen-container {
	margin-left: 14px;
}

#SideShopByBrand .chosen-container-single .chosen-single {
	border-radius: 0;
}

.subject-filter { background: #f9f5ed; padding: 1px 5px 20px; margin-bottom: 20px; display: inline-block; width: 100%;}
.subject-filter li { display: inline-block; float: left; width: 88%; padding: 6px 0;}
.subject-filter li input[type="checkbox"], input[type="radio"] { float: right;}

div#SideShopByBrand label { padding-left: 30px !important; float: left;}
#SideShopByBrand .BlockContent li {
	padding: 5px 0; /* 0 1 0 0 D */
}
#SideShopByBrand .BlockContent li a {
	border: 1px solid transparent;
	display: block;
	padding-left: 10px;
	background-color:rgba(199, 182, 157, 0.388235);
	color: rgb(0, 38, 61);
}
#SideShopByBrand .BlockContent li a:hover {
	background-color:rgba(219, 185, 134, 0.690196);
	text-decoration: none;
}
#SideShopByBrand .BlockContent ul li ul li:first-child a {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
#SideShopByBrand .BlockContent ul li ul li:last-child a {
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}


input[type="checkbox"],
input[type="radio"] {
	vertical-align: text-top;
}
input[type="text"],
input[type="number"],
input[type="password"],
textarea,
select {
	border: 1px solid #ddd;
	line-height: normal;
	margin-top: 6px;
	min-height: 0;
}
input[type="text"],
input[type="number"],
input[type="password"],
textarea {
	padding-right: 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}


div#add_payment_container input[type="text"],
div#add_payment_container input[type="number"],
div#add_payment_container input[type="password"],
div#add_payment_container textarea,
div#add_payment_container select {
	border: 1px solid #ddd;
}

div#SearchPage div#SearchResultsProduct div ul li div strong a, .Content div.FeaturedProducts strong a, .Content #CategoryContent strong a, #featured-books .sub .ProductDetails strong a, #hoverPopupContent .ProductDetails strong a
{font-family: 'lucida_brightregular' !important;}

ul#quotes blockquote {font-family: 'adobe_caslon_proitalic' !important; font-size: 18px !important;}

.side-img { float: right; margin-right: 34px; margin-top: 21px;}

div#ProductDetails td.icon + td { color: #716f6b !important; padding-bottom: 11px; font-size: 15px !important;}
div#ProductDetails td.isbn { color: #004263 !important; padding-bottom: 12px; }
div#ProductDetails td.price strike { color: #004263; font-family: 'lucida_brightregular' !important; font-size: 12px; }
div#ProductDetails td.price {font-family: 'lucida_brightregular' !important; letter-spacing: -.05em; line-height: 16px !important; margin-bottom: 25px; font-size: 18px !important;}

input.GeneralBtn, input#AddCart, input.btn-send {
	font-family: 'adobe_caslon_proitalic';
	font-style: normal;
	padding: 8px 25px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 20px;
	height:45px;
}
.donation-form input#AddCart[disabled=disabled] {
	background-color: #898989;
	cursor: default;
}

.ProductDescriptionContainer {}
.ProductDescriptionContainer p { line-height: 1.6; color: #555;}

.ProductPDFContainer {}
.ProductPDFContainer ul { margin: 0;}

.BlockContent { border-bottom: none;}

b { font-weight: bold !important; }

.NarrowFormContainer dt { text-align: right; line-height: 30px;}
.HorizontalFormContainer dt { text-align: right; line-height: 30px;}

input.billingButton,
input.shippingButton,
input#CreateAccountButton,
input#BillShipButton,
input#ShipperButton,
input#bottom_payment_button,
input#apply_code,
input#SaveReview,
input#CreateAccount,
input#GeneralBtn,
input.GeneralBtn,
input.wpcf7-submit,
input#couponcode.GeneralBtn,
a.billingButton,
.GeneralBtn,
#GeneralBtn,
#updatequantity,
a#proceedtocheckout,
#codeapply,
a.FObtnLink
{
	border: 0 none;
	padding: 9px 30px 9px 30px;
	font-size: 19px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-family: 'adobe_caslon_proitalic' !important;
	text-transform: lowercase;
	line-height: 1.2em;
	height:40px;
}

#updatequantity {
	padding: 8px 20px;
}

input.billingButton, input.shippingButton { margin-top:10px;}
a#proceedtocheckout, #codeapply { background: #9EC845; display: inline-block; padding: 8px 20px; color:#FFF; } /* D */
#codeapply { height:30px; padding:0 20px; } /* D */
a#proceedtocheckout:hover { text-decoration:none;}

.PL40 { padding-left: 0 !important; }
.PL40 input[type="checkbox"], input[type="radio"] { float: none !important;}

.blog-posts { width: 100%; margin: 0 auto; margin-bottom: 40px;}
.blog-posts ul {}
.blog-posts ul li { background: #fff; padding: 12px; border-bottom: 1px solid #ddd; }
.blog-posts a { font-weight: bold; display: inline-block;}
.blog-posts h3 { padding: 0 15px 0; font-size: 15px; font-family: 'lucida_brightregular' !important; margin-bottom: 3px; }
.blog-posts h3 a {margin-bottom: 0 !important; color: #792845; font-size: 25px;line-height:32px; }
.blog-posts h3 a:hover { color: #000; }
.blog-posts h1 a { color: #926b2e; font-size: 12px;}
.blog-posts h1 a:hover { text-decoration: underline;}
.blog-posts.eleisoncomments p { margin-bottom: 1em; }
.blog-posts p { padding: 0 15px; margin-bottom: 0px; color: #444; font-size: 12px;}
.blog-posts small { padding-left: 15px;}
.blog-posts .post-date, .search .post-date {
	display: inline-block;
	float: left;
	width: 380px;
}

.page-template-page-comments-php .post,
.page-backissue+.blog-posts .post,
.page-search .post,
.page-tag .post
{
	visibility: hidden;
}

.page-template-page-comments-php .post.no-results,
.page-search .post.no-results
{
	visibility: visible;
}

.singular #comments {display: none;}
#Header #lang_sel { position:absolute;bottom:0;left:300px; }

.Content .video-link, .ProductAudioContainer a {background: #792845; color: #fff; text-decoration: none; text-transform: uppercase; font-size: 11px; width: 50px; height: 50px; display: inline-block; padding-top:15px; border-radius: 50px; margin-bottom:5px; /*D*/}
.Content .video-link:hover, .ProductAudioContainer a:hover { background: #222; color: #fff; text-decoration: none; }
.Content .video-link {
	background-color: #296e7a;
	color: #FFF;
	line-height: 1.2em;
	padding-top: 1.2em;
}

.audio-toggle {
	float: left;
	margin-left: 45px; /* 43 D */
}
#audio-volume-wrapper {
	display: block;
    height: 50px;
    width: 12px;
    background: #CCC;
    border-radius: 0.6em;
    margin-left: 12px;
	padding: 3px 2px 2px 2px;
	float: left;
	visibility: hidden;
	opacity: 0;
}
#audio-volume-container {
	display: block;
	width: 100%;
	height: 40px;height: 34px;
	position: relative;
	margin: 4px 0 2px 0;
	background: transparent;
	border: 0 none;
}
#audio-volume-container .ui-slider-range {
	background: #999999;
	border-radius: 0.5em;
	position: absolute;
	bottom: -3px;
	width: 100%;
	height: 100%;
}
#audio-volume-container .ui-slider-handle {
	background: #792845;
    width: 10px;
    height: 10px;
    position: absolute;
    left: -1px;
    bottom: 0;
    border-radius: 0.5em;
    cursor: pointer;
	padding: 0;
	border: 0 none;
}
#audio-volume-container .ui-slider-handle.ui-state-focus,
#audio-volume-container .ui-slider-handle.ui-state-hover
{
	border: 0 none;
}

div#author-tabs div.reviewer, div.critical div.reviewer, div.ProductPDFContainer div.reviewer { margin-right: 0 !important;}
div#author-tabs div.review-source, div.critical div.review-source, div.ProductPDFContainer div.review-source { background: none !important; margin-top: 16px; margin-left: 40px !important;}
div#author-tabs div.review-source a, div.critical div.review-source a, div.ProductPDFContainer div.review-source a { font-style: normal !important; font-weight: normal !important; text-decoration: underline; text-transform: lowercase;}

.pdflist { padding:15px 0;}

.ProductDescriptionContainer strong { display: inline-block; margin-bottom: 10px;}
.ProductPDFContainer strong {display: inline-block; margin-bottom: 10px;}

.FA_overall_container_classic.light .FA_featured_articles .FA_article a.FA_read_more { background: none !important; color: #333 !important; font-style: normal; font-weight: normal; font-size: 14px; text-decoration: underline; text-transform: lowercase; padding: 0;}

div#content div.entry-meta a.post-edit-link {
	padding: 5px 8px;
	float: none;
	position: static;
}

.page-template-page-comments-php .entry-header i {
	font-style: normal;	
}
.eleison-comments .entry-header .currentissue-overlay {
	display: none;
}
.page #content .eleison-comments .entry-header h1 {
	float: left;
	width: 62%;
}
.eleison-comments .entry-content, .eleison-comments .entry-header > div {
	margin: 0 18px;
}
.eleison-comments .entry-content {
	margin-top: -10px;
}
.eleison-comments .entry-header .featured-post .currentissue-overlay {
	display: block;
}
.eleison-comments .entry-header .featured-post .entry-meta time {
	font-size: 11px;
	color: #808080;
}
.page #content .eleison-comments .entry-header .entry-meta {
	display: inline-block;
	margin: 0;
	position: static;
	float: left;
}
div.featured-post {
	padding: 23px 5px 0px !important;
	border-bottom: 0 none !important;
	margin-top: -10px;
	border-top: 20px solid #e4e3e3;
}
.eleison-comments .entry-header > div.featured-post {
	margin: 0;
}
.page #content .eleison-comments .entry-header .featured-post h1 {
	color: #792845;
	margin-left: 13px;
}
.single-post .page #content .eleison-comments .entry-header .featured-post h1 {
	color: #000;
}
.page #content .eleison-comments .entry-header .featured-post .entry-meta {
	margin: 0 18px;
	display: inline;
}
.page #content .eleison-comments .entry-header .featured-post .post-print+.entry-meta,
.page #content .eleison-comments .entry-header .post-print+.entry-meta
{
	margin-top: -30px;
}
.eleison-comments .entry-header div.featured-post .currentissue-overlay {
	top: -5px;
}
.currentissue-overlay, div.featured-post .currentissue-overlay {
	color: #F78585 !important;
	cursor: default;
	background: transparent;
	font-size: 30px !important;
	font-weight: normal !important;
	position: absolute;
	text-transform: uppercase;
	left: 18px;
	top: -25px;
	line-height: 30px;
	padding: 0;
	letter-spacing:6px;/* D */
}
.archive.tag .hentry,
.singular.page .hentry
{
	display: inline-block;
	width: 100%;
	background: #fff;
	margin-bottom: 10px;
	border-bottom: 1px dashed #ddd;
	padding: 15px 5px 17px;
}

div.first-post { display: none !important;}

ul.product-list { margin-top: 40px;}
.catalog-wrapper .catalog-link, .product-set input[type=submit], ul.product-list a { background: #9ec845; font-family: 'adobe_caslon_proitalic' !important; color: #fff;  -webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px; font-size: 18px; text-transform: lowercase; display: inline-block;  padding: 3px 16px 0 16px; /*height:33px; /* padding: 8px 16px;*/}
.catalog-wrapper .catalog-link:hover, .product-set input[type=submit]:hover, ul.product-list a:hover { background: #333; color: #fff; text-decoration: none;}
ul.product-list li { float: left; width: 260px; margin-right: 20px; /*margin-bottom: 45px; D */ text-align: center;}
.product-heading h2 a { font-size: 16px; padding: 0; font-family: 'lucida_brightdemibold' !important; background: none; color: #222; text-transform: uppercase; }
.product-heading h2 a:hover { background: none; color: #792845; text-decoration: underline;}
.product-desc p { text-align: left;}
ul.product-list li.product div.product-image a { background:none !important;}

div#ProductDetails .ProductTitle, div#NBProductDetails .ProductTitle { background: none !important; padding-left: 0 !important;}

.sidebar { padding: 0 25px; border-left: 1px solid #ddd; list-style: none;}
.events-list.sidebar, .comments-sidebar.sidebar { border-left: 0 none; }
.sidebar .chosen-container-single .chosen-single {
	border-radius: 0;
}
.sidebar .widget-eleisoncomments > h2.widgettitle,
.sidebar .widget-events h3.widgettitle
{
	padding: 9px 10px 6px;
	background: #DDD;
	color: #222;
	border-bottom: 1px solid #ddd;
	font-family: 'adobe_caslon_proitalic' !important;
	font-size: 17px;
	font-weight: bold;
}
.sidebar .Right li { list-style: none;}
.sidebar .Right li a { font-weight: normal !important; color: #792845;}
.sidebar .widget ul li a { font-weight: normal;}

.FullWidth { width: 95% !important;}

.ErrorMessage { width: 95%;}

.tout-list .widget-commentsselect { background: url('/wp-content/themes/bapo-new/images/tout-bg-comments.png') no-repeat;}
.tout-list #text-7 { background: url('/wp-content/themes/bapo-new/images/tout-bg-donate.png') no-repeat;}
.tout-list #text-9 { background: url('/wp-content/themes/bapo-new/images/tout-bg-shop.png') no-repeat;}
.tout-list .events_calendar_widget .widgettitle {
	display: none;
}
ul.tout-list .widget-news .news-list h4 a {
	font-size: 11px;
}
ul.tout-list .tribe-events-widget-nav {
	margin-top: 0;
}
.bpa-product-header {}
.bpa-product-header span { line-height:17px;}
.bpa-product-header h3 a { font-size: 18px; font-family: 'lucida_brightdemibold' !important;}

.ProductList li.ListView { padding: 13px 0;}
.ProductList li.ListView .bpa-product-image {
	display: none;
}
.ProductList li.ListView.book .bpa-product-image {
	display: block;
	float: left;
	width: 110px;
}
.ProductList li.ListView.book .bpa-product-header {
	float: left;
	width: 275px;
}
.ProductList li.ListView .ProductDescription p {
	margin-left: 0;
}
.ListView .ProductDetails { float: left; width: 59%; padding-left: 8px;}
.ListView .bpa-subproduct-wrapper { float: right; width: 40%;}
.ListView .bpa-subproduct-wrapper .view-details {
	float: left;
}

#AccountRecentItems .ListView .bpa-subproduct-wrapper { width: 42%; }
#AccountRecentItems .ListView .ProductDetails { width: 57%; }

a.bpa-prod-addtocart {
	background: #9ec845;
	color: #fff;
	text-decoration: none;
	padding: 5px 12px;
	text-decoration: none !important;
	text-shadow:rgba(0, 0, 0, 0.14902) 1px 1px 0px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
a:hover.bpa-prod-addtocart { background: #222; text-decoration: none;}
.bpa-subproduct-wrapper ul li { min-height: 0 !important; padding: 0 !important;}
.bpa-prod-price { color: #d14444; font-size: 14px; font-family: 'lucida_brightregular' !important; display: inline-block; }

.bpa-subproduct-wrapper a { float: right; text-decoration: underline;}
.bpa-subproduct-wrapper a:hover { text-decoration: none;}
.bpa-subproduct-wrapper ul {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}
.ListView .ProductDescription {

	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
}
.ListView .ProductDescription hr {
	background: transparent;
	border-bottom: 1px dashed #CCC;
	margin: 0.5em 0 1em 0;
}
.ListView.book .ProductDescription {
	float: left;
	width: 275px;
}
.bpa-subproduct-wrapper ul li > span {
	line-height: 36px;
}

.bpa-subproduct-wrapper ul li > a {
	margin: 2px 0;
}

.set-formaticon,
.bpa-prod-formaticon
{
	background-color: transparent;
	background-image: url('/wp-content/themes/bapo-new/images/icons-small-sprite.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	display: inline-block;
	height: 36px;
	width: 36px;
}
.set-formaticon.cassette, .bpa-prod-formaticon.cassette { background-position: 0 0; }
.set-formaticon.cd, .bpa-prod-formaticon.cd { background-position: 0 -72px; }
.set-formaticon.paper, .bpa-prod-formaticon.paper { background-position: 0 -109px; }
.filtersortformat .bpa-prod-formaticon.epub { background-position: 0px -217px; }
.set-formaticon.epub, .bpa-prod-formaticon.epub { background-position: 0px -217px; }
.set-formaticon.mp3, .bpa-prod-formaticon.mp3 { background-position: 0 -180px; }
.set-formaticon.dvd, .bpa-prod-formaticon.dvd { background-position: 0 -72px; }
.set-formaticon.mp4, .bpa-prod-formaticon.mp4 { background-position: 2px -38px; }
.set-formaticon.hardback, .bpa-prod-formaticon.hardback { background-position: 0px -145px; }

.bpa-prod-format {
	display: inline-block;
	margin-left: 5px;
	text-align: left;
	width: 75px;
}
.bpa-prod-formattype {
	display:inline-block;
	margin-left: -6px;
	width: 14px;
}
.bpa-prod-formattype.bpa-format-downloadable {
	background: transparent url('/wp-content/themes/bapo-new/images/icon-download.png') no-repeat left center;
}
.CategoryPagination { clear: both; display: inline-block; width: 100%; margin: 11px 0 15px 0; }
.CategoryPagination a { text-decoration: underline; margin-right: 2px; color: #1f3a4d; font-weight: bold;}
.CategoryPagination .FloatRight { display: none;}

.CategoryPagination .PagingList, .CategoryPagination .PagingList li { border:1px solid #ddd; border-width:1px 0; padding: 9px 0; }

.CreateAccount { padding: 5px 0 0 42px; width: 350px; margin-bottom: 50px;}
.CreateAccount h2 { font-size: 20px;}
/*.CreateAccount a { background: #444; color: #fff; text-decoration: none; -webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px; padding: 7px 15px; margin-left: 15px; display: inline-block;}
.CreateAccount a:hover { background: #9EC845; color: #fff; text-decoration: none;}*/
.ExpressCheckoutContent .CreateAccount dd, .ExpressCheckoutContent .CreateAccount div#CheckoutGuestForm dd {
	margin-bottom: 6px;
}
.ExpressCheckoutContent .CreateAccount div#CheckoutGuestForm dl {
	margin-top: 1em;
}
.AccountLogin {padding: 5px 5px 5px 50px;}
.AccountLogin h2 { font-size: 20px;}
.AccountLogin .NarrowFormContainer dd { margin-left: 104px;}
.AccountLogin .HorizontalFormContainer dt { line-height: 38px;}
.AccountLogin .NarrowFormContainer dt { width: 105px; margin: 3px 13px 0 0;}
.AccountLogin dd { margin-bottom: 6px;}

.AccountLogin input[type="text"],
.AccountLogin input[type="number"],
.AccountLogin input[type="password"],
.AccountLogin textarea,
.AccountLogin select
{
	background: #FFF;
	min-height: 32px !important;
}
.ExpressCheckout .AccountLogin h4,
.ExpressCheckout .CreateAccount h4
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	margin-bottom: 0.5em;
}
.ExpressCheckoutContent .CreateAccount {
	padding-top: 20px;
}
.ExpressCheckout .AccountLogin {
	float: right;
	margin-right: 30px;
	padding: 20px 20px 15px 50px;
	width: 450px;
}
.ExpressCheckout .AccountLogin .HorizontalFormContainer dt {
	line-height: 30px;
}
.ExpressCheckoutContent .CreateAccount #CheckoutGuestForm dd {
	margin-bottom: 1em;
}
#CreateAccountForm h3 { background: #eee; text-transform: uppercase; padding: 10px;}
.PL20 { padding: 0;}

.ProductAuthor {background: none !important; padding-left: 0 !important;}

#product .Content h2 { margin:  0 0 10px 0 !important;}

.archives-title { padding: 0 0 17px 0px !important;}

div#content h1, div#content h1 a {
	color: #000;
	font-family: 'lucida_brightdemibold';
	font-size: 24px;
	font-weight:normal;
	line-height: 24px;
	padding-left: 0;
	padding-top: 3px;
}
.entry-header .entry-subtitle {
	color: #666;
	font-family: 'lucida_brightdemibold';
	font-size: 15px;
	font-style: italic;
	font-weight: normal;
	margin-left: 18px;
}

#codenegar_ajax_search-2 h2 {display: none;}

#codenegar_ajax_search-2 input[type="text"],
#codenegar_ajax_search-2 input[type="number"],
#codenegar_ajax_search-2 input[type="password"],
#codenegar_ajax_search-2 textarea,
#codenegar_ajax_search-2 select
{
	border: none !important;
	height: 33px !important;
}
.ajax_autosuggest_form_wrapper { height: 35px !important}

.post h3 {
	float: left;
	width: 65%;
}

.featured-post.post .post-issue {
	background-color: #FFF;
	border-left-color: #CCC;
	border-right-color: #CCC;
	border-top: 2px solid #CCC;
	border-bottom: 2px solid #CCC;
}

.post .post-issue {
	background-color: #EEE;
	border-left: 2px solid #DDD;
	border-right: 2px solid #DDD;
	color: #222;
	display: block;
	float: right;
	padding: 0.5em 1%;
	margin-right: 10px;
	margin-top: -0.5em;
	text-align: center;
	width: 32%;
}

.post .post-issue a {
	display: block;
	margin: 0;
	padding: 0;
}

.post-header-info {
	float: left;
	margin-bottom: 8px;
	width: 65%
}

.category-news-announcements .post-header-info {
	width: 100%;
}

.category-news-announcements .entry-content ul {
	list-style: inherit;
}

div#content .entry-header .post-header-info h1.entry-title,
.post .post-header-info h3
{
	width: 100%;
}

.post-header-action {
	float: right;
	margin-left: 2%;
	margin-top: 1em;
	width: 32%;
}

.post .post-header-action .post-print, 
.post .post-header-action .post-issue
{
	margin-left: 0;
	margin-right: 0;
	width: 100%;
}
/*
 * Pagination
 */
.page-nav {
	background: #EEE;
	font-size: 12px;
	margin: 0.5em 0;
	padding: 0.5em 0;
	text-align: center;
	width: 100%;
	min-height: 33px;
}

.page-nav > * {
	display: inline-block;
	margin: 0 6px;
}
.blog-posts .page-nav .page-numbers {
	font-weight: normal;
	text-decoration: underline;
}
.page-nav .page-numbers.dots,
.page-nav .page-numbers.current {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

/*
 * Page Specific
 */
.books-content ul.product-list {
	margin-top: 0px;
}

.books-content ul.product-list .product-image a {
	display: block;
	margin: 0 auto;
	max-width: 60%;
}

.books-content .product-set .set-image img,
.books-content ul.product-list .product-image img
{
	max-width: 100%;
}

.books-content .product-set,
.books-content .product
{
	margin-left: 10px;
	margin-right: 10px;
	width: 260px;
	height: 440px;
}

.books-content h3.heading {
	border-bottom: 1px solid #CCC;
	font-size: 18px;
	margin-bottom: 2em;
}

.books-content .product-set {
	float: left;
	position: relative;
	margin-bottom: 45px;
}

.books-content .product-set .set-name {
	color: #222;
	font-family: 'lucida_brightdemibold', 'Times New Roman', serif;
	font-size: 16px;
	margin: 10px 0;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
}

.books-content .product-set > p {
	margin-bottom: 0.5em;
}

.books-content .product-set .set-image {
	margin: 0 auto;
	max-width: 86%;
}

.books-content .product-set .set-discount {
	background: #C00000;
	border-radius: 0.3em;
	color: #FFF;
	display: inline-block;
	font-weight: bold;
	padding: 0.5em 1em;
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;
	-webkit-box-shadow:rgba(0, 0, 0, 0.458824) 7px 8px 8px -6px, rgba(252, 252, 252, 0.458824) 7px 8px 8px -6px inset, rgba(0, 0, 0, 0.188235) -3px -4px 4px 0px inset;
	-moz-box-shadow:rgba(0, 0, 0, 0.458824) 7px 8px 8px -6px, rgba(252, 252, 252, 0.458824) 7px 8px 8px -6px inset, rgba(0, 0, 0, 0.188235) -3px -4px 4px 0px inset;
	box-shadow:rgba(0, 0, 0, 0.458824) 7px 8px 8px -6px, rgba(252, 252, 252, 0.458824) 7px 8px 8px -6px inset, rgba(0, 0, 0, 0.188235) -3px -4px 4px 0px inset;
}

.books-content .product-set .set-format {
	background: #F9F5ED;
	display: block;
	float: left;
	width: 140px;
}

.books-content .product-set .set-format .icons {
	background: #F9F5ED url('/wp-content/themes/bapo-new/images/icon-sprite.png') no-repeat 0 -200px;
	margin: 0 auto;
	height: 100px;
	width: 100px;
}

.books-content .product-set .set-addtocartform {
	margin: 1em 0;
}

.books-content .product-set .set-formatname {
	color: #716F6B;
	display: block;
	padding-bottom: 11px;
	font-size: 15px;
	text-align: center;
}

.books-content .product-set .set-productlist {
	list-style: disc;
	margin: 0 0 1em 0;
	padding-left: 25px;
}

.books-content .product-set .format-action {
	float: right;
	padding: 0;
	width: 100%;
}

.books-content .product-set .set-regprice,
.books-content .product-set .set-price {
	color: #C00000;
	display: block;
	float: left;
	font-family: 'lucida_brightregular';
	font-size: 18px;
	letter-spacing: -0.05em;
	line-height: 16px;
	margin-left: 10px;
	padding: 0.75em 0;
	text-align: center;
	width: 60px;
}

.books-content .product-set .set-regprice {
	color: #222;
}

.books-content .product-set .set-regprice strike {
	line-height: 16px;
}

.books-content .product-set input[type=submit] {
	float: right;
	width: 105px;
}

.books-content .catalog-wrapper {
	background: #F2EDE6;
	margin-bottom: 15px;
	padding: 20px;
	text-align: center;
}

.books-content .catalog-wrapper h2 {
	text-align: center;
	text-transform: uppercase;
}

/*
 * Eleison Comments Search Page
 */
.comment-search h2 {
	font-size: 1em;
}

.comment-search dl {
	margin-left: 20px;
}

.comment-search .num-search select,
.comment-search .date-search select,
.comment-search .ti
{
	width: 50%;
}

.comment-search dt.num-search,
.comment-search dt.date-search,
.comment-search dt.title-search,
.comment-search dt.tag-search,
.comment-search dt.text-search
{
	font-family: 'lucida_brightregular';
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	margin-bottom: 0.25em;
	margin-top: 1em;
}

.comment-search .text-search input[type=text] {
	border: 0 none !important;
}

/*
 * Back Issues Page / Tag Page / Search Page
 */
.page #content.page-backissue,
.page #content.page-tag,
.page #content.page-search
{
	padding: 0;
}

#content.page-backissue > header h1,
#content.page-tag > header h1,
#content.page-search > header h1
{
	float: left;
	width: 60%;
	font-size:20px;
}

.page #primary #content.page-backissue,
.page #primary #content.page-tag,
.page #primary #content.page-search
{
	padding-left:0;
}

#content.page-backissue > header nav,
#content.page-tag > header nav,
#content.page-search > header nav
{
	clear: none;
	float: right;
	padding-bottom: 0;
	width: 38%;
}

#content.page-backissue > header nav select,
#content.page-tag > header nav select,
#content.page-search > header nav select
{
	float: right;
	margin: 0 0 0.5em 0;
	width: 220px;
}

.page-tag #codenegar_ajax_autosuggest_seidebar_title {
	display:none;
}

.page-tag .entry-content p {
	color: #000;
}

/*
 * Information Landing Page
 */
.info-section {
	width: 100%;
}

.info-section.about-container dt,
.info-section.about-container dd
{
	float: left;
	height: 100px;
	margin-bottom: 2em;
}

.info-section.about-container dt {
	margin-right: 2%;
	width: 20%;
}

.info-section.about-container dt a {
	display: block;
	margin: 0 auto;
	text-align: center;
	width: 80%;
}

.info-section.about-container dt img {
	max-width: 100%;
	margin: 0 auto;
}

.info-section.about-container dd {
	padding: 0.5em 0;
	width: 78%;
}

.info-section.about-container dd h2 {
	border-bottom: 1px solid #EEE;
	padding-bottom: 0.5em;
}

.info-section.news-container,
.info-section.nav-container
{
	float: left;
	margin: 0 2.5% 5em 2.5%;
	width: 45%;
}

.info-section.news-container .post {
	padding: 0;
}

.info-section.news-container h3 {
	float: none;
	width: 100%;
}

.info-section.news-container .GeneralBtn {
	display: inline-block;
	float: right;
}

.info-section.nav-container .menu {
	margin-bottom: 1.2em;
	margin-top: 1.2em;
}

.info-section.nav-container .menu li {
	list-style: square;
	margin: 0.75em 0;
}

.info-section.nav-container .menu li a {
	display: inline-block;
	font-family: 'lucida_brightregular', Verdana, Geneva, sans-serif;
	font-size: 1.25em;
	padding-left: 10px;
}


body.page-template-page-comments-php .category-eleison-comments {
	background-color: transparent;
}
li.product h2,
li.product h2 a {
	margin: 0;
}
a.view-details {
	background-color:rgb(158, 199, 70);
	color:rgb(255, 255, 255);
	padding:5px;
	text-shadow:rgba(0, 0, 0, 0.14902) 1px 1px 0px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
a.view-details:hover {
	text-decoration: none;
	background-color: #222222;
}
/*
 * Events Pages
 */
#tribe-events-content.grid > .entry-title {
	float: left;
	font-family: 'lucida_brightdemibold';
	font-size: 24px;
	line-height: 40px;
	text-transform: uppercase;
}
.events-gridview .datepicker.dropdown-menu {
	z-index: 99999 !important;
}
#tribe-events-content.grid .tribe-events-ajax-loading {
	top: 400px;
}
#tribe-events-content.grid #tribe-events-bar {
	margin-bottom: 1em;
}
#LayoutColumn3 .widget-area ul {
	list-style: none;
}
.event-date-container {
	font-size: 12px;
}
.sidebar .widget ul li a {
	font-weight: bold;
	font-size: 14px;
}

.event-venue-container .venue-name {
	font-weight: bold;
}


.widget.widget-events li.event-item {
	margin-bottom: 20px;
}

.widget-events .event-item .event-day {
	color: #004263;
	border-bottom: 1px solid #004263;
	margin-bottom: 10px;
}

.widget-events .event-item .event-name a {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
}

.event-date-label,
.event-date-label {
	font-weight: bold;
}

.event-date-container {
	color: black;
}

@media all {
	#tribe-events-event-meta .column {
		width: 100%;
	}
}

.entry-content #tribe-events-event-meta .column {
	width: 50%;
}

#tribe-events-content .tribe-events-calendar div[id*="tribe-events-event-"] h3.tribe-events-month-event-title {
	float: none;
	width: auto;
	background: transparent;
}

#footer-contactus p {
	margin-bottom: 0.3em;
}

#SearchForm .QuickSearch .QuickSearchResultName a {
	font-size: 11px;
	line-height: 14px;
	padding: 0;
}

#SearchForm .QuickSearch .QuickSearchResultMeta {
	padding: 2px 0 0 0; /*5px; D */
}

#QuickSearch {
	padding-bottom: 6px;
}

.quote_author_header, .quote_author_body {
	clear: both;
	display: block;
	font-family: "adobe_caslon_proregular";
	font-style: normal;
	text-align: right;
}
.quote_author_header {
	color: rgb(199, 234, 255);
	font-size: 14px;
}
.quote_author_body {
	font-size: 16px;
}

#quotes {
	height: 150px;
}

ul#quotes li {
	padding: 9% 0;
}

a.shop-email {
	font-size: 11px;
}

#calendar-3,
.widget.widget-touts.widget-news {
	display: none;
}


#SideAccountMenu h3 {
	font-weight: bold;
}

#SideAccountLogin h1,
#SideAccountLogin {
	font-weight: bold;
}

#SideAccountLogin p {
	font-weight: normal;
}

.LoginForm .CreateAccount {
	padding-left: 20px;
}

div.CreateAccount p { margin-bottom: 0; }
div.CreateAccount ul { margin-bottom: 30px; }

#CreateAccountForm .HorizontalFormContainer p {
	padding-left: 10px;
}

#CreateAccountForm dt {
	width: 280px;
}

#CreateAccountForm dd {
	margin-left: 300px;
}
#CreateAccountForm dt span.FormFieldLabel { line-height:10px;}

input#couponcode,
.ExpressCheckoutContent input[type="text"],
.ExpressCheckoutContent textarea,
#EditAccountForm dd input,
#AddressEditForm dd input {
	margin-top: 0;
}
input#couponcode { margin-left: 0.5em; }
#EditAccountForm dd select,
#AddressEditForm dd select
{
	border-radius: 0 !important;
}

.finishorder .view_order_status a.btn-view_your_order {
/*.finishorder .view_order_status a {*/
	background-color: #002740;
	padding: 8px;
	color: white;
	border-radius: 5px;
	margin-top: 10px;
	text-decoration: none;
}

#post-484 p {
	font-size: 13px;
}

/* Post Content Nav */
#entry-content-nav, #content #entry-content-nav {
	border-top: 1px solid #CCC;
	margin-top: 2em;
	padding-top: 1em;
}

#entry-content-nav .nav-prev-link,
#entry-content-nav .nav-next-link
{
	font-weight: normal;
}

#entry-content-nav .nav-next-link {
	float: right;
	font-size: 12px;
}

#entry-content-nav .nav-prev-link {
	float: left;
}
#entry-content-nav .nav-prev-link:before {
	content: '« ';
}

#entry-content-nav .nav-next-link:after {
	content: ' »';
}
footer.entry-meta {
	line-height: 16px;
}
/* BAPO - RD - 6/12/2014 */
.tribe-events-nav-previous span, .tribe-events-nav-next span {
    border-radius: 5px;
    padding: 10px;
}
.page.events-archive #content {
	padding: 0 40px !important;
}
.widget-events .page-link {
	background-color: #222;
    border-radius: 5px;
    color: #fff;
    padding: 10px !important;
}
.widget-events .page-link:hover {
	color: #ddd;
}
.info-section.post h1 {
	padding-bottom: 20px;
}

h2, .TitleHeading, h2 a, .TitleHeading a {
	font-size: 20px;
	line-height: 23px;
}
.entry-header h2 a {
	font-size: 16px !important;
}
.info-section dl dd p em {
	font-style: italic;
}
#lang_sel ul ul {
	z-index: 9;
}

/* EC Search Result Page */
.search #content {
	margin-bottom: 40px;
}

.search div#content .post h1 {
	margin-bottom: 0;
	text-transform: none;
}

.search div#content h1 a {
	color: #792845;
	line-height: 32px;
}

.search #content .post {
	margin-bottom: 0;
	padding: 15px 5px 0px;
}

.search #content .post h1 {
	float: left;
	padding: 5px 0;
	width: 100%;
}
.search #content .post div.entry-summary p {
	font-weight: normal;
}

.search .post .BIReadMore {
	font-weight: bold;
}

.search #content .post.no-results h1 {
	width: 100%;
}

.comment-search .browse-container {
	margin-left: 70px;
	width: 370px;
}

/* D */
ul#menu-information-landing-page { margin:0; padding:0; margin-left:15px;}
ul#menu-information-landing-page li { list-style:none; background: url(images/icon-arrow-black.png) left no-repeat; padding-left:18px; background-position: 0;}

h3.contact-title.mail, h3.contact-title.phone, h3.contact-title.email { width:100%; padding:8px 0 8px 40px;}
h3.contact-title.mail { background:#eee url(images/map-3x.png) left no-repeat; background-position: 7px 6px; }
h3.contact-title.phone  { background:#eee url(images/phone-3x.png) left no-repeat; background-position: 7px 6px; }
h3.contact-title.email  { background:#eee url(images/envelope-closed-3x.png) left no-repeat; background-position: 7px 6px; }
table#contact-mail, table#contact-phone, table#contact-email { margin-left:5px;}
table#contact-mail thead tr, table#contact-phone thead tr, table#contact-email thead tr { border-bottom:1px solid #ddd;}
table#contact-mail thead tr td, table#contact-phone thead tr td, table#contact-email thead tr td { font-weight:bold;}
div.category-news-announcements { border-bottom:1px dashed #ddd;}
div.category-news-announcements footer.entry-footer { display:none;}
div#content.comments-subscribe-page a { font-weight:bold; text-decoration:none;}
body.category-news-announcements #content nav.content-pagination { background: #EEE; font-size: 12px; margin: 0.5em 0; padding: 0.5em 0; text-align: center; width: 100%; }
body.category-news-announcements #content nav.content-pagination .page-numbers { font-weight: normal; text-decoration: underline; margin:0 6px; line-height:12px;}
body.category-news-announcements #content nav.content-pagination .page-numbers.current { color: #000; font-weight: bold; text-decoration: none; }

.breadcrumb { font-size: 11px; }
div#content.comments-subscribe-page .breadcrumb a { font-weight: normal; }

#greeting-overlay { display:none; }