@charset "utf-8";
/* CSS Document */

/* ++ ---------- Base Styles ---------- ++ */

body {
	background:url('../img/body-bg.png');
	background-repeat:repeat-x;
	background-position:top;
	background-color:#ece8dd;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	color:#6f4e4d;
	line-height:20px;
}


a {
	text-decoration:none;
	color:#310100;
	font-size:12px;
	font-style:italic;
	font-weight:bold;
	cursor:pointer;
}

a:hover {
	text-decoration:underline;
}

a:visited {
	text-decoration:none;
}

.tooSmall {
	height:210px;
}

.rightLink {
	display:block;
	float:right;
}

#centerWrap {
	position: relative;
	float: left;
	top: 0px; left: 0px;
	width: 100%;
	height: auto;
	margin:0;
	overflow:hidden;
}

#content {
	width:1000px;
	position:relative;
	height:auto;
	margin:0 auto;
	overflow:hidden;
}

#content #right {
	width:760px;
	float:right;
	height:auto;
	overflow:hidden;
}

#content #left {
	width:240px;
	float:left;
	height:auto;
	overflow:hidden;
}

.mainImages {
	float:left;
	margin:0 14px 10px 0;
}

.syrupPic {
	float:right;
	margin:0 0 10px 14px;
}

.iconPop {
	height:20px;
	width:20px;
	border:none;
	float:right;
	margin:0 0 5px 0;
}

.featuredLeft {
	height:120px;
	width:150px;
	border:none;
	float:left;
	margin:0 10px 10px 0;
}

.featuredRight {
	height:120px;
	width:150px;
	border:none;
	float:right;
	margin:0 0 10px 10px;
}

h3 {
	font-size:16px;
	font-weight:bolder;
	color:#4e5a53;
	margin:40px 0 0 0;
}

h3.full {
	display:inline-block;
	width:700px;
	margin:40px 0 10px 0;
}

h4 {
	font-size:14px;
	font-weight:bolder;
	color:#7d5500;
	margin:20px 0 10px 0;
}

h5 {
	font-size:14px;
	font-weight:bolder;
	color:#7b6a4a;
	line-height:17px;
	border-bottom:dotted 1px #fef5dc;
}

dl {
	padding:0 40px 10px 40px;
}

dt {
	font-size:15px;
	font-style:italic;
	font-weight:bolder;
	color:#7d5500;
	border-bottom:2px dotted #fef5dc;
	margin:30px 0 0 0;
	padding:0 0 3px 0;
}

dd {
	padding:10px 20px;
	margin:0;
	background-color:#ffd274;
	color:#4e5a53;
}

.even{
	background-color:none;
}

#newItem {
	height:175px;
	padding:0 5px 5px 10px;
	border:2px dashed #fff;
	background:#ffd784;
}

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

#bestOfNH img {
	margin:10px 2px;
}

/* ++ ---------- sidebar Styles ---------- ++ */

#sidebar {
	background-color:#fef5dc;
	width:240px;
	float:left;
	margin:100px 0 0 0;
	padding:20px 0;
	height:auto;
	overflow:hidden;
	text-align:center;
}

#sidebar h1 {
	text-indent:-9999px;
	position:relative;
	margin:10px auto 0 auto;
	background-image:url('../img/butters-logo.png');
	background-repeat:no-repeat;
	height:108px;
	width:210px;
}

#sidebar #divider {
	text-indent:-9999px;
	position:relative;
	margin:8px auto 12px auto;
	background-image:url('../img/hor-divider.png');
	background-repeat:no-repeat;
	height:32px;
	width:220px;
}

#sidebar .divider {
	text-indent:-9999px;
	position:relative;
	margin:8px auto 12px auto;
	background-image:url('../img/hor-divider.png');
	background-repeat:no-repeat;
	height:32px;
	width:220px;
}

#sidebar input { 
	padding: 5px;
	border: solid 1px #e0a72e;
	outline: 0;
	font: normal 13px/100% Verdana, Tahoma, sans-serif;
	width: 140px;
	/* background: #FFFFFF url('bg_form.png') left top repeat-x; */
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #ffd274), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #ffd274 1px, #FFFFFF 25px);
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
}

#sidebar input.submit {
	width: auto;
	padding: 7px 5px;
	background: #e0a72e;
	border: 0;
	font-size: 12px;
	color: #fff;
	font-weight:bold;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#sidebar ul li a {
	display:block;
	position:relative;
	font-size:16px;
	font-weight:bolder;
	line-height:35px;
	color:#6f4e4d;
	margin:0 11px;
}

