/*
Theme Name: The Rapid Elearning Blog
Theme URI: http://www.rapidelearning.com
Description: Theme for the Rapid Elearning Blog.
Version: 1.0
Author: 45royale, Inc.
Author URI: http://www.45royale.com/

*/

/* BASIC ELEMENTS *************************************************/
html {
	color: #393939;
}

a {
	text-decoration: underline;
	color: #393939;
}

a:hover {
	text-decoration: none;
}

p {
	color: #393939;
	font-size: 14px;
	line-height: 20px;
}

div.divide {
	margin: 20px 0;
	padding: 0;
	height: 1px;
	border: none;
	background: url(images/bg_sidebardivide.gif) repeat-x left;
}

div.hr {
	border: 1px solid red;
}

div.clearfix {
	clear: both;
	margin: 0;
	padding: 0;
}

.mktoButton {
    margin: 20px auto;
    background: #4fbdf4;
    border-color: #4fbdf4;
    color: white;
    font-weight: 600;
    font-size: 15px;
    line-height: 44px;
    appearance: none;
    border: 1px solid transparent;
    border-radius: 1.75em;
    cursor: pointer;
    display: inline-block;
    font-family: "lato", "Helvetica", "Arial", sans-serif;
    height: 46px;
    overflow: hidden;
    padding: 0 40px;
    text-align: center;
    vertical-align: middle;
}

.mktoButton:hover {
    background: #0d8fd0;
    border-color: #0d8fd0;
    color: white;
}

/* LAYOUT *********************************************************/
body {
	background: url(images/bg_header.jpg) repeat-x top left;
	font-family: Arial, Verdana, sans-serif;
	color: #393939;
}

div#wrap {
	margin: 0 auto;
	padding: 0 20px;
	width: 850px;
}

div.header {
	height: 222px;
	padding: 0 0 15px 0;
	min-width: 850px;
}

div.header a {
	height: 222px;
	width: 100%;
	display: block;
	background: url(images/bg_headerfull.jpg) no-repeat center;
}

div.header a span {
	display: none;
}

div.content {
	float: left;
	margin: 0 0 30px 0;
	padding: 0 25px 0 0;
	width: 560px;
	background: url(images/bg_content.gif) repeat-y top right;
}

div.sidebar {
	float: right;
	width: 240px;
}

div#footer {
	padding: 20px 0;
	background: url(images/bg_sidebardivide.gif) repeat-x top left;
}

/* HEADER - HOME LINK *********************************************/
div.header a {
	outline: none;
}

/* NETWORK BAR ***************************************************/

div#networkbar {
  clear: both;
  background: #000;
	height: 36px;
	position: relative;
	width: 100%;
	z-index: 200;
}

div#network_nav { width: 850px; padding: 0; margin: 0 auto; height: 36px; position: relative; background: #000; }
div#network_nav ul { float: right; text-align: right; margin: 0; height: 36px; list-style-type: none; }

div#network_nav ul li { display: inline; margin: 0 8px 0 0; padding: 0;}
div#network_nav ul li.last { margin: 0; padding: 0; }
div#network_nav ul li span { display: none; }

div#network_nav ul li.first { display: inline-block; width: 110px; height: 36px; background: url(images/network_nav_network.gif) no-repeat; }
.ie7 div#network_nav ul li.first,
.ie6 div#network_nav ul li.first { float: left; }
div#network_nav ul li.community a { display: inline-block; width: 123px; height: 36px; background: url(images/network_nav_community.gif) no-repeat 0 0; }
div#network_nav ul li.blogs a { display: inline-block; width: 92px; height: 36px; background: url(images/network_nav_blogs.gif) no-repeat 0 0; }
div#network_nav ul li.create a { display: inline-block; width: 106px; height: 36px; background: url(images/network_nav_screencasts.gif) no-repeat 0 0; }
div#network_nav ul li.articulate a { display: inline-block; width: 77px; height: 36px; background: url(images/network_nav_articulate.gif) no-repeat 0 0; }

