/* 
 * HTML5 ✰ Boilerplate
 *
 * What follows is the result of much research on cross-browser styling. 
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 * 
 * ==|== normalize ==========================================================
 */
@import url("../../newevangelizers/css/common.css");


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; background-color: #b4b28a;}

body { opacity: 1; margin: 0; font-size: 16px; line-height: 1.231;}

.no-cssanimations body, .no-js body {
	opacity: 1;
}

body, button, input, select, textarea { font-family: "Arial", sans-serif; color: #4A4815; }
h1, h2, h3, h4, h5, h6 { font-family: "Cabin", Helvetica, Arial, sans-serif; color: #4b4814; }

/* 
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #ebdece; color: #402921; text-shadow: none; }
::selection { background: #ebdece; color: #402921; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #265087; -webkit-tap-highlight-color: rgba: (255,255,255,0.6); }
a:visited { color: #265087; }
a:hover { color: #4583d2; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e 
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9 
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */

table button, table input { *overflow: auto; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/* 
 * Remove inner padding and border in FF3/4: h5bp.com/l 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* 
 * 1. Remove default vertical scrollbar in IE6/7/8/9 
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==|== primary styles =====================================================
   Author: 
   ========================================================================== */

body {
	background-color: white;
	margin: 0;
	padding: 0;
}

#container {
	background-image: url(../img/with_sidebar.png);
	background-repeat: repeat-y;
	background-position: center center;
	overflow: hidden;
}

.home #container {
	background-image: none;
}

/* header {
	background-image: url(../img/ne_inner_header_bg.png);
	background-repeat: repeat-x;
}
*/

header {
	background-image: url(../img/ra_inner_header_bg.png);
	background-repeat: repeat-x;
}

.home header {
	background-image: url(../img/ra_header_bg.png);
	background-repeat: repeat-x;
}


header div {
	position: relative;
}

#logo {
	position: absolute;
	left: -22px;
	top: 128px;
	z-index: 9;
}
#logo2 {
	position: absolute;
	left: 208px;
	top: 128px;
	z-index: 9;	
}

.banner {
	margin-left: -39px;
}

.ie7 .banner {
	margin-top: 4px;
}

#menu-home-menu {
	margin-top: 7px;
	height: 85px;
}

.ie7 #menu-home-menu {
	margin-top: 7px;
}

.ie7 #menu-home-menu li {
	display: inline;
}

#menu-home-menu li a {
	width: 33.333%;
	float: left;
	height: 85px;
	text-indent: -999em;
	background-repeat: no-repeat;
	position: relative;
	background-image: url(../img/ra_home_nav_sprite.png);
}

#menu-item-25 a {
	background-position: 0px 0px;
}

#menu-item-24 a {
	background-position: -307px 0px;
}

#menu-item-23 a {
	background-position: -614px 0px;
}

#menu-item-25 a:hover {
	background-position: 0px -85px;
}

#menu-item-24 a:hover {
	background-position: -307px -85px;
}

#menu-item-23 a:hover {
	background-position: -614px -85px;
}

#menu-extra-menu {
	margin-top: 6px;
	height: 66px;
	padding: 0 0 0 190px;
	margin-right: -12px;
}

.ie7 #menu-extra-menu {
	margin-top: 6px;
}

.ie7 #menu-extra-menu li {
	display: inline;
}

#menu-extra-menu li a {
	float: left;
	height: 45px;
	text-indent: -999em;
	background-repeat: no-repeat;
	position: relative;
	background-image: url(../img/ra_inner_nav_sprite.png);
}

#menu-item-28 a {
	width: 154px;
	background-position: 0px 0px;
}

#menu-item-27 a {
	width: 135px;
	background-position: -154px 0px;	
}

#menu-item-26 a {
	width: 136px;
	background-position: -289px 0px;
}

#menu-item-29 a {
	width: 312px;
	background-position: -425px 0px;
}

