@import "global_reset.css";

#container {
	width: 761px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#snipe {
	text-align: center;
	background: #E7E7E9;
	color: #990000;
	font: italic normal 18px/34px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #CCCCCC;
}
#snipe span {
	text-transform: uppercase;
}

a {
	color: #990000;
}

#header h1 {
	margin: 0px;
	padding: 0px;
	width: 216px;
	float: left;
}
#header {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
#header h1 a {
	background: #231F20 url(../art/logo.jpg) no-repeat center center;
	width: 216px;
	text-indent: -9999px;
	margin: 20px 0px 10px 20px;
	padding: 0px;
	height: 75px;
	display: block;
}
#flashcontent {
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #bfbfbf;
	border-right: 1px solid #BFBFBF;
	border-left: 1px solid #BFBFBF;
	overflow: hidden;
}

#globalNav {
	float: right;
	margin: 98px 12px 0px 0px;
	padding: 0px;
}
#globalNav li {
	float: left;
	background: url(../art/rt_tab.gif) no-repeat right top;
	margin-left: 5px;
}
#globalNav li a {
	display: block;
	color: #333333;
	font: bold 11px/20px Georgia, "Times New Roman", Times, serif;
	padding: 2px 12px 0px;
	background: url(../art/lft_tab.gif) no-repeat left top;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0px;
}
#globalNav li a.active {
	color: #990000;
	text-decoration: underline;
}
#contentWrapper {
	border: 1px solid #BFBFBF;
	background: url(../art/content_bg.gif) repeat-y center top;
}
#primaryContent {
	text-align: left;
	width: 434px;
	float: left;
	height: auto !important;
	height: 414px;
	min-height: 414px;
	position: relative;
}
#primaryContent h1 {
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: 1px;
	margin: 0px;
	padding: 10px 0px 10px 10px;
	border-bottom: 1px solid #bfbfbf;
	color: #333333;
}
#primaryContent p {
	font-size: 12px;
	margin: 15px 20px 20px;
	line-height: 22px;
}
#cateringLink {
	background: url(../art/cateringLink.jpg) no-repeat center center;
	text-indent: -9999px;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 128px;
	width: 221px;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
#giftcardLink {
	background: url(../art/giftcardLink.jpg) no-repeat center center; 
	/* background: url(../art/giftCardSale.jpg) no-repeat center center; */
	text-indent: -9999px;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 140px;
	width: 213px;
	position: absolute;
	left: 221px;
	bottom: 0px;
}
#rudolphsLink {
	background: url(/theros/art/rudolphs_lnk.jpg) no-repeat center center;
	text-indent: -9999px;
	display: block;
	float: left;
	height: 143px;
	width: 277px;
	margin: 1px 0px 0px 1px;
	padding: 0px;
}
#ttdLink {
	background: url(../art/ttd_lnk.jpg) no-repeat center center;
	text-indent: -9999px;
	display: block;
	float: left;
	height: 143px;
	width: 201px;
	margin: 1px 0px 0px;
	padding: 0px;
}
#stclairLink {
	background: url(../art/scb_lnk.jpg) no-repeat center center;
	text-indent: -9999px;
	display: block;
	float: left;
	height: 143px;
	width: 279px;
	margin: 1px 0px 0px;
	padding: 0px;
}

#footer {
	width:100%;
	bottom:0; /* stick to bottom */
	left:0;
	clear: both;
	padding-top: 3px;
	margin: 0px 0px 40px;
}
#footer p {
	font-size: 11px;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}
