/*Brundibar Arts Festival Website General Stylesheet*/


/* =================== Main Styles ============================= */
@import url(https://fonts.googleapis.com/css?family=Special+Elite);

	body {
	
	background: 		#fff;
	margin: 		0;
	
	padding: 		0;
	
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	
	font-size: 		90%;
	background-image:	url("../images/Tyneside.png");
	background-repeat:	no-repeat;
	background-position: 	center top; 
	}

	.container {

	width: 			1100px; 	
	overflow: 		hidden; 
	margin-right: 		auto;
	
	margin-left: 		auto;
	
	margin-top: 		0px;

	/* background: 		#FFFFFF; 
	border:			1px solid #000000;*/

	
}

	.container-top {
	margin:			0px 20px 0px 20px;
	width:			1060px;
	height:			353px;
	}

	.container-logo {
	float:			left;
	margin:			0px 20px 60px 50px;
	width:			451px;
	height:			182px;
	}

	.container-contact {
	float:			left;
	margin:			0px 0px 60px 0px;
	width:			530px;
	height:			182px;
	}

	.container-email {
	margin:			20px 0px 5px 225px;
	width:			300px;
	height:			50px;
	}

	.container-tickets {
	background: 		#e7f7f7;
	margin:			0px 0px 0px 300px;
	padding:		5px 2px 5px 5px;
	width:			200px;
	height:			22px;
	border: 		1px solid #8c1e2e;
	}



	.heading-bar {
	clear:			both;
	width:			1000px;
	height:			50px;
	margin:			5px 0px 20px 0px;
	padding: 		0px 0px 0px 40px;
	}

	.heading-bar h3 {
	color:			#8c1e2e;
	}

	.no-float {
	clear:			both;
	}

	h1, h2, h3, h4, h5, h6, p {
	margin-top:		0;
	}

	h1 {
	font-size:		30px;
	line-height:		1;
	margin-top:		0;
	color:			#000;
	}

	h1b {
	font-size:		30px;
	line-height:		1;
	margin-top:		0;
	color:			#0000FF;
	}

	h2 {
	font-size:		18px; 
	line-height:		1.2;
	margin:			0;
	padding:		0;
	color:			#00897f;
	}

	h3 {
	font-size:		24px; 
	line-height:		1;
	margin-top:		0;
	color:			#000;
	color:			#00897f;
	}

	h4 {
	font-size:		14px;
	line-height:		1;
	margin:			0;
	padding:		0;
	color:			#8c1e2e; 
	}

	h5 {
	margin-top:		0;
	font-family: 		'Caveat', cursive;
	font-size:		24px; 
	font-weight:		normal;
	line-height:		1.5;
	color:			#000;
	}

	h6 {
	font-size:		16px;
	line-height:		1;
	margin-top:		0;
	margin-bottom:		5px;
	color:			#000;
	}

	p {
	font-size:		14px; 
	line-height:		1.5;
	color:			#000;
	}

/* ===================End Main Styles ========================= */


/* =================== Nav Bar Styles ========================== */

	ul {
    	list-style-type: 	none;
    	margin: 		0;
    	padding: 		0;
	}

	#navigation_container {
	float: 			left;

	margin:			40px 0px 10px 0px;	
   	/* width: 		1025px; */
	width: 			1200px;
	height:			48px;
	/*background: 		#298bcc; */
	}

	#navigation {
   	/* width: 		1025px; */
	width: 			1200px;
	list-style-type:	none;
	margin:			0;
	padding:		0;
	overflow: 		hidden;
	}

	#navigation li {
	float: 			left;
	margin:			2px 15px 2px;
	}

	#navigation a {
    	display: 		block;
    	width: 			auto;
    	text-align: 		center;
	font-size:		16px;
	}

	#navigation li a:link, a:visited {
    	display: 		block;
    	width: 			auto;
    	font-weight: 		bold;
    	color: 			#0483d6; /* MedBlue */
    	text-decoration: 	none;
        margin-top: 		2px; 
	margin-bottom:		2px;
	}

	#navigation li a:hover, a:active {
    	color: 			#8c1e2e; /*DeepRed */
	}

	#navigation li a:hover {
        margin-top: 		2px;
	margin-bottom:		2px;
	} 

	#navigation li#thispage a {
	color: 			#8c1e2e; /* DeepRed */
        margin-top: 		2px;
	margin-bottom:		2px;
	}


	.sub-menu {
    	display: 		none;
    	position: 		absolute;
    	z-index: 		1;

	}

	.sub-menu a {
	margin: 		1px 0px 1px 30px;
	padding: 		4px 4px 4px 4px;
	background-color:	#c6dde7;
	}


	#navigation :hover .sub-menu {
	 display: 		inline;
	}






/* ===================== End Nav Bar Styles ===================== */

	.container-top .container-tickets {
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size: 		18px;
	font-weight:		bold;
	text-align: 		left;
	}

	.container-top .container-tickets a:link {
    	color: 			#0483d6; /* MedBlue */
    	text-decoration: 	none;
	}

	.container-top .container-tickets a:hover, a:active {
    	color: 			#8c1e2e; /*DeepRed */
    	text-decoration: 	none;
	}



/* =================== Main Content Styles ========================== */

	.main-content {
	width:			1060px;
	margin:			20px 20px 5px 20px;
	min-height:		500px;	
	clear:			both;
	}


/* =================== End Main Content Styles ========================== */


/* ===================== Footer Styles =========================== */
	.footer-container {
	margin: 		5px 20px 20px 20px;
	
   	width: 			1058px;
	height:			250px;
	text-align: 		left;
	/* white-space: 		nowrap; 
	overflow: 		hidden; */
	}

	.footer-content {
	width:			1056px;
	height:			auto;
/*	display: 		inline-block;  */
	vertical-align: 	middle;
	padding:		5px 10px 20px 10px;
	}

	.footer-content {
	*display: 		inline;
	*margin: 		0 20px 0 20px;
	}

	.footer-content .quote {
	font-family: 		'Special Elite', serif;
	font-size:		20px; 
	font-weight:		bold;
	line-height:		1.0;
	color:			#000;
	}

	.footer-content .quote-author {
	font-family:		Arial, Helvetica, sans-serif;
	font-size:		16px; 
	font-weight:		normal;
	line-height:		1.5;
	color:			#000;
	}

	.footer-reg {
	width:			1056px;
	height:			auto;
	vertical-align: 	middle;
	padding:		20px 10px 20px 10px;	
	color: 			#045288;
	}

	.footer-quoteholder {
	width:			1055px;
	height:			auto;
	margin:			0px 0px 0px 0px;
	}


/* ===================== EndFooter Styles ======================== */

