/* CSS Document */


/*-------------- TYPOGRAPHY ---------------------------------------*/
/*----------------------------------------------------------------*/

body, table, th, td, p, span, h2, h3, input, textarea
{
	font-family:"Trebuchet MS";
}

form 
{
	margin: 0px;
}

p, li, h1, h4, h5, #sauceName, label{
	font-family:Arial, Helvetica, sans-serif;
}

h1{
	color: #93330A;
	font-size:250%;
	font-weight: bold;
	margin: 5px 0 5px 0;
}

h2 {
	font-size: 120%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #93350A;
	border-bottom-color: #93350A;
	margin: 10px 10px 5px 5px;
	padding: 2px 0 2px 5px;
}

h3 {
	font-size:90%;
	font-weight:bold;
	margin: 5px 0 0 0;
	padding: 0px;
	text-decoration:none;
}


h4 {
	font-size:80%;
	margin: 10px 0 10px 1px;
	padding: 0;
	
}
	h4 a {
		text-decoration:none;
		color:#000000;
	}
	
h5{
	margin: 0;
	font-size: 120%;
	color: #703C25;
}

h6{
	margin: 0 0 4px 0;
	font-size: 120%;
	color:#333333;
}

.subHead {
	font-size: 90%;
	color: #703C25;
	margin: 0px;
	text-transform: uppercase;
}

.resultsSubHead{
	font-size:90%;
	color:#333333;
	margin: 10px 0 5px 15px;
	font-weight: bold;
}


/*-------------- COMMON STYLES---- --------------------------------*/
/*----------------------------------------------------------------*/
.clearBoth{
	clear:both;
	height: 0px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

.red {color: #93350A!important;}
.floatL{float:left;}
.floatR {float:right;}

label {
	width:200;
	display:block;
	clear:both;
	margin: 5px 0 5px 0;
	font-size: 75%;
}
input, select{
	margin: 5px 0 10px 5px;
	font-size: 80%;
	color: #333333;
	padding: 2px;
	}

/*-------------- BIG CONTAINERS -----------------------------------*/
/*----------------------------------------------------------------*/

body{
	margin:0;
	padding:0;
}

#headerHolder{
	height:151px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	width: 900px;
}

#headerHolder div{
	float:left;
}



#holdAll{
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	background-image: url(../images/home/home_shadow_both.jpg);
	background-repeat: repeat-y;
	padding: 0 19px 0 19px;
	position: relative;
}

#holdInner{
	position:relative;
	width: 678px;
	/*height: 480px;*/
	overflow: visible;
}

#titleBar {
	background-image: url(../images/structure/titlebar.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 47px;
	width: 643px;
	font-size: 80%;
	margin: 0px;
	float: none;
	padding: 49px 0px 0px 35px;
	z-index: 1;
	/*position: relative;*/
}


.topContentWide {
	width: 678px;
	float: left;
	background-image: url(../images/structure/bg_innergradient.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}


/*.topContentWideWhite div {
	height: 110px;
	overflow:hidden;
	margin-left: 10px;
	width: 600px;
}*/

	.topContentWideWhite {
		width: 637px;
		float: left;
		margin: 20px 0px 10px 30px;
		display: inline;
		padding-bottom: 81px;
	}

	.topContentWide p, .topContentWideWhite p {
		font-size: 70%;
		line-height: 120%;
}

#flames {
	background-image: url(../images/structure/flames_reversed.jpg);
	background-repeat: no-repeat;
	background-position: 19px bottom;

}

/*-------------- SIEBAR CONTANERS ---------------------------------*/
/*----------------------------------------------------------------*/

#contentRight {
	background-image: url(../images/home/bg_rightNav.jpg);
	/*height: 535px;*/
	width: 222px;
	float: right;
	margin: 0px;
	padding: 0px;
	/*background-repeat: no-repeat;*/
	display: inline;
	margin-left: -3px;
}
	#contentRight p {
		padding: 5px 10px 5px 15px;
		font-size: 70%;
		font-family: Arial, Helvetica, sans-serif;
		margin: 0px;
	}
	#contentRight img {
		padding: 0px 5px 0px 5px;
		clear: both;
	}


/*-------------- RECIPIES -----------------------------------------*/
/*----------------------------------------------------------------*/

#recipe-page #holdAll #holdInner {
	height: 600px;
}



.regionalRecipe{
	font-size: 90%;
	line-height: 120%;
	height: 300px;
	display: none;
	width:264px;
	position: absolute;
	left: 35px;
	top: 35px;
}


