.toggle, [id^=drop]
{
	display: none;
	margin:0px;
}

nav
{
	margin: 0;
	padding: 0;
	background-color: #302e84;
	font-weight: bold;
}

nav ul
{
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
}

nav ul li
{
	margin: 0px;
	display: inline-block;
	background-color: #302e84;
}

nav a
{
	display: block;
	padding: 0 10px;
	color: #FFF;
	font-size: 14px;
	line-height: 40px;
	text-decoration: none;
}

nav ul li ul li:hover
{
	background: #000000;
}

nav a:hover
{
	background-color: #3e1354;
}

nav ul ul
{
	display: none;
	position: absolute;
}

nav ul li:hover > ul
{
	display: inherit;
}

nav ul ul li
{
	float: none;
	display: list-item;
	position: relative;
}


/* Media Queries
--------------------------------------------- */

@media all and (max-width : 850px)
{
	nav { margin: 0; }

	.toggle + a, .menu
	{
		display: none;
	}

	.toggle
	{
		display: block;
//		background-color: #092041;
		padding: 0 20px;
		color: #FFF;
		font-size: 16px;
		line-height: 60px;
		text-decoration: none;
		border: none;
		cursor: pointer;
	}

	.toggle:hover
	{
		background-color: #3e1354;
	}

	[id^=drop]:checked + ul
	{
		display: block;
	}

	nav ul li
	{
		display: block;
//		background-color: #092041;
	}

	nav ul ul .toggle,
	nav ul ul a
	{
		padding: 0 60px;
	}

	nav a:hover
	{
//		background-color: #000000;
	}

	nav ul li ul li .toggle,
	nav ul ul a
	{
		background-color: #092041;
	}

	nav ul ul
	{
		float: none;
		position: static;
		color: #ffffff;
	}

	nav ul ul li:hover > ul,
	nav ul li:hover > ul
	{
		display: none;
	}

	nav ul ul li
	{
		display: block;
	}

	#wrapper
	{
		width: 100%;
	}
	#highlight2
	{
		width: 810px;
	}
	#banner
	{
		height: auto;
		width: 99%;
	}
	#logo{width:110px;}
	#sitetitle{font-weight: bold;font-size:28px; line-height: 39px;}
	#tagline{font-size: 14px;}
	img{max-width: 100%;}
	.pagetitle
	{
		width: 800px;
	}
	.home
	{
		width: auto;
	}
	#boilerplate
	{
		height: auto;
	}
	.home #c1,
	.home #c2,
	#upcomingevents,
	#upcomingbeerfestivals
	{
		width: 99%;
	}
	.news #c1
	{
		width: 650px;
	}
	.news #c2
	{
		width: 65px;
	}
}
@media all and (max-width : 460px)
{

	#wrapper
	{
		width: 360px;
	}
	#highlight2
	{
		width: 320px;
	}
	#banner
	{
		height: auto;
		width: 320px;
	}
	#sitetitle{font-weight: bold;font-size:26px; line-height: 39px;}
	#tagline{font-size: 14px;}
	img{max-width: 100%;}
	.pagetitle
	{
		width: 335px;
	}
	.home
	{
		width: auto;
	}
	#boilerplate
	{
		height: auto;
	}
	.home #c1,
	.home #c2,
	#upcomingevents,
	#upcomingbeerfestivals
	{
		width: 99%;
	}
	.news #c1
	{
		width: 250px;
	}
	.news #c2
	{
		width: 65px;
	}
}
