/*
Theme Name: Aflac Outdoor Games
Theme URI: http://www.aflacoutdoorgames.com/
Description: The default WordPress theme for Aflac Outdoor Games.
Version: 1.0
Author: Drew Morris
Author URI: http://dmorris.axedio.net/
Tags: aflac, outdoor, games, white
*/

body {
	background-image: url("img/bg.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #ffe293;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
img {
	border: 0px;
}
img.preload {
	position:absolute;
	top: -5000px; 
	left: -5000px;
}
a {
	text-decoration: none;
	color: #64c8e5;
}
a:hover {
	color: #00a5d9;
}
td {
	vertical-align: top;
}


#container {
	display: block;
	width: 1115px;
}

table.top {
	width: 1115px;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
	table.top td {
		vertical-align: bottom;
	}
	table.top td.logo {
		width: 380px;
	}
	table.top td.countdown {
		width: 400px;
	}
		table.top td.countdown div.countdown_box {
			background-image: url("img/bg_countdown.png");
			background-repeat: no-repeat;
			background-position: top center;
			width: 265px;
			height: 99px;
			margin-bottom: 40px;
		}
			table.top td.countdown div.numbers {
				position: relative;
				top: 42px;
				left: 50px;
			}
			table.top td.countdown div.numbers span.pushright {
				margin-right: 52px;
				font-size: 20px;
				font-weight: bold;
				color: #d04122;
				font-family: Arial, Helvetica, sans-serif;
			}
	table.top td.date {
		width: 335px;
	}
		table.top td.date img {
			margin-bottom: 15px;
		}
		
table.menu {
	padding: 0px;
	margin: 0px;
}
	table.menu td {
		margin: 0px;
		padding: 0px;
		vertical-align: top;
	}
	table.menu a {
		-moz-opacity:0.7;
		-khtml-opacity: 0.7;
		opacity: 0.7;
	}
	table.menu a:hover {
		-moz-opacity:1.0;
		-khtml-opacity: 1.0;
		opacity: 1.0;
	}
	table.menu td.left {
		width: 401px;
	}
	table.menu td.middle {
		width: 452px;
	}
	table.menu td.right {
		width: 120px;
	}
		table.menu td.right a {
			margin: 2px 3px 2px 3px;
		}
		table.menu td.right span {
			position: relative;
			top: 10px;
			left: 8px;
		}
		
#breadcrumbs {
	margin: 10px 10px 10px 80px;
	text-align: left;
	color: #00a5d9;
}
	#breadcrumbs a {
		color: #00a5d9;
		font-weight: bold;
		font-size: 10px;
	}
	#breadcrumbs a:hover {
		color: #555555;
		font-weight: bold;
		font-size: 10px;
	}
	
table.content {
	width: 990px;
	text-align: left;
}
	table.content td.left {
		width: 560px;
	}
		table.content td.left h1 {
			font-size: 34px;
			color: #0d75a9;
			margin: 0px 0px -6px 0px;
			position: relative;
			z-index: 2000px;
		}
	table.content td.right {
		width: 430px;
	}
	table.content td.shadow img {
		margin-top: 40px;
		position: relative;
		left: -18px;
	}	
	