.regionalRecipe p{
	color: #666666;
	font-size: 80%;
}



/*-------------- OUR SAUCES ---------------------------------------*/
/*----------------------------------------------------------------*/


#sauceName {
	float: left;
	height: 16px;
	width: 428px;
	background-image: url(../images/structure/gradient_sauce_label.jpg);
	background-repeat: no-repeat;
	background-position: 130px 0px;
	padding-left: 250px;
	font-size: 70%;
	padding-top: 3px;
	color: #FFFFFF;
}


#fourBottles {
	margin: 1px;
	position: absolute;
	top: 231px;
	left: 389px;
	z-index: 100;
}

#saucePhotoHolder {
	margin: 1px;
	position: absolute;
	top: 331px;
	left: 64px;
	z-index: 150;
}
#sauceCopy {
	float: right;
	width: 450px;
	margin: 70px 30px 0 0;
	overflow: hidden;
	display: inline;
}

	#sauceCopy p{
		font-size:70%;
		color: #333333;
	}
	#sauceCopy #whyILoveBox {
		/*background-image: url(../images/structure/bg_whyilovecat.jpg);*/
		background-repeat: no-repeat;
		float: right;
		width: 165px;
		/*padding: 45px 0 0 0;*/
		display: inline;
	}
		#whyILoveBox p {
			color: #CCCCCC;
			margin: 0 10px 10px 10px;
			font-size: 70%;
		}
	
#sauceCopy #recipieList {
	float: left;
	width: 265px;
	margin: 15px 0 0 0;
	display: inline;
}

.linkList a,
.linkList div {
	display: block;
	padding: 3px 0 3px 0;
	border-bottom: 1px solid #999999;
	text-decoration: none;
	font-size: 80%;
	color: #772B07;
	font-weight: bold;
	width: 265px;
}	
	.linkList a.last,
	.linkList div.last {
		border:0px;
	}	
	
#nutritionInfo {
	position:absolute;
	top:32%;
	left:13%;
	padding:10px 15px 15px;
	border:solid 1px #000000;
	z-index:1000;
	background-color:White;
	width:500px;
	display:none;
}

#nutritionInfoBtn
{
	float:right;
	width:16px;
}

#nutritionInfo div img
{
	float:left;
	margin:0px 10px 0 0;
}

#nutritionInfo div p
{
	font-size:90% !important;
	margin:0; 
	padding:0;
}

#nutritionInfo td
{
	border-bottom:solid 1px #a5a5a5;
	font-size:75%;
}


	
/*-------------- BBQ ACADEMY --------------------------------------*/
/*----------------------------------------------------------------*/


#academyCopy {
	float: right;
	width: 450px;
	margin: 30px 50px 120px 10px;
	display: inline;
	clear: none;
}

	#academyCopy p{
	font-size:80%;
	margin: 0;
	margin-top: 5px;
	}
	
.academyInner{
	margin-left:10px!important;
}

.academyInnerColLeft
{
	float:left;
	width:275px;
}

.academyInnerColRight
{
	width:145;
	float:right;
	padding:0px;
	margin:0px 0px 0px 10px;
}

.wood{
	font-size: 90%;
	line-height: 120%;
	display: none;
	margin-bottom: 120px;
}

.wood p{
	color: #666666;
}

.wood_bestusebox{
	width: 130px;
	float: left;
	margin: 10px 0 10px 0;
	padding: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}

.choosecut{
	font-size: 90%;
	line-height: 120%;
	display: none;
	color: #666666;
	margin-bottom: 100px;
}

.choosecut p{
	margin: 2px 0 0 0;
}


#titleCow
{
	position:absolute;
	right:100px;
	top:10px;
}

#academyLandingRight {
	float: right;
	width: 250px;
	margin: 30px 30px 0 0px;
	display: inline;
	clear: none;
}


#academyLandingLeft 
{
	width:320px;
	float: left;
	display: inline;
	margin-left: 30px;
	padding-top: 20px;
	clear: none;
	
}


	#academyLandingLeft p{
	font-size:80%;
	margin: 0;
	margin-left: 10px;
	margin-top: 5px;
	}




/*-------------- COMPETITIONS EVENTS-------------------------------*/
/*----------------------------------------------------------------*/


#ce-page #holdAll #holdInner{
	/*height: 1000px;*/
}

.viewAllTeams
{
	margin:0px;
	padding:0px 12px 0px 0px;
	text-align:right;
}

