/*
Site: Rosina Herrera
Style: Inner pages
Date: Jan. 04 2007
By: W3Lift.com
*/

body {
	padding: 0;
	margin: 0;
	font-size: 14px;
	background: #000 url(../images/barbg3.png) top left repeat-x !important;
	color: #aadea9;
	font-family: 'lucida grande', 'lucida sans', 'lucida sans unicode', verdana, helvetica, sans-serif;
}

#wrapper {
	width: 900px;
	margin: 0 auto 20px auto;
	min-height: 500px;
	position: relative;
	background: url(../images/background/rh_1.jpg) right 150px no-repeat;
}

body#bg_1 #wrapper {
	background: url(../images/background/rh_1.jpg) right 150px no-repeat;
}

body#bg_2 #wrapper {
	background: url(../images/background/rh_2.jpg) right 150px no-repeat;
}

body#bg_3 #wrapper {
	background: url(../images/background/rh_3.jpg) right 150px no-repeat;
}

body#bg_4 #wrapper {
	background: url(../images/background/rh_4.jpg) right 150px no-repeat;
}

body#bg_5 #wrapper {
	background: url(../images/background/rh_5.jpg) right 150px no-repeat;
}

body#bg_6 #wrapper {
	background: url(../images/background/rh_6.jpg) right 150px no-repeat;
}

body#bg_7 #wrapper {
	background: url(../images/background/rh_7.jpg) right 150px no-repeat;
}

body#bg_8 #wrapper {
	background: url(../images/background/rh_8.jpg) right 150px no-repeat;
}

body#bg_9 #wrapper {
	background: url(../images/background/rh_9.jpg) right 150px no-repeat;
}

body#bg_10 #wrapper {
	background: url(../images/background/rh_10.jpg) right 150px no-repeat;
}

body#bg_11 #wrapper {
	background: url(../images/background/rh_11.jpg) right 150px no-repeat;
}

body#bg_12 #wrapper {
	background: url(../images/background/rh_12.jpg) right 150px no-repeat;
}

body#bg_13 #wrapper {
	background: url(../images/background/rh_13.jpg) right 150px no-repeat;
}

body#bg_14 #wrapper {
	background: url(../images/background/rh_14.jpg) right 150px no-repeat;
}

body#bg_15 #wrapper {
	background: url(../images/background/rh_15.jpg) right 150px no-repeat;
}

#main {
	padding: 50px 0 10px 0; /* was 25px 0 10px 0; */
	margin-left: 20px;
	width: 420px;
	color: #CFEDCF;
	font-size: 16px;
	line-height: 1.5em;
	/* text-align: justify; this line new */
}

#title_wrap {
	margin: 20px 0 0 0; /* was 20px 10px 0 0; */
	float: right;
}

#title_wrap h1 {
	font-size: 2.2em; 
	font-weight: normal;
	font-family: 'Trebuchet MS';
	letter-spacing: 0.08em;
	text-align: right;
	padding: 0;
	margin: 0;
}

#title_wrap h2 {
	font-size: 1.4em;
	font-weight: normal;
	text-align: right;
	padding: 0;
	margin: 0;
}

p, h1, h2, h3 {
	padding-top: 0;
	margin-top: 0
}

/* navigation menu */


#nav a {
	color: #aadea9;
	font-size: 24px;
	line-height: 60px;
	text-decoration: none;
	border: none;
}

#nav  a:hover, #nav a.current {
	color: #6FC46F;  /* was color: #7FCE7E */
}

#nav  {
	width: 900px;
	margin: 0 20px;
	height: 60px;
	padding: 0;
	border: none;
	list-style: none;
}


#nav  li {
	position: relative;
	float: left;
	margin: 0 90px 0 0;
	padding: 0;
	height: 60px;
	list-style: none;
	border: none;
}

#nav li ul {
	display: none;
	border: none;
}

#nav li:hover ul, #nav li.over ul {
	position: absolute;
	top: 40px; /* was 45px */
	left: 0 !important;
	left: -40px;
	width: 110px !important;
	display: block;
	height: auto;
	padding: 20px 0 0 0;
	border-left: 1px  #CFEDCF solid; /* was 1px #fff solid, */
	border-bottom: 1px #000 solid; /* was: border-bottom: 1px #fff solid; */
	z-index: 10;
}

#nav li:hover ul li, #nav li.over ul li {
	/* border-right: 1px #000 solid; was border-right: 1px #fff solid; */
	/* border-top: 1px #000 solid; was border-top: 1px #fff solid; */
	padding: 0;
	margin: 0;
	display: block;
	background-color: #000;
	width: 109px;
	height: auto;
}

#nav li:hover ul li a, #nav li.over ul li a {
	display: block;
	color: #CFEDCF; /* was #fff; */
	padding: 6px 5px; /* was 7px 5px; */ 
	line-height: normal;
	font-size: 16px;
	text-decoration: none;
	border: none;
}

#nav li:hover ul li a:hover, #nav li.over ul li a:hover, #nav li:hover ul li a.current, #nav li.over ul li a.current  {
	background-color: #000; 
	color: #7FCE7E; /* was: background-color:  #001818; */ 
}