div#network_nav ul li.community a:hover { display: inline-block; width: 123px; height: 36px; background: url(images/network_nav_community.gif) no-repeat 0 -36px; }
div#network_nav ul li.blogs a:hover { display: inline-block; width: 92px; height: 36px; background: url(images/network_nav_blogs.gif) no-repeat 0 -36px; }
div#network_nav ul li.create a:hover { display: inline-block; width: 106px; height: 36px; background: url(images/network_nav_screencasts.gif) no-repeat 0 -36px; }
div#network_nav ul li.articulate a:hover { display: inline-block; width: 77px; height: 36px; background: url(images/network_nav_articulate.gif) no-repeat 0 -36px; }


div#network_nav ul li.community.active a,
div#network_nav ul li.community.active a:hover { display: inline-block; width: 133px; height: 36px; background: url(images/network_nav_community_active.gif) no-repeat; }
div#network_nav ul li.blogs_active a,
div#network_nav ul li.blogs_active a:hover { display: inline-block; width: 100px; height: 36px; background: url(images/network_nav_blogs_active.gif) no-repeat; }

div#network_nav ul li.create_active a,
div#network_nav ul li.create_active a:hover { display: inline-block; width: 112px; height: 36px; background: url(images/network_nav_screencasts_active.gif) no-repeat; }
div#network_nav ul li.articulate_active a,
div#network_nav ul li.articulate_active a:hover { display: inline-block; width: 84px; height: 36px; background: url(images/network_nav_articulate_active.gif) no-repeat; }

div#network_nav div.dropdown_menu {
	display: none;
  position: absolute;
  top: 36px;
  right: 12px;
  width: 270px;
  background: url(images/bg_network_dropdown.png) repeat-y top left;
  z-index: 4;
}

div#network_nav div.dropdown_menu div.dropdown_wrap {
  float: left;
  width: 270px;
	text-align: left;
  position: relative;
}

div#network_nav div.dropdown_menu div.dropdown_wrap span.arrow {
	display: inline !important;
  float: left;
  position: absolute;
  top: 0;
  right: 0;
  width: 270px;
  height: 7px;
  background: url(images/bg_network_dropdown_arrow.png) no-repeat ;
}

div#network_nav div.dropdown_menu div.blog_block {
  float: left;
  width: 241px;
  padding: 14px 14px 7px 15px;
  background: none;
}

div#network_nav div.dropdown_menu div.blog_block.active { cursor: pointer; background: url(images/bg_network_dropdown_highlight.png) repeat; }
.ie6 div#network_nav div.dropdown_menu div.blog_block.active { background: none; }

div#network_nav div.dropdown_menu div.blog_block img { float: left; }
div#network_nav div.dropdown_menu div.blog_block p { float: right; font-size: 12px; width: 202px; margin: 0; line-height: 1.2em; color: #b6b6b6; }
div#network_nav div.dropdown_menu div.blog_block p.blog_title { font-weight: bold; color: #fff; line-height: 1.3em; margin-top: -2px; margin-bottom: 3px; }

.ie6 div#network_nav div.dropdown_menu div.blog_block.active p.blog_title { color: #2e9ccd; }

/* POST - MAIN PAGE ***********************************************/
div.post {
	margin: 0;
	/*line-height: 1.8em;*/
}

div.interiorpost {
	margin: 0 0 15px 0;
}

div.posttop {
	float: left;
	margin: 0 0 5px 0;
	padding: 0;
	width: 560px;
}

div.title {
	float: left;
	width: 450px;
}

div.title.wide {
	float: left;
	width: 560px;
}

div.title h2 {
	margin: 0 0 5px 0;
}

div.title h2 a,
h2.pagetitle {
	font-size: 24px;
	color: #3a2600;
	letter-spacing: -0.02em;
	text-decoration: none;
	line-height: 27px;
}

h3.searchtitle {
	font-size: 20px;
	color: #3a2600;
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	letter-spacing: -0.02em;
	text-decoration: none;
	line-height: 27px;
	border-bottom: 1px solid #d0d0d0;
}

div.title h2 a:hover {
	text-decoration: underline;
}

div.title small.date {
	padding: 0 0 0 22px;
	color: #736943;
	line-height: 20px;
	background: url(images/icon_calendar.gif) no-repeat left center;
}

div.title small.date a {
	color: #736943;
	text-decoration: none;
}

