@charset "utf-8";
/* =INITIAL 
   v2.1, by Faruk Ates - www.kurafire.net
   Addendum by Robert Nyman - www.robertnyman.com */
/* Neutralize styling: 
   Elements we want to clean out entirely: */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
	font: 100%/120% Arial, Helvetica, sans-serif;
	}
/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 1em 0;
	padding: 0;
	}
/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {
	margin-left: 1em;
	}
/* Miscellaneous conveniences: */
form label {
	cursor: pointer;
	}
fieldset {
	border: none;
	}
/* Form field text-scaling */
input, select, textarea {
	font-size: 100%;
	}
body {
	background: #D3FFEE;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #996633;
	}
#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*background: #FFFFFF;*/
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	}
#header {
	background:  url(../graphics/logo_holly.gif) no-repeat top left;
	height:100px;
	}
#header #join {
	font-size: 14px;
	text-align: center;
	width:189px;
	float:right;
	background:#CCFFCC top;
	border: thin groove;
	height:80px;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	line-height: 1.30em;
	}
#container #header #join h2 {
	font-size: 14px;
}

#header #title {
	margin-left:335px;
	width:220px;
	text-align:center;
	float:left;
	display:inline;
	}
#header a {
	text-decoration: none;
	}
#header a:hover {
	text-decoration: underline;
	}
#header a:visited {
	color:#0000FF;
	}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size:20px;
	margin-top:15px;
	line-height: 1.5em;
	}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 275px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
	margin-top:15px;
	}
.sidebar1Content {
	background: url(../graphics/note3.gif) no-repeat .5em .5em;
	width: 240px;
	background-color: #CCFFCC;
	border: thin groove;
	font-size:14px;
	padding-top: 4px;
	padding-left:25px;
	padding-bottom:7px;
	padding-right:5px;
	margin-bottom: 10px;
	line-height: 1.3em;
	}
.rightAlign {
	text-align: right;
}

.sidebar1Content a {
	text-decoration: none;
	}
.sidebar1Content a:hover {
	text-decoration: underline;
	}
.sidebar1Content a:visited {
	color:#0000FF;
	}
#sidebar1 h2, h3 {
	font-size:14px;
	}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 185px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #CCFFCC; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 15px; /* padding keeps the content of the div away from the edges */
	border: thin groove;
	margin-top:15px;
	font-size:14px;
	line-height: 1.5em;
	}
#sidebar2 a {
	text-decoration: none;
	}
#sidebar2 a:hover {
	text-decoration: underline;
	}
#sidebar2 a:visited {
	color:#0000FF;
	}
#sidebar2 h2, h3 {
	font-size:14px;
	}
#mainContent {
	margin-left: 286px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	margin-right:211px;
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	}
.mainContentTitle {
	height: 40px;
	width: 273px;
	border: thin groove;
	background-color:#BBDBE6;
	font-size:18px;
	text-align:center;
	font-weight:bold;
	margin-top:15px;
	padding-top:7px;
	}
.latest {
	width: 275px;
	height: 100%;
	text-align: center;
	color: #996633;
	background-color: #d3ffee;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	padding:0px;
	overflow:hidden;
	}
.smaller {
	font-size: smaller;
}

.mainContentHeader {
	background-color:#BBDBE6;
	border:thin groove;
	height:45px;
	width: 272px;
	font-size:13px;
	font-weight:bold;
	text-align:center;
	display:block;
	}
.latest a {
	text-decoration: none;
	}
.latest a:hover {
	text-decoration: underline;
	}
.latest a:visited {
	color:#0000FF;
	}
.latest p.composerDetails {
	background-color:#D3FFEE;
	font-size: 12px;
	text-align: left;
	line-height: 1.5em;
	margin-right: 2px;
	margin-left: 115px;
	}
.latest img {
	float: left;
	margin-bottom:10px;
	margin-left: -115px;
	}
#footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color:#D3FFEE;
	text-align:center;
	}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	}
#footer img {
	border:0;
	}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	}
.title {
	font-variant: small-caps;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	}
.sitelinks {
	font-size: 12px;
	height:15px;
	}
.foreignLiens {
	padding-left: 160px;
	font-size:12px;
	}
.foreignLink {
	padding-left: 200px;
	font-size:12px;
	}
.foreignVinculos {
	padding-left: 120px;
	font-size:12px;
	}