div.nav_container {
	position: relative;
	top: 10px;
	left: 19px;
	z-index: 2000;
}
	div.nav_container div.top {
		position: relative;
	}
		div.nav_container div.top img.arrow {
			float: left;
			position: relative;
			z-index: 500;
			left: -44px;
			top: 3px;
		}
		div.nav_container div.top h1 {
			position: relative;
			left: -40px;
			top: -4px;
		}
	div.nav_container #pic {
		width: 516px;
		min-width: 516px;
		max-width: 516px;
		height: 200px;
		min-height: 200px;
		max-height: 200px;
		padding: 0px;
		background-position: top left;
		background-repeat: no-repeat;
	}
		div.nav_container #pic.cycling {
			background-image: url("img/pic_cycling.jpg");
		}
		div.nav_container #pic.archery {
			background-image: url("img/pic_archery.jpg");
		}
		div.nav_container #pic.agility_dog {
			background-image: url("img/pic_agility-dog.jpg");
		}
		div.nav_container #pic.air_dog {
			background-image: url("img/pic_air-dog.jpg");
		}
		div.nav_container #pic.lumber_jack {
			background-image: url("img/pic_lumber-jack.jpg");
		}
		div.nav_container #pic.family_zone {
			background-image: url("img/pic_family-zone.jpg");
		}
		div.nav_container #pic.the_pig_bowl {
			background-image: url("img/pic_the-pig-bowl.jpg");
		}
		div.nav_container #pic.uptown_music {
			background-image: url("img/pic_uptown-music.jpg");
		}
		
		div.nav_container #pic ul.nav {
			width: 154px;
			list-style: none;
			margin: 0px;
			padding: 0px;
			position: relative;
			z-index: 100;
			top: -33px;
			left: -36px;
		}
			div.nav_container #pic ul.nav li {
				padding: 0px;
				margin: 0px 0px -3px 0px;
			}
				div.nav_container #pic ul.nav li a {
				}
				div.nav_container #pic ul.nav li a:hover {
				}
	div.nav_container div.bottom {
		width: 517px;
		height: 78px;
		background-image: url("img/left_nav_bottom.png");
	}
		div.nav_container div.bottom #icon {
			position: relative;
			top: -20px;
			left: 15px;
			width: 78px;
			height: 78px;
		}	
			div.nav_container div.bottom #icon.archery {
				background-image: url("img/icoL_archery.png");	
			}
			div.nav_container div.bottom #icon.cycling {
				background-image: url("img/icoL_cycling.png");	
			}
			div.nav_container div.bottom #icon.agility_dog {
				background-image: url("img/icoL_agility-dog.png");
			}
			div.nav_container div.bottom #icon.air_dog {
				background-image: url("img/icoL_air-dog.png");
			}
			div.nav_container div.bottom #icon.lumber_jack {
				background-image: url("img/icoL_lumber-jack.png");
			}
			div.nav_container div.bottom #icon.family_zone {
				background-image: url("img/icoL_family-zone.png");
			}
			div.nav_container div.bottom #icon.the_pig_bowl {
				background-image: url("img/icoL_the-pig-bowl.png");
			}
			div.nav_container div.bottom #icon.uptown_music {
				background-image: url("img/icoL_uptown-music.png");
			}
			
table.iconB {
	width: 370px;
	text-align: center;
}
	table.iconB img {
		display: block;
	}
	table.iconB a {
		font-size: 12px;
		font-weight: bold;
		color: #4c361e;
	}
	table.iconB a:hover {
		color: #8e6941;
	}
	
div.page_body {
	background-color: #ffffff;
	padding: 300px 0px 0px 0px;
	width: 537px;
	position: relative;
	top: -286px;
	left: -10px;
	z-index: -100;	
	margin-bottom: -260px;
}
	div.page_body div.content {
		padding: 0px 10px 40px 10px;
		line-height: 16px;
		color: #4c361e;
		font-size: 12px;
		font-family: Arial, Helvetica, sans-serif;
	}
		div.page_body div.content h2 {
			font-size: 14px;
			color: #00a5d9;
			margin: 15px 5px 5px 5px;
		}
		div.page_body div.content p {
			margin: 15px 15px 5px 25px;
			line-height: 16px;
			color: #4c361e;
			font-size: 12px;
			font-family: Arial, Helvetica, sans-serif;
		}
	
div.tweets {
	width: 395px;
	height: 271px;
	background-image: url("img/tweet_bg.png");
	margin: 70px 0px 0px -15px;
	text-align: center;
	background-repeat: no-repeat;
}
div.big_tweets {
	width: 395px;
	height: 617px;
	background-image: url("img/tweet_bg_big.png");
	margin: 70px 0px 0px -15px;
	text-align: center;
	background-repeat: no-repeat;
}
	div.big_tweets div.all_icons {
		width: 365px;
		height: 43px;
		background-image: url("img/all_bg.png");
		background-repeat: no-repeat;
		position: relative;
		top: 34px;
		left: 14px;
	}
		div.big_tweets div.all_icons a.all {
			color: #dcf0ff;
			font-size: 10px;
			font-weight: bold;
			position: relative;
			top: -5px;
		}
		div.big_tweets div.all_icons a.all:hover {
			color: #ffffff;
		}
		div.big_tweets div.all_icons span {
			position: relative;
			left: 5px;
			top: 6px;
		}
			div.big_tweets div.all_icons span a {
				margin: 2px 4px 2px 4px;
				-moz-opacity:0.7;
				-khtml-opacity: 0.7;
				opacity: 0.7;
			}
			div.big_tweets div.all_icons span a:hover {
				-moz-opacity: 1.0;
				-khtml-opacity: 1.0;
				opacity: 1.0;
			}
			