div.postcomments p.number a {
	float: right;
	display: block;
	margin: 5px 0 0 15px;
	padding: 10px 5px 7px 19px;
	background: url(images/bg_postcomments.gif) no-repeat;
	text-align: center;
	line-height: 20px;
	font-family: Georgia;
	text-decoration: none;
}

div.postcomments p.number span {
	color: #736943;
	font-size: 26px;
	font-weight: bold;
}

div.postcomments small {
	color: #958e5f;
	font-size: 10px
}

div.entry {
	float: left;
	width: 560px;
	margin: 10px 0 35px 0;
	padding: 0 0 15px 0;
	border-bottom: 3px solid #dfdfdf;
}

div.entry p {
	margin: 0 0 15px 0;
}

div.entry p img,
div.entry p a img {
	display: block !important;
	margin: 0 0 15px 0 !important;
}

div.entry a.fullarticle {
	display: block;
	margin: 0;
	padding: 0;
	background: url(images/btn_readfullarticle.gif) no-repeat 0 0;
	width: 160px;
	height: 27px;
}

div.entry a.fullarticle:hover {
	display: block;
	margin: 0;
	padding: 0;
	background: url(images/btn_readfullarticle.gif) no-repeat 0 -27px;
	width: 160px;
	height: 27px;
}

div.entry a.fullarticle span {
	display: none;
}

div.navigation {
	float: left;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	width: 560px;
	line-height: 18px;
}

div.navigation div.alignleft a {
	float: left;
	padding: 0 0 0 28px;
	width: 250px;
	text-align: left;
	color: #666;
	outline: none;
	background: url(images/icon_navleft.gif) no-repeat left center;
}

div.navigation div.alignright a {
	float: right;
	padding: 0 28px 0 0;
	width: 250px;
	text-align: right;
	color: #666;
	outline: none;
	background: url(images/icon_navright.gif) no-repeat right center;
}

/* POST - INTERIOR STYLES *****************************************/

div.post h3 {
	margin: 0 0 8px 0;
	font-size: 17px;
	color: #4092b5;
	font-weight: bold;
}

div.post strong {
	font-weight: bold;
}

div.post em {
	font-style: italic;
}

div.post ul {
	margin: 0 0 15px 10px;
	list-style-position: inside;
	font-size: 14px;
}

div.post ol {
	margin: 0 0 15px 25px;
	list-style-position: outside;
	font-size: 14px;
	list-style-type: decimal;
}

div.post ul li {
	margin: 0 0 5px 0;
	padding: 0 0 0 15px;
	display: block;
	list-style-position: outside;
	background: url(images/icon_bullet.gif) no-repeat 0 7px;
}

div.post ol li {
	margin: 0 0 5px 0;
}

div.post blockquote {
	margin: 0 0 15px 0;
	padding: 10px 10px 10px 45px;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-style: italic;
	background: #f0f0f0 url(images/bg_blockquote.gif) no-repeat 10px 10px;
}

div.post blockquote p {
	margin: 0;
	padding: 0;
}

div.post div.entry img {
	margin: 0;
	padding: 0;
}

div.post div.entry img.graybox {
	margin: 0;
	padding: 1px;
	border: 2px solid #d0d0d0;
}

div.post div.entry p img.right {
	float: right;
	margin: 0 0 5px 10px;
}

div.post div.entry p img.left {
	float: left;
	margin: 0 10px 5px 0;
}

div.post div.entry ul,
div.post div.entry ol {
	line-height: 1.6em;
	margin-bottom: 20px;
}

div.post div.entry ul li,
div.post div.entry ol li {
	margin-bottom: 15px;
}

div.post div.share {
  float: left;
  margin-top: 34px;
	margin-bottom: 15px;
}

div.addthis_container {
  display: none !important;
}

div.post div.share a.addthis_button img,
div.post div.share a.subscribebutton img {
	float: left;
	display: block;
	margin: 0 15px 0 0;
}

div.post div.share a.comments-link {
	position: relative;
	top: 8px;
	_top: 4px;
	font-size: 12px;
}

/* COMMENTS *******************************************************/
h3#respond {
	margin: 0 0 20px 0;
	font-size: 22px;
	color: #428fa9;
	letter-spacing: -0.02em;
}

