/* resets */
* { padding: 0; margin: 0;}
img { border: 0; }
html {
	overflow: -moz-scrollbars-vertical;
	margin-bottom:1px;
	height: 100%;
}
/* MAIN ELEMENTS */
body {
	margin: 12px;
	font: normal 14px/22px Georgia,"Times New Roman",Palatino,serif;
	background: #4f241c url('../images/bg_main_stripe.gif');
	color: #555;
}
#frame {
	position: relative;
	width: 934px;
	margin: 0 auto;
}
#header {
	position: relative;
	height: 210px;
	background: transparent url('../images/bg_header.png') repeat-y;
}
#main {
	position: relative;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	background: transparent url('../images/bg_body.png') repeat-y;	
}

/* LINKS */
a {
	color: #b04343;
	outline: none;
	text-decoration: none;	
}
a:hover {
	text-decoration: underline;	
}
#mainContent a {
	font-weight: bold;	
}
.homeModule a {
	font-weight: bold;	
}

/* HEADERS */
h1, h2, h3 {
	clear: both;
	font-weight: normal;
	color: #8c0d09;
}
h1 {
	font-weight: normal;
	font-size: 24px;
	line-height: 1.4em;
	margin: 0 0 12px;
	color: #8c0d09;	
	border-bottom: 1px solid #d6d0c0;
}
h2 {
	font-size: 18px;
	margin: 0 0 2px;
}
h3 {
	font-size: 16px;
	margin: 0;
}
p {
	margin: 0 0 1em;
	padding: 0;
}

/* HEADER */
#logo {
	position: absolute;
	top: 24px;
	left: 42px;
	display: block;
	width: 240px;
	height: 90px;
	text-indent: -1000em;
	background: url('../images/logo_rmp_main.png') no-repeat;
	z-index: 300;
}
#tagline {
	position: absolute;
	left: 310px;
	top: 48px;
	width: 330px;
	font-size: 18px;
	line-height: 1.2em;
	color: #999;
	text-align: center;
}
#searchbox {
	position: absolute;
	right: 60px;
	top: 42px;
}
#followbox {
	position: absolute;
	right: 60px;
	top: 80px;
}
#followbox p {
  float: left;
  color: #2B5B7E;
  font-weight: bold;
  padding-top: 6px; 
}


/* CONTENT GRIDS */
#contentFrame {
	position: relative;
	width: 834px;
	padding: 0 50px;
}
#mainContent {
	float: left;
	width: 540px;
}
#rightRail {
	float: right;
	width: 256px;
}

/* HOME PAGE */

/* redirect */
#redirect {
	border: 5px solid #2B5B7E;
	padding: 10px 20px 0;
	margin: 0 40px 20px;
	background: #ffc;
	font-size: 13px;
}
#redirect h3 {
	margin: 0 0 6px;	
}

/* feature framework */
#homeMain {
	margin-bottom: 32px;
}
#featureBox {
	height: 360px;
	width: 818px;
}
#featureInner {
	position: relative;
	padding: 10px;	
}
div.featureMod {
	position: relative;
}

/* feature stories */
div.featContent {
	position: absolute;
	width: 388px;
	height: 302px;
	top: 0;
	font-size: 16px;
	line-height: 20px;
	color: #333;
}
div.featContent p {
	margin: 0 0 0.6em;
}
div.featContent ul, div.featContent ol {
	margin: 0.6em 1em 0.6em 2em;	
}
div.featContent h2 {
	font-size: 24px;
	margin: 10px 0;
	line-height: 1.1em;
	color: #2b5b7e;
}
div.featPic {
	position: absolute;
	width: 400px;
	height: 302px;
	top: 0;
}
div.featPic img {
	border: 1px solid #ccc;	
}
div.featPic div.credit {
	font: normal 10px/12px Arial,Helvetica,Verdana,sans-serif;
	font-style: italic;
	color: #000;
	position: absolute;
	top: 286px;
	right: 32px;
	background: #fff;
	opacity: 0.8;
}

