@charset "UTF-8";
/* CSS Document */

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

html {
	background: url(images/beer_background.jpg) repeat-x;
	background-color: #fdd127;
}

body {
	font: 12px/165% 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	margin: 0; 	padding: 0;
	text-align: center;
}

/* Links */
a, a:visited {
	text-decoration: none;
	color: #8dc641;	
}
a:hover {
	color: #8dc641;
	border-bottom: 1px dotted #438800;
}

/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', Helvetica, Tahoma, Arial, Sans-serif;
	color: #2976a2;
}
h1 {
	font-size: 3.1em;	
	letter-spacing: -2px;
	line-height: 30px;
	padding: 15px 10px 5px 0px;	
}
h2 {
	font-size: 2em;
	color: #2976a2;
	padding: 20px 10px 5px 0px;	
}
h3 {
	font-size: 1.7em;	
	font-weight: normal;
	padding: 20px 10px 5px 0px;		
}

p, dl { padding: 10px; margin: 0; }

ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}
ul { list-style: none; }

dt {
  font-weight: bold;
  color: #2976a2;
}
dd {
  padding-left: 25px; 
}

/* ------------------------------------------
   LAYOUT
------------------------------------------- */ 
#wrapper {
	width: 800px;	
	margin: 0 auto;
	text-align: left;
	background: #000000;		
}
#content-wrap {
	clear: both;
	width: 800px;	
	float: left;	
	padding-top: 0px;
	padding-bottom: 0px;	
	background: url(midline.gif) repeat-y 600px 0;	
	border-top: 0px solid #121212;
	border-bottom: 1px solid #121212;
	background: #000000;
}
#header {
	position: relative;
	width: 800px;	
	height: 70px;	
	margin: 0; padding: 0;
	background: #000000;		
}
#header h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 65px 'Trebuchet MS', Tahoma, Helvetica, Arial, Sans-serif;
	letter-spacing: -1.5px;
	color: #F8F8F8;
	text-decoration: none;
	text-transform: none;
		
	/* change the values of top and left to adjust the position of the logo*/
	top: 125px; left: 25px;	
	}
	
/*  Navigation  */
#navbar {
	position: absolute;
	margin: 0; padding: 0;		
	height: 50px;
	left: 5px;	top: 20px;			
}
#navbar ul {
	float: left;
	list-style: none;
	height: 50px;
	margin: 0 0 0 5px; padding: 0;	
	display: inline;
}
#navbar ul li {
	display: inline;
	margin: 0; padding: 0;
}
#navbar ul li a {
	float: left;
	margin: 0;	padding: 0 12px;
	font: bold 13px/50px 'Trebuchet MS', Helvetica, Arial, Geneva, sans-serif;
	text-decoration: none;	
	color: 8dc641;	
	text-transform: uppercase;
}
#navbar ul li a:hover, 
#navbar ul li a:active {
	color: #eee;
	background: none;
	border: none;
}
#navbar ul li#current a {	
	color: #D33972;	
}


/* RIGHT CONTENT */
#right-content {
	float: right;
	width: 520px;
	padding: 0px 20px 0 0px; margin: 0 0 0 10px;
	display: inline;
	background: #000000;
}
#right-content h2 {
	padding: 5px 12px;
	margin: 15px 5px 10px 5px;
	font: bold 2.4em 'Trebuchet MS', Helvetica, Arial, sans-serif;				
	color: #2976a2;
	border-bottom: 1px solid #121212; 
	background-image: url(pattern.gif);	
}
#right-content h2 a {
	color: #2976a2;
	text-decoration: none;		
	border: none;		
}
#right-content ul li {
	list-style-image: url(bullet.gif);
}

/* ENTERTAINMENT */

.entertainment {
	background: #121212;
	border-bottom: 1px solid #333333;
	border-top: 1px solid #333333;
}

/* SPONSORSHIP PACKAGE */
.sponsorship a {
	display: block;
	background: #45d5e6;
	border: #00CCFF solid 1px;
	padding: 10px;
	width: 40%;
	color: #006465;
}

.sponsorship a:hover {
	display: block;
	background: #45d5e6;
	border: #00CCFF solid 1px;
	padding: 10px;
	width: 40%;
	color: #FFF;
}

/* LEFT CONTENT */	
#left-content {
	float: left;
	width: 232px;
	padding: 0; margin: 0px 18px 0 0;		
	display: inline;
	background: #8DC641;	
}	
#left-content h3 {
	padding: 5px 12px;
	margin: 15px 5px 10px 0;
	font: bold 2.4em 'Trebuchet MS', Tahoma, Helvetica, Arial, sans-serif;				
	color: #45D5E6;
	border-bottom: 1px solid #121212; 
	background-image: url(pattern.gif);		
}
#left-content ul.sidemenu {
	text-align: left;
	margin: 20px 5px 20px 0px; 
	padding: 0;		
	border-top: 1px solid #111;		
}
#left-content ul.sidemenu li {
	list-style: none;
	padding: 8px 10px;
	margin: 0;		
	border-bottom: 1px solid #111;
}
* html body #left-content ul.sidemenu li {
	height: 1%;
}
#left-content ul.sidemenu li a {
	text-decoration: none;	
	border: none;
	color: #666666;
	font-weight: bold;		
	font-family: 'Trebuchet MS', Tahoma, Helvetica, Arial, Sans-serif;
	font-size: 14px;		
}
#left-content ul.sidemenu li a span {
	color: #444;	
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-style: italic;
	font-weight: normal;	
	font-size: 11px;
}
#left-content ul.sidemenu li a:hover,
#left-content ul.sidemenu li a:hover span {	
	color: #fff;	
}
#left-content ul.sidemenu ul { margin: 0 0 0 5px; padding: 0; }
#left-content ul.sidemenu ul li { border: none; }
	
/* footer */
#footer {
	clear: both;
	padding: 1em 0 2.5em 0;
	background: #010000;
	color: #4E4E4E;
	width: 100%;
	float: left;		
	border-bottom: 60px solid #010000;	
}
#footer a {	
	color: #2976a2;
	border: none;
}
#footer a:hover {
	color: #fafafa;
}
#footer .rssfeed {
	background: url(rss.gif) no-repeat left 1px;
	padding-left: 17px;
}
#footer-left {
	float: left;
	width: 70%;
}
#footer-right {
	float: right;
	width: 25%;
}

/* CONTENT */

#main-poster {
	background: url(images/Festival_Of_Beers_800x800.jpg);
	width: 800px;
	height: 760px;
}



/* alignment classes */
.float-left  { 
	float: left;
	border: 7px solid #333333;
	margin-right: 10px;
	margin-bottom: 10px;
}
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }