/*
Theme Name: Toolbox - customized for AALR
Theme URI: http://wordpress.org/extend/themes/toolbox
Author: Automattic
Author URI: http://automattic.com/
Description: A semantic, HTML5, canvas for CSS artists and an ultra-minimal set of super-clean templates for your own WordPress theme development.
Version: 1.3
License: GNU General Public License
License URI: license.txt
Tags: custom-menu, sticky-post, microformats, rtl-language-support, translation-ready, full-width-template, post-formats

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.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.3;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* =Structure
-------------------------------------------------------------- */

#page {
	display: block;
	margin: 1em;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	margin-bottom:50px;
	width:1024px;
	border: 1px #000 none;
	z-index:1;
	position:relative;
}

#primary {
	float: left;
	width:600px;
	margin-left:10px;
	display:block;
}
#content {
	margin-left:10px;
	margin-right:10px;
}

#main .widget-area {
	float: right;
	overflow: hidden;
	width: 220px;
}
#colophon {
	clear: both;
	display: block;
	width: 100%;
}

/* Increase the size of the content area for templates without sidebars */
.full-width #content,
.image-attachment #content,
.error404 #content {
	margin: 0;
}

/* Text meant only for screen readers */
.screen-reader-text,
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* =Background
-------------------------------------------------------------- */

html{
}

body{
	background:#f0ead8;	
	font-family: 'CabinRegular',Arial,Verdana,sans;
	letter-spacing:1px;
	color:#333333;
}


/* =Header
-------------------------------------------------------------- */

#site-title {
	font-size: 2em;
	font-weight: bold;
}

#site-title a{
	background:url(images/aalr-logo-title.png) no-repeat;
	height:105px;
	width:794px;
	text-indent:-9999px;
	display:block;
	position:absolute;
	margin-top:22px;
}

#site-description {
	font-size: 1em;
	font-weight: normal;
	margin: 0 0 1em;
	background:#f0ead8;
	position:absolute;
	width:100%;
	top:0;
	height:15px;
	z-index:5;
	text-indent:-9999px;
}

.banner-overall-wrapper{
	background-color:#f2b013;
	background:url(images/banner.jpg);
	display:block;
	height: 120px;
	width:100%;
	position:absolute;
	z-index:0;
	margin-top:15px;
}

.banner-overall-wrapper img{
	position:absolute;
	z-index:0;
}

.banner-overall{
	background:url(images/banner-shadow.png);
	display:block;
	height: 120px;
	width:100%;
	position:relative;
}

#branding{
	height:190px;
	display:block;
	position:relative;
}

.meta-menu ul, .meta-menu li{
	list-style:none;	
}

.meta-menu li{
	float:left;
	margin-right:10px;
	margin-left:10px;
}

.meta-menu{
	position:absolute;
	right:0;
	background:#f0ead8;	
	top:14px;
	padding-bottom:4px;
	margin-right:5px;
	font-size:12px;
	
	box-shadow: 0 2px 10px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 2px 10px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 2px 10px rgba(0,0,0,0.3);
	
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
	
	border:#ccc 1px solid;
}

.meta-menu a, .meta-menu a:visited, .covers-subscribe a, .covers-subscribe a:visited{
	color:#772a2a;
	text-decoration:none;
	font-family: 'CabinBold';
	letter-spacing:0;
}

.meta-menu a:hover, .covers-subscribe a:hover, .ticker a:hover{
	color:#f2b013;	
}

.icon-ticker-wrapper{
	bottom:8px;
	position:absolute;
	width:800px;
}

.social-icons{
	position:relative;
	z-index:1;
}

.social-icons a{
	display:block;
	width:32px;
	height:32px;
	text-indent:-9999px;
	float:left;
	margin-right:10px;
}

.facebook-icon{
	background:url(images/facebook_32.png) no-repeat;
}

.twitter-icon{
	background:url(images/twitter_32.png) no-repeat;
}

.rss-icon{
	background:url(images/rss_32x32.png) no-repeat;
}

.youtube-icon{
	background:url(images/youtube_32.png) no-repeat;	
}
.ticker{
	font-family: 'NeutonRegular';
	line-height:20px;
	font-size:14px;
	/*position:absolute;
	left:168px;
	bottom:0px;*/
	position:relative;
	padding-top:12px;
	z-index:0;
}
.ticker .rcp_restricted{display:inline-block;}