/* slideshow stuff */
#slideShowFrame {
	width: 480px;
	padding: 10px 10px 0;
}
div.slideShow {
	position:relative;
	width: 482px;
	height: 371px;
}
div.slideShow IMG {
	position:absolute;
	border: 1px solid #666;
	top:0;
	left:0;
	z-index:8;
}
div.slideShow IMG.active {
	z-index:10;
}
div.slideShow IMG.last-active {
	z-index:9;
}

/* grid ODD */
div.gridOdd div.featPic {
	left: 0;
}
div.gridOdd div.featContent {
	left: 400px;	
}
div.gridEven div.featContent {
	left: 8px;
}
div.gridEven div.featPic {
	left: 426px;
}

/* feature tabs */
#featureTabs {
	position: relative;
	top: 302px;
	height: 39px;
	background: url('../images/bg_tabs_home.gif') 0 1px repeat-x;
}
#featureTabs a {
	display: block;
	/*height: 38px;*/
	line-height: 38px;
	width: 163px;
	border-left: 1px solid #fff;
	border-right: 1px solid #ccc;
}
a#tabFirst {
	width: 140px;
	border-left: none;
}
a#tabLast {
	width: 181px !important;
	border-right: none;
}
#featureTabs li.ui-state-active a {
	color: #2b5b7e;
	background: url('../images/bg_tabs_home.gif') 0 -50px repeat-x;	
}


/* Home Page Bottom */
#homeBoxes {
	width: 818px;
	padding-left: 8px;
}
.homeModule {
	float: left;
	width: 386px;
	min-height: 280px;
	height: auto !important;
	height: 280px;
}
.homeModule h3 {
	font-size: 22px;
	padding-bottom: 6px;
	margin-bottom: 10px;
	border-bottom: 1px solid #d6d0c0;
}
#welcomeBox {
	margin-right: 46px;
}
#newsBox ul {
	list-style-type: none;
	margin-left: 4px;
}
#newsBox li {
	line-height: 1.4em;
	padding-left: 14px;
	margin: 0 0 0.8em 0;
	background: url('../images/bg_arrowred.gif') 0 6px no-repeat;
}

/* MAIN CONTENT */


/* lists */
#mainContent ul, #mainContent ol {
	margin: 1em 3em 1em;
}
#mainContent p {
	margin: 0 0 1em;	
}

/* FAQ */
#faq h3 {
	margin-top: 1em;
}
#faq h3 a {
	color: #8c0d09;
	font-weight: normal;
	padding-bottom: 4px;	
}

/* COMMISSION */
#doubleWide {
	position: relative;
}
#commContainer {
	zoom: 1;
}
body.page-id-13 #commContainer {
	min-height: 820px;
	height: auto !important;
	height: 820px;	
}
body.page-id-34 #commContainer {
	min-height: 740px;
	height: auto !important;
	height: 740px;	
}
#comm_list {
	width: 820px;
	background: #fff;
}
#comm_list h3 {
	font-size: 22px;
	line-height: 42px;
	color: #fff;
	letter-spacing: 1.0px;
	padding: 0 10px;
	margin: 0 0 6px;
	background: #2B5B7E;
}
#commNames {
	float: left;
	width: 240px;
	font-size: 16px;
}
#nameList a {
}
#nameList a:hover {
}
#nameList {
	list-style-type: none;
	margin: 10px !important;
}
#nameList li {
	margin: 0 0 8px;
}
#commBoxes {
	float: left;
	padding: 10px 0 0;
	width: 560px;
}
div.commBox {
	display: none;
	color: #777;
}
div.commBox div.bio h4 {
	font-size: 18px;
	color: #2B5B7E;
	margin: 0 0 6px;
}
div.commBox div.bio h5 {
	font-size: 16px;
	color: #2B5B7E;
	margin: -4px 0 4px;
}
div.commBox div.bio img {
	float: left;
	border: 1px solid #666;
	margin: 0 20px 6px 0;
}
div.commBox div.quote {
	position: relative;	
}
div.commBox div.quote p {
	margin: 0 30px 1em 38px !important;
	font-style: italic;
	font-size: 15px;
	color: #222;
}
div.commBox div.quote span {
	position: absolute;
	font-size: 84px;
	line-height: 30px;
	width: 30px;
	height: 20px;
	color: #ccc;
	vertical-align: bottom;
}
div.commBox div.quote span.openQuote {
	top: 16px;
	left: 0;	
}
div.commBox div.quote span.closeQuote {
	bottom: -20px;
	left: 526px;	
}

