/*name of portal here for foodwineart*/

/*controls background color you need this*/
html, body {
	margin: 0px;
	text-align: center; 
	background: #EBEBEB url(http://www.sierraculture.com/foodwineart/wp-content/themes/magazine_10/images/bg.gif) top center repeat-y;
	color: #333333;
	/*font-family: Arial, Tahoma, Verdana;*/
	margin: 0px auto 0px;
	padding: 0px;
}

/*controls most type but not welcome information box, padding controls menu portion*/
body, tr, td {
	margin: 0px; 
	font-family: Arial, Tahoma, Verdana; 
	font-size: 11px; 
	/*color: #505050;*/
}

#container {
	margin: 0px auto;
	width: 960px;
	position: relative; 
	text-align:left
}

#sidebar {
	position: absolute;
	left: 0px; 
	top: 175px; 
	text-align: right; 
	margin-bottom: 20px; 
	width: 170px;
}

/*controls vertical spacing on menu items*/
#menu {
	padding: 10px 0;
	line-height: 16px;
}

.submenu {
	padding: 0 10px;
}

/*fine tune spacing on header*/
#title {
	position: absolute;
	left: -2px;
	top: -2px; 
}

/*positions event listing area*/
#content {
	position: absolute; 
	left: 170px;
	top: 175px;
	width: 748px;
	line-height: 18px;
	padding: 15px;
}

/*positions tour map full width*/
#content_tour {
	position: absolute; 
	left: 0px;
	top: 175px;
	width: 960px;
	line-height: 18px;
	padding: 0px;
}

/*background color for every other event odd*/
.entry0 {
	background-color: transparent;
	width: 100%;
	padding: 15px 0;
	line-height: 18px; 
	color: #505050;
}

/*background color for every other event*/
.entry1 {
	background-color: #ffffff;
	width: 100%;
	padding: 15px 0;
	line-height: 18px; 
	color: #505050;
}

/*event titles and headers in menu column*/
h1 {
	color: #4F4B40;
	font-family: Tahoma, Arial, Verdana; 
	font-size: 14px; 
	font-weight: lighter; 
	border-bottom: 1px solid #a69c81;
	background-color: #ffffff;
	padding: 2px 5px;
	margin: 0;
}

/*event titles*/
.entry0 h1, .entry1 h1 {
	color: #B2265D;
	font-family: Tahoma, Arial, Verdana; 
	font-size: 14px; 
	font-weight: lighter; 
	background-color: transparent;
	border-bottom: 1px solid #E6E5E3;
	padding: 2px 5px;
	margin: 0;
}

/*dont know what this is*/
h2 {
	color: #4F4B40;
	font-family: Tahoma, Arial, Verdana; 
	font-size: 20px; 
	font-weight: lighter; 
	background-color: #FFFFFF;
	border-bottom: 1px solid #E6E5E3;
	padding: 0 4px 0 4px;
	margin: 0;
}

/*text in event selection menu*/
a {
	color: #B2265D;
	text-decoration: none; 
}

/*hover text in event selection menu*/
a:hover {
	color: #6c9f39;
	text-decoration: underline; 
}

/*read more text color and all caps*/
.more {
	text-align: right; 
	text-transform: uppercase; 
	font-size: 9px; 
	margin: -10px 5px 0 10px; 
}

/*read  more text link color*/
.more a {
	color: #B2265D;
	text-decoration: none; 
	font-weight: bold; 
}

/*Read More hover color*/
.more a:hover {
	color: #C1BAA0;
}

/*input info such as login but not search*/
input, textarea, select {
	/*background-color: #FFFFFF;
	border: 1px solid #E6E5E3;
	padding: 2px; 
	*/
	color: #505050;
	font-family: Verdana, Tahoma, Arial, sans-serif; 
	font-size: 11px;
}
.big {
	width: 100%;
}

.right {
	text-align: right; 
}

.left {
	text-align: left; 
}

.small {
	font-size: 10px; 
}

/*don't know what this is*/
#caltable {
	background-color: #FFFFFF;
	margin: 10px; 
	border: 1px solid #E6E5E3;
	padding: 5px; 
}

.readright {
	text-align: right;
	width: 30%;
	color: #9F9F9F;
}

.readdesc {
	text-align: left; 
	padding: 0 4px;
}

.eventtags {
	border-top: 1px solid #333333;
	padding-top: 20px; 
}

.calendar {
	font-family: Verdana; 
}

.calendar-month {
	font-size: 11px; 
	font-weight: bold; 
}

.day-name {
	font-size: 9px; 
}

.weekday {
	font-size: 9px; 
}

.cats {
	padding: 3px 20px;
	text-align: left; 
}

/*don't know what this is*/
.entleft {
	border-right: 1px solid #E6E5E3;
	text-align: left; 
	padding: 0 4px;
}

/*don't know what this is*/
.enttop {
	border-top: 1px solid #E6E5E3;
	text-align: left; 
	padding-top: 5px;
}

/*don't know what this is*/
.calendarbox {
	border: 1px solid #E6E5E3;
	padding: 7px;
	margin: 10px;
	float: left;
	height: 120px;
	text-align: center; 
}

/*solid box behind welcome to user on right*/
#information {
	background-color: #ffffff;
}

/*solid box behind welcome to user on left*/
.infotitle {
	background-color: #adadad;
}

/*enter information such as search
input, textarea, select, checkbox {
	border: 1px solid cccccc;
	background-color: #ffffff;
}*/
