/*
Document Structure:
	TYPOGRAPHY
	STRUCTURAL DIVS
	PRIMARY NAVIGATION
	HEADINGS
	MAIN CONTENT
	SUPPORTING CONTENT
	WIDGETS
	FOOT
	ADMINISTRATION
	SITEWIDE CLASSES
	TEMPLATES
	WORDPRESS STYLES
*/
/* TYPOGRAPHY */
body{
	font-size:87.5%;
	line-height:1.2em;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
	}
a, a:link, a:visited, a:hover, a:active {
	color: #FFE6B3;
	text-decoration:underline;
	}
a:hover {	
	color:#ffffff;
	}
a img {
	border: none;
	}
acronym, abbr {
	border-bottom: 1px dashed;
	}
acronym, abbr, span.caps {
	font-size: 0.857em;
	letter-spacing: .07em;
	}
acronym, abbr {
	cursor: help;
	}
blockquote {
	font-style:italic;
	}
cite {
	font-size: 90%;
	font-style: normal;
	}
p{
	padding:0 0 20px 0;
	}
ul, ol{
	padding:0 0 15px 0;
	}
ul{
	margin-left:1.5em;
	}
ul li{
	list-style:disc;
	}
ol{
	margin-left:1.4em;
	}
ol li{
	list-style:decimal;
	}
li{
	padding:0 0 5px 0;
	}
/* STRUCTURAL DIVS */
body{
	padding-bottom:20px;
	color: #FED980;
	background:#001A20;
	line-height:24px;
	}
.outer_wrapper{
	width:980px;
	margin:0 auto;
	background: url(../images/rp_repeat.jpg) repeat-y top center;
	}
.centre_wrapper{
	background: url(../images/rp_head.jpg) no-repeat top center;
	min-height:700px;
	height:auto !important;
	height:700px;
	}	
.inner_wrapper{
	background: url(../images/rp_foot.jpg) no-repeat bottom center;
	width:960px;
	padding:0 10px;
	min-height:700px;
	height:auto !important;
	height:700px;
	}
.head{
	padding-top:72px;
	height:40px;
	width:700px;
	padding-left:250px;
	}
.content_wrapper{
	padding:74px 0 0 0;
	}
.main_content{
	width:380px;
	float:right;
	padding:0 290px 30px 0;
	}
.supporting_content{
	width:280px;
	padding-top:70px;
	float:left;
	}
.supporting_content #sidebar{
	width:200px;
	margin:0 auto;
	}
.foot{
	width:880px;
	margin:0 auto;
	padding:10px 50px;
	}
/* PRIMARY NAVIGATION */
/*** ESSENTIAL STYLES FOR JQUERY ***/
ul.primary_nav, ul.primary_nav * {
	margin:0;
	padding:0;
	list-style:none;
	}
ul.primary_nav {
	line-height:1.0;
	}
ul.primary_nav li {
	height:26px;
	float:left;
	position:relative;
	}
ul.primary_nav a {
	display:block;
	position:relative;
	}
ul.primary_nav ul {
	position:absolute;
	top:-999em;
	}
ul.primary_nav ul li {
	width:200px;
	margin:0 0 1px 0;
	}
ul.primary_nav li:hover {
	visibility:inherit; 
	}
ul.primary_nav li:hover ul,
ul.primary_nav li.sfHover ul {
	left:0;
	top:26px; 
	z-index:99;
	}
ul.primary_nav li:hover li ul,
ul.primary_nav li.sfHover li ul {
	top:-999em;
	}
ul.primary_nav li li:hover ul,
ul.primary_nav li li.sfHover ul {
	left:10em; 
	top:0;
	}
ul.primary_nav li li:hover li ul,
ul.primary_nav li li.sfHover li ul {
	top:-999em;
	}
ul.primary_nav li li li:hover ul,
ul.primary_nav li li li.sfHover ul {
	left:10em; 
	top:0;
	}
/* CONFIGURABLE STYLES */
ul.primary_nav li {
	color:#ffffff;
	margin:0;
	font-size:1.143em;
	text-transform:uppercase;
	height:26px;
	background: url('../images/rp_primary_nav_divider.png') no-repeat left center;
	padding:5px 20px 5px 30px;
	display:inline;
	float:left;
	width:auto;
	}
