/*
Theme Name: RMP Theme
Theme URI: http://www.fulcrumtech.net/
Description: RMP Theme
Version: 1.0
Author: FulcrumTech
Author URI: http://www.fulcrumtech.net/
*/

@charset "UTF-8";
/* CSS Document */

/* global style */
* {
	margin: 0;
	padding: 0;
}
body {
	background: url(images/body-bg.png) repeat-x top;
	margin: 0px;
}
a {
	outline: none;
}
.ffix {
	clear: both;
}
.nobg {
	background: none !important;
}
.left {
	float: left;
}
.right {
	float: right;
}
.center {
	text-align: center;
}
.size-11 {
	font-size: 11px !important;
}
.size-12 {
	font-size: 12px !important;
}
.size-14 {
	font-size: 14px !important;
}
.size-16 {
	font-size: 16px !important;
}
.size-18 {
	font-size: 18px !important;
}
a {
	color: #0f5486;
	text-decoration: none;
}
.nobold {
	font-weight: normal;
}
h1, h2, h3, h4 {
	margin: 0px;
}
/* typography */
.italic {
	font-style: italic;
}

/* main layout */
#container {
	width: 968px;
	margin: 0 auto;
}

/* header */
#header {
	color: #333333;
	padding-bottom: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#header h1 {
	padding-top: 20px;
	font-weight: normal;
	font-size: 20px;
	text-transform: uppercase;
	margin: 0px;
}
#header h1 a {
	color: #333;
}
#header .init {
	font-size: 1.3em;
}
#header span {
	color: #444444;
}
#header h1 span {
	color: #333333;
}
#freebook {
	background: url(images/header-book-bg.png) no-repeat top center;
	width: 280px;
	height: 51px;
	float: right;
	position: absolute;
	/*margin-top: -50px;*/
	margin-left: 640px;
	color: #fff;
	padding-left: 45px;
	padding-top: 7px;
	font-size: 12px;
}

#freebook a span {
	color: #fff !important;
}

#freebook a:hover span {
	color: #ccc;
}

h2, h3, h4 {
	font-family: Georgia, Times, Serif;
}

/* menu */
#menu {
	background: url(images/menu-bg.png) no-repeat top left;
	width: 986px;
	height: 50px;
	font: normal 14px Georgia, "Times New Roman", Times, serif;
	color: #fff;
}
#menu ul {
	list-style: none;
	padding-left: 9px;
}
#menu ul li {
	float: left;
	text-transform: uppercase;
	background: url(images/menu-brdr.png) no-repeat left 20px;
	padding: 0 1px;
}
#menu ul li a {
	color: #fff;
	text-decoration: none;
	padding: 17px 25px 12px;/*31px;*/
	display: block;
	float: left;
}

#menu ul li a:hover, .current_page_item a, .current_page_parent a {
	background: url(images/menu-hvr-bg.png)!important;
}
.current_page_item{
	background: url(images/menu-hvr-bg.png)!important;
	background: none;
}
#menu ul li ul {
	font: normal 13px Arial, Helvetica, Sans-Serif;
	position: absolute;
	background: url(images/menu-hvr-bg.png);
	padding: 10px 30px 15px 20px;
	z-index: 99;
	clear: both;
	top: 138px;
	display: none;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
 #menu ul li ul  { top: 152px }
}
*:first-child+html #menu ul li ul{ top: 138px!important!;}

html>body* #menu ul li ul {/*top: 152px!important;*/}
#menu ul li ul li {
	float: left;
	clear: both;
	width: auto;
	text-transform: capitalize;
	background: none;
	font: normal 12px Arial, Helvetica, Sans-Serif;
	padding: 5px 0;
}
#menu ul li ul li a {
	padding: 0!important;
	background: none!important;
}
*:first-child+html #menu ul li ul li{ padding-right: 10px!important; padding-bottom: 4px!important;}
#menu ul li ul li a:hover {
	color: #986123;
	background: none!important;
}

#menu ul li ul li.current_page_item a, #menu ul li ul li.current_page_item a:hover {
	background-color: #39739A!important;
}

/*superfish*/
.sf-sub-indicator {
        display: none;
}