.viewAllTeams a
{
	border:none;
}

.viewAllTeams img
{
	border:none;
}

.columnSplit1 {
	width: 280px;
	position: absolute;
	left: 30px;
	top: 30px;
}

.columnSplit2{
	width: 280px;
	position: absolute;
	right: 30px;
	top:30px;
}

.columnSplit1Dis {
	width: 140px;
	position: absolute;
	left: 30px;
	top: 230px;
}

.columnSplit2Dis {
	width: 140px;
	position: absolute;
	left: 190px;
	top: 230px;
}

.columnSplit3Dis {
	width: 140px;
	position: absolute;
	left: 350px;
	top: 230px;
}

.columnSplit4Dis{
	width: 140px;
	position: absolute;
	left: 510px;
	top: 230px;
}

.columnSplit1Team {
	width: 280px;
	float:left;
	margin-left: 30px;
	margin-bottom:80px;
	display: inline;
}

.columnSplit2Team {
	width: 280px;
	margin-right:30px;
	margin-bottom:80px;
	float:right;
	display: inline;
}

.columnSplit1 p, .columnSplit2 p, .columnSplit2Team p, .columnSplit1Team p {
	font-size: 70%;
	margin: 10px 0 10px 0;
	line-height: 110%;
}
p.thumbnailCaption {
	height: 50px;
	width: 61px;
	margin: 0 10px 5px 5px;
	float: left;
	display: block;
}
.columnSplit1 img, .columnSplit2 img, .columnSplit2Team img, .columnSplit1Team img {
	margin: 0 0 5px 0;
}

.columnLine {
	position: absolute;
	left: 340px;
	top: 220px;
}


#sideNav p {
	margin: 10px 2px 10px 10px;
	font-size: 70%;
	color: #000000;
}


#resultsCopy {
	float: right;
	width: 420px;
	margin: 20px 50px 100px 10px;
	display: inline;
	clear: none;
}

	#resultsCopy p{
	font-size:80%;
	margin: 0;
	margin-top: 5px;
	}

#resultsCopy h6 a{
	font:Arial, Helvetica, sans-serif;
	color:#93330A;
	font-size:130%;
	text-decoration: none;
	line-height: 120%;
}

#resultsCopy ol{
	font-size:70%;
}

#winners{
margin:20px auto;
width:580px;
padding-bottom:65px;
}

#winners h3{
margin:0px;
}

#winners h6{
Font-size:90%;
font-weight:bold;
color:#c40314;
margin-top:5px;
}

.winner{
margin-top:10px;
padding:0px;
}
.winner .hidden{
display:none;
}

/*------------HOME PAGE----------*/
#results{
	width: 323px;
	height: 236px;
	float: left;
	margin-left: 30px;
	display: inline;
}

.calendars{
	width: 299px;
	height: 210px;
	float: left;
	background-color: #6B6B6B;
	border: 3px solid #444444;
	padding: 10px;
	position: absolute;
	left: 353px;
	top: 0px;
	display: none;
	overflow: hidden;
	z-index: 100;
}
	.calendars div{
	font-size:70%;
	color:#FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #919191;
	padding: 1px 10px 15px 1px;
	display: block;
	clear: both;
	}

	.calendars a{
	color:#FFFFFF;
	text-decoration:none;
	}
	.calendars a:hover{
	color:#FFFFFF;
	text-decoration:underline;
	}
#calendarTabs{
	top: -36px;
	position: relative;
}

#blackbar{
	height: 40px;
	margin-left: 30px;
	background-image: url(../images/structure/gradient_blackbar_ce.jpg);
	background-repeat: repeat-x;
	display: block;
	clear: left;
}

	#blackbar div {
	color: #FFFFFF;
	padding: 10px 70px 0px 40px;
	height: 30px;
	width: 205px;
	float: left;
	}

#meatTeams{
	width: 320px;
	margin-left: 30px;
	height: 220px;
	display: inline;
	float: left;
	}
	#meatTeams div{
	width:95px;
	margin-right:10px;
	height:145px;
	float: left;
	background-image: url(../images/structure/gradient_yellow_box.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	}
	#meatTeams p{
	font-size:60%;
	color:#000000;
	margin: 10px 3px 0 5px;
	}

	#meatTeams a 
	{ 
	color:#000000; 
	}

#findEvents{
	width: 320px;
	height: 220px;
	float: right;
	text-align: center;
}

