/* main body style */
BODY {
background: ##FEF4C0;
color: #000000;
font-family: Verdana, Helvetica, sans-serif;
font-size: 11px;
margin: 0px;
}

/* remove border from linked images */
a IMG {
border: 0px;
}

/* styling for block elements */
TD, TH, DIV, SELECT, TEXTAREA, INPUT {
font-family: Verdana, Helvetica, sans-serif;
font-size: 11px;
}

/* link classes 
Note: we only specify anything that changes from the base class in 
all other classes */
A, A.pn-normal {
color: #996633;
font-size: 11px;
text-decoration: none;
background: none;
}
A:hover         {COLOR: #000000; font-family: Verdana, Helvetica, sans-serif; text-decoration: overline underline}
A.pn-title {
font-size: 13px;
font-weight: bold;
}
A.pn-sub {
font-size: 11px;
}
A.pn-logo {
font-size: 18px;
font-weight: bold;
letter-spacing: 3px;
text-decoration: none;
}

/* postnuke specific classes */
.pn-logo {
font-size: 18px;
font-weight: bold;
letter-spacing: 3px;
}
.pn-logo-small {
font-size: 13px;
font-weight: bold;
}
.pn-pagetitle, h1 {
font-size: 16px;
font-weight: bold;
}
.pn-title, h2 {
font-size: 11px;
font-weight: bold;
}
.pn-normal {
color: #000000;
font-size: 11px;
text-decoration: none;
}
.pn-sub {
color: #000000;
font-size: 10px;
text-decoration: none;
}
.pn-normal {
color: #000000;
font-size: 11px;
text-decoration: none;
}
.pn-light {
color: #FFFFCD;
font-size: 11px;
text-decoration: none;
}
/* news styles */
.pn-storytitle {
font-size: 14px;
font-weight: bold;
letter-spacing: 0px;
}
/* news styles */
.pn-storytitle {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
}

/* block styles */
.sideblock {
	width: 150px;
	border: 1px solid #A06040; 
	background: #fEf4c0;
    line-height:1.3em;
}
.sideblockhead {
	width: 150px;
	padding-top:2px;
	border: 1px solid #A06040; 
	background: #fBeAa4;
	min-height: 20px;
    line-height:1.5em;
	text-align: center;
}
.centerblock {
	padding: 5px;
	border: 1px solid #fffff7;
}
.centerblockhead {
	padding: 5px;
	border: 1px solid #fffff7;
	background: #fcd894;
}

/* styles for legacy opentable functions */
.box1{
	border:1px #A06040 solid;
	padding:8px;
	margin-bottom:5px;
}
.box2{
	border:1px #fcd894 solid;
	background: #fBeAa4;
	padding:8px;
	margin-bottom:5px;
	text-align:center;
}

/* styling for lists */
ul {
	margin-left: 1em; 
	padding-left: 1em; 
	text-indent: 0em;
}
