@charset "UTF-8";
/* CSS Document */

/* Blitzburgers colors
------------------------------------------------------------ 
Red - #990000
Yellow - #FAA819
Green - #669900

Notes: 
Home page image width needs to be 570 px in order to keep everything aligned.
About Blitz, Menu, Hours, Catering, etc images need to be 580px wide, 618px high, applied to the table cell background.
*/
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

/* wrap
------------------------------------------------------------ */
#wrap{
width: 802px;
	background-image:url(../images/bkgd.jpg);
	background-repeat:repeat-y;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-position: center center;
}

/* login
------------------------------------------------------------ */
#login{
	font-size:80%;
	text-align:right;
	font-weight: normal;
	background-color:#FAA819;
	
}
#login form{
		background-color:#FAA819;
		margin:0;
		padding: 0
	
}

#login form.text{
		margin:0;
		padding: 0
		width: 9em;
	
}
#login legend{
	font-weight: bold;
	font-size: 90%;
}

#login label{
	display:block;
	font-size: 90%;
}

#login input{
	width:100px;
	background-color:#FFFFFF;
}
#login div input{
	width:30px;
}

.login{
	font-family:Arial, Helvetica, sans-serif;
	font-size:small:
	color:#666666;
}
/* container
------------------------------------------------------------ */
.oneColFixCtrHdr #container {
	width: 781px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #DDDDDD; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}

#mainContent p{
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
		font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:70%;
	font-weight:normal;
	line-height:1.25em;
	 /*top, right, bottom, left*/
	margin:0 15px 10px 15px;
}

#mainContent a{
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	font-weight:bold;
	line-height:1.25em;
	 /*top, right, bottom, left*/
	text-decoration:none;
	color:#990000;
	
	
}

.event_link{
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:120%;
	font-weight:bold;
	line-height:1.25em;
	 /*top, right, bottom, left*/
	text-decoration:underline;
	color:#990000;
	
	
}
.subhead{
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
	font-weight:bold;
	line-height:1.25em;
	 /*top, right, bottom, left*/
	color:#990000;
	margin:0 15px 10px 15px;
	
	
}


/* events
------------------------------------------------------------ */
#events{
	padding:0;
	float:left;
}

*#events dl{
	float:left;
	width:500px;
	margin:20px 20px 0 20px;
	padding:0;
	display:inline; /*fixes IE/Win double margin bug*/
}
#events dt{
	float:right;
	width:500px;
	margin:0;
	padding:0;
	font-size:120%;
	
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
}

#events dd{
	margin:0 0 0 0;
	padding:0;
	font-size:85%;
	line-height:1.5em;
	color:#000000;
}
#events dl dd img{
	margin:0;
}
#events dd.img img{
	float:left;
	margin: 0 8px 0 0;
	padding:4px;
	border:1px solid #CCCCCC;
	border-bottom-color:#999999;
	border-right-color:#999999;
	background:#FFFFFF;
}
#events dd.img2 img{
	float:left;
	margin: 0 8px 0 0;
	padding:4px;
	
	background:#FFFFFF;
}

/* events detail
------------------------------------------------------------ */
#eventsdetail{
	padding:0;
	float:left;
}

#eventsdetail dl{
	float:left;
	width:500px;
	margin:20px 20px 0 20px;
	padding:0;
	display:inline; /*fixes IE/Win double margin bug*/
}
#eventsdetail dt{
	float:right;
	width:282px;
	margin:0;
	padding:0;
	font-size:120%;
	
	color:#999999;
	font-family:Arial, Helvetica, sans-serif;
}

#eventsdetail dd{
	margin:0 0 0 217px;
	padding:0;
	font-size:85%;
	line-height:1.5em;
	color:#999999;
}
#eventsdetail dl dd.img{
	margin:0;
}
#eventsdetail dd.img img{
	float:left;
	margin: 0 8px 0 0;
	padding:4px;
	border:1px solid #CCCCCC;
	border-bottom-color:#999999;
	border-right-color:#999999;
	background:#FFFFFF;
}