/* headers */
h1 {	
	font-size: 1.88em; /* was 2.0em */
	font-weight: normal;
	font-family: 'Trebuchet MS';
	letter-spacing: 0.08em;
	padding: 0 0 12px 0; /*was 0 0 10px 0; */
	margin: 0;
	color: #aadea9;
}

h2 {	
	font-size: 1.4em;
	font-weight: normal;
	font-family: 'Trebuchet MS';
	letter-spacing: 0.08em;
	padding: 0 0 10px 0;
	margin: 0;
	color: #aadea9;
}

h3 {	
	font-size: 1.19em;
	font-weight: normal;
	font-family: 'Trebuchet MS';
	letter-spacing: 0.08em;
	padding: 2px 0 1px 0;
	margin: 0;
	color: #aadea9;
}

h1 a, h2 a, h3 a {
	border: none;
}

h1, h2, h3 {
	text-align: left;
}

/* new: links don't do anything */
a {
	color: #aadea9;
	text-decoration: none;
	border: none;
}

a:hover {
	color: #aadea9;
}

/* textlinks */
a.text {
	color: #aadea9; /* was color: #aadea9; color: #7FCE7E; */
	text-decoration: none;
	border: none;
}

a.text:hover {
	color: #aadea9; /* was color: #aadea9; color: #7FCE7E; */
	border-bottom: 1px #aadea9 dotted;
}

/* dark links */
a.dark {
	color: #001818;
	text-decoration: none;
	border: none;
}

a.dark:hover {
	color: #001818; 
	border-bottom: 1px #001818 dotted;
}

/* plain links */
a.plain, a.plain:hover {
	color: #aadea9;
	text-decoration: none;
	border: none; 
}
/* invisible links */
a.invisible, a.invisible:hover {
	color: #aadea9;
	text-decoration: none;
	border: none; 
	cursor: default; 
}

/* images */
a img { 			
	border: none;
}

img.left {
	padding: 3px;
	border: 2px #001818 solid;
	float: left;
	margin: 5px 5px 0 0;
}

img.right {
	padding: 3px;
	border: 2px #001818 solid; 
	float: right;
	margin: 5px 0 0 5px; /* margin new */
}

.clear {
	clear: both;
}

/* blockquotes */
blockquote {
    margin: 0 10px 6px 2px;
    padding: 0 0 0 22px;
    background: url(../images/quote.gif) no-repeat top left;
}

blockquote p {
    margin: 20px;
    text-indent: 3.6em;
    background: none;
}

cite {
    display: block;
    margin: 0 20px 40px 0;
    font-style: italic;
    text-align: right;
    background: none;
}

/* definition list as fake tables */
dl.table-display
{
width: 41.1em;
margin: 1em 0; /* was 2em 0: */
padding: 0;
}

.table-display dt
{
width: 6em; /* was 15em; */
float: left;
margin: 0 0 0 0;
padding: .5em; /* was 1em; */
border-top: 1px dotted #999;
color: #aadea9;
/* font-weight: bold; */
}

/* commented backslash hack for mac-ie5 \*/
dt { clear: both; }
/* end hack */

.table-display dd
{
float: left;
width: 18.8em; /* was 24em; */
margin: 0 0 0 0;
padding: .5em;
border-top: 1px dotted #999;
}

/* definition list for events */
 dl.event
{
margin: 1em 0; /*was 2em 0; */
padding: 0;
}

.event dt
{
position: relative;
left: 0;
top: 1.4em; /*was 1.1em; */
width: 11em;
color: #aadea9;
font-weight: bold;
}

.event dd
{
border-left: 1px solid #aadea9;
width: 19em; 
margin: 0 0 0 8em; 
padding: 0 0 .5em .5em;
line-height: 1.1em;
}

/* definition list for opera repertoire */
 dl.opera
{
margin: 1em 0; /*was 2em 0; */
padding: 0;
}

.opera dt
{
position: relative;
left: 0;
top: 2.9em; /*was 1.1em; */
width: 11em;
color: #aadea9;
font-weight: bold;
}

.opera dd
{
border-left: 1px solid #aadea9;
width: 19em; 
margin: 0 0 0 8em;
padding: 0 0 .5em .5em;
line-height: 1.1em; 
}

/* definition list for concerts repertoire */
 dl.concert
{
margin: 1em 0; 
padding: 0;
}

.concert dt
{
position: relative;
left: 0;
top: 2.9em; /* was 1.29em */
width: 19em;
color: #aadea9;
font-weight: bold;
}

.concert dd
{
border-left: 1px solid #aadea9;
margin: 0 0 0 12em; 
padding: 0 0 .5em .5em;
line-height: 1.1em; 
text-align: left; 
}

/* end of definition lists */



/* photo album */
	
/* .album a {
	display: block;
	float: left;
	position: relative;
	margin: 5px 5px 0 0;
	border: none;
} */
 
.album img {
	padding: 3px;
	border: 2px #001818 solid;
}

/* .album a span {
	display: none;
}

.album a:hover span {
	display: block;
	position: absolute;
	padding: 5px;
	font-size: 12px;
	border: 1px #aadea9 solid;
	background: #444;
} */

/* footer */
#footer {
	margin-top: 15px;
	color: #aadea9;
	padding: 5px 0;
	font-size: 11px;
}