#menu-item-29 img {
	width: 95px;
	height: 60px;
	position: absolute;
	right: 0;
	top: 0;
	margin: -14px -1px 0 0;
	
}

#donate {
	display: none;
}

#a_donate {
	position: absolute;
	right: -2px;
	margin-top:-90px;
}


#menu-item-28 a:hover {
	background-position: 0px -45px;
}

#menu-item-27 a:hover {
	background-position: -154px -45px;	
}

#menu-item-26 a:hover {
	background-position: -289px -45px;
}

#menu-item-29 a:hover {
	background-position: -425px -45px;
}


#pe_estro_slider_1 {
	margin: 35px auto 0;
}

#main {
	margin-top: 35px;
}

.home h3 {
	font-size: 26px;
	line-height: 28px;
}

.home #main p {
	font-size: 14px;
	line-height: 20px;
}

.mini-featured .post {
	width: 338px;
	margin: 8px 20px;
	float: left;
}

.mini-featured .post .wp-post-image {
	border: 4px solid #1f4577;	
}

.mini-featured .post h4 a {
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: #1f4577;
	font-size: 24px;
	text-decoration: none;
}

.mini-featured .post .entry-byline {
	padding: 0 4px;
	border-top: 2px solid #b0c1d0;
	border-bottom: 2px solid #b0c1d0;
	line-height: 24px;
	font-size: 14px;
}

.mini-featured .post .entry-summary {
	color: #515050;
	font-size: 14px;
	line-height: 18px;
}

.readmore_link {
	display: block;
	margin: 2px 22px;
	text-align: right;
}

.home .readmore_link {
	margin: 22px 0;
	text-align: left;
}

.share-item {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #ced7d9;
	padding: 4px;
	color: white;
	font-size: 12px;
	display: inline-block;
}

.share-item a {
	color: white;
	text-decoration: none;
}

.share-item > div {
	padding: 5px 11px;
	margin: 0;
	display: block;
	float: left;
}

.share-item .comments {
	background-color: #3b3b3b;
}

.share-item .comment {
	background-color: #1d4375;
}

.share-item .social-share {
	background-image: url(../img/social_share.jpg);
	height: 25px;
	width: 74px;
	padding: 0;
	margin-left: 5px;
}

.a2a_img {
	opacity: 0 !important;
}

#home_ad {
	width: 160px;
	margin: 8px 20px;
	float: left;
}

#sidebar {
	float: right;
	width: 270px;
	padding: 0 12px;
	margin-right: 9px;
}

#sidebar ul, #sidebar li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 12px;
}

#sidebar > ul > li > ul {
	margin: 12px 0px 22px;
}

#sidebar > ul > li > ul > li {
	margin: 5px 0;
}

.hentry {
	margin-right: 320px;
}

.home .hentry {
	margin-right: 0px;
	margin-left: -20px;
}

.entry-title {
	font-weight: bold;
	font-size: 24px;
	margin: 12px 0;
}

.widgettitle {
	font-weight: bold;
	color: #fff;
	font-size: 18px;
	background-color: #767676;
	padding: 5px;
	margin-left: -5px;
	display: inline;
}

#sidebar > ul > li:first-child .widgettitle {
	margin-top: 0;
}

.entry-content{
	color: #515050;
	font-size: 14px;
	line-height: 18px;
}

.wp-post-image {
	border: 4px solid #1f4577;	
	margin: 0 20px 5px 5px;
}

.entry-content .bbp-forums img {
	margin: 2px;
}

.bbp-reply-author {
	width: 120px;
}

footer {
	background-image: url(../img/ra_footer_bg.png);
	background-repeat: repeat-x;
	background-color: #b4b28a;
	font-size: 9px;
	font-color: #1f4577;
	line-height: 14px;
}

footer p {
	padding: 20px 0;
}

#home_footer_ad {
	margin: 15px auto;
}

