/* ============================================
ROYAL PHILHARMONIC SOCIETY - BASIC STYLES
=============================================*/


/* HTML -------------------------------------*/

body {
 background:#DCE2E9;
 font-family:helvetica, arial, sans-serif;
 margin:0;
 padding:0;
 text-align:center;
 }
 
h1 a {
 color:black;
 }
 
h2 {
 font-weight:bold;
 }
 
h3, h4, h5, h6 {
 font-weight:bold;
 }
 
h2, h2 a {
 color:#EE2833;
 }
 
h3, h3 a {
 color:#002851;
 }
 
h4, h4 a {
 color:#EE2833;
 }
 
h5, h5 a {
 color:#002851;
 }
 
h6, h6 a {
 color:#002851;
 }

a {
 color:#EE2833;
 font-weight:bold;
 }
 
a img {
 border:0;
 }

 
li, p, dt, dd {
 font-family:helvetica, arial, sans-serif;
 font-size:75%;
 }
 
dt {
 font-weight:bold;
 margin:0;
 }
 
dd {
 margin:0 0 8px 20px;
 }
 
 
div {
 margin:0;
 padding:0;
 }
 
blockquote {
 font-style:italic;
 }
 


/* LAYOUT ------------------------------------*/



.trickBoth {
 clear:both;
 height:0;
 }
 
.trickLeft {
 clear:left;
 height:0;
 }
 
.trickRight {
 clear:right;
 height:0;
 }
 
#top {
 display:none;
 }
 
#container {
 background:white;
 border:1px solid #DCE2E9;
 text-align:left;
 width:770px;
 }
 
#transLogo {
 display:none;
 }
 
 
#pageTop {
 color:#616161;
 font-family:helvetica, arial, sans-serif;
 }

#pageTop span {
 display:block;
 margin:0 0 8px 0;
 text-align:right;
 }
 
#headerFlash {
 display:none;
 }



/* Main Navigation ------------------------------*/


 
#mainNav ul {
 font-family:helvetica, arial, sans-serif;
 font-size:80%;
 margin:0;
 padding:0;
 white-space:nowrap;
 list-style:none;
 }
 
 
#mainNav ul li {
 display:inline;
 }
 
 
 
 
/* Left Sidebar ------------------------------------*/
 
#leftSidebar {
 float:left;
 width:180px;
 }
 
#leftSidebar ul {
 list-style:none;
 margin:0 0 0 -20px;
 font-size:80%;
 padding:0;
 }
 
#leftSidebar a {
 font-family:helvetica, arial, sans-serif;
 font-size:75%;
 text-decoration:none;
 }
 
.menuUp {
 color:#8D8D8D;
 }
 
.current {
 color:#ED2732;
 margin:0 0 0 5px;
 }
 
.subNav, .subNavCurrent {
 color:#515151;
 font-weight:normal;
 margin:0 0 0 10px;
 }

.inSection {
 color:#002851;
 margin:10px 0 0 5px;
 }
 
 
/* Right Sidebar ------------------------------------*/
 
#rightSidebar {
 border:1px solid green;
 float:right;
 width:118px;
 }
 
#textSize {
 display:none;
 }
 
 
 
/* Footer ------------------------------------------------*/ 
 
#footer {
 clear:both;

 }
  
#footer a {
 color:black;
 }  