/* stage */
#stage {
	margin-top: 10px;
}
#stage .state ul {
	list-style: none;
	font: italic 12px Arial, Helvetica, sans-serif;
	padding-left: 20px;
	padding-top: 5px;
}
#stage .state li {
	float: left;
	background: url(images/stagenav-inactive.png) no-repeat left bottom;
	padding-left: 40px;
	padding-right: 20px;
	text-transform: uppercase;
}
#stage .state li.active {
	background: url(images/stagenav-active.png) no-repeat left bottom;
}
#stage .state li.active a {
	color: #412304;
}
#stage .state li.active-alt {
	background: url(images/stagenav-active_alt.png) no-repeat left bottom;
}
#stage .state li.active-alt a {
	color: #412304;
}
#stage .state li a {
	color: #bbbbbb;
	text-decoration: none;
}
.stage-inside {
	background: url(images/stage-inside.png) no-repeat center;
	width: 967px;
	height: 156px;
}
.stage-inside h1 {
	font: normal 36px Georgia, Serif;
	color: #fff;
	padding-top: 25px;
	padding-left: 25px;
}
.stage-pager {
        background: url(images/stage-arrow.png) no-repeat center right;
	width: 35px;
	height: 68px;
	position: absolute;
	margin-top: 82px;
	margin-left: 930px;
        z-index:99;
}
.stage-pager a {
        /*background: url(images/stage-arrow.png) no-repeat center right;*/
	display: block;
	width: 35px;
	height: 68px;
	text-indent: -7777px;
}

.stage-pager-left {
        background: url(images/stage-arrow-left.png) no-repeat center right;
        width: 35px;
        height: 68px;
        position: absolute;
        margin-top: 82px;
        margin-left: 0px;
        z-index:99;
}

.stage-pager-left a {
        /*background: url(images/stage-arrow.png) no-repeat center right;*/
        display: block;
        width: 35px;
        height: 68px;
        text-indent: -7777px;
}

#viewport {
        height:229px;
        background: url(images/stage1.jpg) no-repeat top center;
        overflow:hidden;
}
#viewport .view {
	height: 229px;
	font-size: 32px;
	color: #fff;
	font-family: Georgia, Times, Sans-Serif;
	width: 969px;
}
#viewport .view p {
	padding-top: 57px;
	padding-left: 50px;
	padding-right: 50px;
}
/* apolic: Added background designation to #viewport
#viewport .one {
	background: url(images/stage1.jpg) no-repeat top center;
}
#viewport .two {
	background: url(images/stage1.jpg) no-repeat top center;
}
#viewport .three {
	background: url(images/stage1.jpg) no-repeat top center;
}
#viewport .four {
	background: url(images/stage1.jpg) no-repeat top center;
}*/

/* main content */
div.main {
	width: 669px;
	float: left;
	padding-top: 40px;
	padding-left: 20px;
	font-family:  Arial, Helvetica, Sans-Serif;
}
div.main img.WP-PrintIcon{
	float: right;
	margin: 10px 10px 0 0;
}

div.main h2 {
	font-size: 20px;
	margin-top:10px;
}
div.main h2.most {
	margin-top: 10px;
	margin-bottom: 20px;
}
div.main span a{
	font-size: 14px;
}
div.main h3 {
	font-size: 16px;
	padding-top: 10px;
}
div.main ul, div.main ol {
	font: normal 13px Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 20px;
	padding: 10px 0;
}
div.main p{
font: normal 13px Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 20px;
	padding: 5px 0 5px 0px;
}
div.main p.more{
	margin-top: -10px;

}
*:first-child+html div.main p.more{
	margin-top:-20px;}
div.main p.author{
	padding: 0px 0px 10px 0px;
}
div.main div.archive p{
	padding: 10px 0px 0px 0px;
}
div.main p.links{
	padding: 0px 0px 10px 0px!important;
}
div.main p.cf-sb{
	margin-right: 141px;
}
/*\*/
html>body* div.main p{ margin: 0px!important;padding: 10px 0px 0px 0px!important;}
html>body* div.main p.links{ margin: 0px!important;padding: 0px 0px 10px 0px!important;}
html>body* div.main  div.archive h2{padding: 5px 0px 0px 0px!important; margin: 0px!important;}
html>body* div.main  div.archive span a{padding: 0px 0px 0px 0px!important; margin: 0px!important;}
/**/
div.main ul, div.main ol {
	margin-left: 40px;
}
div.main blockquote {
	font: italic 13px Arial, Helvetica, Sans-Serif;
	background: url(images/blockquote-bg.png) no-repeat 0px 10px;
	padding: 20px 20px 20px 40px;
	color: #333333;
	line-height: 20px;
}

.overview
{
background:#f0f0f0;
padding:25px;
margin-bottom:10px;
border: 1px solid #666;
}

.entry{
	/*margin-top: -10px;*/

	}
*:first-child+html .entry{margin-top:-5px;}

.filter{
	margin-bottom: 25px;
}

div.cta-see {
	background: url(images/button-see-now-bg.png) repeat-x center;
	width: 100%;
	height: 59px;
	margin-top: 15px;
}
div.cta-see a {
	display: block;
	background: #fff url(images/button-see-now.png) no-repeat right;
	width: 209px;
	height: 59px;
	float: right;
	font-family: Georgia, Times, Serif;
	font-size: 22px;
	line-height: 59px;
	text-align: center;
	padding-right: 15px;
	color: #555555;
	text-decoration: none;
}

