/* Reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dd,dl,dt,li,ol,ul,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;font-weight:normal;font-style:normal;text-align:left;font-family:inherit;}table{border-collapse:collapse;border-spacing:0;}ol,ul{list-style:none;}q:before,q:after,blockquote:before,blockquote:after{content:"";}


/* HTML Elements */
body {
	background-color: #f37736;
	color: #9a620c;
	font: normal normal normal 80%/1.5em "Comic Sans MS", cursive;
	margin: 30px;
}

a:link {
	color: #b2710e;
	text-decoration: none;
}

a:visited {
	color: #f47321;
	text-decoration: none;
}

a:active {
	color: #f47321;
	text-decoration: none;
}

a:hover {
	color: #b2710e;
	text-decoration: underline;
}

em {
	font-style: italic;
}

p + h2 {
	padding-top: 1em;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
}

h3 {
	font-size: 1em;
	font-weight: bold;
	margin-top: 1em;
	text-transform: uppercase;
}

hr, .line {
	border: 0;
	background: #fff url(/images/menus/breakfast/horizontal_rule.gif) no-repeat;
	background-position: center;
	height: 2px;
	width: 100%;
	margin: 18px 0;
}

strong {
	font-weight: bold;
}

p {
	margin-top: 1em;
}

/* Wrappers */
#pageBorder {
	background-color: #fff;
	border: 2px solid #b2710e;
	margin: 20px auto;
	padding: 35px;
	width: 900px;
}

#page {
	width: 900px;
}

#content {
	min-height: 350px;
	padding: 0 39px;
	width: 822px;
}

#content:after,
#specBox:after,
#eventList:after,
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


#contentWrapper {
	background-image: url(../images/global/frame/body-sides.gif);
	background-repeat: repeat-y;
	margin-top: 10px;
}

#contentWrapper #contentWrapper-top {
	background-image: url(../images/global/frame/body-top.gif);
	height: 40px;
}

#contentWrapper #contentWrapper-bottom {
	background-image: url(../images/global/frame/body-bottom.gif);
	height: 25px;
}

#sidebar {
	float: left;
	margin-top: 5px;
	width: 160px;
	/*padding-bottom: 12000px;
	margin-bottom: -12000px;*/
}

#sidebarList li {
	margin-top: 12px;
}

#mainContent {
	float: right;
	width: 629px;
}

/* Header */

#header {
	margin-left: -7px;
	margin-top: -22px;
	position: relative;
	width: 922px;
}

#header ul {
	margin-bottom: -5px;
	margin-left: 2px;
}

#header li {
	display: inline;
	margin: -2px;
	padding: 0px;
}

/* Sidebar */
#sidebar h2 {
	padding-right: 35px;
	text-align: center;
}

#sidebar h2.sidebarLink {
	padding-right: 0;
	text-align: left;
}

#sidebar  ul + h2,
#sidebar img + #sidebar h2,
#sidebar h2 + h2,
#sidebar p + h2 {
	padding-top: 20px;
}

#sidebar h2 + p, {
	margin-top: 0;
	padding-top: 0;
}

#sidebar h3 {
	font-size: 1em;
	font-weight: bold;
}

#sidebar ul {
	margin: 0;
}

.sidebarEvents li {
	margin: 0;
	margin-left: 1.5em;
	text-indent: -1.5em;
}

#sidebar .featured {
	margin: 25px 0;
	margin-left: -6px;
}

#menuLinks li {
	padding-top: 1px;
}

/* asdfasdf*/

.sidebarImage {
	margin-left: -17px;
	position: relative;
	text-align: center;
	width: 160px;
}

.sidebarText {
	margin-top: 1em;
	text-align: center;
}

.pSidebarImage {
	margin-top: 16px;
	margin-left: -210px;
	float: left;
	position: relative;
	text-align: center;
	width: 160px;
}

.smallprint {
	font-size: .8em;
}

input + .smallprint,
select + .smallprint {
	margin-top: .2em;
}

.callNumber {
	text-align: center;
	margin-top: 26px;
}

.pickup {
	text-align: center;
	margin-top: 0;
}

.description {
	margin-top: 28px;
}

.hoursAddress {
	margin-top: 5px;
}

.hoursAddress p {
	font-size: .95em;
	font-weight: bold;
	margin: 0;
	text-align: center;
}

.hoursAddress .hours {
	color: #f47321;
	text-transform: uppercase;
}

.hi, .date {
	color: #f47321;
}

.eventList .info {
	font-weight: bold;
	margin-top: 1em;
}

.eventList .info a:link {
	font-weight: bold;
}

.artistname {
	text-transform: uppercase;
}

<!--[if IE]>
<style type="text/css">
  #content, #specBox, #eventList, .clearfix {
    zoom: 1;     /* triggers hasLayout */
    }  /* Only IE can see inside the conditional comment
    and read this CSS rule. Don't ever use a normal HTML
    comment inside the CC or it will close prematurely. */
</style>
<![endif]-->