h3#comments {
	margin: 0 0 20px 0;
	padding: 0;
	color: #428fa9;
	font-size: 18px;
	line-height: 22px;
}

h3#comments span {
	color: #408da7;
}

/* COMMENT - USER COMMENT *****************************************/
div.moderation {
	background: #f41224 url(images/bg_moderation.gif) repeat-x top left;
	margin: 0 0 15px 0;
	padding: 6px 12px;
	color: #fff;
	font-size: 14px;
	text-align: right;
}

div.usercomment {
	float: left;
	padding: 20px 10px 5px 10px;
	border-top: 1px solid #dfdfdf;
	width: 540px;
}

div.author {
	float: left;
	padding: 20px 10px;
	border-bottom: 1px solid #fff;
	min-height: 130px;
	width: 540px;
	background: #f5f5f5 url(images/tom_commentpic.jpg) no-repeat 10px 66px;
}

div.usercomment div.usermeta {
	float: left;
	width: 140px;
}

div.usercomment div.usermeta p,
div.usercomment div.usermeta p a {
	font-size: 14px;
	color: #393939;
}

div.author div.usermeta p,
div.author div.usermeta p a {
	color: #393939;
}

div.usercomment div.usermeta p a.datelink,
div.author div.usermeta p a.datelink {
	color: #707070;
	font-size: 12px;
}

div.author div.usermeta p.authorlink {
	background: #f5f5f5;
	padding: 0;
}

div.usercomment div.usermeta p small {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
}

div.author div.usermeta p small {
	color: #707070;
}

div.usercomment div.text {
	float: right;
	width: 400px;
}

div.usercomment div.text p {
	margin: 0 0 15px 0 !important;
}

div.author div.text {
	width: 400px;
}

div.author div.text p {
	color: #393939;
	margin: 0 0 15px 0 !important;
}

/* COMMENTS - COMMENTBOX ******************************************/
div.commentbox {
	border-top: 1px solid #dfdfdf;
	margin: 0;
	padding: 20px 0 0 0;
	width: 560px;
}

div.commentbox span {
	color: #d91616;
}

div.commentbox label {
	float: left;
	margin: 4px 0 0 0;
	display: block;
	width: 230px;
	color: #393939;
	font-size: 15px;
}

div.commentbox input.field {
	margin: 0 0 8px 0;
	border: 1px solid #c5c5c5;
	padding: 3px;
	font-size: 15px;
	width: 322px;
	_width: 319px;
}

div.commentbox p {
	margin: 10px 0;
	font-size: 14px;
}

div.commentbox textarea {
	margin: 0 0 10px 0;
	width: 552px;
	height: 175px;
	border: 1px solid #c5c5c5;
	padding: 3px;
}

div.commentbox input.submit {
	float: right;
	margin: -5px 0 0 0;
	display: block;
	width: 86px;
	height: 27px;
	background: url(images/button_submit.gif) no-repeat;
}

div.bottom {
	margin: 0;
	padding: 0;
}

div.bottom div.stc p input {
	float: left;
	margin: 1px 6px 0 0;
}

div.bottom div.stc label {
	width: 300px;
	margin: 0;
	padding: 0;
	font-size: 14px;
}

/* ARCHIVES *******************************************************/
div.archives {
	margin: 20px 0 0 0;
	padding: 0;
}

div.archives strong.month a {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	font-size: 16px;
	color: #50a4c1;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	background: url(images/bg_sidebardivide.gif) repeat-x left bottom;
	display: block;
}

div.archives ul {
	margin: 15px 0 25px 0;
}

div.archives ul li {
	margin: 0;
	color: #929292;
	font-size: 14px;
	line-height: 1.8em;
}

div.archives ul li a {
	color: #393939;
	text-decoration: none;
}

div.archives ul li a:hover {
	text-decoration: underline;
}

/* SUBSCRIPTION PAGE **********************************************/
div.subscription h2 {
	margin: 0 0 12px 0;
}

div.subscription fieldset {
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	background: url(images/bg_sidebardivide.gif) repeat-x bottom left;
}

div.subscription legend {
	margin: 0 0 7px 0;
	font-size: 15px;
	font-style: italic;
}

div.subscription p {
	margin: 0 0 15px 0;
	line-height: 1.6em;
}