/* NEWS & PRESS */

#spotlite-list {}
#spotlite-list h2 {
	font-size: 22px;
	line-height: 42px;
	color: #fff;
	letter-spacing: 1.0px;
	padding: 0 10px;
	margin: 0;
	background: #2B5B7E;
}
div.spotlite-item {
	padding: 20px 0 0;
	margin: 0 20px;
	border-bottom: 1px solid #D6D0C0;
}
div.spotlite-item h3 {
	font-size: 14px;
	margin: 2px 0 0;
}
p.datetime,
span.datetime,
div.spotlite-item span.news-date, ul.news-items li span.news-date {
	font: normal 12px/18px Arial,Helvetica,Verdana,sans-serif;
	color: #333;
}
div.news-list {
	clear: both;
	padding: 20px 0 0;	
}
div.news-list h2 {
	padding-bottom: 5px;
	border-bottom: 1px solid #D6D0C0;	
}
ul.news-items {
	list-style-type: none;
	margin: 0 !important;
	padding: 0;
}
ul.news-items li {
	line-height: 1.4em;
	padding-left: 14px;
	margin: 10px 0 0 0;
	background: url('../images/bg_arrowred.gif') 0 25px no-repeat;
}
h2 a.view-all {
	float: right;
	font-size: 11px;
}
p.datetime {
	font-size: 11px;
	line-height: 16px;
	margin: 0 0 0.5em !important;	
}
p.meta-newstory {
	font: normal 12px/18px Arial,Helvetica,Verdana,sans-serif;
	color: #333;
}


/* SUPPORT */
#supportFrame {
	min-height: 380px;
	height: auto !important;
	height: 380px;	
}
#supportQuotes {
	padding: 20px;	
}
div.quoteBox {
	display: none;
	color: #666;
}
div.quoteBox em {
	font-size: 15px;
	color: #222;	
}
a#donateNow {
	width: 121px;
	height: 42px;
	display: block;
	text-indent:  -10000em;
	background: url('../images/btn_donate.png') no-repeat;
}
a#donateNow:hover {
	background-position: 0 -42px;
}

/* RIGHT RAIL */
.rModule {
	width: 240px;
	background: #fff;
	color: #666;
}
.rModule h3 {
	padding: 12px 10px;
	font-size: 16px;
	line-height: 1em;
	color: #fff;
	letter-spacing: 1.0px;
}
.modBody {
	font-size: 13px;
	line-height: 18px;
	padding: 10px 8px 0;	
}
.modOne .modBody {
	font-size: 13px;
}
.modOne h3 {
	background: #725049;	
}
.modTwo h3 {
	background: #9e8f62;	
}
.modTre h3 {
	background: #a64f3b;	
}
.modFour h3 {
	background: #444;	
}
.rModule h4 {
	font-size: 13px;
	color: #725049;
	margin: 1em 0;
	padding: 0 0 4px;
	border-bottom: 1px solid #e0e0e0;	
}
.rModule ul {
	margin: 0 0 14px 20px;
	line-height: 20px;
}
.rModule img.modimg {
	border: 1px solid #ccc;
	margin-bottom: 10px;	
}
.rModule img.modleft {
	float: left;
	border: 1px solid #ccc;
	margin: 0 8px 2px 0;
}

/* BLOG */
div.blog-entry, div.post {
	border-bottom: 1px dotted #D6D0C0;
	margin: 0 0 20px;
}
div.blog-entry span.blog-date {
	font: normal 11px/18px Arial,Helvetica,Verdana,sans-serif;
	color: #333;
}
img.blogpic {
	float: left;
	margin: 0px 8px 2px 0;
	border: 1px solid #666;
}
.postmetadata {
	font-size: 11px;
	color: #666;
}
.postmetadata a {
	font-weight: normal;	
}
p.readMore {
	font-size: 12px;	
}