table.tweet_container {
	width: 360px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	padding: 40px 0px 0px 20px;
}
	table.tweet_container img.twitter_bird {
		position: relative;
		top: 10px;
	}

table.tweets td {
	width: 290px;
	height: 33px;
	background-image: url("img/tweets_bg.png");
	background-repeat: no-repeat;
	font-size: 10px;
	color: #005596;
	padding: 2px 0px 5px 20px;
	margin: 0px;
}
	table.tweets td a {
		color: #d2232a;
	}
	
div.twitpics_container {
	width: 383px;
	height: 68px;
	background-image: url("img/tweetpics_bg.png");
	padding: 8px;
	background-repeat: no-repeat;
	position: relative;
	left: 5px;
}
	div.twitpics_container a.arrow {
		position: relative;
		top: 10px;
	}
	div.twitpics {
		height: 60px;
		overflow: hidden;
		position: relative;
		top: -10px;
		width: 310px;
		left: 0px;
	}
		div.twitpics img {
			max-width: 100px;
			height: 50px;
			min-width: 50px;
			max-width: 50px;
			overflow: hidden;
			margin: 0px 5px 0px 5px;
		}
	
#sponsors {
	position: relative;
	left: 0px;
	width: 395px;
	margin: 20px 0px 0px 0px;
}
	#sponsors table.sponsors_block {
		width: 400px;
		height: 90px;
	}
		#sponsors table.sponsors_block td.left {
			width: 110px;
			min-width: 110px;
			max-width: 110px;
			height: 90px;
			min-height: 90px;
			max-height: 90px;
			overflow: hidden;
		}
		#sponsors table.sponsors_block td.right {
			width: 110px;
			min-width: 110px;
			max-width: 110px;
			height: 90px;
			min-height: 90px;
			max-height: 90px;
			overflow: hidden;
		}
	#sponsors #left_sponsor {
		width: 110px;
		min-width: 110px;
		max-width: 110px;
		height: 90px;
		min-height: 90px;
		max-height: 90px;
		overflow: hidden;
		background: none;
	}
	#sponsors #right_sponsor {
		width: 110px;
		min-width: 110px;
		max-width: 110px;
		height: 90px;
		min-height: 90px;
		max-height: 90px;
		overflow: hidden;
		background: none;
	}
	#sponsors h1 {
		width: 119px;
		height: 16px;
		background-image: url("img/text_thesponsors.png");
		background-repeat: no-repeat;
		position: relative;
		left: 20px;
		margin: 0px;
		padding: 0px;
	}
	#sponsors hr {
		border: 0px;
		height: 1px;
		background-color: #4c361e;
		position: relative;
		top: -9px;
		z-index: 1000;
	}
	#sponsors div.right {
		text-align: right;
	}
		#sponsors div.right a {
			font-size: 13px;
			color: #974a4f;
		}
		#sponsors div.right a:hover {
			color: #5a3437;
		}
			#sponsors div.right a img.arrow {
				position: relative;
				top: 2px;
			}
	
#pagetwo {
	width: 537px;
	position: relative;
	left: -5px;
}			
	#pagetwo div.top {
			position: relative;
		}
			#pagetwo div.top img.arrow {
				float: left;
				position: relative;
				z-index: 500;
				left: -44px;
				top: 3px;
			}
			#pagetwo div.top h1 {
				position: relative;
				left: -40px;
				top: -4px;
			}
	div.pagetwo_container {
		position: relative;
		left: 10px;
		padding: 5px;
	}
#page2_pic {
	margin: -15px 6px 7px 12px;
}
			
#footer {
	text-align: left;
	width: 915px;
	height: 94px;
	background-image: url("img/bg_footer.png");
	background-repeat: no-repeat;
	padding: 20px 30px 20px 30px;
	position: relative;
	z-index: 12000;
}
	#footer ul {
		list-style-type: none;
		padding: 0px;
		margin: 0px;
	}
		#footer ul li {
			display: inline;
			font-size: 9px;
		}
			#footer ul li a {
				font-size: 9px;
				font-weight: bold;
			}
			
			#footer ul.top li  {
				color: #ffe293;
			}
				#footer ul.top li a {
					color: #ffe293;
				}
				#footer ul.top li a:hover {
					color: #bf974d;
				}
			
			#footer ul.bottom li {
				color: #bf974d;
			}
				#footer ul.bottom li a {
					color: #bf974d;
				}
				#footer ul.bottom li a:hover {
					color: #ffe293;
				}