.linkListChamps div {
	padding: 9px 0 9px 0;
	border-bottom: 1px solid #999999;
	font-size: 90%;
	font-weight: bold;
	width: 315px;
	display: block;
}	
	.linkListChamps a{
	text-decoration: none;
	color: #3D3D3B;
	display: inline;
	}

	.linkListChamps div a.last {
		border:0px;
	}
	.linkListChamps div img {
	margin-left: 30px;
	float: right;
	margin-top: -15px;
	}
	.calendars strong {
	margin: 10px 20px 20px 10px;
	display: block;
	width: 55px;
	float: left;
	color: #D7BA65;
	}
	


/*--team main page--*/
.teamThumb{
	float:left;
	border:none;
	margin-right: 5px!important;
}
.teamThumb img{
	border:none;
}

.teamThumb img a{
	border:none;
	
}


/*results*/

.columnSplit1 ol, .columnSplit2 ol,.columnSplit1Team ol,  columnSplit2Team ol{
	font-size:75%;
	color:#666666;
	margin-top: 5px;
}

/*-------------- TEAM CATTLEMENS ----------------------------------*/
/*----------------------------------------------------------------*/

/*#team-page #holdAll #sideNav{
	height:600px;
}*/


#team-page #holdAll .columnSplit1 {
	width:310px;
}


#team-page #holdAll .columnSplit1  .linkList a {
	color: #4C4C4C;
	width: 310px;
}	

.columnSplit2 ul ,.columnSplit2Team ul, .columnSplit1 ul, columnSplit1Team ul,
.columnSplit2Dis ul , .columnSplit1Dis ul,
.columnSplit3Dis ul , .columnSplit4Dis ul {
	font-size: 70%;
	margin: 10px 0px 0px 5px;
	padding: 0px;
}

#shadowBottom {
	background-image: url(../images/home/home_bottomshadow.jpg);
	background-repeat: no-repeat;
	height: 40px;
	width: 938px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


/***** mike's team styles *****/
#teamslist
{
	margin-bottom:80px;
}

#teamslist div
{
	height: 110px;
	overflow:hidden;
	margin-left: 10px;
	width: 600px;
}

#teamslist div div
{
	height: auto;
	overflow: visible;
	margin-left: 0px;
	width: auto;
}

#teamslist .teamimage
{
	float: left;
	display: inline;
	width: 95px;
	margin-right: 10px;
}

#teamslist .teamimage img
{
	border-width: 0px;
}

#teamslist .teamtext
{
	float: left;
	width: 480px;
	border-top: solid 2px #AB3000;
}

#teamslist .teamtext p
{
	margin: 0px;
}

#academyCopy #northeast a, #academyCopy #south a, #academyCopy #southeast a, #academyCopy #west a, #academyCopy #midwest a, #academyCopy #southwest a. #faqCopy a {
font-size: 110%;
color: #93330A;
text-decoration: none;
}
#academyCopy ul,
#faqCopy ul {
	font-size: 80%;
}
#sideNav img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#footer
{
	width: 900px;
	padding: 0px;
	margin-top: -20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 10px;
	/*	margin-right: auto;
	margin-left: auto;
	width: 900px;
	background-image: url(../images/home/home_shadow_both.jpg);
	background-repeat: repeat-y;
	padding: 0 19px 0 19px;
	position: relative;*/
}

#footer1
{
	width:450px;
	text-align:left;
	padding:0px !important;
	margin:0px !important;
	float:left;
}

#footer2
{
	width:0px;
	text-align:center;
	padding:0px !important;
	float:left;
	margin:0px !important;
}

#footer3
{
	width:450px;
	text-align:right;
	padding:0px !important;
	margin:0px !important;
	float:right;
}

#footer img
{
	border-width:0px;
	margin:0px 15px 0px 15px;
}

#footer a,
#footer span
{
	color: #333333;
	text-decoration: none;
	font-size: 70%;
	
}

/* FAQ */

#faqCopy {
	float: left;
	width: 550px;
	margin: 30px 50px 120px 50px;
	display: inline;
	clear: none;
}

	#faqCopy p{
	font-size:80%;
	margin: 0;
	margin-top: 5px;
	}

.faq_left
{
	
	margin-right:5px;
	font-size:80%;
	float:left;
	text-align:justify;
}

.faq_right
{
	font-size:80%;
	margin: 0;
	float:left;
	width:500px;
	text-align:justify;
}

.underline
{
	text-decoration:underline;
}

a img
{
	border-width:0px;
	/*padding-left:15px;*/
}