/*
	STYLESHEET FOR INTERNATIONAL BEETHOVEN PROJECT - MAIN PORTAL PAGE


	COLORS
	Background Color: 	#faf7ee
	Dark Red: 			#841315
	Grey:				#555555
*/

/*
	CONTAINERS
*/
* {
	margin: 0;
}
html {
	font-family: helvetica, arial, sans-serif;
	height: 100%;
	background-color: #ACACAC;
}
body {
	background-color: #faf7ee;
	background-image: url(images/notes.png);
	background-repeat: no-repeat;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -63px; /* the bottom margin is the negative value of the footer's height */
	background-image: url(images/fade.png);
	background-repeat: repeat-x;
	background-position: left bottom;	
}
#vienna {
	height: auto;
	background-image: url(images/vienna.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#beethoven_head {
	min-height: 628px;
	width: 1025px;
	background-image: url(images/content.png);
	background-repeat: no-repeat;
}
#content {
	margin-left: 350px;
	padding-top: 15px;
	width: 600px;
}
/*
	HEADER
*/
#header {
	height: 109px;
	background-image: url(images/header_back.jpg);
	background-repeat: repeat-x;
	position: relative;
}
#header h1 a {
	display: block;
	height: 128px;
	width: 576px;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	text-indent: -999999px;
	position: absolute;
	top: 13px;
	left: 375px;
}
#head01 {
	height: 109px;
	background-image: url(images/head_01.jpg);
	background-repeat: no-repeat;
}
/*
	TYPOGRAPHY
*/
h2 a {
	text-decoration: none;
	font-size: 16px;
	font-weight: normal;
	color: white;
	text-shadow: -2px 2px 0px #841315;
}
h2 a:hover {
	color: #555555;
}
#head01 h2 a {
	position: absolute;
	left: 50px;
	top: 80px;
}
h3 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.3em;
	color: #555555;
	margin-bottom: 25px;
}
h3 a {
	font-weight: bold;
}
a {
	color:#555555;
	text-decoration: none;
}
a:hover {
	color: #841315;
}
#content ul li {
	font-size: 28px;
}
@font-face {
	font-family: 'HenryMorganHandRegular';
	src: url('fonts/HenryMorganHand.eot');
	src: local('HenryMorganHand'), local('HenryMorganHand'), url('fonts/HenryMorganHand.woff') format('woff'), url('fonts/HenryMorganHand.ttf') format('truetype'), url('fonts/HenryMorganHand.svg#HenryMorganHand') format('svg');
}
#script {
	font-family: 'HenryMorganHandRegular';
	font-size: 2.1em;
	position: relative;
	top: 13px;
}
@font-face {
	font-family: 'jr!handRegular';
	src: url('fonts/hand.eot');
	src: local('jr!hand'), local('Jrhand'), url('fonts/hand.woff') format('woff'), url('fonts/hand.ttf') format('truetype'), url('fonts/hand.svg#Jrhand') format('svg');
}
#hand {
	font-family: 'jr!handRegular';
	font-size: 1.5em;
	position: relative;
	top: 13px;
}
/*
	PORTAL LINKS
*/
#button_01 a, #button_02 a, #button_03 a {
	background-repeat: no-repeat;
	height: 66px;
	padding-top: 3px;
	padding-left: 75px;
	margin-bottom: 20px;
	font-weight: bold;
}
#button_01 a {
	background-image: url(images/button_01.png);
}
#button_02 a {
	background-image: url(images/button_02.png);
}
#button_03 a {
	background-image: url(images/button_03.png);
}
#button_01 a, #button_02 a, #button_03 a {
	background-position: top left;
}
#button_01 a:hover, #button_02 a:hover, #button_03 a:hover {
	background-position: 0 -72px;
}
#button_02 a:hover {
	color: #022F55;
}
#button_03 a:hover {
	color: #004B18;
}
#portal a {
	display: block;
}
ul#portal {
	margin-top: 60px;
	position: relative;
}
#portal li ul {
	display: none;
}
#portal li:hover ul {
	display: block;
	position: absolute;
	top: -50px;
}
ul#portal li#button_01 ul li {
	font-size: 18px;
	font-weight: bold;
	color: #841315;
	line-height: 1.2em;
}
ul#portal li#button_02 ul li {
	font-size: 18px;
	font-weight: bold;
	color: #022F55;
	line-height: 1.2em;
}
ul#portal li#button_03 ul li {
	font-size: 18px;
	font-weight: bold;
	color: #004B18;
	line-height: 1.2em;
}
ul#portal li ul li em {
	font-weight: bold;
}
/*
	NYC & STORE
*/
#store {
	margin-top: 30px;
	height: 139px;
	background-image: url(images/amazon_cd.png);
	background-repeat: no-repeat;
	background-position: 320px 3px;
}
#store p a {
	font-size: 28px;
	font-weight: bold;
	color: #841315;
	line-height: 1.2em;
	display: block;
}
#store p a:hover {
	color: #555555;
}
#nyc a {
	background-image: url(images/nyc.png);
	background-repeat: no-repeat;
	background-position: top;
	display: block;
	width: 506px;
	height: 90px;
	margin-top: 20px;
	padding-top: 30px;
	font-size: 19px;
	color: #555555;
	text-shadow: -2px 2px 0 white;
}
#nyc a:hover {
	background-position: 0 -132px;
	color: #841315;
}
#nyc_big {
	font-size: 44px;
	letter-spacing: 3px;
}
/*
	FOOTER
*/
.push {
	height: 63px; /* .push must be the same height as .footer */
	clear: both;
}
#footer {
	clear: both;
	height: 63px;
	width: 1000px;
	margin-left: 50px;
}
#footer h2 a {
	color: #841315;
	text-shadow: -2px 2px 0 white;
	font-size: 26px;
}
#footer h2 a:hover {
	color: #555555;
}
#footer hr {
	width: 1000px;
	border: solid 1px #841315;
	margin: 3px 0;
	clear: both;
}
#footer p {
	font-size: 11px;
	color: #555555;
}
#footer a {
	font-weight: bold;
	color: #555555;
	text-decoration: none;
}
#footer a:hover {
	color: #841315
}
ul#social li a {
	display: block;
	width: 24px;
	height: 24px;
	text-indent: -999999px;
}
li#facebook {
	background-image: url(images/facebook.png);
}
li#twitter {
	background-image: url(images/twitter.png);
}
li#rss {
	background-image: url(images/rss.png);
}
/*
	FLOATS
*/
.right {
	float: right;
}
.left {
	float: left;
}