@import url("reset.css");

#warning {
	width: 100%;
	padding: 5px 0 5px 0; 
	background-color: #FFBFBF; 
	color: #b30000;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	border-bottom: 2px solid #ff5555;
	float: left;
}

#container {
	width: 900px;
	margin: 0 auto;
}

#header {
	width: 100%;
	height: 50px;
	background-color: #5e6e94;
}

#header a {
	color: inherit;
	text-decoration: none;
}

#header h1 {
	font-size: 1.1em;
	font-family: "Trebuchet MS",sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	float: left;
	padding: 5px;
	margin-right: 50px;
	color: white;
}

#header ul {
	float: right;
}

#header ul li {
	float: left;
	cursor: pointer;
}

#header ul li span {
	margin: 10px;
}

#home {
	color: #9eaed4;
	font-size: 0.8em;
	text-transform: lowercase;
	display: none;
	width: 30px;
	float: left;
}

.menu {
	float: right;
	width: 500px;
}

#signup {
	background-image: url(../img/signup.gif);
	width: 100px;
	height: 50px;
	float: right;
	text-indent: -9000px;
}

#library {
	background-image: url(../img/library.gif);
	width: 150px;
	height: 50px;
	float: right;
	text-indent: -9000px;
}

#purchase {
	background-image: url(../img/credits.gif);
	width: 120px;
	height: 50px;
	float: right;
	text-indent: -9000px;
}

#freebies {
	background-image: url(../img/freebies.gif);
	width: 100px;
	height: 50px;
	float: right;
	text-indent: -9000px;
}

#library:hover, #signup:hover, #purchase:hover, #freebies:hover {
	background-position: 0 50px;
}

#search {
	background-color: #d5d3bf;
	padding-top: 15px;
	padding-left: 15px;
	min-height: 35px;
}

#search input[type=text], #content input[type=password], #content input[type=text] {
	font-size: 14pt;
	width: 248px;
	margin: 5px;
	padding: 2px;
	border: 1px solid #d5d3bf;
}

#search input[type=submit] {
	width: 100px;
	height: 35px;
	background-color: #d5d3bf;
	margin: 5px;
	color: #35331f;
	font-size: 12pt;
	font-weight: bold;
	border: 0;
}

#search input[type=submit]:active {
	background-color: #e5e3cf;
}

#content textarea {
	font-size: 14pt;
	border: 1px solid #d5d3bf;
	margin: 5px;
}

#search div {
	background-color: #f5f3df;
	width: 350px;
	float: left;
}

#search .menu {
	background-color: inherit;
	float: right;
	width: 500px;
}

#search .menu ul li {
	float: left;
	margin: 0 5px 0 0;
	background-color: white;
	padding: 9px;
	border-top: 1px solid #c5c3af;
	border-left: 1px solid #c5c3af;
	color: #95937f;
}

#search .menu ul li:hover {
	background-color: #f5f3df;
	cursor: pointer;
}

#search .menu a {
	color: inherit;
	text-decoration: none;
}

#content {
	padding-top: 30px;
	clear: both;
}

#content h1 {
	font-family: "Georgia","Times Ten","Times","Times New Roman",serif;
	font-size: 1.3em;
	color: #35331f;
}

#content h4 {
	font-size: 1.0em;
	color: #222;
	margin: 5px 0px;
}

#content hr {
	border: 0;
	border-top: 1px solid #aaa;
	margin: 5px 0 5px 0;
}

#content p {
	font-size: 0.8em;
	line-height: 1.2em;
}

#content input[type=radio] {
	margin: 10px 0 0 10px;
}

#footer {
	min-height: 100px;
	border-top: 1px solid #ccc;
	background-color: #5e6e94;
	float: left;
	width: 100%;
	margin-top: 30px;
	color: #aebee4;
}

#footer div {
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	border-top: 1px dashed #4e5e84;
	width: 90%;
}

#footer p {
	font-size: 0.7em;
	text-align: center;
}

#footer a {
	color: #aebee4;
}

#footer a:hover {
	color: #8e9ec4;
}

.composers a, .members a {
	color: inherit;
	text-decoration: none;
}

.composers ul li, .members ul li {
	font-size: 1.1em;
	padding: 5px 0 5px 0;
	color: #222266;
}

.composers ul li:hover {
	padding-left: 5px;
}

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.btn, a.btn:visited {
    background: transparent url('../img/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.btn span {
    background: transparent url('../img/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.btn:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.btn:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

.download h3, .member h3, #content h3 {
	font-family: "Georgia","Times Ten","Times","Times New Roman",serif;
	color: #333;
	margin-bottom: 5px;
}

.download, .member {
	clear: both;
	padding: 7px;
}

.odd {
	background-color: #e5e3cf;
}

.clear {
	width: 100%;
	clear: both;
	height: 1px;
}

.message {
	padding: 10px; 
	background-color: #ff4444; 
	color: #330000; 
	border: 1px solid #bb0000;
	margin-right: 10px;
	margin-bottom: 15px;
	clear: both;
}

a, a:active, a:visited {
	color: #222266;
}

small {
	font-size: smaller;
}

label.top {
	vertical-align: top;
}

.gray {
	color: #555;
}

.red {
	color: #bb0000;
}

.strike {
	text-decoration: line-through;
}

#content .dotted {
	border: 0;
	border-top: 1px dashed #ccc;
}

.error-message {
	background-image: url(../img/exclamation.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	background-color: white;
	padding: 10px 5px 10px 25px;
	font-size: 1.0em;
	color: #bb0000;
	border-top: 2px solid #aa9999;
	border-bottom: 2px solid #aa9999;
	margin-bottom: 10px;
	
}

#content .form-error[type=text], #content .form-error[type=password] {
	border: 1px solid #bb0000;
}

input#Website {
	display: none;
}

.pagination {
	clear: both;
	float: right;
	margin: 10px 0 10px 0;
	font-size: 11px;
}

.pagination .left {
	margin-right: 25px;
}
