/*
 * Stylesheet for classical.rhapsody.com
 * @author: Chua Chong Han
 */

/*
 * Root HTML elements
 */ 
 
html, body {
	padding: 0;
	margin: 0;
	height: 100%;
	font-weight: lighter;
	font-family: arial, helvetica, verdana, sans-serif;
	color: black;
	position: relative;
} 
 
h1 {
	font-size: 140%;
}

h2 {
	font-size: 130%;
}

h3 {
	font-size: 120%;
}

h4, h5, h6 {
	font-size: 110%;
}

a img {
	color: #660000;
	padding:5px;
	text-decoration: none;
    border-width: 1px;
    border-style: dotted;
	border-color: #660000;
}


a:link {
	color: #660000;
    text-decoration: none;
    border-bottom: #666666;
    border-width: 0px 0px 1px 0px;
    border-style: none none dotted none;
}

a:visited {
	color: #660000;
	text-decoration: none;
    border-bottom: #666666;
    border-width: 0px 0px 1px 0px;
    border-style: none none dotted none;
}

a:hover {
	color: #990000;
}

a:active {
	color: #412a0c;
}

p {

}

/*
 * Main layout elements
 */

#background {
	font-size: 0;
}
 
#background img {	
	width: 100%;
	height: 100%;
	position: fixed;
	_position: absolute;	
	top: 0px;
	_top: expression(eval(document.documentElement.scrollTop));
	left: 0px;
}

#content {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0px;
	left: 21px;
	z-index: 4;	
	width: 100%;
}

#content .videos_left{
	float:left;
	width:30%;
	padding:10px 0 0 0;
}

#content .videos_right{
	float:right;
	width:68%;
	padding:10px 0 0 0;
}

#content .images{
	text-align:center;
}

#header {
	background: transparent url(images/main_headerbg.png) repeat-x;
	height: 150px;
}

#logo img, #inner-logo img {
	float: right;	
	border: 0;
	padding: 0;
}

p img {
	float: left;
	border: 0;
	padding: 0;
	margin: 0 20px 10px 0;
}



/*
 * Front page
 */

#logo {
	padding: 0;
	margin: 0 80px 0 0;
}

#main {
	padding: 0;
	margin: 0 auto;
	width: 768px;	
	font-size: 20px;
}

#front-image {
	float: none;
	margin: 25px 0 0 0;
}

	/* Front page Navigation */
	
	#nav {
		padding: 0;
		margin: 40px;	
		font-size: 20px;	
	}
	
	#nav ul {
		margin: 0;
		padding: 0;
		list-style: none;	
	}
		
	#nav ul li{
		float: left;
		margin: 0;
		padding: 0 0 0 0;
		font-size: 20px;	
	}
	
	#nav ul li span {
		font-size: 20px;
		line-height: 1;
		height: 20px;
		font-family: Georgia,serif;
	}
	
	.divis {
	}
	
	.invis {
		display: none;
	}

/*
 * Inner Page
 */

#inner-main {
	clear: both;
	padding: 0;
	margin: 0 100px 0 140px;
}

#inner-main-nav {
	float: right;
	width: 80px;
	font-size: 16px;
}

#inner-main-content {
	margin: 0 120px 0 0;
	font-size: 12px;
	line-height: 130%;
}

.pressnumbers {
	font-size: 40px;
	line-height: 130%;
	color: #660000;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.title {
	border-bottom: 1px solid black;
}

.title h2 {
	font-size: 50px;
	line-height: 120%;
	font-family: Georgia,serif;
	display: inline;
}

.subtitle {
	font-size: 200%;
	font-family: Georgia,serif;
	line-height: 120%;
}

.listoflinks {
	line-height: 150%;
	font-size: 120%;
}

.footer {
	font-size: 12px;
	text-align: center;
	border-top: 1px solid black;
}
.footer_index {
	font-size: 12px;
	text-align: center;
	margin-bottom:50px;
}

.row:hover{ background-color: #F6F6F6; }

.table td {
	padding:5px 5px 5px 5px;
	vertical-align:top;
}

	/* Inner page Navigation */
	
	#inner-main-nav ul{
		margin: 0;
		padding: 0;
		list-style: none;	
	}
	
	#inner-main-nav ul li{
		text-align: right;
		margin: 0;
		padding: 0;
	}
	
	#inner-main-nav ul li span {
		font-size: 16px;
		line-height: 130%;
		font-family: Georgia,serif;
	}