table.footer_links  {
	width: 900px;
}
	table.footer_links td.bottom_logos {
		width: 365px;
		vertical-align: top;
	}
		table.footer_links td.bottom_logos div.logos {
			position: relative;
			top: -22px;
			margin-left: 40px;
		}
			table.footer_links td.bottom_logos div.logos a.schedule {
				position: relative;
				top: -13px;
			}
			table.footer_links td.bottom_logos div.logos a.ticket_info {
				position: relative;
				top: -3px;
			}
			table.footer_links td.bottom_logos div.logos a {
				-moz-opacity:0.7;
				-khtml-opacity: 0.7;
				opacity: 0.7;	
			}
			table.footer_links td.bottom_logos div.logos a:hover {
				-moz-opacity:1.0;
				-khtml-opacity: 1.0;
				opacity: 1.0;
			}
		
	table.footer_links div.produced_by {
		color: #794500;
		font-family: Arial, Helvetica, sans-serif;
		text-align:center;
		position: relative;
		left: 70px;
	}
		table.footer_links div.produced_by h1 {
			font-size: 10px;
			font-weight: bold;
			color: #794500;
			margin: 0px 0px 5px 0px;
			padding: 0px;
		}
	table.footer_links div.aflac_small {
		text-align: center;	
		position: relative;
		left: 70px;
	}
		table.footer_links div.aflac_small img {
			position: relative;
			top: -10px;
			z-index: 1000;
		}
		table.footer_links div.aflac_small p {
			font-size: 10px;
			font-weight: bold;
			color: #794500;
			position: relative;
			top: -35px;
			left: -50px;
		}
	table.footer_links div.coopwith {
		color: #794500;
		font-family: Arial, Helvetica, sans-serif;
		text-align: left;
		position: relative;
		left: 40px;
	}
		table.footer_links div.coopwith h1 {
			font-size: 10px;
			font-weight: bold;
			color: #794500;
			margin: 0px 0px 5px 0px;
			padding: 0px;
		}
		table.footer_links div.coopwith a {
			-moz-opacity:0.7;
			-khtml-opacity: 0.7;
			opacity: 0.7;	
		}
		table.footer_links div.coopwith a:hover {
			-moz-opacity:1.0;
			-khtml-opacity: 1.0;
			opacity: 1.0;
		}
		
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

/* --- BLOG POST --- */
div.blogpost {
	padding: 5px;
}
	div.blogpost h3 {
		color: #00a5d9;
		margin: 0px 0px 5px 0px;
		padding: 0px 0px 0px 0px;
		font-size: 22px;
		font-weight: bold;
		line-height: 25px;
	}
		div.blogpost h3 a {
			color: #64c8e5;	
		}
		div.blogpost h3 a:hover {
			color: #00a5d9;	
		}
	div.blogpost h4 {
		color: #794500;
		margin: 0px 0px 5px 0px;
		padding: 0px 0px 0px 0px;
		font-size: 10px;
		font-weight: bold;
		letter-spacing: 4px;
		text-transform: uppercase;
	}
	div.blogpost a.keepon {
		display: block;
		text-align: right;
		font-size: 14px;
		color: #64c8e5;
		font-weight: bold;
	}
	div.blogpost a.keepon:hover {
		color: #00a5d9;
	}
	div.blogpost hr {
		border: 0px;
		height: 1px;
		background-color: #faa628;
		margin: 10px 0px 10px 0px;
	}
	div.blogpost p.blogposttags {
		color: #00a5d9;
		font-size: 10px;
		line-height: 14px;
		margin: -30px 0px -10px 0px;
		padding: 0px 0px 0px 0px;
	}
		div.blogpost p.blogposttags a {
			color: #00a5d9;
			font-size: 10px;
			font-weight: bold;
		}
		div.blogpost p.blogposttags a:hover {
			color: #222222;
		}
	
#comment {
	width: 460px;
}
h3#comments {
	font-size: 12px;
	line-height: 18px;
}
#respond h3 {
	font-size: 12px;
	line-height: 18px;
}
#commentform input {
	padding: 5px;
}
#commentform #submit {
	cursor: pointer;
}

table.blogpostbottom {
	width: 100%;
	margin-top: 10px;
}
	table.blogpostbottom h3 {
		font-size: 14px;
		color: #faa72b;
		margin: 3px 0px 3px 0px;
	}
	table.blogpostbottom td.archives {
		width: 100px;
	}
	table.blogpostbottom td.middle {
		border-left: 1px solid #faa72b;
		padding-left: 10px;
		padding-right: 11px;
	}
