/*****************************************************************
* Style Sheet for the index.php page
*****************************************************************/

.lower_body {
	width: 100%;
	/*overflow: auto;*/
}

.titlebar {
	background-image:url(../images/title_bar_spacer.gif);
	background-position:right center;
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-weight:bold;
	height:14px;
	padding:5px;
}

/****************************************
BLOG POST SECTION
****************************************/
#post img {
	float:right;
	padding: 3px;
	margin: -45px 0 0 5px;
	border: 1px solid #CCCCCC;
}

#post-container {
	float: left;
	border:1px solid #CACDCF;
	width: 601px;
	height: 260px;
	margin: 20px 0px 10px 24px;
}

#post-header {
	background-color:#78c0a8;
	margin:5px;
	width:590px;
}

#post-header .titlebar {
	width:81px;
}

#post {
	overflow:auto;
	margin: 10px 10px 15px;
}

#post .post-title{
	font-size:14px;
	font-weight:bold;
	color:#EA6C28;
	text-transform:uppercase;
}

#post .post-date{
	font-style:italic;
	padding-bottom: 15px;
}

.post-body a {
	color: #5C5950;
	text-decoration:none;
	font-style:italic;
}

.post-body a:hover {
	color: #78C0A8;
	text-decoration:underline;
}

/****************************************
FEATURED ITEMS SECTION
****************************************/
#featured_items{
	margin: 20px 24px 10px 0px;
	float: right;
	border:1px solid #CACDCF;
	width: 305px;
	height: 250px;
	padding: 5px;
}

#feature_header {
	background-color:#78C0A8;
	height:24px;
	margin:0 0 5px;
	width:305px;
}

.feature_img {
	float:left; 
	width: 280px;
}

#feature_header .titlebar {
	width:133px;
}

#featured_items .item {
	border: 1px solid #CCCCCC;
	overflow:hidden;
	opacity: .7;
	padding: 3px;
	margin: 2px 0px 0px 0px;
}

#featured_items img:hover {
	opacity: 1;	
}

#left_arrow {
	font-size:11px;
	margin-left:28px;
}

#right_arrow {
	font-size: 11px;
	margin-left: 115px;
}

/****************************************
WEEKLY SALES SECTION
****************************************/
#sales_header {
	background-color:#78C0A8;
	height:24px;
	margin:0 0 5px;
	width:285px;
}

#weekly_sales {
	border:1px solid #CACDCF;
	float:left;
	height:253px;
	margin-left: 24px;
	padding:5px;
	width:285px;	
}

#sales_header .titlebar {
	width:155px;
}

/****************************************
HOURS SECTION
****************************************/
#hours {
	border:1px solid #CACDCF;
	float:left;
	height:253px;
	margin-left: 9px;
	padding:5px;
	width:285px;	
}

#hours_header {
	background-color:#78C0A8;
	height:24px;
	margin:0 0 5px;
	width:285px;
}

#hours_header .titlebar {
	width:107px;
}

/****************************************
EVENTS SECTION
****************************************/
#events{
	margin: 0px 24px 10px 0px;
	float: right;
	border:1px solid #CACDCF;
	width: 305px;
	height: 253px;
	padding: 5px;
}

#events_header {
	background-color:#78C0A8;
	height:24px;
	margin:0 0 5px;
	width:305px;
}

#events_header .titlebar {
	width:107px;
}

.new_event {
	border-top:1px solid #CACDCF;
	border-bottom:1px solid #CACDCF;
	float: left;
	width: 293px;
	padding: 5px;
	opacity: .7;
	margin-bottom: 5px;
	margin-top: 5px;
}

.e_details {
	padding-top: 5px;	
	text-align: center;
}

.event_img {
	float: left;	
}

.event_pic {
	border-right:1px solid #CACDCF;
	padding-right: 5px;
}

.event_details {
	float: left;
	font-size: 12px;
	line-height: 1.3;
	margin-left: 4px;
}

.event_table tr {

}

.bold {
	font-weight: bold;
	padding-bottom: 1px;
}

.sale_entry{
	float:left;
	padding: 2px;
	margin-bottom:5px;	
	text-align:center;
	border-bottom:1px solid #CACDCF;	
	text-align:center;
	width:90%;
	padding-bottom: 5px;
}

.sale_entry .date{
	float: left;
	width: 40px;
	height: 45px;
	background-image:url(../images/calendar1.gif);
	font-size: 12px;
	color: #FFFFFF;
	font-weight:bold;
}


.sale_entry .sale_text{
	float: right;
	font-size: 12px;
	margin-left:12px;
	margin-top:10px;	
	text-align: left;
	width: 200px;
}

.date .month{
	font-size: 20px;
	color: #EA6C28;
}

#ebay {
	float: right;
	margin-right: 10px;
	margin-top: -10px;
}

#last_sale {
	border-bottom: 0px;	
}

#pantry_hours{
	font-size: 12px;
	border: 0px;
}

td {
	padding: 0px;
	margin: 0px;
}

tr {
	padding: 0px;
	margin: 0px;
}

#pantry_hours td{
	padding: 4px;
	text-align: center;
	margin: 0px;
}

#pantry_hours .left{
	text-align:left;
}

.t_header{
	font-weight: bold;
}

.t_shade {
	background-color:#E0E0E0;
	color:#EA6C28;
	font-weight:bold;
}

.t_shade1 {
	background-color: #FFFFFF;	
}