div.cta-contact a {
	display: block;
	background: url(images/contact-button.jpg) no-repeat left;
	width: 222px;
	height: 59px;
	float: left;
	font-family: Georgia, Times, Serif;
	font-size: 22px;
	line-height: 59px;
	text-align: left;
	padding-left: 22px;
	color: #555555;
	text-decoration: none;
}
div.cta-contact-short a {
	display: block;
	background: url(images/contact-button.jpg) no-repeat left;
	width: 222px;
	height: 59px;
	float: left;
	font-family: Georgia, Times, Serif;
	font-size: 22px;
	line-height: 59px;
	text-align: left;
	padding-left: 20px;
	color: #555555;
	text-decoration: none;
}

#whatnew {
	padding-top: 40px;
}
.buble {
	background: #e5e5e5;
}
.buble-bottom {
	background: url(images/whatnew-buble-bottom.png) no-repeat bottom;
	width: 669px;
	height: 40px;
}
.buble-content {
	background: #e5e5e5;
	padding: 5px 5px 0 5px;
}
.buble-content h3 {
	font-family: Georgia, Times, Sans-Serif;
}
.buble-content div {
	background: #dfdfdf url(images/whatnew-buble-bg.png) repeat-x top;
	padding: 10px 20px;
}
.buble-content p {
	padding-top: 0px !important;
	margin: 0;
}
.buble-content .date {
	color: #666666;
}
.title-option {
	text-align: right;
}

/* sidebar */
#sidebar {
	width: 250px;
	float: right;
	padding-top: 40px;
	padding-right: 5px;
}
#sidebar h3 {
	color: #021d54;
	font-size: 16px;
}
#sidebar h3.cent {
	text-align: center;
}
#sidebar .advisor ul{
	padding: 5px 0px 10px 20px;
	width: 180px;
	list-style: disc;
	float: left;
}
#sidenar .advisor ul li{
	margin: 3px;
}
ul.submenu {
	background-color: #9dacb5;
	font: normal 14px Arial, Helvetica, Sans-Serif;
	list-style: none;
	padding: 5px 5px;
	margin-bottom: 20px;
}
ul.submenu li {
	background: url(images/submenu-bg-border.png) repeat-x bottom;
	padding-bottom: 1px;
}
ul.submenu li.page-item-86,
ul.submenu li.page-item-139,
ul.submenu li.page-item-113,
ul.submenu li.page-item-128,
ul.submenu li.page-item-37,
ul.submenu li.page-item-1009{
	background-image: none;
	padding-bottom: 0px;
}

ul.submenu li a {
	color: #fff;
	text-decoration: none;
	padding: 5px;
	display: block;
}
ul.submenu li a:hover, ul.submenu li.current_page_item a {
	background-image: none;
	background-color: #88949c;
}
/* -box1 */
.box1 {
	background: #ebe8de url(images/box1bg.png) repeat-x;
	border: 5px solid #e5e5e5;
	-moz-border-radius: 4px;
	font: normal 11px Arial, Helvetica, sans-serif;
	padding: 10px;
	margin-top: 20px;
	float: left;
	width: 220px;
}
.box1 h3 {
	font: bold 16px Georgia, "Times New Roman", Times, serif;
}
.box1 p {
	padding: 5px 0;
}
.box1 p.bigger {
	font-size: 13px;
}
.box1 a {
	border: none;
}
.box1 img{
	border: none;
}
/* -box2 */
.box2 {
	border: 1px solid #cccccc;
	margin-top: 20px;
	padding: 10px;
	float: left;
}
/* -search form */
.search form {
	margin: 0;
	padding: 0;
}
.search input.search {
	width: 165px;
	height: 22px;
	border: 3px solid #cccccc;
	color: #999;
	font-size: 14px;
	padding-top: 5px;
	padding-left: 5px;
	font-family: Arial, Helvetica, Sans-Serif;
}
.search input.button {
	background-color: #a0adb6;
	border: 3px solid #a0adb6;
	height: 32px;
	width: 67px;
	color: #fff;
	text-transform: uppercase;
	/*float: right;*/
	margin-left: 2px;
	display: inline;

}
.search input.button {

}

*:first-child+html .search input.button{ }

/* -rpm advisor */
.input-form {
	height: 22px;
	border: 3px solid #cccccc;
	width: 203px;
	margin-bottom: 5px;
	color: #999;
	font-size: 14px;
	padding-top: 5px;
	font-family: Arial, Helvetica, Sans-Serif;
	padding-left: 10px;
}
/* -profile */
.profile {
	font-family: Arial, Helvetica, Sans-Serif;
}
#sidebar .profile h3 {
	font-family: Georgia, Times, Serif;
	font-style: normal;
	color: #444;
}
.profile img {
	border: 5px solid #123d5b;
	margin: 0 10px 10px 0;
}