/* FOOTER */
#footer {
	min-height: 50px;
	height: auto !important;
	height: 50px;
	padding: 20px 50px 0;
	font: normal 12px/18px Arial,Helvetica,Verdana,sans-serif;
	text-align: center;
	color: #888;
	background: transparent url('../images/bg_footer.png') no-repeat;
}
#footer a {
	color: #888;
}
p.copyright {
	padding: 22px 0 0;
	color: #aaa;
}
p.copyright a {
	color: #aaa;
	cursor: default;
}
p.copyright a:hover {
	text-decoration: none;
}

/* FORMS */
input.txt {
	font: normal 12px Arial,Helvetica,Verdana,sans-serif;
	color: #999;
	padding: 2px;
	border: 1px solid #ccc;
}
input.btn, input.button, input.sendbutton  {
	color: #b04343;
	font: bold 12px Georgia,"Times New Roman",Palatino,serif !important;
	border: 1px solid #b04343 !important;
	background-color: #fff;
	background-image: none !important;
	padding: 2px 6px !important;
}
input.btn:hover, input.button:hover, input.sendbutton:hover {
	background-color: #b04343 !important;
	color: #fff;
}
form.cform {
	width: 540px;
	background: none;
	margin: 0 !important;
}
form.cform fieldset {
	background: none;
	border: none;
	padding: 0 !important;
}
form.cform legend {
	display: none;
}
form.cform label {
 width: 140px;
 color: #555;
 font: normal 12px arial,helvetica,verdana;
}
.cform label span {
 width: 140px !important;
}
form.cform span.reqtxt, form.cform span.emailreqtxt {
	font: normal 11px arial,helvetica,verdana;
	color: #8C0D09;
}
p.cf-sb {
	text-align: left !important;
	margin: 10px 0 0 150px !important;	
}
.cform textarea, .cform input {
	width: 250px !important;	
}
p.cf-sb input {
	width: 110px !important;
}
p#ll {
	display: none;	
}
div#usermessagea {
	border: 1px solid #8C0D09 !important;
	color: #2B5B7E !important;
}

/* mailchimp */
fieldset, legend {
	border: none;	
}
legend {
	display: none;	
}
fieldset.mc_custom_border {
	padding: 10px !important;	
}
.mc_var_label {
	font-size: 13px !important;	
}
.mc_error_msg {
	font-size: 11px !important;
	color: #933 !important;
	line-height: 1.3em;
}
.mc_signup_submit {
	text-align:left !important;
}
#mc_signup_submit {
	margin-top: 10px;
}
#mc_display_rewards {
	margin-top: -10px;
	font-size: 11px !important;
}
#mc_message, .mc_success_msg {
	font-size: 11px !important;
	color: #0b4a7f !important;	
	line-height: 1.3em;
}
#mc_display_rewards {
	display: none;	
}

/* UTILITIES */
.clearAll {
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;	
}
.padLeft30 {
	padding-left: 30px;	
}
blockquote {
	margin: 0 30px;	
}
.nobtmbdr {
	border-bottom: none !important;	
}
.fsize {
	font-size: 11px;	
}

/* dropshadow divs */
.swrapLeft {
	float:left;
	margin-right: 10px;
	background:url('../images/shadow_br.gif') right bottom no-repeat;
}
.swrapRight {
	float:right;
	margin-left: 10px;
	background:url('../images/shadow_br.gif') right bottom no-repeat;
}
.swrapCenter {
	float:left;
	background:url('../images/shadow_br.gif') right bottom no-repeat;
}
div.entry div.swrapCenter, div.entry div.swrap0 {
	margin: 0 0 1em;	
}
.swrap0 {
	float:left;
	background:url('../images/shadow_br.gif') right bottom no-repeat;
}
.swrap1 {
	background:url('../images/shadow_tl.gif') no-repeat;
}
.swrap2 {
	background:url('../images/shadow_bl.gif') 0 100% no-repeat;
}
.swrap3 {
	padding:8px;
	background:url('../images/shadow_tr.gif') 100% 0 no-repeat;
}
.wp-caption {
	padding: 8px 3px 0;
	text-align: center;
}
.wp-caption img {
	border: 1px solid #666;	
}
.wp-caption-text {
	text-align: left;
	font-size: 11px;
	font-family: helvetica,arial,sans-serif;
	margin-bottom: 0 !important;
	padding: 8px;
	line-height: 1.2em;
}

#rightRail div.swrap0 {
	margin-bottom: 20px;	
}
