/*
Theme Name: Twenty Twelve
Theme URI: http://wordpress.org/extend/themes/twentytwelve
Author: the WordPress team
Author URI: http://wordpress.org/
Description: The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, flexible-width, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: twentytwelve

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* =Reset
-------------------------------------------------------------- */

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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear,
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}

.bordered { border: 1px solid; }
/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title,
.page-title,
.widget-title,
.entry-content th,
.comment-content th {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	text-transform: uppercase;
	color: #636363;
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}

/* Form fields, general styles first */
button,
input,
textarea {
	border: 1px solid #ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
	padding: 0.428571429rem;
}
button,
input {
    line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	padding: 0;
}

/* Buttons */
.menu-toggle,
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
li.bypostauthor cite span {
	padding: 6px 10px;
	padding: 0.428571429rem 0.714285714rem;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 1.428571429;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
	border: 1px solid #d2d2d2;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
    cursor: default;
}
.menu-toggle:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #5e5e5e;
	background-color: #ebebeb;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: linear-gradient(top, #f9f9f9, #ebebeb);
}
.menu-toggle:active,
.menu-toggle.toggled-on,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #757575;
	background-color: #e1e1e1;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: linear-gradient(top, #ebebeb, #e1e1e1);
	box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
	border: none;
}
li.bypostauthor cite span {
	color: #fff;
	background-color: #21759b;
	background-image: none;
	border: 1px solid #1f6f93;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* 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,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.f-left,
.alignleft {
	float: left;
}
.f-right,
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #757575;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

/* Navigation */
.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
}
#nav-above {
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous,
.previous-image {
	float: left;
	width: 50%;
}
.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-single + .comments-area,
#comment-nav-above {
	margin: 48px 0;
	margin: 3.428571429rem 0;
}

/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	overflow: hidden;
}
.author-description p {
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
}
.author.archive .author-avatar {
	margin-top: 0;
}


/* =Basic structure
-------------------------------------------------------------- */
@font-face {
				font-family: 'Bebas';
				src: url('fonts/bebas___.eot');
				src: url('fonts/bebas___.eot?#iefix') format('embedded-opentype'),
						 url('fonts/bebas___.woff') format('woff'),
						 url('fonts/bebas___.ttf') format('truetype'),
						 url('fonts/bebas___.svg#fordantennawglregular') format('svg');
				font-weight: normal;
				font-style: normal;
		}

@font-face {
				font-family: 'TradeGothic';
				src: url('fonts/tradegothic.eot');
				src: url('fonts/tradegothic.eot?#iefix') format('embedded-opentype'),
						 url('fonts/tradegothic.woff') format('woff'),
						 url('fonts/tradegothic.ttf') format('truetype'),
						 url('fonts/tradegothic.svg#fordantennawglregular') format('svg');
				font-weight: normal;
				font-style: normal;
		}

@font-face {
				font-family: 'TradeGothic-BoldCond';
				src: url('fonts/tradegothic-boldcondtwenty.eot');
				src: url('fonts/tradegothic-boldcondtwenty.eot?#iefix') format('embedded-opentype'),
						 url('fonts/tradegothic-boldcondtwenty.woff') format('woff'),
						 url('fonts/tradegothic-boldcondtwenty.ttf') format('truetype'),
						 url('fonts/tradegothic-boldcondtwenty.svg#fordantennawglregular') format('svg');
				font-weight: normal;
				font-style: normal;
		}

@font-face {
				font-family: 'TradeGothicLT-Cond';
				src: url('fonts/trade_gothic_lt_condensed_no18.eot');
				src: url('fonts/trade_gothic_lt_condensed_no18?#iefix') format('embedded-opentype'),
						 url('fonts/trade_gothic_lt_condensed_no18.woff') format('woff'),
						 url('fonts/trade_gothic_lt_condensed_no18.ttf') format('truetype'),
						 url('fonts/trade_gothic_lt_condensed_no18.svg#fordantennawglregular') format('svg');
				font-weight: normal;
				font-style: normal;
		}
		
@font-face {
				font-family: 'TradeGothicLT-Bold';
				src: url('fonts/tradegothicltbold.eot');
				src: url('fonts/tradegothicltbold?#iefix') format('embedded-opentype'),
						 url('fonts/tradegothicltbold.woff') format('woff'),
						 url('fonts/tradegothicltbold.ttf') format('truetype'),
						 url('fonts/tradegothicltbold.svg#fordantennawglregular') format('svg');
				font-weight: normal;
				font-style: normal;
		}

/* Body, links, basics */
html {}

body {
	font-size: 16px;
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
}

a {
	outline: none;
	text-decoration: none;
	color: #000;
}

a:hover {
	color: #007BDB;
}

/* Assistive text */
.assistive-text,
.site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
.main-navigation .assistive-text:hover,
.main-navigation .assistive-text:active,
.main-navigation .assistive-text:focus {
	background: #fff;
	border: 2px solid #333;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100000; /* Above WP toolbar */
}

/* Page structure */
.wrapper {}

.page-top {
	background: url('images/wrap_BG_top.png') no-repeat 0 0 transparent;
	height: 90px;
	width: 964px;
	padding: 0 30px;
	margin: 0 auto;
}

.site {
	margin: 0 auto;
	padding: 0 30px;
	width: 964px;
	background: url('images/wrap_BG.png') repeat-y 0 0 transparent;
}
.site-content {}
.widget-area {
	margin: 24px 0 0;
	margin: 1.714285714rem 0 0;
}