/* CONTACT FORM ***************************************************/
div.contact {
	clear: both;
	margin: 20px 0 0 0;
	padding: 0;
	width: 560px;
}

div.contact label.small {
	float: left;
	margin: 3px 0;
	padding: 0;
	color: #606060;
	width: 135px;
}

div.contact input.thin {
	margin: 0 0 15px 0;
	padding: 6px;
	width: 350px;
	border: 1px solid #d0d0d0;
	font-size: 14px;
}

div.contact label.wide {
	float: left;
	margin: 3px 0;
	padding: 3px;
	color: #606060;
	width: 300px;
}
div.contact label.full {
	float: left;
	margin: 3px 0;
	padding: 3px;
	color: #606060;
	width: 335px;
}
div.contact input.captcha {
	margin: 0px 0 15px 0;
	padding: 6px;
	border: 1px solid #d0d0d0;
	width: 33px;
	text-align: center;
	font-size: 14px;
}
div.contact textarea {
	margin: 0 0 15px 0;
	padding: 6px;
	width: 553px;
	height: 175px;
	border: 1px solid #d0d0d0;
	font-size: 14px;
}

div.contact div.submit input.submit {
	margin: 15px 0 0 0;
	padding: 0;
	background: url(images/button_submit.gif) no-repeat;
	width: 86px;
	height: 27px;
	display: block;
}

div.contact p span,
div.contact label span {
	color: #E54343;
	background: none;
}

/* SIDEBAR - ABOUT TOM ********************************************/
div.about h2 {
	display: block;
	height: 14px;
	margin: 0 0 15px 0;
	background: url(images/title_abouttom.gif) no-repeat;
}

div.about h2 span {
	display: none;
}

div.about img {
	float: right;
	margin: 0 0 0 8px;
}

div.adminblock ul li a {
	text-decoration: none;
	display: block;
	margin: 20px 0 0 0;
	border-bottom: 1px solid #fff;
	color: #393939;
	padding: 12px 12px 12px 40px;
	background: #d0d0d0 url(images/icon_admin.gif) no-repeat 12px 12px;
}

div.adminblock ul li a:hover {
	border-bottom: 1px solid #a0a0a0;
}

/* SIDEBAR - SUBSCRIBE ********************************************/
div.subscribe form {
	margin-bottom: 10px;
}

div.subscribe a.more {
	font-size: 12px;
	font-style: italic;
}

div.subscribe h2 {
	display: block;
	height: 14px;
	margin: 0 0 5px 0;
	background: url(images/title_subscribe.gif) no-repeat;
}

div.subscribe h2 span {
	display: none;
}

div.subscribe input.field {
	margin: 0 10px 0 0;
	padding: 3px;
	width: 140px;
	border: 1px solid #d0d0d0;
}

div.subscribe p {
	margin: 0;
	padding: 0;
}

div.subscribe a.feed {
	float: left;
	margin: 0 10px 0 0;
	padding: 3px 0 0 0;
}

div.subscribe a.feedburnerbox {
	position: relative;
	left: 150px;
}

/* SIDEBAR - RESOURCES ********************************************/

div.resources {
  width: 240px;
  float: left;
  padding-bottom: 7px;
  background: url(images/bg_resources_list.gif) repeat-y top left;
}

div.resources_top {
  float: left;
  width: 200px;
  padding: 0 20px;
  min-height: 311px;
	height: auto !important;
	height: 311px;
  background: url(images/bg_resources_top.gif) no-repeat top left;
}

div.resources h2 {
  display: block;
  width: 200px;
  height: 31px;
  margin-top: 20px;
  background: url(images/h2_resources.gif) no-repeat;
}
/* div.resources h2 {
	display: block;
	height: 14px;
	margin: 0 0 15px 0;
	background: url(images/title_resources.gif) no-repeat;
} */

div.resources h2 span {
	display: none;
}

div.resources ul {
  margin: 14px 0 0 0;
  width: 200px;
  padding: 0;
}

div.resources ul li {
  display: block;
	margin: 0 0 5px 0;
	padding: 3px 0 1px 24px;
	color: #8e835b;
	font-size: 14px;
	line-height: 1.2em;
	background: url(images/icon_star_gold.gif) no-repeat 0 2px;
}

