

/************************************************\
**************TAG STYLES**************************
\************************************************/

body,
h1, h2, h3, h4, h5
table, td, th,
form, input{
	margin:0;
	padding:0;
	line-height:16px;
}

a {
	color: #9a1a1d;
	text-decoration:none;
}
	a:hover {
		text-decoration:underline;
	}
	a img {
		border:none;
	}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url(http://c0877522.cdn.cloudfiles.rackspacecloud.com/bg_tile.gif);
	color: #4F4C4D;
}


h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight:normal;
	color: #9A1A1D;
	padding-bottom:10px;
}
h2,
.alpha-section,
.cat-section {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight:normal;
	color: #9a1a1d;
	margin-top: 10px;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	/*margin-top: 8px;*/ /*no good for detail map link */
}
	h3 a {
		color:black;
	}

li a {
	color: #4f4c4d;;
}

p {
	margin-top:0;
	margin-bottom:16px;
}

table {
	border:none;
	border-collapse:collapse;
}

ul, ol {
	margin-top: 0;
	padding-left: 15px;
}

/************************************************\
**************ID STYLES**************************
\************************************************/



#banner {
/*	width:900px;
	height:193px;
	background-image:url(images/firstframe.jpg);
	background-repeat:no-repeat;*/
	margin-bottom: 20px;
}

#footer {
	font-size: 10px;
	clear:both;
	color: #4f4c4d;
	padding: 20px 20px 1px;
}
	#footer p {
		margin: 5px 0;
	}
	#footer a {
		color: #4f4c4d;
	}
	#footer a:hover {
		text-decoration:underline;
	}
	
#dashboard-menu {
	width: 535px;
	margin-bottom:10px;
}
.dashboard-form {
	width:600px;
	padding-top: 15px;
}
	.dashboard-form input,
	.dashboard-form textarea {
		width: 300px;
	}
	.dashboard-form textarea {
		height:70px;
	}
	.dashboard-form input.price {
		width: 75px;
	}
	.dashboard-form input.hour,
	.dashboard-form input.minute,
	.dashboard-form input.checkbox,
	.dashboard-form input.button,
	.dashboard-form input.phone-7 {
		width: auto;
	}
	.dashboard-form input.phone-3 {
		width:50px;
		}
.dashboard-form th,
.dashboard-form td {
	padding:3px 3px 3px 0;
}
.dashboard-form th {
	width:130px;
	text-align:left;
	font-weight:normal;
	text-transform:uppercase;
	font-size:10px;
}
.dashboard-form label {
	width:130px;
	padding:8px;
	display:block;
	clear:left;
	float:left;
}
.dashboard-form .field-input {
	width:300px;
	padding:8px;
	overflow:hidden;
}
.dashboard-form .time input,
.dashboard-form .cost input {
	width:auto;
	}

.dashboard-form input.checkbox,
.dashboard-form input.button {
	width:auto;
}
.dashboard-message {
	width: 505px;
	padding: 15px;
	border:1px solid #9a1a1d;
	height: 80px;
}
.dashboard-message p:first-child {
	margin-bottom: 2px;
}


#home-left {
	width: 306px;
	margin-left:-5px;
	padding-right:10px;
}
	#home-left .home-header a {
		display:block;
		height:100%;
		width:100%;
	}
	#home-left .home-header a:hover {
		text-decoration:none;
	}
	#home-left a {
		color: #4F4C4D;
	}
	
#home-right {
	width: 529px; 
	padding: 0 20px 20px;
	float:right;
	border-left:2px solid #d2c6B0;
}
	#home-right .entry {
		padding-left:0;
	}

#map-thumb a img {
	padding-top:8px;
}
	
#main {
	min-height:400px;
	padding: 5px;
}

#month-detail {
}
	#month-detail h1 {
		padding-left:5px; /* to account for the cell spacing */
	}
	#month-detail table {
		border-collapse:separate;
	}
	#month-detail .calendar-event a {
		color: #4F4C4D;
	}
	#month-detail td {
		background-color:#F6F3E8;
		vertical-align:top;
		width:99px;
		height:100px;
		padding: 5px;
	}
	#month-detail td.has-event {
		background-color:rgb(232,227,216);
	}
	#month-detail td.prev-month,
	#month-detail td.next-month {
		background-color: white;
		border: 1px solid #F6F3E8;
	}
		#month-detail td.prev-month .date,
		#month-detail td.next-month .date,
		#month-detail td.prev-month .calendar-event,
		#month-detail td.next-month .calendar-event {
			display:none;
		}
	#month-detail .calendar-event {
		padding-bottom:5px;
	}