ul.primary_nav li.page-item-11{
	background:none;
	}
ul.primary_nav li li {
	font-size:1em;
	text-transform:none;
	background:none;
	padding-bottom:3px;
	height:1em;
	}
ul.primary_nav li a, ul.primary_nav li a:link, ul.primary_nav li a:visited, ul.primary_nav li a:hover, .primary_nav li a:active {
	display:inline-block;
	color:#ffffff;
	text-decoration:none;
	padding:5px 10px;
	height:16px;
	}
ul.primary_nav li a:hover{
	text-decoration:underline;
	color:#FFCC66;
	}
.primary_nav li.current_page_item a, .primary_nav li.current_page_item a:link, .primary_nav li.current_page_item a:visited, .primary_nav li.current_page_item a:hover, .primary_nav li.current_page_item a:active,
.primary_nav li.current_page_parent a, .primary_nav li.current_page_parent a:link, .primary_nav li.current_page_parent a:visited, .primary_nav li.current_page_parent a:hover, .primary_nav li.current_page_parent a:active {
	color:#FFCC66;
	}
ul.primary_nav li:hover a,
ul.primary_nav li:hover a:link,
ul.primary_nav li:hover a:visited,
ul.primary_nav li:hover a:hover,
ul.primary_nav li:hover a:active{
	color:#FFCC66;
	}
/*HEADINGS	*/
.the_content h1, .the_content h1 a, .the_content h1 a:link, .the_content h1 a:visited, .the_content h1 a:hover,
.the_content h2, .the_content h2 a, .the_content h2 a:link, .the_content h2 a:visited, .the_content h2 a:hover,
.the_content h3, .the_content h3 a, .the_content h3 a:link, .the_content h3 a:visited, .the_content h3 a:hover,
.the_content h4, .the_content h4 a, .the_content h4 a:link, .the_content h4 a:visited, .the_content h4 a:hover,
.the_content h5, .the_content h5 a, .the_content h5 a:link, .the_content h5 a:visited, .the_content h5 a:hover,
.the_content h6, .the_content h6 a, .the_content h6 a:link, .the_content h6 a:visited, .the_content h6 a:hover{
	color:#FFE6B3;
	margin:0;	
	}
.the_content h1{
	padding:15px 0 32px 0;
	line-height:1em;
	font-size:32px;
	color:#FFE6B3;
	font-weight:normal;
	margin:0;	
	}
.the_content h2,
.the_content h3{
	padding:0 0 5px 0;
	line-height:1.1em;
	font-weight:normal;
	}
.the_content h2{
	font-size:28px;
	}	
.the_content h3{
	font-size:22px;
	}	
.the_content h4,
.the_content h5,
.the_content h6{
	padding:15px 0 0 0;
	line-height:1.2em;
	font-weight:bold;
	}
.the_content h4{
	font-size:18px;
	}
.the_content h5,
.the_content h6{
	font-size:16px;
	}
/* SUPPORTING CONTENT 	*/
.supporting_content{
	color:#FFE6B3;
	}
.secondary_nav ul{
	padding:0;
	margin:0;
	}
.secondary_nav ul li{
	list-style:none;
	}	
.secondary_nav, .textwidget, .editable_content{
	padding:10px 0;
	}
.secondary_nav{
	border-bottom:1px dotted;
	}
.editable_content{
	border-top:1px dotted;
	}
.supporting_content a, .supporting_content a:link, .supporting_content a:visited, .supporting_content a:hover, .supporting_content a:active{
	text-decoration:none;
	}
.supporting_content a:hover{
	text-decoration:underline;
	}
/* FOOTER */
.foot,
.foot p,
.foot a:link,
.foot a:visited,
.foot a:hover,
.foot a:active{	
	font-size:12px;
	color:#2A5A78;
	line-height:1.2em;
	}
.foot a:hover{
	color:#666666;
	}
.foot .textwidget {
	float:left;
	padding:0;
	}
ul.footer_nav{
	float:left;
	margin:0;
	padding:0 10px;
	}
ul.footer_nav li {
	height:26px;
	float:left;
	dispaly:inline;
	padding:0 0 3px 0;
	margin:0;
	list-style:none;
	height:auto;
	border-left:1px solid;
	}