div.blog_search {
  width: 240px;
  float: left;
  padding-bottom: 15px;
  margin-bottom: 20px;
  background: url(images/bg_search_box.gif) no-repeat bottom left;
}

div.blog_search_top {
  width: 200px;
  float: left;
  padding: 17px 20px 0 20px;
  background: url(images/bg_search_box_top.gif) no-repeat top left;
}

div.blog_search a.search {
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	color: #736943;
	text-decoration: none;
	padding: 0 0 0 24px;
	background: url(images/icon_search_gold.gif) no-repeat;
}


div.resources ul li a {
	font-size: 14px;
	color: #8e835b;
	text-decoration: none;
}

div.resources ul li a:hover {
	text-decoration: underline;
	color: #736943;
}

div#searchbox { display: none; }

div.blog_search.active div#searchbox { display: block; }



/* SIDEBAR - SEARCH BOX *******************************************/
h1.pagetitle {
	margin: 0 0 20px 0;
	padding: 0 0 15px 0;
	border-bottom: 1px solid #dfdfdf;
	font-size: 18px;
	line-height: 22px;
}

h1.pagetitle span {
	color: #393939;
}

div.sbox {
	float: left;
	width: 200px;
	margin: 15px 0 0 0;
}

div.sbox input.text {
	float: left;
	margin: 0 0 0 0;
	width: 121px;
	padding: 3px;
	border: 1px solid #d2d29d;
}
.safari div.sbox input.text {
  padding: 3px 3px 4px 3px;
}

.win div.sbox input.text {
  padding: 2px 3px 2px 3px;
}

.ie7 div.sbox input.text {
  padding: 2px 3px 2px 3px;
}

div.sbox input.search {
	float: right;
	display: block;
	width: 61px;
	height: 22px;
	background: url(images/btn_search.gif) no-repeat;
}

div.sbox2 {
	float: left;
	margin: 0;
	padding: 8px;
	background: #f0f0f0;
}

div.sbox2 input.text {
	float: left;
	margin: 2px 10px 0 0;
	width: 335px;
	padding: 3px;
	border: 1px solid #c0c0c0;
}

div.sbox2 input.search {
	float: right;
	display: block;
	width: 65px;
	height: 27px;
	background: url(images/button_search.gif) no-repeat;
}

/* SIDEBAR - POPULAR ARTICLES *************************************/
div.popart h2 {
	display: block;
	height: 14px;
	margin: 0 0 15px 0;
	background: url(images/title_popart.gif) no-repeat;
}

div.popart h2 span {
	display: none;
}

div.popart ul {
	margin-bottom: 20px;
}

div.popart ul li {
	margin: 0 0 10px 0;
	padding: 0 0 0 24px;
	background: url(images/icon_popart.gif) no-repeat;
	font-size: 14px;
	line-height: 18px;
	color: #393939;
	line-height: 1.5em;
}

div.popart ul li a {
	font-size: 14px;
	color: #393939;
	text-decoration: none;
}

div.popart ul li a:hover {
	text-decoration: underline;
}

/* SIDEBAR - RECENT COMMENTS **************************************/
div.rc h2, div.relb_comments span div.widgettitle {
	display: block;
	height: 14px;
	margin: 0 0 15px 0;
	/*background: url(images/title_recentcomments.gif) no-repeat;*/
}

div.rc h2 span {
	display: none;
}

div.rc ul li, #get_recent_comments_wrap ul li, #recentcomments li {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 13px;
	color: #393939;
	line-height: 1.5em;
}

/* FOOTER *********************************************************/
div#footer ul {
	float: left;
	margin: 0;
	padding: 0;
}

div#footer ul li {
	display: inline;
}

div#footer ul li a {
	color: #393939;
}

div#footer p {
	float: right;
}

#confirm_email_001{
	display:none;
}


/* CUSTOM CHANGES FOR RELB ON WPENGINE */

.postcomments p.number a {
	float: right;
	display: block;
	margin: 5px 0 0 15px;
	padding: 10px 5px 7px 19px;
	background: url('/wp-content/themes/reb/images/bg_postcomments.gif') no-repeat;
	text-align: center;
	line-height: 20px;
	font-family: Georgia;
	text-decoration: none;
}