#footer p span {
	float: right;
	margin-right: 10px;
}
.debug {
	border: 1px solid red;
}
#secondaryContent {
	float: right;
	width: 324px;
	overflow: hidden;
}
#secondaryContent h1 {
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: 1px;
	margin: 0px;
	padding: 10px 0px 10px 20px;
	color: #333333;
	border-bottom: 1px solid #BFBFBF;
}
#secondaryContent .entry {
	border-bottom: 1px solid #BFBFBF;
}
#secondaryContent .date {
	display: block;
	background: #e7e7e9;
	width: 20px;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	height: 175px;
	float: left;
	padding: 10px 10px 0px;
}
#secondaryContent .entry p {
	float: left;
	width: 250px;
	font-size: 12px;
	line-height: 20px;
	color: #999999;
	margin: 0px 0px 0px 15px;
	padding: 0px;
}
#secondaryContent .entry a.readMore {
	display: block;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
	float: left;
	width: 250px;
	color: #990000;
}
#secondaryContent .entry h2 {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	float: left;
	width: 265px;
	margin: 0px 0px 0px 15px;
	padding: 15px 0px 0px;
	letter-spacing: 1px;
	line-height: 16px;
	color: #666666;
}
div.bioEntry {
	padding: 10px;
	margin: 0px 10px 15px;
	border-bottom: 1px dotted #BFBFBF;
}
div.bioEntry h2 {
	font: italic 24px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #990000;
	margin: 15px 0px 0px;
	padding: 0px;
}
div.bioEntry h3 {
	font: italic normal 14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
div.bioEntry h3 em {
	color: #666666;
}
div.bioEntry img {
	float: left;
	margin-right: 10px;
	margin-left: 20px;
	margin-top: 20px;
	border: 1px solid #333333;
}
.floatRight {
	margin: 0px 20px 10px 10px;
	padding: 0px;
	float: right;
}
#restaurants #primaryContent h2 {
	margin: 10px;
	padding: 0px 0px 0px 10px;
	background: #EFEFEF;
	color: #990000;
	letter-spacing: 1px;
	border-top: 1px dotted #BFBFBF;
	border-bottom: 1px dotted #BFBFBF;
	font: italic normal 20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
#restaurants #primaryContent p {
	margin: 0px;
	padding: 0px 20px 10px;
}
#restaurants #secondaryContent .entry p {
	padding-bottom: 10px;
	padding-top: 10px;
}
#restaurants #secondaryContent .entry ul {
	margin: 0px 15px 15px;
	padding: 0px;
	list-style: none;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}
#restaurants #secondaryContent .entry a {
	display: block;
	text-decoration: none;
	float: none;
	clear: both;
	line-height: 18px;
	color: #990000;
}
#restaurants #secondaryContent .entry a:hover {
	text-decoration: underline;
}
#secondaryContent p {
	font-size: 12px;
	line-height: 20px;
	margin: 10px 10px 0px;
}
div.jobPost {
	padding: 10px;
	margin: 10px;
	border-top: 1px dotted #BFBFBF;
	border-bottom: 1px dotted #BFBFBF;
	background: #EFEFEF;
}
div.jobPost h2 {
	margin: 0px;
	padding: 0px;
	font: italic normal 18px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	color: #990000;
}
#jobs #primaryContent div.jobPost p {
	margin: 0px;
	padding: 0px 0px 10px;
}
div.jobPost a {
	display: block;
	font: 11px/20px Verdana, Arial, Helvetica, sans-serif;
	color: #990000;
	text-decoration: none;
}
div.jobPost a:hover {
	text-decoration: underline;
}
#jobs #primaryContent h2 {
	font: italic 20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px dotted #990000;
	text-indent: 10px;
	margin: 20px 10px 0px;
	padding: 0px;
	color: #990000;
}
#jobs #primaryContent ul {
	font-size: 11px;
	margin: 10px 20px;
	padding: 0px;
}
#jobs #primaryContent li {
	background: url(/theros/art/0030_arr.png) no-repeat left 3px;
	padding-left: 20px;
	margin-bottom: 2px;
	line-height: 20px;
}
#jobs #primaryContent p {
	margin: 10px 20px;
	padding: 0px;
}


#reviews div {
	padding: 20px;
}
#reviews em {
	font-weight: bold;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #990000;
}
#reviews p {
	font: 13px/20px Georgia, "Times New Roman", Times, serif;
	margin-top: 10px;
}