#month-nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding:10px 5px;
	float:right;
	font-size: 11px;
	color: black;
}
	#month-nav .month-nav-container {
		min-width:0;
		border: 1px solid #9a1a1d;
		padding: 0 3px;
	}
	#month-nav .month-nav-container div {
		min-width:0;/*Hi ie7, try to carry your weight */
	}
	#month-nav .month {
		margin:5px 0;
		padding: 8px;
		background-color:#F6F3E8;
		font-variant:small-caps;
	}
	#month-nav .month.current {
		background-color:#E8E3D8;
	}
	#month-nav th, 
	#month-nav td {
		padding: 2px 4px;
	}
	#month-nav td {
		text-align:center;
	}
	#month-nav a .date,
	#month-nav a th {
		color:#4F4C4D;
	}
	#month-nav a:hover {
		text-decoration:none;
	}
	#month-nav .has-event .date {
		color:#9a1a1d;
	}
	#month-nav .prev-month div,
	#month-nav .next-month div {
		display:none;
	}
	#month-nav 	.month-name {
		font-size: 14px;
		color: #9a1a1d;
	}

#page {
	width:898px;
	background-color:white;
	margin: 0 auto;
}

#retailers-main {
	padding-left: 15px;
	overflow:hidden;
}
#retailers-main h3 {
	padding-top: 15px;
}
#retailer-right {
	margin-left:0;
}
	#retailer-right h2 {
		margin-top:0;
		margin-bottom:7px;
	}

#detail-popup {
	padding: 30px;
}
	#detail-popup h1 {
		padding-bottom: 3px;
	}

#text-menu {
	display:none;
}

#top-nav {
	position:relative;
}
	#top-nav #logo {
		position:absolute;
		left: -10px;
		top:12px;
	}
	
/************************************************\
************CLASS STYLES**************************
\************************************************/

.byline {
	color:grey;
	margin-bottom:0px;
}
.cat-store a,
.alpha-store a {
	color: #4f4c4d;
}
.col1,
.col2 {
	overflow:hidden;
}
.col1 {
	width: 300px;
	float:left;
}
.blue,
.red,
.green,
.orange {
	background-repeat:no-repeat;
	background-position:0px 3px;
	padding-left: 15px;
	margin-bottom: 2px;
}
.blue {
	background-image:url(http://c0877522.cdn.cloudfiles.rackspacecloud.com/blue.gif);
}
.red {
	background-image:url(http://c0877522.cdn.cloudfiles.rackspacecloud.com/red.gif);
}
.green {
	background-image:url(http://c0877522.cdn.cloudfiles.rackspacecloud.com/green.gif);
}
.orange {
	background-image:url(http://c0877522.cdn.cloudfiles.rackspacecloud.com/orange.gif);
}
.clear {
	clear:both;
}

.email-signup .fname,
.email-signup .lname {
	width:115px;
	margin-bottom:5px;
}
.email-signup .fname {
	margin-right:4px;
}
.email-signup .email {
	width: 240px;
	margin-bottom: 5px;
}
.email-signup p {
	font-size: 10px;
	margin-bottom: 7px;
}

.entry {
	padding-left: 25px;
	overflow:hidden;
}

.event-list {
	display:none;
}
.form-table {
	width:100%;
}

.home-header {
	width: 178px;
	height:19px;
	padding-top:2px;
	background-color:#9a1a1d;
	text-indent:30px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:white;
	margin-bottom:5px;
}
.home-header:first-child {
	margin-bottom:12px;
}
.home-left-content {
	margin-left: 30px;
}

.mask {
	 height:505px;
	 overflow:hidden;
}

.month-calendar th {
	font-weight:normal;
}

.over {
	text-decoration:underline;
}

/*list of links on the dining page and sitemap should be grey */
#post-7 a,
#post-141 a {
	color:#4F4C4D;
} 

.right-col,
.left-col {
	margin: 0 25px 0 40px;
	padding: 0 14px 0 15px;
}
.right-col {
	width: 246px;
	float:right;
	border-left:2px solid #d2c6b0;
}
	.right-col .address,
	.right-col .phone {
		margin-top: -8px;
	}
	.right-col .entertainment a {
		color:#4F4C4D;
	}
.store-details a {
	color: #4F4C4D;
}

.sale {
	padding-bottom:5px;
}
	.sale .detail-link {
		margin-top: -8px;
	}

.subnav {
	margin-bottom: 15px;
	margin-top:-8px;
}
	.subnav a {
		color: #4f4c4d;
	}
ul.subnav {
	list-style-type:none;
	padding-left:0;
}
	ul.subnav li {
		display:inline;
	}
	ul.subnav li.current_page_item {
		text-decoration:underline;
	}
