@charset "utf-8";

/* Layout */
html, body, #container { height: 100%; width:100%; margin: 0; padding: 0;}
body > #container { height: auto; min-height: 100%; font-family:"Maiandra GD"; min-width: 1000px; overflow: auto;}
html {min-width: 1000px; overflow:auto;}
/* Theme */
#footer { 
clear: both; position: relative; z-index: 10; font-family:"Maiandra GD"; font-size: small; font-weight:bold; background-color: transparent; color: black; text-align: center; height: 3em; margin-top: -4em;
}

/* Background Image */
#page-background{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:-1;
}

#mcontainer { height: 100%; width:100%; margin: 0; padding: 0;}
body > #mcontainer { height: auto; min-height: 100%; font-family:"Maiandra GD"; min-width: 1000px; overflow: auto;}


/* main.css */

#head {
	clear:both;
	left: 0%;
	top: 0%;
	width: 100%;
	font-family:"Maiandra GD";
}

#breadcrumbs {
	font-family:"Maiandra GD";
	font-weight:bold;
	text-decoration:none;
	color:red;
	font-size:x-small;
}

#breadcrumbs_active {
	font-family:"Maiandra GD";
	font-weight:bold;
	text-decoration:none;
	color:black;
	font-size:x-small;
}

#fbfeed{
	width:30%;
	float:left;
	clear:left;
	padding-left:1em;
	padding-bottom:3em;
	font-family:"Maiandra GD";
	font-weight:bold;
}
	
#content{
	width:65%;
	float:left;
	clear:right;
	padding-left:1em;
	padding-bottom:3em;
	font-weight:bold;
	font-family:"Maiandra GD";
	z-index: 10;
}

#lcontent{
	float:left;
	width:18%;
	padding-left:1em;
	padding-bottom:3em;	
	font-weight:bold;
	font-family:"Maiandra GD";
	z-index: 10;
}

#rcontent{
	float:left;
	width:47%;
	padding-left:1em;
	padding-bottom:3em;	
	font-weight:bold;
	font-family:"Maiandra GD";
	z-index: 10;
}

#lmcontent{
	float:left;
	width:35%;
	padding-left:1em;
	padding-bottom:3em;
	font-family:"Maiandra GD";
	/*overflow:auto; !important*/
	height:550px;
	overflow-y: scroll;
	z-index: 10;
}

#rmcontent{
	float:left;
	width:30%;
	padding-left:1em;
	padding-bottom:3em;
	font-weight:bold;
	font-family:"Maiandra GD";
	z-index: 10;
}


#logo{
	position:relative;
	float:left;
	left:0%;
	top:0%;
	width:15%;
}

#navul
{
	position:relative;
	float:left;
	list-style-type:none;
	margin:0;
	padding:0;
	overflow:hidden;
	top: 0px;
	z-index:2;
}

#hmenu{
display:inline;
float:left;
}

#hmenu a:link,a:visited
{
display:block;
font-weight:bold;
font-size:large;
font:"Maiandra GD";
color:red;
background-color:#000000;
opacity:.7;
text-decoration:none;
text-transform:uppercase;
padding-left:2%;
padding-right:2%;
}

#hmenu a:hover,a:active
{
background-color:yellow;
}

p
{
	font-size:small;	
	z-index:10;
}

h2{
	font-size:medium;
	z-index:10;
}

#fineprint{
	font-size:small;
	z-index:10;
}

#disclaimer{
	font-size:x-small;
	z-index:10;
}

a:link{
	text-decoration:none;
	color:red;
}

a:hover, a:active{
	text-decoration:none;
	color:#C60;
}

fieldset{
	border-color:transparent;
	z-index:10;
}

label {
	clear:left;
	float:left;
	width:6.2em;
	text-align:right;
	margin-right:.5em;
	font-size:small;
	position:relative;	
	z-index:10;
}

input {
	float:left;
	background-color:#FCD374;
	width:20%;
	position:relative;	
	z-index:10;
}

.inputleft {
	float:left;
	background-color: #FCD374;
	width:14em;
	z-index:10;
}

#button{
	float:left;
	clear:both;
	margin-left:6.6em;
	margin-top:.5em;
	width:14em;
	background-color: #FCD374;
	color:#FF0000;
	font-weight:bold;
	position:relative;	
	z-index:10;
}

#formResponse{
	font-family:"Maiandra GD";
	font-size:small;
	margin-left:6.5em;
	width:14em;
	color:red;
	position:relative;	
	z-index:10;
}

#playlist{
	height:200px;
	z-index:10;
	overflow-y: auto !important
        overflow-x: hidden !important
}

#Photo{
	border:thick;
	border-color:Black;
}