ul.archive-list {
	list-style-type: square;
	padding: 0px 0px 0px 15px;
	margin: 0px;
}
	ul.archive-list li {
		padding: 0px 0px 0px 0px;
		margin: 0px;
		color: #33b7e1;
		font-size: 11px;
	}
	ul.archive-list a {
		color: #33b7e1;
		font-size: 11px;
		font-weight: bold;
	}
	ul.archive-list a:hover {
		color: #333333;
	}
	
/* -------- PICS AND VIDS PAGE -------------- */
table.content td.picsvids {
}
	table.content td.picsvids div.top {
		position: relative;
		margin-bottom: -20px;
	}
		table.content td.picsvids div.top img.arrow {
			float: left;
			position: relative;
			z-index: 500;
			left: -44px;
			top: 3px;
			margin-bottom: -20px;
		}
		table.content td.picsvids div.top h1 {
			position: relative;
			left: -40px;
			top: -10px;
			color: #0d75a9;
		}
div.picturealbum {
	background-color: #f7f7f7;
	border: 1px solid #d5d6d9;
	width: 500px;
}
	div.picturealbum img {
		width: 110px;
		min-width: 110px;
		max-width: 110px;
		height: 110px;
		min-height: 110px;
		max-height: 110px;
		overflow: hidden;
	}
table.picsvids_container {
	background-color: #ffffff;
	width: 964px;
	margin-bottom: 10px;
	position: relative;
	left: 8px;
}
	table.picsvids_container td.album_container {
		width: 525px;
		padding: 10px;
	}
	table.picsvids_container td.vids_container {
		width: 410px;
		text-align: left;
	}
div.gallery-item {
	display: inline;
}

div.most_recent {
	max-height: 160px;
	overflow: hidden;
}

h4.recent_pics {
	color: #00a5d9;
	margin: 0px 0px 0px 152px;
	padding: 0px 0px 0px 0px;
	font-size: 14px;
}
h4.recent_vids {
	color: #00a5d9;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 0px 0px;
	font-size: 14px;
}

table.recent_container {
	width: 100%;
}
	table.recent_container td.middle {
		width: 800px;
	}
	table.recent_container a.arrow {
		-moz-opacity:0.7;
		-khtml-opacity: 0.7;
		opacity: 0.7;	
		position: relative;
		top: 40px;
	}
	table.recent_container a.arrow:hover {
		-moz-opacity: 1.0;
		-khtml-opacity: 1.0;
		opacity: 1.0;	
	}
	
div.vidsalbum {
	position: relative;
	left: -30px;
}

/* ------ TOP SPONSORS -------- */
#top_sponsors {
	margin-bottom: -70px;
}

div.picalbumstop {
	display: block;
	background-image: url('img/h1picalbums.jpg');
	background-repeat: no-repeat;
	width: 515px;
	height: 57px;
}

/* ---- EASY SLIDER ----- */
#slider_container {
	display: block;
	position: relative;
	left: 140px;
	top: 5px;
}
#slider{}	
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider li{ 
	width:696px;
	height: 150px;
	overflow:hidden; 
	}	
#prevBtn, #nextBtn{ 
	display:block;
	width:74px;
	height:72px;
	position:absolute;
	left:-30px;
	top: 30px;
	}	
#nextBtn{ 
	left:696px;
	}	
#prevBtn {
	left: -80px;
}
#prevBtn a, #nextBtn a{  
	display:block;
	width:74px;
	height:72px;
	background:url('img/arrow_left.png') no-repeat 0 0;	
	}	
#nextBtn a{ 
	background:url('img/arrow_right.png') no-repeat 0 0;	
	}
	
/* ---- ALBUM PAGES ----- */
div.page_numbers {
	display: block;
	width: 515px;
	text-align: right;
	margin: 0px;
	position: relative;
	top: 41px;
	left: -10px;
	font-size: 11px;
	font-weight: bold;
	color: #0d75a9;
}
	div.page_numbers a {
		font-size: 11px;
		margin: 0px 3px 0px 3px;
		font-weight: bold;
		color: #0d75a9;
	}
	div.page_numbers a:hover {
		color: #333333;
	}
div.showpage {
	display: block;
}
	div.showpage img {
		margin: 7px;
	}
div.hidepage {
	display: none;
}
div.show {
	display: block;
}
div.hide {
	display: none;
}