/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* END CSS RESET TAGS */

/* COLORS! 

http://colorschemedesigner.com/#2F11Tw0w0w0w0
4DDE00
55A62A
32900
7Aee3C
99EE6B



*/



body {
background-color: #453f37;
font-family: 'Playfair Display', serif;
background: url(desert_sun.png);
background-position: center;
background-attachment: fixed;
background-repeat: no-repeat;
background-color: black;
background-size: cover;
}
a
{
color: white;
}

div#header {
color: white;
width: 1300px;
height: 100px;
/*border: 1px solid gold;*/
margin: 0 auto;
margin-top: 20px;
background-image: url(Muse-words.png);
background-repeat: no-repeat;

}

div#header h1 {
float: left;
width: 450px;
margin: 0px;
padding: 0px;
/*border: 1px solid green;*/
font-size: 40pt;
padding-top: 10px;
display: none;

}

div#header h2 {
float: right;
width: 435px;
margin: 0px;
padding: 0px;
/*border: 1px solid blue;*/
font-size: 32pt;
font-style: italic;
margin-top: 2px;
text-align: center;

}
div#header h3 {
float: right;
width: 720px;
margin: 0px;
padding: 0px;
/*border: 1px solid blue;*/
text-align: right;
padding-right: 25px;
}

div#contentframe {
background-color:rgba(0,0,0,0.5);
width: 1300px;
border: 1px double #bd8d43;
margin: 0 auto;
margin-top: 15px;
height: 650px;
-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.5);
box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.5);
}
div#contentframe ul {


}

div#contentframe ul li {
display: inline-block;
margin: 15px;
border: 1px solid white;
}

div#contentframe ul li  a h4{
display: none;

}


div#footer {
width: 1300px;
margin: 0 auto;
color: white;
text-align: center;
margin-top: 5px;
}

div#footer h4 a {
color: white;
}
div#footer img {
float: left
}
div#footer h4 {

}



