/*
Description: Primary styles
Author: Travis Buck
Version: 0.1
.
General comments/License Statement if any.
.

[Table Of Contents]

1. Container
2. Left Navigation
3. Page Content

*/


/* 1. Container
--------------------------------------------------*/

#Content
{
	background: url(../Images/PicklebarContentBkg.gif) center repeat-y;
	margin: 0px 0px 12px 0px;
}


/* 2. Left Navigation
--------------------------------------------------*/

#LeftColumn
{
	background: url(../images/LeftNavBkg_Picklebar.jpg) top no-repeat #1C2915;
	float: left;
	height: 420px;
	padding-top: 210px;
	padding-left: 15px;
	width: 196px;
}

#LeftNav
{
	float: left;
	list-style: none;
	margin-left: 0px;
	width: 211px;
}

	#LeftNav a.Events
	{
		background: url(../Images/LeftNav_PickleBar_Events.gif);
		display: block;
		height: 44px;
		overflow: hidden;
		text-indent: -5000px;
		width: 127px;
	}
	
	#LeftNav a:hover.Events
	{
		background: url(../Images/LeftNav_PickleBar_Events.gif) 0px -44px;
	}
	
	#LeftNav a.HappyHour
	{
		background: url(../Images/LeftNav_PickleBar_HappyHour.gif);
		display: block;
		height: 50px;
		overflow: hidden;
		text-indent: -5000px;
		width: 127px;
	}
	
	#LeftNav a:hover.HappyHour
	{
		background: url(../Images/LeftNav_PickleBar_HappyHour.gif) 0px -50px;
	}
	
	#LeftNav a.Appetizers
	{
		background: url(../Images/LeftNav_PickleBar_Appetizers.gif);
		display: block;
		height: 52px;
		overflow: hidden;
		text-indent: -5000px;
		width: 127px;
	}

	#LeftNav a:hover.Appetizers
	{
		background: url(../Images/LeftNav_PickleBar_Appetizers.gif) 0px -52px;
	}
	
	#LeftNav a.Appetizers
	{
		background: url(../Images/LeftNav_PickleBar_Appetizers.gif);
		display: block;
		height: 52px;
		overflow: hidden;
		text-indent: -5000px;
		width: 127px;
	}
	
	#LeftNav a:hover.Appetizers
	{
		background: url(../Images/LeftNav_PickleBar_Appetizers.gif) 0px -52px;
	}
	
	#LeftNav a.Hours
	{
		background: url(../Images/LeftNav_PickleBar_Hours.gif);
		display: block;
		height: 52px;
		overflow: hidden;
		text-indent: -5000px;
		width: 127px;
	}
	
	#LeftNav a:hover.Hours
	{
		background: url(../Images/LeftNav_PickleBar_Hours.gif) 0px -52px;
	}
	
	#LeftNav a.Cocktails
	{
		background: url(../Images/LeftNav_PickleBar_Cocktails.gif);
		display: block;
		height: 48px;
		overflow: hidden;
		text-indent: -5000px;
		width: 127px;
	}
	
	#LeftNav a:hover.Cocktails
	{
		background: url(../Images/LeftNav_PickleBar_Cocktails.gif) 0px -48px;
	}
	
	#LeftNav a.BeerWine
	{
		background: url(../Images/LeftNav_PickleBar_BeerWine.gif);
		display: block;
		height: 52px;
		overflow: hidden;
		text-indent: -5000px;
		width: 127px;
	}
	
	#LeftNav a:hover.BeerWine
	{
		background: url(../Images/LeftNav_PickleBar_BeerWine.gif) 0px -52px;
	}

	
/* 3. Page Content
--------------------------------------------------*/
	
#RightColumn
{
	background: top no-repeat url(../Images/ContentBkgPicklebar.jpg);
	margin-left: 189px;
	padding: 180px 0px 20px 0px;
	width: 597px;
}

#RightColumn p.WhiteText
{
	color: #FFFFFF;
	line-height: 24px;
	padding-bottom: 465px;
	width: 265px;
}

#RightColumn p.YellowText
{
	color: #FFE000;
	font-weight: bold;
	line-height: 24px;
	padding-bottom: 18px;
}

#RightColumn a.TextLink
{
	color: #FFE000;
	text-decoration: none;
}

#RightColumn a:hover.TextLink
{
	color: #FFFFFF;
}









#RightColumnEvents
{
	background: top no-repeat url(../Images/ContentBkgPicklebarEvents.jpg);
	margin-left: 189px;
	padding: 885px 30px 0px 30px;
	width: 529px;
}

#eventdates
{
	padding: 0px 75px 0px 45px;
	color: #ffffff;
	font-family: verdana;
	font-size: 12px;
	line-height: 17px;
}

#eventheading
{
	font-size: 15px;
	line-height: 22px;
	font-weight: bold;
}

#datecolor
{
	color: #fde704;
}



#RightColumnHappyHour
{
	margin-left: 189px;
	padding: 0px 30px 0px 0px;
	width: 529px;
}

#RightColumnAppetizers
{
	background: top no-repeat url(../Images/ContentBkgPicklebarAppetize.jpg);
	margin-left: 189px;
	padding: 744px 30px 0px 30px;
	width: 529px;
}

#RightColumnCocktails
{
	margin-left: 189px;
	padding: 0px 30px 0px 0px;
	width: 529px;
}

#RightColumnBeerWine
{
	margin-left: 189px;
	padding: 0px 30px 0px 0px;
	width: 529px;
}


