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


/*--------------------------Basics-----------------------------------------*/
html {
background: #8f1911 url("../img/pattern.png");
background-repeat: repeat;
}


body {
font-family:Courier New, Courier, Helvetica;
font-weight:bold;
font-size:12px;
}

a {
color:#8f1911;
text-decoration:none;
}

a:visited {
	color:#8f1911;
	text-decoration:none;
	font-style:normal;
	}


a:hover {
	color: black;
	font-style:normal;
	text-decoration:underline;
	}


a:active {
	color:#EE0000;
	font-style:normal;
	text-decoration:none;

	}
	
p {
font-family:Courier New, Courier, Helvetica;
font-weight:bold;
font-size:12px;
}


#wrapper {
	
	margin:0 auto; /*keeps it centered*/
}

/*--------------------------Container-----------------------------------------*/
#container {
width:1024px;
background-color:#f0e2c5;
position:relative; /*keeps everything in correct stacked position*/
margin:0 auto; /*keeps it centered*/
margin-top: 28px;
margin-bottom: 20px;
border-style:solid;
border-color:#ffffff;
border-width:6px;
}


/*--------------------------HGM Frame Image-----------------------------------*/
#header {
width:648px;
height:328px;
float:left;
}


/*--------------------------HGM Address and Stuff-----------------------------*/
#info {
width:349px;
height:328px;
float:right;
padding-top: 15px;
margin-right:15px;
font-weight:bold;
font-size:14px;

}


/*---Info Text Styling----*/
#info h1{
line-height:140%;
color:#8f1911;
}

#reservations {
	margin-top: 30px;
}

#email {
margin-top: 20px;
	
}


/*--------------------------Enter Site Button---------------------------------*/
#enter {
padding-bottom:20px;
margin-top: 40px;
}




/*--------------------------Flash To Enter Site-------------------------------*/
#flash {
font-size:13px;
font-weight: normal;

}


/*--------------------------MENU AND HOURS AND BLOG-------------------------------*/


/*---------------------Three Column Stuff-------------------------------------*/

#column {
padding-top:20px;
padding-left:40px;
}


#btn p{
color:#000000;
padding-left:38px;
font-weight:bold;
}

#menutext p{
color:#8f1911;
}

.blog-header {
	margin-left: -25px;
}
.blog-body {
	margin-left: 12px;
}


/*----Dinner and a Movie Section Styling----*/
#movie {
width:950px;
margin-left: -20px;
padding-top:30px;
padding-bottom: 0px;
padding-left: 0px;
font-family:Courier New, Courier, Helvetica;
font-weight:bold;
font-size:12px;

}

#ticket {
margin-top: -10px;
float:left;
margin-right:15px;
margin-bottom: 50px;
}


#presents  {

margin-top: 0px;
padding-top: 0px;
font-size:16px;
margin-bottom: 4px;
}

#work {
  margin-top: 25px;
  margin-bottom: 30px;
}



/*--------------------------Footer--------------------------------------------*/


#footer {
font-size:11px;
font-weight: normal !important;
padding-top: 0px;
padding-bottom: 20px;
text-align: center;
color:#f0e2c5;
font-family:Courier New, Courier;
}

#footer a{
color:#f0e2c5;
text-decoration: underline;
}

#footer a:hover{
color: #d5c3aa;


}


/*------------------------------Font Stuff------------------------------------*/


/*--@font-face {
font-family: "ADLER";
src: url(../img/ADLER.TTF) format("truetype");
}--*/



h1, h1 a {
font-family:Courier New, Courier;
font-size:16px;
line-height:140%;
}