/*footer*/
#footer {
	background: url(images/footer-body-bg.png) repeat-y center;
	padding-bottom: 15px;
}
#footer .top {
	background: url(images/footer-top-bg.png) no-repeat center top;
	height: 9px;
	padding-bottom: 11px;
}
#footer h3 {
	font: normal 16px Georgia, Times, Serif;
	padding-left: 15px;
	margin: 0px;
}
/*.box3 {
	width: 157px;
	float: left;
	color: #fff;
	padding-left: 20px;
}*/
.main-menu {
	width: 120px;/*150*/
	float: left;
	color: #fff;
	padding-left: 20px;
}
.extra-stuff {
	width: 137px;/*157*/
	float: left;
	color: #fff;
	padding-left: 0px;
}
.affiliations {
	width: 265px;/*157px;*/
	float: left;
	color: #fff;
	/*padding-left: 20px;*/
}
.social {
	width: 265px;
	float: left;
	padding: 35px 0 0 15px;
}
.social a {
	background: none!important;
}
#footer ul {
	list-style:  none;
	font: normal 12px Arial, Helvetica, Sans-Serif;
	padding-top: 10px;
	padding-left: 15px;
	margin: 0px;
}
.main-menu a, .extra-stuff a, .affiliations a, .current_page_item a, .current_page_parent a {
	color: #fff;
	text-decoration: none;
	background: none!important;
}
#footer .current_page_item{
	background: none!important;
}
.main-menu a:hover, .extra-stuff a:hover, .affiliations a:hover{
	color: #986123;
}
#footer .address {
	width: 300px;/*400px*/
	float: right;
	text-align: right;
	font: normal 11px Arial, Helvetica, Sans-Serif;
	padding-right: 30px;
	color: #fff;
}
#footer .address p {
	padding: 5px 0;
}
#footer .address a {
	color: #fff;
	text-decoration: none;
}
#footer .address a:hover {
	color: #986123;
	text-decoration: none;
}

/* single */
.post, .archive {
	font: normal 13px Arial, Helvetica, Sans-Serif;
	padding-top: 15px;
}
.post h2 {
	font: bold 20px Georgia, Times, Serif;
}
.title-option {
	font-size: 13px;
}
.title-option a.current{
	color: #000000;
}
.pager {
	text-align: right;
	font-size: 12px;
	padding-top: 20px;
}

/* comments */
#submit{
	margin-top: 15px;
	}
#comment{
	margin-bottom: -15px;
}

/* archive */
div.main .archive h2 {
	font: bold 16px Georgia, Times, Serif;
	padding: 5px 0;
}
.cat h2 {
	padding-top: 20px;
	font-family: Georgia, Times, Serif;
}
div.main .cat h3 {
	font-family: Georgia, Times, Serif;
	font-size: 14px;
}
h2.feat-cat a {
	color: #000;
}
/* -friend form */
#sendfriend form {
	margin: 0;
	padding: 0;
}
#sendfriend p{
	width: 450px;
	float:left;
}
#sendfriend label {
	width: 100px;
	float: left;
	margin-top: 5px;
}
#sendfriend input.search {
	width: 165px;
	height: 22px;
	border: 3px solid #cccccc;
	color: #999;
	font-size: 14px;
	padding-top: 5px;
	padding-left: 5px;
	font-family: Arial, Helvetica, Sans-Serif;
	float: left;
}
#sendfriend textarea {
	width: 300px;
	height: 100px;
	border: 3px solid #cccccc;
	color: #999;
	font-size: 14px;
	padding-top: 5px;
	padding-left: 5px;
	font-family: Arial, Helvetica, Sans-Serif;
	float: left;
}
#sendfriend input.button {
	background-color: #a0adb6;
	border: 3px solid #a0adb6;
	height: 32px;
	width: 67px;
	color: #fff;
	text-transform: uppercase;
	/*float: right;*/
	margin-left: 2px;
	cursor: pointer;
}
/* -rmp advisor */
#sendfriend .input-form {
	height: 22px;
	border: 3px solid #cccccc;
	width: 203px;
	margin-bottom: 5px;
	color: #999;
	font-size: 14px;
	padding-top: 5px;
	font-family: Arial, Helvetica, Sans-Serif;
	padding-left: 10px;
}
/* tooltip */
.simple_box {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#FFFFCC url(../gfx/pointer.gif) no-repeat scroll -10px 5px;
	border:1px solid #CC9933;
	display:none;
	margin-top:-4px;
	opacity:0.9;
	padding:10px 12px;
	position:absolute;
	right:-180px;
	width:150px;
	font: normal 11px Helvetica, Arial, Sans-Serif;
}

/* Upcoming Events */
ul.events {
  margin-left:0px;
  margin-bottom:10px;
}
ul.events li {
  margin-left:-20px;
	padding-bottom: 15px;
}

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}