/* 3 columns layout */
.col3-layout {}
.col3-layout .col-main { width: 564px; float: left; border-top: 1px solid #c7c7c7; }
.col3-layout .widget-area { width: 200px; margin: 0; }
.col3-layout .col-left { float: left; }
.col3-layout .col-right { float: right; min-height: 866px; border-top: 1px solid #c7c7c7; background: url('images/sidebar-bg.png') no-repeat left top transparent; }
.col3-layout #secondary {
	width: 190px;
	margin: 0;
	padding: 5px 0 0 10px;
}
.col3-layout #third {
	margin: 0;
	padding: 5px 10px 0 10px;
	width: 180px;
}

/* Header */
.site-header {
	position: relative;
	margin: -40px 0 1px;
}

.site-header #logo {
	left: -4px;
    position: absolute;
    top: -32px;
    z-index: 1000;
}
.site-header #logo strong {
	font-size: 0;
    height: 0;
    left: -999em;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    text-indent: -999em;
    top: -999em;
    width: 0;
}

/* Search */
.site-header .search-form {
	position: absolute;
	top: -33px;
	right: 2px;
}
.site-header .search-form input#s {
	background: url("images/searchcnd.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    font-size: 9px;
    height: 14px;
    padding: 2px 20px 2px 2px;
    width: 85px;
} 
.site-header .search-form #searchsubmit { display: none; }

/* Navigation Menu */
.main-navigation {
	float: right;
    height: 94px;
    width: 556px;
    margin-right: 4px;
}
.main-navigation a { text-decoration: none; }

.tinynav { display: none; }