#adback {
	margin-left:324px;
	vertical-align: middle;
	text-align: center;
	width: 447px;
	height: 84px;
	background: url(../graphics/adbackgroung.gif) no-repeat top left;
	float:left;
	display:inline;
	}
#adback h1 {
	font-size: 32px;
	}
#genContent {
	margin-top:10px;
	width:760px;
	border: 5px double #BBDBE6;
	}
#genTitle {	
	background-color:#BBDBE6;
	height:35px;
	}
#genTitle h2 {
	font-size:20px;
	text-align:center;
	line-height:1.5em;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	}
#genDetails {
	margin: 0;
	padding: 10px;
	background-color:#CCFFCC;
	}
#genDetails p {
	text-align:justify;
	line-height:1.3em;
	}
#genDetails h2 {
	font-size:15px;
	}
#genDetails h3 {
	font-size:14px;
	}
#genDetails a {
	text-decoration: none;
	}
#genDetails a:hover {
	text-decoration: underline;
	}
#genDetails a:visited {
	color:#0000FF;
	}
.lang {
	border: thin solid #FFFFFF;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
	font-size:14px;
	font-weight:300;
	vertical-align: middle;
	text-decoration:none;
	}
#genContent p img {	
	vertical-align: bottom;
	}
#genContent .center {
	text-align:center;
	}
#genContent .bold {	
	font-weight:bold;
	}
#genContent .right {	
	text-align:right;
	}
#footer a {
	text-decoration: none;
	}
#footer a:hover {
	text-decoration: underline;
	}
#footer a:visited {
	color:#0000FF;
	}
#sibelius {
background-color:#ffffff;}

#sibeliusContent h1 {
	font-size: 21px;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	margin: 0;
	margin-bottom: 25px;
	font-weight: 400;
	}
.centerAlign {
	text-align: center;
}
.smaller {
	font-size: smaller;
}


#sibeliusHeader {
	background-color:#D3FFEE; 
	height:50px;
	}
#sibeliusFooter {
	background-color:#D3FFEE; 
	height:75px;
	}
#sibeliusHeader input {
	font-size:12px;
	}
	
#container .cardindex {
	background-color: #BBDBE6;
	text-align: center;
	display: block;
	border: thin groove;
	font-weight: bold;
	padding: 5px;
}
#container .sheetMusic {
	background-color: #D3FFEE;
	float: left;
	width: 435px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 7px;
}
#container .sheetMusic h2 {
	font-weight: 400;
	background-color: #CCFFCC;
	display: block;
	border: thin groove;
	padding: 5px;
	font-size: 16px;
}
.composerRight {
	background-color: #CCFFCC;
	float: right;
	width: 160px;
	margin-top:15px;
	padding:0;
	margin-right: 10px;
}
#container .composerRight h2 {
	font-weight: 500;
	background-color: #BBDBE6;
	display: block;
	border: thin groove;
	padding: 5px;
	font-size: 15px;
	margin:0;
	margin-top:1px;
}
#container .composerRight h3 {
	font-weight: 500;
	background-color: #CCFFCC;
	display: block;
	border: thin groove;
	padding: 5px;
	font-size: 13px;
	margin:0;
	margin-top:1px;
}
.composerLeft {
	background-color: #CCFFCC;
	float: left;
	width: 161px;
	margin:0;
	margin-top:15px;
	padding:0;
}
.composerLeft h2 {
	font-weight: 500;
	background-color: #BBDBE6;
	display: block;
	border: thin groove;
	padding: 5px;
	font-size: 15px;
	margin:0;
	margin-top:1px;
}
.composerLeft h3 {
	font-weight: 500;
	background-color: #CCFFCC;
	display: block;
	border: thin groove;
	padding: 5px;
	font-size: 13px;
	margin:0;
	margin-top:1px;
}


#container .sheetMusic .instrument {
	float: left;
	margin-right: 15px;
}
.rightAlign {
	float: right;
}
.leftAlign {
	float: left;
}
#adbackComposer {
	margin-left:324px;
	vertical-align: middle;
	text-align: center;
	width: 447px;
	height: 84px;
	background: url(../graphics/adbackgroung.gif) no-repeat top left;
	float:left;
	display:inline;
	}
#adbackComposer h1 {
	font-size: 22px;
	margin:0;
	}
.firstPage {
	border: thin groove;
	background-color: #CCFFCC;
	padding: 5px;
	width:755px;
	font-size:13px;
	margin-top:15px;
}
.hr {
	
	height:1px;
	color:#C0C0C0;
}
