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

html, body{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}

body{
	/*background-color: #011e30;*/
	background-color: #011b2c;
	font-family: 'Cantora One', sans-serif;
	color: #fff;
	width: 100%;
	/*background-image: url('http://www.themerrow.com/images/shield.png');
	background-repeat: repeat-x;
	background-position: center 200px;*/
}

h1{
	font-family: 'Marcellus SC', serif;
	/*font-family: 'Marko One', serif;*/
	font-size: 16px;
	font-weight: normal;
	margin: 0px;
	padding: 10px;
	color: #fff;
}

img{
	vertical-align: middle;
}

#container{
	width: 1200px;
	margin: 0px auto;
	
	background-image: url('http://www.themerrow.com/images/bg.jpg');
	background-repeat: no-repeat;
	padding-top: 10px;
}

#content{
	width: 980px;
	margin: 0px auto;
}

#social{
	width: 980px;
	text-align: right;
	margin-bottom: 6px;
}

#header{
	height: 140px;
	width: 980px;	
}

#logo{
	border: solid 2px #d3c616;
	border-bottom: none;
}

#main{
	width: 976px;
	/*min-height: 590px;*/
	margin-bottom: 10px;
	/*margin-top: -52px;*/
	margin-left: 0px;
	border: solid 2px #d3c616;
	border-top: none;
}

#navigation{

	text-align: center;
	height: 24px;
	background-color: #000;
	color: #fff;
/*	padding-left: 160px;*/
	padding-top: 6px;
}

#main_content{
	width: 940px;
	margin: 20px auto;	
}

#footer{
	width: 930px;
	text-align: center;
	margin: 6px auto;
	line-height: 21px;
}

.left{
	float: left;
}
.right{
	float: right;
}
.clear{
	clear: both;
}

a, a:active, a:visited { 
	font-family: 'Marcellus SC', serif;
	color: #ffffff; 
	font-size: 12px; 
	text-decoration: none; 
	font-weight: bold; 
}
a:hover {
	color: #840c0c;
}

#navigation a{
	font-size: 16px;
}
#navigation a:hover{
	
}

.margin-top{
	margin-top: 8px;
}
.margin-right{
	margin-right: 30px;
}

.box{
	padding: 14px;
	padding-top: 0px;
	/*background-color: #275615;*/
	background-color: #000;
	border: 1px solid #275615;
	border-radius: 6px;
	overflow: hidden;
}
.box2{
	padding: 8px;
	padding-top: 4px;
	background-color: #840c0c;
	background-image: url('http://www.themerrow.com/images/bg_featured.jpg');
	border: 1px solid #000;
	border-radius: 6px;
	overflow: hidden;
}
.box3{
	width: 570px;
	margin-right: 8px;
}
.greenBorder{
	border: 1px solid #275615;
	border-radius: 6px;
	overflow: hidden;
}

.col1-block{
	margin-top: 8px;
	width: 570px;
	margin-right: 8px;
}


/* Home Page */
#about{
	margin-top: 8px;
	width: 570px;
	margin-right: 8px;
	line-height: 24px;
}
#beer{
	width: 573px;
	height: 100px;
	background-image: url('http://www.themerrow.com/images/beer_bg.png');
	margin-right: 8px;
	margin-top: -8px;
	text-align: center;
	
	padding-left: 25px;
	
	text-shadow: 2px 2px 3px #000;
}
#beer span{
	clear: both;
}
#craft_beer{
	text-align: center;
	font-family: 'Marcellus SC', serif;
	font-size: 24px;
	font-weight: normal;
	/*padding-left: 50px;*/
	padding-top: 20px;
	clear: both;
}
#features .box2{
	width: 176px;
	height: 315px;
	margin-right: 8px;	
}
.fimg{
	width: 170px;
	overflow: hidden;
	margin: 6px auto;
	border: 1px solid #000;
}
.ftext1{
	font-family: 'Marcellus SC', serif;
	font-weight: bold;
	text-align: center;
}
.ftext2{
	text-align: center;
}

#hours{
	width: 300px;
	margin-bottom: 8px;
}

#location{ 
	width: 300px;	
}

/* Calendar Page */
#calendar{
	width: 570px;
	margin-right: 8px;
	min-height: 464px;
}
.double-wide{
	width: 906px;
	margin-right: 0px;	
	min-height: 500px;
}


/* Contact Page */
#venue{
	width: 300px;
	margin-bottom: 8px;
}

#form{
	margin-left: 30px;	
}

label{
	margin-right: 10px;
	display: block;
	width: 250px;
	color: #ccc;
}		
input {
	margin-bottom: 10px;
	width: 250px;
	padding: 2px;
	background-color: #666;
	border: 1px solid #444;
	color: #fff;
}
select{
	margin-bottom: 10px;
}
.submit{
	padding-top: 10px;
	padding-left: 100px;
} 