.footer_menu {
	width: 24.7%;
	border-left: 2px solid #9f9e6e;
	display: block;
	float: left;
	list-style: none;
	padding: 14px 0 0 0;
	margin: 8px 0 0 0;
	font-size: 10px;
}

.footer_menu li {
	margin: 0 0 0 15px;
}

.footer_menu li:first-child {
	text-transform: uppercase;
	font-weight: bold;
	text-shadow: 1px 1px 1px ##ffffff;
	filter: dropshadow(color=##ffffff, offx=1, offy=1);	
	margin: 0 0 15px 15px;
}

.oldie .footer_menu li {
	filter: none;
}

.footer_menu li a {
	color: #4a4815;
	text-decoration: none;
}

.footer_menu li a:hover {
	text-decoration: underline;
}

.alignright {
	float: right;
	text-align: right;
	margin: 0 0 3px 10px;
	-webkit-box-shadow: 2px 2px 5px 0px #3c3c3c;
	-moz-box-shadow: 2px 2px 5px 0px #3c3c3c;
	box-shadow: 2px 2px 5px 0px #3c3c3c;
}

.alignleft {
	float: left;
	text-align: left;
	margin: 0 10px 3px 0;
	-webkit-box-shadow: 2px 2px 5px 0px #3c3c3c;
	-moz-box-shadow: 2px 2px 5px 0px #3c3c3c;
	box-shadow: 2px 2px 5px 0px #3c3c3c;
}

.home .alignright, .home .alignleft {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.archive .post {
	margin-bottom: 40px;
}

#wp_page_numbers ul {
	list-style: none;
}

#wp_page_numbers li {
	display: inline-block;
	padding: 5px;
	background-color: #e9e9dd;
}

#wp_page_numbers li.page_info {
	background-color: transparent;
}

#wp_page_numbers li.active_page {
	background-color: #c9c9bd;
}

.oldie #wp_page_numbers li {
	display: inline;
}


/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/* ==|== media queries ======================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 620px) {
}

@media only screen and (min-width: 1000px) {
}


/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

/* style includes */

/*
*	FancyBox 2.0.1
*/
.fancybox-tmp {
	position: absolute;
	top: -9999px;
	left: -9999px;
	padding: 0;
	overflow: auto;
	visibility: hidden;
}

.fancybox-tmp iframe, .fancybox-tmp object {
	vertical-align: top;
	padding: 0;
	margin: 0;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1002;
}

.fancybox-outer {
	padding: 0;
	margin: 0;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
}

.fancybox-opened {
	z-index: 1003;	
}

.fancybox-opened .fancybox-outer {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-inner {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	outline: none;
	overflow: hidden;
}

.fancybox-error {
	color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 10px;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	vertical-align: top;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -21px;
	margin-left: -21px;
	width: 42px;
	height: 42px;
	background: url('../img/fancybox_loading.gif');
	opacity: 0.9;
	cursor: pointer;
	z-index: 1010;
}

.fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../img/fancybox_sprite.png');
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 1004;
}

.fancybox-prev, .fancybox-next {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	background: transparent url('../img/blank.gif'); /* helps IE */
	z-index: 1003;
}

.fancybox-prev {
	left: 0;	
}

.fancybox-next {
	right: 0;
}

.fancybox-prev span, .fancybox-next span {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 36px;
	height: 36px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 1003;
}

.fancybox-prev span {
	background-position: 0 -36px;
}

.fancybox-next span {
	background-position: 0 -72px;
}

.fancybox-prev:hover, .fancybox-next:hover {
	visibility: visible;
}

.fancybox-prev:hover span {
	left: 20px;
}

.fancybox-next:hover span {
	left: auto;
	right: 20px;
}

/* Overlay helper */

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 1001;
	background: #000;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;	
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 1005;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 1003;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.7);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
			border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	margin-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;	
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

.addtoany_share_save_container img {
	border: none;
	margin: 0px;
}

.facebook_like {
	width: 50px !important;
}