@charset "UTF-8";
/* CSS Document */
body{
	font-family:Comic Sans,Comic Sans MS,cursive, tahoma, verdana, arial, sans-serif;
	background:url(../img/bg_wood.jpg) 0 0 repeat fixed;
	font-size:0.8em;
	font-weight: bold;
}

* {
	margin: 0;
	padding: 0;
}

#wrapper{
	width:800px;
	margin:0 auto;
	padding-bottom:15px;
}

.txt{
	padding:15px;
}

.title{
	margin:0 0 0 15px;
}

.left{
	float:left;
}
.right{
	float:right;
}
.strike {
	text-decoration: line-through;
}
.clearfloat {
	clear: both;
}	

.img_margin{
}

h1, h2, h3, p {
	padding: 10px 0;
}

#header h1 {
	padding: 0 !important;
}

h1 {
	font-size: 2.2em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.4em;
}

h4 {
	font-size: 1em;
}

/* ----------------- */
/*       HEADER      */
/* ----------------- */

	#topBlurb {
		color: #683A06;
		background-color: #F6B100;
		font-size: 1.4em;
		z-index: 1000;
		padding: 5px 10px;
		font-weight: bold;
	}

	#header h1{
		width:800px;
		height:320px;
		background:url(../img/header.png) 0 0 no-repeat;
		overflow:hidden;
		text-indent:-999px;
	}
	
/* ----------------- */
/*      MENU         */
/* ----------------- */

	#menu {
		background: url("../img/bg_menu.jpg");
	}

	#menu ul{
 		width:790px;
		height:49px;
		padding:0 0 0 10px;
	}
		
	#menu ul li{
		display:inline;
	}
			
	#menu ul li a{
		color:#714328;
		text-decoration:none;
		font-size:1.5em;
		font-weight:bold;
		display:block;
		float:left;
		padding:8px;
		margin:0 15px 0 0;
	}
				
	#menu ul li a:hover{
		background:#D50C12;
		color:#F6AA00;
		text-decoration:underline;
	}
/* ----------------- */
/*      CONTENT      */
/* ----------------- */

	#content {
		background:#FFF;
		color:#471F0A;
		padding-bottom:15px;
		margin: 8px 0 0 0;
		padding: 10px 10px 30px 10px;
		min-height: 400px;
	}

	#content p {
		font-family: tahoma, verdana, arial, sans-serif;
	}

	.poll {
		background-color:#B3E4FF;
		border:4px outset #03655C;
		padding:5px 15px 15px;
		width:194px;
	}
	.poll .question {
		font-size: 110%;
		margin-bottom: 10px;
	}

	.contentRow {
		width: 100%;
		margin-bottom:20px;
	}
	
				
	#barryLive {
		width:280px;
		height:480px;
		background:url(../img/seebarryplay.jpg) 0 0 no-repeat;
		float:left;
	}
				
	#barryLive .overText {
		width: 260px;
		padding: 10px;
		font-size: 1.2em;
		margin: 81px 0 0 0;
		color: #fff;
		float: left;
	}
	#barryLive .overText span, #barryLive .more a {
		background-color: #6D6D6C;
	}
				
	#barryLive .more {
		color: #fff;
		display: block;
		padding: 10px;
		font-size: 1.4em;
		font-weight: bold;
	}
	#barryLive  a {
		color: #fff;
	}
	
	#barryLive  a:hover{
		color: #F6AA00;
	}
	
	#rightCol{
		width:488px;
		height:500px;
		float:right;
		margin-left:10px;
	}	
		
	#rightCol h3{
		padding:25px 0 0 15px;
	}
		
	#rightCol p{
		font-size:0.9em;
		padding:16px;
	}	
		
/* ----------------- */
/*       FOOTER      */
/* ----------------- */

		#footer {
			color:#F3B200;
			font-size:1.2em;
			text-align:center;
			padding:15px;
		}
		
			#footer ul{
				margin:0 0 10px 0;
			}
		
				#footer ul li{
					display:inline;
					margin:0 5px;
				}

					#footer ul li a{
						color:#fff;
						text-decoration:none;
					}
					
					#footer ul li a:hover{
						color:#FF0000;
						text-decoration:underline;
					}
				
			#footer p{
				display:inline;
				padding:5px;
				font-weight:bold;
			}	
	
/* ----------------- */
/*     CLEARFIX      */
/* ----------------- */	
	
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
	.clearfix {display:block;}
/* End hide from IE Mac */