.ticker a, .ticker a:visited{
	color:#1690cf;
	text-decoration:none;
}

.covers-subscribe-wrapper{
	position:absolute;
	bottom:0px;
	right:0px;
	display:block;
	height:120px;
	width:220px;
	background:url(images/covers.png) no-repeat;
}

.covers-subscribe{
	position:absolute;
	bottom:0;
	right:0;
	margin-right:15px;
	font-size:18px;
	line-height:20px;
	
	box-shadow: 0 -2px 5px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 -2px 5px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 -2px 5px rgba(0,0,0,0.2);
	
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	
	background:url(images/transparent-white.png);
	padding-right:15px;
	padding-left:15px;
	padding-top:5px;
	padding-bottom:3px;
	
	border:#ccc 1px solid;
}

/* =Menu
-------------------------------------------------------------- */

#access {
	font-family:'NeutonBold';
	font-size:14px;
	text-transform:uppercase;
	letter-spacing:1px;
	/*background: #eee;*/
	display: block;
	float: left;
	/*margin: 0 auto 1em;*/
	width: 1004px;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:10px;
	margin-right:10px;
	
}
#access ul {
	list-style: none;
	margin-top: 0;
	margin-left:0;
	margin-right:0;
	margin-bottom:0;
	padding-left: 0;
	width:100%;
}
#access li {
	float: left;
	text-align:center;
	position: relative;
	margin-left:50px;
	margin-right:auto;
	margin-bottom:5px;
}

#access a {
	line-height: 2em;
	margin: 0 1em;
	text-decoration: none;
	
	background:url(images/dotted-line-brown.png) no-repeat bottom left;
	padding-bottom:6px;
	color:#772a2a;
}


#access ul ul {
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	position: absolute;
	top: 29px;
	left: 12px;;
	z-index: 99999;
	width:auto;
	background-color:#f6f7e6;
}

#access ul ul li {
	display: block;
	margin-left:10px;
	margin-right:20px;
	text-align:left;
	width:10em;
	padding: .5em .5em .5em 1em;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	
	line-height: 24px;
	height: auto;
	margin-left:0;
	background:none;
}
#access li a:hover,
#access ul ul a:hover {
	
	background:url(images/dotted-line-yellow.png) no-repeat bottom left;
	color:#f2b013;	
}

#access ul li:hover > ul {
	display: block;
}

#menu-main-menu{
	
}


/* =Content
-------------------------------------------------------------- */

#page-title-bar{
	margin-left:10px;
	padding-left:10px;
	padding-right:10px;
	width:984px;
	background: #89530e;
	
	font-family:'NeutonRegular';
	font-size:60px;
	height:34px;
	line-height:22px;
	
	display:block;
	float:left;
	overflow:hidden;
	color:#f6f7e6;
	text-transform:uppercase;
	margin-bottom:15px;
	
}

#page-title-bar p{
	
}

#main{
	background:#f6f7e6;

	width:100%;
	border:#ccc 1px solid;
	overflow:hidden;
	
	box-shadow: 0 0px 15px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0px 15px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0px 15px rgba(0,0,0,0.2);
}

.sticky {
}
.entry-meta {
	clear: both;
	display: block;
}
.single-author .entry-meta .byline {
	display: none;
}
#content nav {
	display: block;
	overflow: hidden;
}
#content nav .nav-previous {
	float: left;
	width: 50%;
	font-size:11px;
}
#content nav .nav-next {
	float: right;
	text-align: right;
	width: 50%;
	font-size:11px;
}
#content #nav-above {
	display: none;
}

#content .entry-title{font-family:"NeutonBold";font-size:24px;color:#993300;}
#content .entry-meta{font-size:12px;color:#999}
#content .entry-header{margin-bottom:10px;}
#content .entry-content p{margin-top:10px;margin-bottom:10px;}
#content .entry-content, #content .entry-summary{font-size:14px; line-height:24px;margin-bottom:10px;}
#content .entry-summary-custom-thumb{float:left;margin-right:10px;}
#content .post, .search #content .page{border-bottom:#ccc solid 1px; padding-bottom:15px;margin-bottom:10px;}
#content #nav-above, #content #nav-below{font-size:14px;}

#content .slidedeck_frame ul li:before{content:"";}


#nav-below {
	margin: 1em 0 0;
}
.page-link {
	clear: both;
	margin: 0 0 1em;
}
.page .edit-link {
	clear: both;
	display: block;
}

/* 404 page */
.error404 #content .widget {
	float: left;
	width: 100%;
	border-bottom:#ccc 1px solid;
	padding-bottom:15px;
	margin-bottom:15px;
}
.error404 .widget .widgettitle,
.error404 .widget ul {
	margin-right: 1em;
}

.error404 #content .post{
	border-bottom:none;	
}
.error404 .widget_tag_cloud {
	clear: both;
	float: none;
	width: 100%;
}

/* Notices */
.post .notice,
.error404 #searchform {
	/*background: #eee;*/
	display: block;
	padding: 1em;
}

/* Image Attachments */
.image-attachment div.entry-meta {
	float: left;
}
.image-attachment nav {
	float: right;
	margin: 0 0 1em 0;
}
.image-attachment .entry-content {
	clear: both;
}
.image-attachment .entry-content .entry-attachment {
	background: #eee;
	margin: 0 0 1em;
	padding: 1em;
	text-align: center;
}
.image-attachment .entry-content .attachment {
	display: block;
	margin: 0 auto;
	text-align: center;
}

/* Aside Posts */
.format-aside .entry-header {
	display: none;
}
.single .format-aside .entry-header {
	display: block;
}
.format-aside .entry-content,
.format-aside .entry-summary {
	padding-top: 1em;
}
.single .format-aside .entry-content,
.single .format-aside .entry-summary {
	padding-top: 0;
}

/* Gallery Posts */
.format-gallery .gallery-thumb {
	float: left;
	margin: 0 1em 0 0;
}

/* Image Posts */
.format-image .entry-header {
	display: none;
}
.single .format-image .entry-header {
	display: block;
}
.format-image .entry-content,
.format-image .entry-summary {
	padding-top: 1em;
}
.single .format-image .entry-content,
.single .format-image .entry-summary {
	padding-top: 0;
}


/* =Images
-------------------------------------------------------------- */

a img {
	border: none;
}
p img {
	margin-bottom: 0.5em; /* a small bottom margin prevents content floating under images */
}
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
img.alignleft {
	margin-right: 1em;
}
img.alignright {
	margin-left: 1em;
}
.wp-caption {
	padding: .5em;
	text-align: center;
}
.wp-caption img {
	margin: .25em;
}
.wp-caption .wp-caption-text {
	margin: .5em;
}
.gallery-caption {
}
.wp-smiley {
	margin: 0;
}


/* =Forms
-------------------------------------------------------------- */

#searchform label {
	display: none;
}
#searchform input#s {
	width: 75%;
}
input[type=text],
input#s {
	margin: 0 1em 0 0;
	width: 60%;
}
textarea {
	width: 80%;
}

/* Class for labelling required form items */
.required {
	color: #cc0033;
}


/* =Comments
-------------------------------------------------------------- */

article.comment {
	display: block;
}
#respond input[type=text] {
	display: block;
	width: 60%;
}
#respond textarea {
	display: block;
	margin: 0 0 1em;
	width: 80%;
}
#respond .form-allowed-tags {
	clear: both;
	width: 80%;
}
#respond .form-allowed-tags code {
	display: block;
}

#comments {margin-top:15px;}
#reply-title {font-family:"NeutonBold";font-size:20px;color:#993300;margin-bottom:10px;}
#comments .logged-in-as, #comments .comment-form-comment, #comments .form-allowed-tags{font-size:12px; line-height:20px;}
#respond textarea{margin-top:10px;}
#comments .form-submit{margin-top:15px;}

/* =Sidebars
-------------------------------------------------------------- */

#secondary-2-col{
	width:400px;
	float:left;
}

.secondary-col{
	width:180px;
	float:left;
	margin-left:10px;
	margin-right:10px;
}