#sidebar ul li a:hover {
	border-left:4px dotted #e8dbb8;
	border-right:4px dotted #e8dbb8;
	background-color:#faf0d5;
	text-decoration:none;
	color:#310100;
}

.tinyNav {
	font-size:9px;
	font-weight:normal;
	margin-top:-20px;
}

#sidebar .shareThis {
	margin:25px auto 15px auto;
}



/* ++ ---------- topNav Styles ---------- ++ */

#topNav {
	width:760px;
	height:auto;
	float:left;
	overflow:hidden;
	text-align:right;
	margin:100px 0 0 0;
}

#topNav ul {
	width:670px;
	float:right;
	display:block;
	overflow:hidden;
	height:auto;
}

#topNav ul li {
	float:left;
	overflow:hidden;
	height:auto;
}

#topNav ul li a {
	display:block;
	float:left;
	overflow:hidden;
	color:#fef5dc;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	text-decoration:none;
	margin:0 10px;
	line-height:40px;
}

#topNav ul li a:hover {
	text-decoration:underline;
}


/* ++ ---------- main Styles ---------- ++ */

#main {
	background-color:#fdcc65;
	position:relative;
	padding:20px;
	width:720px;
	float:left;
	height:auto;
	min-height:775px;
	overflow:hidden;
	text-align:justify;
}

#main h2 {
	display:block;
	position:relative;
	margin:20px auto;
	text-shadow: 2px 2px 2px #e4b041;
	font:Georgia, "Times New Roman", Times, serif;
	font-size:28px;
	font-style:italic;
	text-align:left;
	line-height:32px;
	color:#fef5dc;
	height:auto;

}

.H2name {
	font-size:20px;
	margin:15px 0 0 50px;
}

#mainCheese {
	float:left;
	width:340px;
	height:auto;
	overflow:hidden;
}

#mainCheese ul li {
	background-color:ffcc65;
	line-height:22px;
	border-bottom:1px dotted #fef5dc;
	background-color:#ffd274;
	list-style-image:none;
	list-style-type:none;
	padding:2px 0 2px 10px;
	color:#4e5a53;
}

#mainEvents {
	float:right;
	width:340px;
	height:auto;
	overflow:hidden;
}

#mainEvents ul li {
	background-color:ffcc65;
	line-height:22px;
	border-bottom:1px dotted #fef5dc;
	background-color:#ffd274;
	list-style-image:none;
	list-style-type:none;
	padding:2px 0 2px 10px;
	color:#4e5a53;
}

#mainCheese ul li.even, #mainEvents ul li.even {
	background-color:#fdcc65;
}

#calendar {
	margin:25px 0 0 0;
}

#main #beerBrewery, #beerType, #beerCategory, #beerPair {
	width:178px;
	float:left;
	overflow:hidden;
	margin:1px;
	font-size:11px;
}

.cheeseTalk {
	width:175px;
	height:300px;
	float:left;
	overflow:hidden;
	margin:3px 3px 3px 0;
	font-size:11px;
	border:1px dotted #fef5dc;
	background-color:#ffd274;
}

.cheeseTalk h3 {
	font-size:12px;
	margin:10px 4px;
	padding:0 3px;
	color:#7d5500;
	border-bottom:1px solid #fff;
	background-color:#ffe5aa;
}

.cheeseTalk p {
	margin:10px 8px;
	height:178px;
}

.cheeseTalk ul {
	border-top:1px solid #fff;
	margin:0 8px;
	padding:10px 0 0 0;
	vertical-align:bottom;
	position:relative;
}

.cheeseTalk ul li.beerMe {
	list-style:inside;
	list-style-image:url('../img/bottle.png');
	line-height:24px;
	font-weight:bold;
}

.cheeseTalk ul li.wineMe {
	list-style:inside;
	list-style-image:url('../img/glass.png');
	line-height:24px;
	font-weight:bold;
}

#main #beerBrewery ul li, #main #beerType ul li, #main #beerCategory ul li, #main #beerPair ul li {
	line-height:30px;
	border-bottom:1px dotted #fef5dc;
	background-color:#ffd274;
	list-style-image:none;
	list-style-type:none;
	padding:2px 0 2px 4px;
	color:#4e5a53;
}