ul.footer_nav li a{
	margin:0;
	display:inline-block;
	padding:0 10px;
	}
/* ADMINISTRATION */ 
.administration{
	border:1px solid #40848C;
	background:#1D4054;
	padding:10px 10px 0 10px;
	font-size:12px;
	color:#ffffff;
	width:360px;
	}
.administration a,
.administration a:link,
.administration a:visited,
.administration a:hover,
.administration a:active,
.administration a:hover{
	color:#ffffff;
	}
.administration:hover{
	background:#003846;
	color:#cccccc;
	}
.administration:hover a,
.administration:hover a:link,
.administration:hover a:visited,
.administration:hover a:hover,
.administration:hover a:active,
.administration:hover a:hover{
	color:#cccccc;
	}
.administration:hover a:hover{
	color:#ffffff;
	}
/* SITEWIDE CLASSES */
.clear{
	clear:both;
	}
.underlined {
	text-decoration:underline;
	}
/* TEMPLATES: HOME PAGE (ID 11) */
body.page-id-11 .centre_wrapper,
body.page-id-11 .outer_wrapper,
body.page-id-11 .inner_wrapper{
	background: none;
	min-height:400px;
	height:auto !important;
	height:400px;
	}	
body.page-id-11 .content_wrapper{
	width:950px;
	margin:0 auto;
	padding-top:50px;
	}
/* TEMPLATES: SONGS PAGE (ID 2) */
body.page-id-2 .centre_wrapper, body.parent-pageid-2 .centre_wrapper{
	background:  url(../images/rp_head_illustration_songs.jpg) no-repeat center top;
	}	
/* TEMPLATES: STORIES PAGE (ID 3) */
body.page-id-3 .centre_wrapper, body.parent-pageid-3 .centre_wrapper{
	background:  url(../images/rp_head_illustration_book.jpg) no-repeat center top;
	}	
body.page-id-3 .main_content, body.parent-pageid-3 .main_content{
	float:left;
	padding:0 0 30px 290px;
	}
/* TEMPLATES: OTHER STUFF PAGE (ID 6) */
body.page-id-6 .centre_wrapper, body.parent-pageid-6 .centre_wrapper{
	background:  url(../images/rp_head_illustration_other.jpg) no-repeat center top;
	}	
/* TEMPLATES: CONTACT FORM (ID 6) */
body.page-id-56 .main_content{
	width:580px;
	padding:0 90px 30px 0;
	}
.wpcf7 input, .wpcf7 textarea{
	border:1px solid #FED980;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:5px 8px;
	width:370px;
	color:#003846;
	background: #FFE6B3;
	}
.wpcf7 input:focus, .wpcf7 textarea:focus,
.wpcf7 input:hover, .wpcf7 textarea:hover{
	background: #ffffff;
	color:#000000;
	}
.wpcf7 .submit input{
	width:auto;
	background: #FDC137;
	}
.wpcf7 .submit input:hover{
	background: #FFE6B3;
	cursor:pointer;
	}
.wpcf7 span.wpcf7-not-valid-tip{
	border:1px solid #40848C;
	background:#1D4054;
	padding:5px 10px;
	font-size:12px;
	left:40%;
	color:#ffffff;
	}
.wpcf7 div.wpcf7-response-output {
	margin: 2em 0;
	padding:5px 8px;
	width:370px;
	}
.wpcf7 div.wpcf7-validation-errors {
	border: 2px solid #f7e700;
	}
.wpcf7 span.wpcf7-list-item {
	margin-left: 0em;
	}
/* WORDPRESS STYLES */
.mceIEcenter {
	text-align: center;
	}
.aligncenter, dl.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
.alignleft {
	float: left;
	}
.alignright {
	float: right;
	}
img.alignleft {
	padding:0 10px 10px 0;
	}
img.alignright {
	padding:0 0 10px 10px;
	}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
	}
.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	}
pre {
	font: 12px/18px Consolas, Monaco, "Courier New", Courier, monospace;
	}
/* FLV WIDGET */
.flvbox_inline{
	background:#000000;
	margin:0 0 15px 0;
	display:block;
}