/*primary*/
.primary-nav {
	float: right;
	margin: 0 0 30px;
}
.primary-nav li {
	float: left;
	margin-left: 16px;
	position: relative;
}
.primary-nav li:hover { background: url("images/dropdown-over.png") repeat scroll 0 0 transparent; }
.primary-nav a {
	font-family: 'Bebas', Impact, sans-serif; 
	color: #848484;
	font-size: 22px;
}
.primary-nav a:hover {
}
.primary-nav ul.nav-menu,
.primary-nav div.nav-menu > ul {
	display: none;
}
.primary-nav ul.sub-menu { display: none; position: absolute; z-index: 1000; }
.primary-nav li:hover > ul.sub-menu { display: block; }
.primary-nav ul.sub-menu li {
	background: url("images/dropdown.png") repeat scroll 0 0 transparent;
	display: block;
	float: none;
	margin: 0;
	padding: 10px 5px;
	border-top: 1px solid #aeaeae;
	min-width: 196px;
}
.primary-nav .sub-menu li:hover {	background: #8f8f8e; }
.primary-nav ul.sub-menu li a {
	font-family: Arial, sans-serif;
	color: white;
	font-size: 16px;
}
/*sub-submenu*/
.primary-nav ul.sub-menu ul.sub-menu {
	left: 206px;
    top: 0;
    z-index: 100;
}

.primary-nav ul.sub-menu ul.sub-menu li {
	padding: 5px 10px;
}

/*secondary*/
.secondary-nav {
	float: right;
}
.secondary-nav li {
	float: left;
	padding: 0 16px 2px 2px;
	position: relative;
}
.secondary-nav li:hover { background: url("images/dropdown-over.png") repeat scroll 0 0 transparent; }
.secondary-nav li:last-child { padding-right: 0; }

.secondary-nav a {
	font-family: 'Bebas', Impact, sans-serif; 
	color: #424242;
    font-size: 29px;
    letter-spacing: -1px;
}
.secondary-nav a small { font-size: 24px; }
.secondary a:hover {
}
/*submenu 1*/
.secondary-nav ul.sub-menu {
	display: none;
	position: absolute;
	left: 0;
	top: 32px;
	z-index: 1000;
}
.secondary-nav li:hover > ul.sub-menu { display: block; }

.secondary-nav ul.sub-menu li {
	background: url("images/dropdown.png") repeat scroll 0 0 transparent;
	display: block;
	float: none;
	margin: 0;
	padding: 10px 5px;
	border-top: 1px solid #aeaeae;
	min-width: 196px;
}
.secondary-nav .sub-menu li:hover {	background: #8f8f8e; }

.secondary-nav ul.sub-menu li a {
	font-family: Arial, sans-serif;
	color: white;
	font-size: 16px;
}
/*submenu 2*/
.secondary-nav ul.sub-menu ul.sub-menu {
	left: 206px;
    top: 0;
    z-index: 100;
}

.secondary-nav ul.sub-menu ul.sub-menu li {
	padding: 5px 10px;
}

/* Mobile Nav */
.mobile-nav,.mobile-header { display: none; }

/* Banner */
section[role="banner"] {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
}


/* Sidebar */
.widget-area .widget {
	margin: 0 0 5px;
	font-family: 'Bebas', Impact, sans-serif;
}
.widget-area .widget h3 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget-area .widget p {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.widget-area .textwidget ul {
	list-style: disc outside;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
.widget-area .textwidget li {
	margin-left: 36px;
	margin-left: 2.571428571rem;
}
.widget-area .widget a {
	color: #757575;
	word-spacing: 2px;
}
.widget-area .widget a:hover {
	color: #21759b;
}
.widget-area #s {
	width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */
}

/* Footer */
.footer { margin-top: 16px; padding: 0 0 45px; clear: both; }
.footer .protecting-banner {
	text-align: center;
	background: url('images/footerimage.png') no-repeat center top transparent;
}

.footer .protecting-banner p {
	line-height: 100%;
	font-size: 26px;
    font-weight: bold;
    padding: 14px 0 8px;
    color: #e0f3ff;
	text-transform: uppercase;
	font-family: 'TradeGothic-BoldCond', 'TradeGothic', Impact, sans-serif;
}

/*nav*/
.footer .footer-nav {
	margin: 12px 0;
    overflow: hidden;
    padding-bottom: 1px;
    text-align: center;
}
.footer .footer-nav li {
	border-right: 1px solid #636162;
    display: inline;
    padding: 0 8px;
}
.footer .footer-nav li:last-child { border: 0 none; }
.footer .footer-nav li a {
	color: #636162;
	font-family: 'TradeGothicLT-Cond';
	font-size: 17px;
}

.footer .site-info {
	color: #5E5B5D;
    font-family: 'TradeGothicLT-Cond';
    font-size: 14px;
    line-height: 16px;
    padding-left: 10px;
}


/* =Main content and comment content
-------------------------------------------------------------- */
/* Home Styles */
/*slider*/
.slider-container {
	background: none repeat scroll 0 0 #FFFFFF;
    height: 250px;
    position: relative;
}

/*actions*/
.actions-container { margin: 12px 32px 16px; overflow: hidden; }
.actions-container .home-action {
	float: left;
    padding: 0 10px;
    text-align: center;
}
.actions-container .home-action h2 {
	color: #007bdb;
	font-family: 'Bebas', Impact, sans-serif;
	font-size: 34px;
	margin-bottom: 6px;
	line-height: 30px;
}
.actions-container .home-action .text {
	display: block;
    font-family: 'Bebas', Impact, sans-serif;
    font-size: 23px;
    height: 62px;
    line-height: 30px;
    word-spacing: 3px;
}
.actions-container .home-action .text em {
    display: block;
    font-style: normal;
    text-shadow: 2px 3px 4px rgba(0, 0, 0, 0.4);
}

.actions-container .home-action .action { display: block; margin: 0 auto; }
.actions-container .home-action .action a {
	color: #007BDB;
    display: block;
    font-family: 'Bebas',Impact,sans-serif;
    font-size: 18px;
    padding: 8px 0;
}

.actions-container .home-action .action form { display: inline; }

.actions-container .home-action.sign-up .action { margin-top: 8px; }

.actions-container .home-action.donate h2,
.actions-container .home-action.donate .action a { color: #fe4302; }

/* Newsletter widgets */
.kws_form {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 none !important;
	float: none !important;
}
.kws_form p.success { width: 155px; text-align: center; }

.kws_input_container { float: left; }

.home-action #cc_email_address {
	border: 1px solid #A5A5A5;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	color: #444 !important;
	height: 16px;
	padding: 2px;
	line-height: 16px;
	margin: 0;
	width: 140px;
}

.home-action .kws_form input.b {
	border: 1px solid #A5A5A5;
	background: #A5A5A5;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	text-transform: uppercase;
	color: #000;
	height: 22px;
	width: 30px;
	display: block;
	line-height: 22px;
	padding: 0;
	margin: 0;
}

.connect-footer .subscribe-form h2 { margin-bottom: 8px; }
.subscribe-form #cc_email_address {
	border: 1px solid #d3d3d3;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	color: #574d4a !important;
	font-size: 14px;
	height: 30px;
	padding: 0 8px;
	line-height: 30px;
	margin: 0;
	width: 415px;
}

.subscribe-form .kws_form input.b {
	border: 1px solid #d3d3d3;
	background: #fff;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	text-transform: uppercase;
	font-family: 'Bebas', Impact, sans-serif;
	color: #ab0825;
	font-size: 16px;
	height: 32px;
	width: 105px;
	display: block;
	line-height: 30px;
	padding: 0;
	margin: 0 0 0 10px;
	-webkit-appearance: none;
}

/* Susbscribe form */
.entry-content .kws_input_container { float: none; }
.entry-content .kws_input_container input {
	width: 80%;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	font-size: 14px;
}
.entry-content .kws_input_container input.required { color: #000; }
.entry-content .kws_input_container #cc_Go {
	border: 1px solid #d3d3d3;
	background: #ab0825;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	text-transform: uppercase;
	font-family: 'Bebas', Impact, sans-serif;
	color: #fff;
	font-size: 16px;
	height: 32px;
	width: 105px;
	display: block;
	line-height: 30px;
	padding: 0;
	margin: 0;
	-webkit-appearance: none;
}
.entry-content div#cc_form_2 .cc_success {
	width: 90%;
	margin: 0 auto !important;
	color: #007bdb;
}
.entry-content #constant-contact-signup-errors {
	width: 90%;
	margin: 0 auto !important;
	color: #FF4500;
	text-align: left;
}
.entry-content #constant-contact-signup-errors li { margin: 0; }

/*articles*/
.articles-container { margin: 0 3px; }