/* Sidebar RELB Resources */
.divide {
	margin: 20px 0;
	padding: 0;
	height: 1px;
	border: none;
	background: url('/wp-content/themes/reb/images/bg_sidebardivide.gif') repeat-x left;
}

.menu-resources-container {
	width: 240px;
	float: left;
	padding-bottom: 7px;
	color: #393939;
/*background: url('/wp-content/themes/reb/images/bg_resources_list.gif') repeat-y top left;*/
}

#nav_menu-2 {
	float: left;
	width: 200px;
	padding: 0 20px;
	min-height: 311px;
	height: auto !important;
	height: 311px;
	background: url('/wp-content/themes/reb/images/bg_resources_top.gif') no-repeat top left;
}

#nav_menu-2 div.widgettitle {
	margin-top: 15px;
	display: block;
	width: 200px;
/*height: 31px;*/
	margin-top: 20px;
	/*background: url(images/h2_resources.gif) no-repeat;*/
	font-weight:bold;
}

.menu-resources-container ul {
	margin: 14px 0 0;
	width: 200px;
	padding: 0;
	border-top: 1px dotted #393939;
	padding-top: 15px;
}

.menu-resources-container  ul li {
	display: block;
	margin: 0 0 5px;
	padding: 3px 0 1px 24px;
	color: #8e835b;
	font-size: 14px;
	line-height: 1.2em;
	background: url('/wp-content/themes/reb/images/icon_star_gold.gif') no-repeat 0 2px !important;
}
.menu-resources-contariner ul li a{
	color:#8e835b;
}
/* Sidebar RELB Form */
.sidebar .sbox{
	border: #D2D29D 1px solid;
	padding:15px 15px 15px 23px;
	background-color:#DCDBA6;
	margin:0;
	font-size:14px;
}
.sidebar .sbox:before{
	content: url('/wp-content/themes/reb/images/icon_search_gold.gif') '\00a0 \00a0 Search the Blog';
	font-weight:bold;
	color:#736943;
}
.sidebar .sbox .text, .sidebar .sbox .search {
	margin: 10px 0 0 0;
}

.sidebar .gform_wrapper ul{
	width:60%;
	padding:0;
}
.sidebar .gform_wrapper ul li.gfield{
	clear: none;
	float:left;
	width:100%;
}
.sidebar .gform_wrapper .top_label .gfield_label{
	margin: 0em 0 .5em 0;
	clear: both;
}
.sidebar .gform_wrapper .ginput_container{
	width:90%;
	margin-top: 0;
}
.sidebar .gform_wrapper .top_label input.medium{
	width:100%;
	float:left;
	clear: left;
}
.sidebar .gform_wrapper input[type=submit], .sidebar .gform_wrapper input.medium{
	font-size:14px;
}
.sidebar .gform_wrapper .gform_footer{
	padding: 0em 0 .625em .625em;
	margin: 1.1em 0 0 2em;
	clear:right;
}
.sidebar .gform_wrapper input[type=text]{
	font-size:12px;
	padding:.1em 0 .1em 0;
	margin-top: 0.4em;
}
.sidebar input.medium::-webkit-input-placeholder {
   font-size:12px;
   color:#000;
}

.sidebar input.medium:-moz-placeholder { /* Firefox 18- */
   font-size:12px;
     color:#000;
}

.sidebar input.medium::-moz-placeholder {  /* Firefox 19+ */
  font-size:12px;
color:#000;
}

.sidebar input.medium:-ms-input-placeholder {
   font-size:12px;
      color:#000;
}
.sidebar .gform_wrapper .gform_heading{
	margin-bottom: 0;
}