.secondary-col {font-size:12px;line-height:18px;}
.secondary-col h1{line-height:24px;}
.secondary-col ul li{padding-top:3px;padding-bottom:3px;margin-top:3px;margin-bottom:3px;}
.secondary-col div {margin-top:5px;margin-bottom:5px;}
.secondary-col .widget{border-bottom: #89530e 1px solid;padding-top:10px;padding-bottom:10px;}
.error404 .secondary-col .widget{width:100%;}
.secondary-col .twtr-doc {width:150px !important;}
.secondary-col .twtr-hd {display:none !important;}
.secondary-col .twtr-ft {display:none !important;}
.secondary-col .twtr-widget{width:165px;}
.secondary-col .twtr-tweet-wrap{padding:0 !important;}

.secondary-col #searchform{padding-left:5px;}
.error404 .secondary-col #searchform{background:none;}
.secondary-col #searchsubmit{background-color:#D07E15;outline:none;border:none;color:#fff;cursor:pointer;margin-top:10px;padding-top:2px;padding-bottom:2px;font-family:'CabinBold';font-size:12px;letter-spacing:1px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}
.secondary-col #searchsubmit:hover{background-color:#f2b013;}

.secondary-col #mc_embed_signup{font-family:'CabinBold';}
.secondary-col #mc_embed_signup label{font-size:22px;color:#89530E;font-family:'NeutonBold';font-weight:normal;}
.secondary-col #mc_embed_signup input.email{padding:3px 0;}
.secondary-col #mc_embed_signup input.button{font-family:'CabinBold';font-size:12px;letter-spacing:1px;height:24px;background-color:#D07E15;min-width:75px;padding-bottom:2px;font-weight:normal;}
.secondary-col #mc_embed_signup input.button:hover{background-color:#f2b013;}
.secondary-col #mc_embed_signup form{padding-bottom:0px;padding-top:0px;}
.secondary-col #mc_embed_signup .button{line-height:24px !important;}

/* =Widgets
-------------------------------------------------------------- */

.widget {
	display: block;
}
.widget-area .widget_search {
	overflow: hidden;
}
.widget-area .widget_search input {
	float: left;
}

.donate-button a{
	display:block;
	width:184px;
	height:31px;
	text-indent:-9999px;
	background:url(images/donate-button.png) no-repeat top left;
}

.donate-button a:hover{
	background-position:bottom;	
}

.twitter-handle{
	background:url(images/twitter-handle.png) no-repeat 20px 0px;
	line-height:36px;
}

.twitter-handle a, .twitter-handle a:visited{
	color:#d07e15;
	font-size:24px;
	text-decoration:none;
	width:165;;
	display:block;
	background:url(images/twitter-bird.png) no-repeat right;
	margin-left:15px;
}
.twitter-handle a:hover{
	color:#f2b013;	
}

.twitter-bubble{
	padding-bottom:5px;
	/*border-bottom: #89530e 1px solid;*/
}

.secondary-col .widget .widget-title{
	font-family: 'NeutonBold';
	font-size:22px;
	color:#89530e;
	margin-bottom:15px;
}

.widget_pages ul{ margin-left:15px;margin-top:5px;padding-bottom:10px;}
.widget_text {padding-bottom:10px;}
.advanced_recent_posts_widget ul li, .donate-button, .last-widget{border-bottom:none !important;}
.donate-button, .twitter-class{padding-bottom:0;}
.first-widget{padding-top:0 !important;padding-bottom:0 !important;}
.padding-bottom-15px{padding-bottom:15px !important;}
a, a:visited{color:#e4a612; text-decoration:none;}
a:hover{color:#f4cf00;text-decoration:underline;}
.recent-post-item .post-title:before{content:"> ";}

#content .sub-sidebar{display:block;margin-top:15px;}
#content .sub-sidebar-left{width:220px;display:block;float:left;}
#content .sub-sidebar-right{display:block;float:left;width:360px;}
#content .sub-sidebar .advanced_recent_posts_widget .widget-title{font-family:'NeutonRegular';font-size:24px;/*color:#d07e15;*/color:#89530E;margin-bottom:10px;}
#content .sub-sidebar-right .recent-post-item .post-title{font-size:19px;font-family:'CabinSemiBold';font-weight:normal;}
#content .sub-sidebar-right .recent-post-item {margin-top:20px;margin-bottom:20px;}
#content .sub-sidebar-right ul li:before{content:"";}
#content .sub-sidebar-right ul{margin:0px;}
#content .sub-sidebar-right .recent-post-item  .post-meta{margin-bottom:10px;}
.secondary-col .advanced_recent_posts_widget .recent-post-item .post-title{font-family:'CabinSemiBold';font-size:17px;font-weight:normal;}
.list-more-link{text-align:right;font-size:12px;font-family:'CabinBold';border-bottom:1px solid #ccc;margin-bottom:20px;}
.gray-divider-bottom{border-bottom: 1px solid #CCCCCC;margin-bottom: 20px;}
.also-like{border:solid 1px #89530E;background:#fafafa;padding-bottom:15px;display:inline-block;width:578px;}
.also-like > div{padding-left:10px;padding-right:10px;padding-bottom:10px;padding-top:0px;}
.also-like .also-like-box-title{font-size:24px;font-family: 'NeutonRegular';color:#89530e;}
.also-like .also-like-item-title{font-family:'CabinSemiBold';font-size:17px;margin-left:15px;}
.also-like .also-like-item-title a:before{content:"> ";}
.also-like .also-like-item-summary{font-size:14px;margin-left:15px;}

/* =Footer
-------------------------------------------------------------- */

.aalr-footer {
	width:100%;
	display:block;
	float:left;
	color:#F6F7E6;
	background:#89530E;
	margin-top:50px;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:20px;
	padding-right:20px;
}

.aalr-footer .sub-item{
	padding-left:15px;	
}

.aalr-footer h4{
	font-family: 'NeutonRegular';
	font-variant:small-caps;
	font-size:24px;
}

.footer-summary{
	font-size:12px;
	width:370px;
	margin-top:20px;
	border-right: #fff 1px solid;
	padding-right: 30px;
	float:left;
}

.footer-menu{
	width:600px;
	display:inline-block;
	margin-left:20px;
}

.footer-menu-col{
	float:left;
	width:33%;
	padding-top:15px;
}

.footer-menu-col ul{
	list-style:none;
	padding-left:15px;
	/*padding-right:15px;*/
	font-size:12px;
	line-height:18px;
}
.footer-mid-block{
	float:left;
	clear:right;
	width:100%;
}

#colophon {
	padding: 1em 0 0;
}

.footer-copyright{
	margin-top:20px;
	font-size:11px;
	display:inline-block
}

/*.footer-spacer{
	display:block;
	width:100%;
	height:50px;
}*/

/* ============================================================================================================================
== BUBBLE WITH A BORDER AND TRIANGLE
** ============================================================================================================================ */

/* THE SPEECH BUBBLE
------------------------------------------------------------------------------------------------------------------------------- */

.triangle-border {
	position:relative;
	padding-right:15px;
	padding-left:15px;
	padding-bottom:15px;
	padding-top:0px;
	/*margin:1em 0 3em;*/
	margin-top:15px !important;
	margin-bottom:15px !important;
	border:1px solid #89530e;
	color:#333;
	background:none;
	/* css3 */
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}

/* Variant : for left positioned triangle
------------------------------------------ */

.triangle-border.left {
	margin-left:30px;
}

/* Variant : for right positioned triangle
------------------------------------------ */

.triangle-border.right {
	margin-right:30px;
}

/* THE TRIANGLE
------------------------------------------------------------------------------------------------------------------------------- */

.triangle-border:before {
	content:"";
	position:absolute;
	bottom:-14px; /* value = - border-top-width - border-bottom-width */
	left:40px; /* controls horizontal position */
    border-width:14px 14px 0;
	border-style:solid;
    border-color:#89530e transparent;
    /* reduce the damage in FF3.0 */
    display:block; 
    width:0;
}

/* creates the smaller  triangle */
.triangle-border:after {
	content:"";
	position:absolute;
	bottom:-13px; /* value = - border-top-width - border-bottom-width */
	left:41px; /* value = (:before left) + (:before border-left) - (:after border-left) */
	border-width:13px 13px 0;
	border-style:solid;
	border-color: #F6F7E6 transparent;
    /* reduce the damage in FF3.0 */
    display:block; 
    width:0;
}

/* Variant : top
------------------------------------------ */

/* creates the larger triangle */
.triangle-border.top:before {
	top:-20px; /* value = - border-top-width - border-bottom-width */
	bottom:auto;
	left:auto;
	right:40px; /* controls horizontal position */
    border-width:0 20px 20px;
}

/* creates the smaller  triangle */
.triangle-border.top:after {
	top:-13px; /* value = - border-top-width - border-bottom-width */
	bottom:auto;
	left:auto;
	right:47px; /* value = (:before right) + (:before border-right) - (:after border-right) */
    border-width:0 13px 13px;
}

/* Variant : left
------------------------------------------ */

/* creates the larger triangle */
.triangle-border.left:before {
	top:10px; /* controls vertical position */
	bottom:auto;
	left:-30px; /* value = - border-left-width - border-right-width */
	border-width:15px 30px 15px 0;
	border-color:transparent #5a8f00;
}

/* creates the smaller  triangle */
.triangle-border.left:after {
	top:16px; /* value = (:before top) + (:before border-top) - (:after border-top) */
	bottom:auto;
	left:-21px; /* value = - border-left-width - border-right-width */
	border-width:9px 21px 9px 0;
	border-color:transparent #fff;
}

/* Variant : right
------------------------------------------ */

/* creates the larger triangle */
.triangle-border.right:before {
	top:10px; /* controls vertical position */
	bottom:auto;
    left:auto;
	right:-30px; /* value = - border-left-width - border-right-width */
	border-width:15px 0 15px 30px;
	border-color:transparent #5a8f00;
}

/* creates the smaller  triangle */
.triangle-border.right:after {
	top:16px; /* value = (:before top) + (:before border-top) - (:after border-top) */
	bottom:auto;
    left:auto;
	right:-21px; /* value = - border-left-width - border-right-width */
	border-width:9px 0 9px 21px;
	border-color:transparent #fff;
}

#mc_embed_signup{
	background:#F6F7E6 !important;
}


.subcontent-block-title{font-family:'NeutonBold';font-size:18px;margin-bottom:10px;}
#subcontent-block .more-link{width:100%;text-align:right;display:block;}
.subcontent-block-excerpt{border-bottom:#ccc 1px solid;}

#content h1{color:#89530E;font-family:'NeutonBold';font-size:32px;margin-bottom:12px;}
#content h2{color:#89530E;font-family:'NeutonBold';font-size:26px;margin-bottom:10px;}
#content h3{color:#89530E;font-family:'NeutonBold';font-size:22px;margin-bottom:8px;}
#content h4{color:#89530E;font-family:'NeutonBold';font-size:20px;margin-bottom:6px;}
#content h5{color:#89530E;font-family:'NeutonBold';font-size:18px;margin-bottom:4px;}
#content h6{color:#89530E;font-family:'NeutonBold';font-size:16px;margin-bottom:2px;}

#content em{font-style:italic;}

#content address{font-style:italic;}
#content pre{font: 12px/18px Consolas,Monaco,monospace;}
#content blockquote{width:80%;display:block;margin:auto;margin-top:15px;margin-bottom:15px;padding-top:5px;padding-bottom:5px;padding-right:15px;padding-left:15px;font: 14px Consolas,Monaco,monospace;line-height:20px; background:#f0f0f0;border:#ccc solid 1px;}

#content ul{margin-left:32px;}
#content ul >li{
	list-style:none;
}
#content ul >li:before{
	content:" \2022";	
	font-size:26px;
	font-family:"CabinBold";
	display:block;
	float:left;
	color:#89530E;
	margin-right:10px;
}

#content ol {
    counter-reset:li; /* Initiate a counter */
}
#content ol > li {
    position:relative; /* Create a positioning context */
    list-style:none; /* Disable the normal item numbering */
}
#content ol > li:before {
    content:counter(li)"."; /* Use the counter as content */
    counter-increment:li; /* Increment the counter by 1 */
	font-family:"CabinBold";
	font-size:15px;
	text-align:right;
	display:block;
	float:left;
	width:43px;
	color:#89530E;

    /* Some space between the number and the content in browsers that support
       generated content but not positioning it (Camino 2 is one example) */
    margin-right:8px;
}

.royalWrapper ul li{
	list-style:none;
}
#content .royalWrapper ul > li:before {
	content:none;
}
.rcp_form label{width:100px !important;font-size:11px !important;}
.rcp_form label[for="rcp_mailchimp_signup"]{width:300px !important;}
.rcp_lost_password{padding-left:0px !important;}
#rcp_password_form.rcp_form label{width:200px !important;}
#content .rcp_restricted{background:#ffffff;border:#89530E 1px solid;padding:15px;}

.aafans-feed ul li{list-style:none;}
.aafans-feed ul li a {color:#ED008C;}
.aafans-feed ul li a:hover {color:#4cbefc;text-decoration:none;}
.aafans-feed {padding:10px;border:1px #ccc solid !important;background:#fff;margin-top:10px;}
.aafans-feed h1.widget-title{font-size:14px !important;line-height:20px !important;font-family:Arial,Helvetica,sans-serif !important;border-bottom:#4CBEFC 10px solid;padding-bottom:10px;font-weight:bold;}
.aafans-feed h1.widget-title a{color:#A6CE39;}