.articles-container .two-columns-set .column.f-left {
	margin-right: 24px;
    width: 505px;
}
.articles-container .two-columns-set .column.f-right {
    width: 429px;
}
.articles-container .posts-list { margin: 0 0 9px; }
.articles-container .posts-list .cat-title a {
	background: url("images/catnamebk.png") repeat-y scroll left center transparent;
    color: #424242;
    font-family: 'Bebas',Impact,sans-serif;
    font-size: 29px;
    padding: 3px 7px 4px;
    display: block;
}
.articles-container .posts-list .take-action .home-post .post-content h3 a { color: #424242; }

.articles-container .home-post {
	margin: 0 0 2px;
    padding: 15px 8px;
}
.articles-container .news-updates .home-post { padding-bottom: 0; }

.articles-container .home-post .thumbnail {
	float: left;
	width: 100px;
	height: 100px;
	overflow: hidden;
	margin-top: 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.articles-container .home-post .thumbnail img { width: 100%; }
.articles-container .home-post .post-content {
	width: 376px;
	float: right;
	font-size: 17px;
}
.articles-container .news-updates .home-post .post-content {
	border-bottom: 1px solid #bcbcbc;
	padding-bottom: 20px;
}
.articles-container .news-updates .home-post:last-child .post-content { border: 0 none; }

.articles-container .home-post .post-content h3 {
    margin: 0 0 10px;
}
.articles-container .home-post .post-content .excerpt { line-height: 24px; }
.articles-container .home-post .post-content .view-more {
	display: block;
    float: left;
    margin: 8px 64px 0 0;
}

.articles-container .action-alerts {}
.articles-container .action-alerts .home-post { padding: 10px 0; }
.articles-container .action-alerts .home-post .thumbnail {
	height: 150px;
    margin-top: 4px;
    width: 150px;
}
.articles-container .action-alerts .home-post .thumbnail img {  }
.articles-container .action-alerts .home-post .post-content {
	font-family: 'Bebas', Impact, sans-serif;
    width: 266px;
}

.articles-container .action-alerts .home-post .post-content h3 {
    font-size: 29px;
    line-height: 32px;
    vertical-align: top;
}
.articles-container .action-alerts .home-post .post-content h3.small { font-size: 19px; font-weight: normal; }
.articles-container .action-alerts .home-post .post-content .excerpt { font-size: 17px; }
.articles-container .action-alerts .home-post .post-content .excerpt a img { vertical-align: middle; }
.articles-container .action-alerts .home-post .post-content .view-more { font-family: Arial, sans-serif; font-size: 17px; }

/*issues*/
.issues-container {
	background: #dbdfec;
	margin: 27px 15px 0;
	padding: 0 30px 11px;
	overflow: hidden;
}
.issues-container .section-title {
	font-family: 'Bebas',Impact,sans-serif;
    font-size: 21px;
    padding: 14px 0 15px;
    text-decoration: underline;
}
.issues-container .issue {
	float: left;
    margin-right: 50px;
    width: 180px;
}
.issues-container .issue:last-child { margin: 0; }
.issues-container .issue .title {
	background: #000000;
    height: 32px;
    line-height: 15px;
    overflow: hidden;
    padding: 3px;
}
.issues-container .issue .title a {
	font-family: 'Bebas',Impact,sans-serif;
	color: #fff;
	font-size: 13px;
	word-spacing: 4px;
}
.issues-container .issue .thumbnail { width: 180px; height: 90px; overflow: hidden; background: gray; }
.issues-container .issue .thumbnail img { width: 100%; }
.issues-container .issue .subtitle {
	height: 53px;
    line-height: 24px;
}
.issues-container .issue .view-more {}

/* Pages format */
/*default*/
.search .main .posts-container,
.category .main .posts-container,
.archive .main .posts-container {
	padding: 0 45px 0 18px;
}
.search .site-content article,
.category .site-content article,
.archive .site-content article {
    border-top: 1px double #8f8f8f;
    margin: 0;
    padding: 10px 0 20px;
    word-wrap: break-word;
    overflow: hidden;
    border-bottom: 0 none;
}
.search .site-content article:first-child,
.category .site-content article:first-child,
.archive .site-content article:first-child { border: 0 none; }

.search article .thumbnail,
.category article .thumbnail,
.archive article .thumbnail {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
    float: left;
    height: 115px;
    width: 114px;
    overflow: hidden;
    margin-top: 4px;
}
.search article .post-data,
.category article .post-data,
.archive article .post-data {
	float: right;
    width: 375px;
}

.search .entry-header,
.category .entry-header,
.archive .entry-header { margin: 0; border: 0 none; }

.search .entry-header .entry-title,
.category .entry-header .entry-title,
.archive .entry-header .entry-title {
    font-size: 18px;
    font-weight: bold;
    padding: 0;
}
.search .entry-summary,
.category .entry-summary,
.archive .entry-summary {}

.search .entry-summary .date,
.category .entry-summary .date,
.archive .entry-summary .date {	float: left; line-height: 1.5; }
.search .entry-summary p,
.category .entry-summary p,
.archive .entry-summary p {
	margin: 0;
}

.search .entry-meta .view-more,
.category .entry-meta .view-more,
.archive .entry-meta .view-more { font-size: 16px; font-weight: bold; color: #113179; display: block; }

/*pagination*/
.search .site-content .pagination,
.category .site-content .pagination,
.archive .site-content .pagination {
	margin: 10px auto;
    width: 385px;
    text-align: center;
}

.search .site-content .pagination .wp-paginate .current,
.category .site-content .pagination .wp-paginate .current,
.archive .site-content .pagination .wp-paginate .current,
.search .site-content .pagination .wp-paginate .prev,
.category .site-content .pagination .wp-paginate .prev,
.archive .site-content .pagination .wp-paginate .prev,
.search .site-content .pagination .wp-paginate .next,
.category .site-content .pagination .wp-paginate .next,
.archive .site-content .pagination .wp-paginate .next,
.search .site-content .pagination .wp-paginate .page,
.category .site-content .pagination .wp-paginate .page,
.archive .site-content .pagination .wp-paginate .page {
	font-family: 'TradeGothicLT-Cond', Impact, sans-serif;
	background: none;
	border: 0 none;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 3px;
	color: #333;
}

.search .site-content .pagination .wp-paginate a.page,
.category .site-content .pagination .wp-paginate a.page,
.archive .site-content .pagination .wp-paginate a.page {
	color: #4573b3;
}

/*Articles footer*/
.connect-footer {
	border-top: 1px solid #848484;
	margin: 42px 12px 0 0;
	padding: 24px 0 0;
}
.connect-footer h2 { font-family: Arial, sans-serif; font-size:17px; margin-bottom: 3px; }
.subscribe-form {
	height: 64px;
    margin-bottom: 32px;
}
.fb-comments { max-width: 100%; margin: 10px 0; }

/*Videos page*/
.category-videos .main .posts-container { padding: 0 10px 0 4px; }
.category-videos .entry-header .entry-title {  }
.category-videos .entry-summary { position: relative; }
.category-videos .entry-summary .youtubechannelgallery {  }
.category-videos .entry-summary .view-all {
	position: absolute;
	bottom: 0;
	left: 0;
	background: url('images/play.png') no-repeat 10px center transparent;
	width: 100%;
	height: 84px;
	display: block;
	text-indent: -9999em;
}
.category-videos .entry-summary .youtubechannelgallery #ytc-wrapper .ytc-thumbnails .ytc-row .ytc-column { padding: 0 !important; margin-bottom: 0 !important; }
.category-videos .entry-summary .youtubechannelgallery a.ytcthumb { border: 0 none; }
.category-videos .entry-summary .youtubechannelgallery .ytcliinner { padding: 0 !important; }


/*Video gallery*/
.single .entry-summary .youtubechannelgallery { display: none; }
div.entry-content.video-gallery { padding: 0; }
.video-gallery h5.ytctitle { font-size: 13px; line-height: 1.3em; margin: 5px; }
.single .youtubechannelgallery { margin: 20px 0 0 !important; }
.ytcplayer-wrapper.stuck {
	position: fixed !important;
	width: 550px !important;
	padding: 0 !important;
	top: 0;
	z-index: 1000;
	box-shadow: 0px 2px 5px 2px rgba(0,0,0,.5);
	border: 0 none !important;
}
.ytc-thumbnails { margin-top: 14px; }

/* Blog Posts */
.entry-meta {
	clear: both;
}
.entry-header {
	margin: 0 0 12px;
	border-bottom: 1px solid #848484;
}
.entry-header img.wp-post-image {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header .entry-title {
	font-size: 28px;
	line-height: 1.2;
	font-weight: bold;
	padding: 10px 0 5px;
}
.entry-header .entry-title a {
	text-decoration: none;
}
.entry-header .entry-format {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-weight: normal;
}
.entry-header .comments-link {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.comments-link a,
.entry-meta a {
	color: #757575;
}
.comments-link a:hover,
.entry-meta a:hover {
	color: #21759b;
}
article.sticky .featured-post {
	border-top: 4px double #ededed;
	border-bottom: 4px double #ededed;
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 3.692307692;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	text-align: center;
}

.sharing { overflow: hidden; clear: both; padding: 2px 0 14px 0;  }
.sharing .actions {
	overflow: hidden;
	float: left;
	padding: 3px 6px 1px 4px;
	border-right: 1px dotted gray;
}

.sharing .actions .st_email_large { float: left; }

.sharing .actions .stButton .stLarge,
.sharing .actions a {
	display: block;
	float: left;
	height: 20px;
	width: 60px;
	text-indent: -9999em;
	border: 1px solid #d3d2d5;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-right: 5px;
}
.sharing .actions .stButton .stLarge,
.sharing .actions .email { background: url('images/action_email.jpg') no-repeat center transparent !important; }
.sharing .actions .print { background: url('images/action_print.jpg') no-repeat center transparent !important; }
.sharing .actions .bookmark { width: 82px; background: url('images/action_bookmark.jpg') no-repeat center transparent !important; }

.sharing .social-sharing {
	float: left;
	padding: 3px 14px;
}
.sharing .social-sharing .stButton .stLarge { height: 20px; width: 20px; }
.sharing .social-sharing .st_facebook_large .stLarge { background: url('images/social_facebook.jpg') no-repeat center transparent !important; }
.sharing .social-sharing .st_twitter_large .stLarge { background: url('images/social_twitter.jpg') no-repeat center transparent !important; }
.sharing .social-sharing .st_googleplus_large .stLarge { background: url('images/social_google.jpg') no-repeat center transparent !important; }
.sharing .social-sharing .st_linkedin_large .stLarge { background: url('images/social_linkedin.jpg') no-repeat center transparent !important; }

.entry-content {}
.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
	margin: 24px 0;
	margin: 1.714285714rem 0;
	line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1 {
	font-size: 21px;
	font-size: 1.5rem;
	line-height: 1.5;
}
.entry-content h2,
.comment-content h2,
.mu_register h2 {
	font-size: 18px;
	font-size: 1.285714286rem;
	line-height: 1.6;
}
.entry-content h3,
.comment-content h3 {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.846153846;
}
.entry-content h4,
.comment-content h4 {
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.846153846;
}
.entry-content h5,
.comment-content h5 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.entry-content h6,
.comment-content h6 {
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.846153846;
}
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
	margin: 0 0 20px;
	line-height: 1.5;
}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.mu_register li {
	margin: 0 0 0 36px;
	margin: 0 0 0 2.571428571rem;
}
.entry-content blockquote,
.comment-content blockquote {
	padding: 24px;
	font-style: italic;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code,
.comment-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
}
.entry-content pre,
.comment-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 24px;
	padding: 1.714285714rem;
}
.entry-content pre code,
.comment-content pre code {
	display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address,
.comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
.entry-content a,
.comment-content a {
	color: #007BDB;
}

img.alignleft {
	margin: 5px 24px 12px 0;
}
img.alignright {
	margin: 5px 0 12px 20px;
}
img.aligncenter {
	margin-top: 5px;
	margin-bottom: 12px;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {}

/*Side content*/
.entry-content .side-content {
	width: 250px;
	float: right;
	margin: 0 0 10px 16px;
}
.entry-content .side-content .widget {
	border-bottom: 1px solid #c7c7c7;
	padding: 0 0 30px;
	margin: 0 0 23px;
}
.entry-content .side-content .widget:last-child { border:0 none; padding: 0; margin: 0; }
.entry-content .side-content .side_video {}
.entry-content .side-content .side_image { font-size: 12px; color: #574d4a; line-height: 14px; }
.entry-content .side-content .side_image img {
	padding: 4px;
	box-shadow: 0px 1px 4px 0px rgba(0,0,0,.5);
}
.entry-content .side-content .pull_quote { font-size: 16px; }
.entry-content .side-content .pull_quote blockquote {
	font-style: normal;
	font-size: 18px;
	padding: 0px 18px 0 0;
	line-height: 25px;
}
.entry-content .side-content .pull_quote blockquote strong { color: #ab0825; font-size: 24px; }
.entry-content .side-content .pull_quote p { padding: 0; margin: 0; }

.entry-content dl,
.comment-content dl {
	margin: 0 24px;
	margin: 0 1.714285714rem;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry-content dd,
.comment-content dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ededed;
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	font-size: 1.142857143rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}
.site-content article {
	padding: 0 14px 0 0;
}
/*Post pagination*/
.page-links {
	clear: both;
	line-height: 1.714285714;
}
.page-links a {
	color: #007BDB;
}
footer.entry-meta {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.single-author .entry-meta .by-author {
	display: none;
}
.mu_register h2 {
	color: #757575;
	font-weight: normal;
}
/*Post Tabs*/
.wordpress-post-tabs div:last-child { display: none; }
.wordpress-post-tabs .ui-tabs { padding: 0!important; border: 0 none; }
.wordpress-post-tabs .ui-tabs ul.ui-tabs-nav {
	padding: 0 0 10px !important;
	background: transparent;
}
.wordpress-post-tabs .ui-tabs .ui-tabs-nav li {
	background: none transparent !important;
	border: 0 none !important;
	border-bottom: 2px solid #C0C0C0 !important;
	margin: 0 -1px !important;
	padding: 0 0 0 4px !important;
}
.wordpress-post-tabs .ui-tabs .ui-tabs-nav li a {
	padding: 3px 4px !important;
	font-size: 14px;
	border-radius: 4px 4px 0 0;
	background: #EDEDED;
	border: 2px solid #C0C0C0;
	border-bottom: 0 none !important;
	color: #007BDB !important;
	font-family: "Helvetica", "Arial", sans-serif;
}
.wordpress-post-tabs .ui-tabs .ui-tabs-nav li:first-child { padding: 0 !important; }
.wordpress-post-tabs .ui-tabs .ui-tabs-nav li.ui-state-active { border-bottom: 0 none !important; padding: 0 !important; }
.wordpress-post-tabs .ui-tabs .ui-tabs-nav li.ui-state-active a {
	background: #fff !important;
	font-weight: bold;
	color: #000 !important;
}
.wordpress-post-tabs .ui-tabs .ui-widget-content { font-size: 16px; border: 0 none; }

/* =Archives
-------------------------------------------------------------- */

.parent-page .page-header,
.archive-header{
    height: 90px;
    margin: 0 0 18px 0;
}

.archive-header .archive-title {
	background: none repeat scroll 0 0 #113179;
    padding: 5px 12px 7px;
    float: left;
    overflow: hidden;
    height: 78px;
}
/* seach engine */
.page-template-page-1column-php .archive-header .archive-title { display: none; }

.archive-header .archive-title span,
.archive-header .archive-title span a {
	color: #FFF;
    display: table-cell;
    font-family: 'Bebas',Impact,sans-serif;
    font-size: 33px;
    font-weight: normal;
    height: 78px;
    line-height: 39px;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.75);
    vertical-align: bottom;
    width: 180px;
}

.archive-header .header-image { overflow: hidden; }
/* seach engine */
.page-template-page-1column-php .archive-header .header-image img { width: auto; height: auto; }
.page-template-page-1column-php .entry-header .entry-title  { display: none; }

.page-header {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	padding-bottom: 22px;
	padding-bottom: 1.571428571rem;
	border-bottom: 1px solid #ededed;
}
.archive-meta {
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin-top: 22px;
	margin-top: 1.571428571rem;
}


/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
	margin-top: 0.571428571rem;
}


/* =Aside post format
-------------------------------------------------------------- */

article.format-aside h1 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
article.format-aside h1 a {
	text-decoration: none;
	color: #4d525a;
}
article.format-aside h1 a:hover {
	color: #2e3542;
}
article.format-aside .aside {
	padding: 24px 24px 0;
	padding: 1.714285714rem;
	background: #d2e0f9;
	border-left: 22px solid #a8bfe8;
}
article.format-aside p {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #4a5466;
}
article.format-aside blockquote:last-child,
article.format-aside p:last-child {
	margin-bottom: 0;
}


/* =Post formats
-------------------------------------------------------------- */

/* Image posts */
article.format-image footer h1 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	font-weight: normal;
}
article.format-image footer h2 {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}
article.format-image footer a h2 {
	font-weight: normal;
}


/* Link posts */
article.format-link header {
	padding: 0 10px;
	padding: 0 0.714285714rem;
	float: right;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #848484;
	background-color: #ebebeb;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
article.format-link .entry-content {
	max-width: 80%;
	float: left;
}
article.format-link .entry-content a {
	font-size: 22px;
	font-size: 1.571428571rem;
	line-height: 1.090909091;
	text-decoration: none;
}

/* Quote posts */
article.format-quote .entry-content p {
	margin: 0;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
}
article.format-quote .entry-content blockquote {
	display: block;
	padding: 24px 24px 0;
	padding: 1.714285714rem 1.714285714rem 0;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.6;
	font-style: normal;
	color: #6a6a6a;
	background: #efefef;
}

/* Status posts */
.format-status .entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.format-status .entry-header header {
	display: inline-block;
}
.format-status .entry-header h1 {
	font-size: 15px;
	font-size: 1.071428571rem;
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
}
.format-status .entry-header h2 {
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	line-height: 2;
	margin: 0;
}
.format-status .entry-header header a {
	color: #757575;
}
.format-status .entry-header header a:hover {
	color: #21759b;
}
.format-status .entry-header img {
	float: left;
	margin-right: 21px;
	margin-right: 1.5rem;
}


/* =Comments
-------------------------------------------------------------- */

.comments-title {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
	font-weight: normal;
}
.comments-area article {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.comments-area article header {
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 85px;
	margin-left: 6.071428571rem;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.42857143;
}
.comments-area article header time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 12px;
	font-size: 0.857142857rem;
	color: #5e5e5e;
}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}
.comments-area article header a:hover {
	color: #21759b;
}
.comments-area article header cite a {
	color: #444;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	padding: 0.428571429rem 0.857142857rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #009cee, #0088d0);
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image: -o-linear-gradient(top, #009cee, #0088d0);
	background-image: linear-gradient(top, #009cee, #0088d0);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area li.bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	margin-left: 0.357142857rem;
	padding: 2px 5px;
	padding: 0.142857143rem 0.357142857rem;
	font-size: 10px;
	font-size: 0.714285714rem;
}
a.comment-reply-link,
a.comment-edit-link {
	color: #686868;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
	color: #21759b;
}
.commentlist .pingback {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

/* Comment form */
#respond {
	margin-top: 48px;
	margin-top: 3.428571429rem;
}
#respond h3#reply-title {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	margin-left: 0.714285714rem;
	font-weight: normal;
	font-size: 12px;
	font-size: 0.857142857rem;
}
#respond form {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
#respond form p {
	margin: 11px 0;
	margin: 0.785714286rem 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
#respond form label {
	display: block;
	line-height: 1.714285714;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	padding: 10px;
	padding: 0.714285714rem;
	width: 100%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #5e5e5e;
}
.required {
	color: red;
}


/* =Front page template
-------------------------------------------------------------- */

.entry-page-image {
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.template-front-page .site-content article {
	border: 0;
	margin-bottom: 0;
}
.template-front-page .widget-area {
	clear: both;
	float: none;
	width: auto;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	border-top: 1px solid #ededed;
}
.template-front-page .widget-area .widget li {
	margin: 8px 0 0;
	margin: 0.571428571rem 0 0;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.714285714;
	list-style-type: square;
	list-style-position: inside;
}
.template-front-page .widget-area .widget li a {
	color: #757575;
}
.template-front-page .widget-area .widget li a:hover {
	color: #21759b;
}
.template-front-page .widget-area .widget_text img {
	float: left;
	margin: 8px 24px 8px 0;
	margin: 0.571428571rem 1.714285714rem 0.571428571rem 0;
}


/* =Widgets
-------------------------------------------------------------- */

.widget-area .widget ul ul {
	margin-left: 12px;
	margin-left: 0.857142857rem;
}

#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #686868;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
}
#wp-calendar #next {
	padding-right: 24px;
	padding-right: 1.714285714rem;
	text-align: right;
}
.widget_search label {
	display: block;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}

/* Dynamic sidebars widgets*/
/*rss*/
.widget-area .rss-widget p {
	width: 160px;
	border-bottom: 1px solid #d2d2d2;
	line-height: 21px;
	padding: 0 0 5px;
	margin: 0;
}
.widget-area .rss-widget a {
	color: #574d4a;
	display: block;
	padding: 4px 0 3px 40px;
	font-size: 14px;
	background: url('images/icon-rss.png') no-repeat left center transparent;	
}
/*side-effects*/
.widget-area .side-effects-widget {
	width: 160px;
	border-bottom: 1px solid #d2d2d2;
	margin: 0 0 10px;
	padding: 0 0 8px;
}

.widget-area .side-effects-widget p {
	line-height: 21px;
	margin: 0 0 5px;
	color: #574d4a;
	font-size: 15px;
	word-spacing: 2px;
}

.widget-area .side-effects-widget a,
.widget-area .side-effects-widget a:hover {
	background: #113179;
	color: white;
	font-size: 13px;
	padding: 2px 11px 2px 4px;
}

/*donate*/
.widget-area .donate-widget h3 {
	font-size: 20px;
	line-height: 26px;
	margin: 0;
	font-weight: normal;
}
.widget-area .donate-widget h3 span { color: #ab0825; }
.widget-area .donate-widget p {
	font-family: Arial, sans-serif;
	font-size: 14px;
	margin: 0;
}

.widget-area .donate-widget a,
.widget-area .donate-widget a:hover {
	background: #ab0825;
	color: white;
	font-size: 13px;
	padding: 2px 11px 2px 4px;
}

.dntplgn_form_wrapper .ui-tabs-nav { display: none; }

/*featured post*/
.widget-area .featured_post_widget { margin: 10px 0 0; }
.widget-area .featured_post_widget h3 {
	margin: 0;
	font-size: 24px;
	color: #574d4a;
	font-weight: normal;
	line-height: 24px;
}
.widget-area .featured_post_widget p {
	margin: 0 0 14px;
	font-family: Arial, sans-serif;
	font-size: 16px;
}
.widget-area .featured_post_widget p a {
	display: block;
	text-align: right;
	font-size: 13px;
	color: #106edf;
}
/*Spotlight videos*/
.widget-area .video-box { margin: 0 0 12px; }
.widget-area .video-box h2 {
	font-size: 24px;
	color: #574d4a;
	font-weight: normal;
	font-family: 'Bebas', Impact, sans-serif;
	margin: 0 0 12px;
}
.widget-area .video-box iframe { height: 102px !important;  }
.widget-area .video-box a { font-size: 13px; }

/*Search widget*/
.widget-area .widget_sswidget {
	margin: 0 0 15px;
	padding: 0 0 10px;
	border-bottom: 1px solid #d2d2d2;
}
.widget-area .widget_sswidget select { width: 100%; }
.widget-area .widget_sswidget #ss_searchbox { width: 92%; }
.widget-area .widget_sswidget input[type="submit"] { display: none; }

/*Related Posts*/
.widget-area .widget_advancedrecentposts { margin: 5px 0 0; }
.widget-area .widget_advancedrecentposts h3 { display: none; }
.widget-area .widget_advancedrecentposts a {
	border-bottom: 1px solid #D2D2D2;
    color: #574D4A;
    display: block;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    margin: 0 0 7px !important;
    padding: 0 0 7px !important;
    word-spacing: 4px;
}
/*Related pages*/
.widget-area .widget_subpages { margin: 5px 0 0; }
.widget-area .widget_subpages a {
	border-bottom: 1px solid #D2D2D2;
    color: #574D4A;
    display: block;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    margin: 0 0 7px !important;
    padding: 0 0 7px !important;
    word-spacing: 4px;
}

.widget-area .widget_subpages > a,
.widget-area .widget_subpages h3 { display: none; }

/*Cart66*/
.widget-area .Cart66CartWidget { font-family: Arial, sans-serif; font-size: 14px; }
.Cart66CartWidget h3 { font-size: 16px; font-family: 'Bebas',Impact,sans-serif; }
.Cart66CartWidget a {  }
.Cart66ProductTitle, .Cart66ProductSubtotal { font-weight: normal !important; }
.Cart66AdvancedWidgetCartTable td,
.Cart66AdvancedWidgetCartTable th,
.Cart66AdvancedWidgetCartTable tbody {
	border: none;
	padding: 4px;
}
.Cart66QuanPrice { font-weight: bold; }
/*psycho-pharma front groups*/
.no-bebas-font { font-family: Arial,sans-serif; }

.widget-area .no-bebas-font h3 {
	border-bottom: 1px solid;
    font-size: 24px;
    font-weight: normal;
    line-height: 26px;
    margin: 5px 0;
    padding: 5px 0;
    font-family: 'Bebas',Impact,sans-serif;
}
.widget-area .no-bebas-font p { margin-bottom: 5px; }
.widget-area .no-bebas-font p a {
	color: #000000;
    display: block;
    font-size: 14px;
    line-height: 18px;
    padding: 3px 0;
}

/* =Plugins
----------------------------------------------- */

/*search engine*/
img#wpstats {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 1.714285714rem;
}

#engine-iframe-container {
	width: 100%;
	min-height: 500px;
}

#engine-iframe #graphsFontDiv {
	font-family: 'Bebas', Impact, sans-serif!important;
}
.page-template-page-1column-php .entry-header { height: 0; }
.page-template-page-1column-php .entry-summary { position: relative; }
#please-read {
	font-size: 15px;
    left: 390px;
    position: absolute;
    top: 15px;
    width: 560px;
}

/*store*/
#paymentInfo,#shippingInfo,#billingInfo,#Cart66CheckoutButtonDiv {
	width: 100% !important;
	margin: 0 !important;
	float: none !important;
}
.page-id-14816 .entry-content br { display: none; }
#paymentInfo p {
	display: inline !important;
}