textarea {
	width: 250px;
	padding: 2px;
	resize: vertical;
	background-color: #666;
	border: 1px solid #444;
	color: #fff;
}

.submit_button {
	border: 1px solid #A7A7A7 ;
	border-radius:5px;
	-moz-border-radius:5px; /* Firefox 3.6 and earlier */
	background: #fff;       /* blue - #247CA4;*/
	color: #000;
	font-weight: bold;
	font-size: 14px;
	cursor: pointer;
	padding: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 100px;
	margin-bottom: 0px;
	text-decoration: none;
}
	
	
	
	#contact_response {
		color: #fff;
		width: 250px;
		padding-top: 5px;
		padding-bottom: 40px;
		display:none;
	}


























.calendarday { color: #ffffff; font-family:Arial,
Helvetica, sans-serif; font-size:16px; text-decoration:
none; font-weight:bold; }


.calendarprice { color: #ffffff; font-family:Arial,
Helvetica, sans-serif; font-size:16px; text-decoration:
none; font-weight:bold; }

.calendarband { color: #000000; font-family:Arial,
Helvetica, sans-serif; font-size:14px; text-decoration:
none; font-weight:bold; }
.calendarband a:link { color: #000000; font-family:Arial,
Helvetica, sans-serif; font-size:14px; text-decoration:
underline; font-weight:bold; }
.calendarband a:active { color: #000000; font-family:Arial,
Helvetica, sans-serif; font-size:14px; text-decoration:
underline; font-weight:bold; }
.calendarband a:visited { color: #000000; font-family:Arial,
Helvetica, sans-serif; font-size:14px; text-decoration:
underline; font-weight:bold; }
.calendarband a:hover { color: #8E0606; font-family:Arial,
Helvetica, sans-serif; font-size:14px; text-decoration: none;
font-weight:bold; }

.calendargenre { color: #8E0606; font-family:Arial,
Helvetica, sans-serif; font-size:14px; text-decoration:
none; font-weight:bold; font-style:italic;}



.menusep { color: #cccccc; font-family:Arial, Helvetica,
sans-serif; font-size:13px; text-decoration: none;
font-weight:bold; }
.menusep a:link { color: #cccccc; font-family:Arial,
Helvetica, sans-serif; font-size:13px; text-decoration:
underline; font-weight:bold; }
.menusep a:active { color: #cccccc; font-family:Arial,
Helvetica, sans-serif; font-size:13px; text-decoration:
underline; font-weight:bold; }
.menusep a:visited { color: #cccccc; font-family:Arial,
Helvetica, sans-serif; font-size:13px; text-decoration:
underline; font-weight:bold; }
.menusep a:hover { color: #ffffff; font-family:Arial,
Helvetica, sans-serif; font-size:13px; text-decoration: none;
font-weight:bold; }

.footgrey { color: #cccccc; font-family:Arial, Helvetica,
sans-serif; font-size:12px; text-decoration: none;
font-weight:bold; }
.footgrey a:link { color: #cccccc; font-family:Arial,
Helvetica, sans-serif; font-size:12px; text-decoration:
underline; font-weight:bold; }
.footgrey a:active { color: #cccccc; font-family:Arial,
Helvetica, sans-serif; font-size:12px; text-decoration:
underline; font-weight:bold; }
.footgrey a:visited { color: #cccccc; font-family:Arial,
Helvetica, sans-serif; font-size:12px; text-decoration:
underline; font-weight:bold; }
.footgrey a:hover { color: #ffffff; font-family:Arial,
Helvetica, sans-serif; font-size:12px; text-decoration: none;
font-weight:bold; }


.click { color: #cccccc; font-family:Arial, Helvetica,
sans-serif; font-size:12px; text-decoration: none;
font-weight:bold; font-style:italic;}

.footwhite { color: #ffffff; font-family:Arial, Helvetica,
sans-serif; font-size:12px; text-decoration: none;
font-weight:bold; }
.footwhite a:link { color: #ffffff; font-family:Arial,
Helvetica, sans-serif; font-size:12px; text-decoration:
underline; font-weight:bold; }
.footwhite a:active { color: #ffffff; font-family:Arial,
Helvetica, sans-serif; font-size:12px; text-decoration:
underline; font-weight:bold; }
.footwhite a:visited { color: #ffffff; font-family:Arial,
Helvetica, sans-serif; font-size:12px; text-decoration:
underline; font-weight:bold; }
.footwhite a:hover { color: #ffffff; font-family:Arial,
Helvetica, sans-serif; font-size:12px; text-decoration: none;
font-weight:bold; }

.follow { color: #ffffff; font-family:Arial, Helvetica,
sans-serif; font-size:10px; text-decoration: none;
}


#calendarimage {
border-style:solid;
border-color:#8E0606;
border-width:2px;
background-color:#8E0606;


}