/* form validation error field */
.sidebar .gform_wrapper .validation_error{
	margin: 15px 0px 20px 0px;
}
.sidebar .gform_wrapper ul li.gfield_error{
	clear: both;
	float:none;
	width:90%;
	padding:10%;
}
.sidebar .gform_validation_error .gform_body .ul{
	width:100%;
}
/* Footer Links Menu */
.menu-footer-links-container li:after {
	content: ' /';
}
.menu-footer-links-container li:last-child:after{
	content: '';
}
/* sidebar headers */
.sidebar .relb_resources div.widgettitle{
	color:#736845;
}
/*.sidebar .relb_form h2.sidebar .relb_comments h2, .sidebar .relb_about h2{*/
div.widgettitle{
	color:#4092B5;
	font-weight:500;
	background-image:none;
}
.sidebar .relb_about div.widgettitle{
	margin-bottom:10px;
}
.sidebar .relb_form a{
	line-height: 20px;
}
/* ebook template page */
.ebook_form{
	background: #a9dae8;
	padding: 0px;
}
.ebook_form input[type=text]{
	border: 1px solid #fff;
	margin-right: 15px;
	width: 200px;
	font-size:14px;
}
.ebook_form input[type=submit]{
	font-size:14px;
}
.ebook_form ul li{
	background-image:none !important;
	margin:0;
	padding:0 0 0 15px;
	line-height: 10px;

}
.ebook_form .gform_footer{
	clear:right;
}
.ebook_form ul.gform_fields{
	width:100%;
	float:left;
}
.ebook_form .gform_wrapper{
	margin:0 0 20px 0px;
	padding-bottom: 10px;
}
.ebook_form .gform_wrapper .gform_footer{
	clear:none !important;
	padding:1.4em 0 .625em 0;
}
.ebook_form .gform_body{
	width:40%;
	float:left;
}
.ebook_form .gform_wrapper .top_label input.medium{
	width:90%;
}
.ebook_form .gform_wrapper div.validation_error{
	padding:1em 0 1em 10px;
	width:100%;
}
.ebook_form .gform_validation_error .gform_body{
	width:100%;
	margin-left:10px;
}
.ebook_form .gform_wrapper .top_label .gfield_error{
	width:95%;
}
.ebook_form .gform_wrapper li.gfield.gfield_error, .ebook_form .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning{
	padding:0 0 0 10px;
}
.ebook_form .gform_validation_error input[type=submit]{
	margin-left:10px;
}

.ebook_form .gform_wrapper input.medium::-webkit-input-placeholder {
   font-size:12px;
   color:#000;
   content:'';
}

.ebook_form .gform_wrapper input.medium:-moz-placeholder { /* Firefox 18- */
	font-size:12px;
    color:#000;
}

.ebook_form .gform_wrapper input.medium::-moz-placeholder {  /* Firefox 19+ */
	font-size:12px;
	color:#000;
}

.ebook_form .gform_wrapper input.medium:-ms-input-placeholder {
	font-size:12px;
	color:#000;
}
/* Styling for related posts setion */
.related_post{
	float:left;
	padding:8px;
	margin-bottom:15px;
	width:30%;
	text-align:center;

}
.related_post:nth-child(3n+2){
	clear:left;
}
.related_post .link_text{
	font-size:14px;
	line-height:20px;

}
.related_post .rel_thumb{
	width:150px;
	height: auto;
	margin:0 auto;
}
.related_post .rel_link{
	width:150px;
}
.relpost_header{
  margin: 0 0 20px 0;
  font-size: 22px;
  color: #428fa9;
  letter-spacing: -0.02em;
}
.related_post .rel_thumb_holder{
	height:150px;
	width:150px;
}
.related_post img{
	max-width:150px;
	margin:0 auto;
	margin-bottom:5px;
}
/* SEO changes */
.h1seo{
  font-size: 24px;
  color: #3a2600;
  letter-spacing: -0.02em;
  text-decoration: none;
  line-height: 27px;
  margin-bottom:6px;
}
.h1seo a{
  font-size: 24px;
  color: #3a2600;
  letter-spacing: -0.02em;
  text-decoration: none;
  line-height: 27px;
  margin-bottom:6px;
}
.h1seo a:hover{
  text-decoration: underline;
  font-size: 24px;
  color: #3a2600;
  letter-spacing: -0.02em;
  line-height: 27px;
  margin-bottom:6px;
}
.home_banner{
	margin-bottom:35px;
}
.h1seo_home{
  color: #4092B5;
  font-weight: 500;
   font-size: 24px;
  letter-spacing: -0.02em;
  text-decoration: none;
  line-height: 27px;

  padding: 0 0 21px 0;
  border-bottom: 3px solid #dfdfdf;
}