.stwrapper {display: none;}

/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
	footer a[rel=bookmark]:link:after,
	footer a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	a {
		text-decoration: none;
	}
	.entry-content img,
	.comment-content img,
	.author-avatar img,
	img.wp-post-image {
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		border-radius: 0;
		box-shadow: none;
	}
	.site {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	.site-header {
		margin-bottom: 72px;
		margin-bottom: 5.142857143rem;
		text-align: left;
	}
	.site-header h1 {
		font-size: 21pt;
		line-height: 1;
		text-align: left;
	}
	.site-header h2 {
		color: #000;
		font-size: 10pt;
		text-align: left;
	}
	.site-header h1 a,
	.site-header h2 a {
		color: #000;
	}
	.author-avatar,
	#colophon,
	#respond,
	.commentlist .comment-edit-link,
	.commentlist .reply,
	.entry-header .comments-link,
	.entry-meta .edit-link a,
	.page-link,
	.site-content nav,
	.widget-area,
	img.header-image,
	.main-navigation {
		display: none;
	}
	.wrapper {
		border-top: none;
		box-shadow: none;
	}
	.site-content {
		margin: 0;
		width: auto;
	}
	.singular .entry-header .entry-meta {
		position: static;
	}
	.singular .site-content,
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular .comments-title {
		margin: 0;
		width: 100%;
	}
	.entry-header .entry-title,
	.entry-title,
	.singular .entry-title {
		font-size: 21pt;
	}
	footer.entry-meta,
	footer.entry-meta a {
		color: #444;
		font-size: 10pt;
	}
	.author-description {
		float: none;
		width: auto;
	}

	/* Comments */
	.commentlist > li.comment {
		background: none;
		position: relative;
		width: auto;
	}
	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.comments-area article header cite,
	.comments-area article header time {
		margin-left: 50px;
		margin-left: 3.57142857rem;
	}
}