
/* 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;margin:0px;padding:0px; background-color:#666; }

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;
}
a:link {color:#f3f; text-decoration:none;} 
a:visited{ color:#f3f;text-decoration:none;} 
a:hover {color:#f3f; text-decoration:none;}

@font-face {
    font-family: 'JollyLodger';
    src: url('JollyLodgerRegular.eot');
    src: url('JollyLodgerRegular.eot') format('embedded-opentype'),
         url('JollyLodgerRegular.woff2') format('woff2'),
         url('JollyLodgerRegular.woff') format('woff'),
         url('JollyLodgerRegular.ttf') format('truetype'),
         url('JollyLodgerRegular.svg#JollyLodgerRegular') format('svg');
}

@font-face {
    font-family: 'Allan';
    src: url('AllanRegular.eot');
    src: url('AllanRegular.eot') format('embedded-opentype'),
         url('AllanRegular.woff2') format('woff2'),
         url('AllanRegular.woff') format('woff'),
         url('AllanRegular.ttf') format('truetype'),
         url('AllanRegular.svg#AllanRegular') format('svg');
}


/* Text styling throughout the website*/




p
{
color:#000;
font-size:1.5em;
font-family:Allan;
margin:0.8em;
line-height:1.5em;
}


h1
{
font-family:JollyLodger;
font-size:2em;
margin:0.5em;
}


/* center the entire website  and define width*/
#website
{
position:relative;
max-width:62.5em; 
height:55em;
margin:0 auto; 
background-color:#fff;
box-shadow: 0px 0px 15px #000;
}






/* container within website enabling free positioning of elements within - not necessarily centered*/

#container
{
width:62.5em;
padding:0px;

}

#titlelogo
{
position:absolute;
left:22.5em;
top:0em;
margin:0em;
width:40em;



}

#menu 
{
position:absolute;
top:18.4em;
left:18em;
width:39em;
font-family:JollyLodger;
font-size:1.3em;
}

#menu li
{
display:inline;
padding:0.3em;
margin: 0px 0.2em 0.1em 0.1em;
background-color:#fef;
border: solid 1px #bbb;
box-shadow: 2px 2px 2px #aaa;
}
#menu li:hover
{

background-color:#eed;
}

#menusign
{

position:absolute;
top:16em;
right:1em;
font-family:JollyLodger;
font-size:1.5em;
color:#aaa;
}


#songlist li
{
font-family:Allan;
font-size:1.6em;
margin:1em;
text-shadow: 2px 2px 3px #aaa;
}

#underimagepanel
{
position:absolute;
top:26em;
left:22.5em;
width:40em;
height:27.5em;
background-color:#ede;
overflow:auto;
}





#facebookbox
{
position:absolute;
top:0px;
left:0px;
height:30em;
width:21em;
background-color:#ccc;
}


#bottombox{
position:absolute;
top:32em;
left:0;
height:21.5em;
width:21em;
background-color:rgba(255,255,255,0.5);
}

#lemonrockframe
{
height:75%;
position:absolute;
left:1em;
padding:0;
margin:0;
}


#photos img
{
width:40%;
display:inline;
margin:0.5em;
}

#audioplayer
{

}

#ytvid
{
display:relative;
width:20em;
float:right;
margin:1em;
}
#glampost
{
float:right;
width:40%;
}