#main #beerBrewery ul li.even, #main #beerType ul li.even, #main #beerCategory ul li.even, #main #beerPair ul li.even {
	background-color:#fdcc65;
}

#main #beerBrewery ul li a, #main #beerType ul li a, #main #beerCategory ul li a, #main #beerPair ul li a {
	display:block;
	line-height:30px;
	float:right;
	margin:5px 15px 5px 2px;
}

.cowLink a{
	font-size:20px;
	text-decoration:none;
	line-height:65px;
	
}

.cowLink a:hover{
	text-decoration:none;	
}

.cows {
	margin:0 10px 20px 20px;
	float:left;
	border:none;
}


/* ++ ---------- footer Styles ---------- ++ */

#footer {
	float:left;
	position:relative;
	width:100%;
	height:auto;
	overflow:hidden;
	background-color:#d3c9b4;
	border-top:30px solid #e4ddcf;

	padding:20px 0;
}

#footWrap {
	width:1000px;
	position:relative;
	display:block;
	height:auto;
	margin:0 auto;
	overflow:hidden;
}

#footContact {
	float:left;
	width:200px;
	margin:0 35px 0 0;
	color:#4e5a53;
}

#foot-tweet {
	border:none;
	height:32px;
	width:32px;
}

#foot-facebook {
	border:none;
	height:32px;
	width:32px;
	margin:0 10px;
}

#foot-tube {
	border:none;
	height:32px;
	width:32px;
}

#footFriends {
	float:left;
	width:330px;
	margin:0 35px 0 0;
}

#footFriendsLeft {
	float:left;
	width:160px;
	margin:10px 10px 0 0;
}

#footFriendsLeft ul li a {
	display:block;
	line-height:28px;
	border-bottom:1px dotted #fef5dc;
	text-indent:5px;
	color:#4e5a53;
	font-style:normal;
	font-weight:normal;
}

#footFriendsLeft ul li a:hover {
	background-color:#dbd0ba;
	text-decoration:none;
}

#footFriendsRight {
	float:right;
	width:160px;
	margin:10px 0 0 0;
}

#footFriendsRight ul li a {
	display:block;
	line-height:28px;
	border-bottom:1px dotted #fef5dc;
	text-indent:5px;
	color:#4e5a53;
	font-style:normal;
	font-weight:normal;
}

#footFriendsRight ul li a:hover {
	background-color:#dbd0ba;
	text-decoration:none;
}

#footFacebook {
	float:right;
	width:400px;
	margin:0;
}

#fbBG {
	margin:15px 0 0 0;
	width:400px;
	height:auto;
	background-color:#fff;
}

#NicholasBrown a {
	color:#fff;
	font-size:11px;
	font-style:normal;
	font-weight:bold;
	text-decoration:none;
	width:auto;
	height:30px;
	float:left;
	position:relative;
	display:inline-block;
	overflow:hidden;
	margin:20px auto 20px auto;
}

#NicholasBrown a:hover {
	color:#4e5a53;
	text-decoration:underline;
}


/* ++ ---------- form styles ---------- ++ */

input, textarea { 
	padding: 9px;
	border: solid 1px #e0a72e;
	outline: 0;
	font: normal 13px/100% Verdana, Tahoma, sans-serif;
	width: 200px;
	/* background: #FFFFFF url('bg_form.png') left top repeat-x; */
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #ffd274), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #ffd274 1px, #FFFFFF 25px);
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
}

textarea { 
	width:318px;
	height: 150px;
	line-height: 150%;
}

input:hover, textarea:hover,
input:focus, textarea:focus { 
	border:1px dashed #310100; 
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
}

.form label { 
	margin-left: 10px; 
	color: #4e5a53; 
}

.submit input {
	float:right;
	overflow:hidden;
	width: auto;
	padding: 9px 15px;
	background: #e0a72e;
	border: 0;
	font-size: 14px;
	color: #fff;
	font-weight:bold;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor:pointer;
}

input.submit {
	width: auto;
	padding: 9px 15px;
	background: #e0a72e;
	border: 0;
	font-size: 14px;
	color: #fff;
	font-weight:bold;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor:pointer;
}

#topNav input.submit {
	width: auto;
	padding: 5px 10px;
	background: #e0a72e;
	border: 0;
	font-size: 11px;
	color: #fff;
	font-weight:bold;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	cursor:pointer;
}

dd a { margin:0 0 0 10px;}

.space { margin:4px 0 0 0;}