#eventsdetail h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#990000;
	font-weight:bold;
	padding:0 5px 5px 0px; /*top, right, bottom, left*/
	margin-left:10px;
	
}

/* careers
------------------------------------------------------------ */
	#intro{
width:560px;
padding:0;
float:left;
}
#intro dl{
margin:5px 5px 5px 10px;
padding:0;
}

#intro dt{
margin:5px 5px 5px 10px;
padding:0px;
font-size: 16px;
color:#990000;
font-weight:bold;
font-family:Georgia, "Times New Roman", Times, serif;

}

#intro dd{
margin:5px 5px 5px 10px;
padding:0;
font-size: 11px;
font-style:italic;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#666666;
line-height:1.5 em;
}

/* jobs
------------------------------------------------------------ */
	#jobs{
		width:560px;
		padding:5px 0;
		float:left;
	}

	#jobs dl{
		margin:5px 5px 5px 10px;
		padding:0;
	}

	#jobs dt{
		margin:5px 5px 5px 10px;
		padding:0px;
		font-size: 16px;
		color:#990000;
		font-weight:bold;
		font-family:Georgia, "Times New Roman", Times, serif;

	}

	#jobs dd{
		margin:5px 5px 5px 10px;	
		padding:0;
		font-size: 10px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		color:#666666;
		line-height:1.5 em;
	}
	#jobs a{
color:#669900;
text-decoration:none;
}
#jobs a:hover{
color:#990000;
text-decoration:none;
}


/* vacation box
------------------------------------------------------------ */
	.vacationbox{
		width:200px;
		height:212px;
		border-color:#CCCCCC;
		border-style:solid;
		border-width: 2px;
		margin-top:0px;
		margin-bottom:0px;	
	}
	
	/* white box
------------------------------------------------------------ */
	.whitebox{
		width:195px;
		height:150px;
		border-color:#CCCCCC;
		border-style:solid;
		border-width: 2px;
		margin-top:0px;
		margin-bottom:0px;	
	}
	.whitebox h2{
		/*padding: 0 0 0 10px; /*top, right, bottom, left*/
		text-align:center;
		font-size: 80%;
	}
	.whitebox span {	
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #666666;
		font-size: 70%;
		font-weight: bold;
	}

/* directions
------------------------------------------------------------ */
	 .directionsform {
		width:560px;
		font-size:90%;
		
	}
    .directionsform table{
		color:#000000;
		text-align:center;
		font-weight:normal;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size: 75%;
	}
	   .directionsform h2{
		color:#990000;
		text-align:center;
		font-weight:bold;
		font-family:Georgia, "Times New Roman", Times, serif;
		
	}
		
	.directions a{
		padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:120%;
		font-weight:bold;
		line-height:1.25em;
	 /*top, right, bottom, left*/
		text-decoration:none;
		color:#990000;
	
}
/* footer
------------------------------------------------------------ */
#footer{
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	height:110px;
	font-size:80%;
	text-align:center;
	/*border-bottom:2px solid #999999;*/
	
}

/* copyright
------------------------------------------------------------ */

.copyright {
	text-align:center;
	color:#666666;
	font-size:80%;
}
.copyright a{
	text-align:center;
	color:#666666;
	font-size:100%;
	text-decoration:none;
}
.copyright a:hover{
	text-align:center;
	color:#990000;
	font-size:100%;
	text-decoration:none;
}

/* footer links, backup navigation
------------------------------------------------------------ */
	.footerlinks{
		width:780px;
		background-color:#FAA819;
		float:left;
		list-style:none;
		padding:0;
		margin:0;
		text-align:center;
	}
	.footerlinks a{
		color:#000000;
		text-decoration:none;
		text-align:center;
		font-weight:bold;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size: 80%;
		padding:1px;
	}
	.footerlinks a:hover{
		color:#990000;
		text-decoration:none;
		font-weight:bold;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size: 80%;
		text-align:center;
	}
	.footerlinks ul{
		text-align:center;
	}
	.footerlinks li{
		float:left;
		margin: 10px;
		padding:0;
		text-align:center;
	}