/*sacmet for zoomaru*/


/*styles from http://www. /_global.css*/
div#header {
	background: #1A100E;
	width: 1000px;
	margin: 0 auto;
	z-index: 10;
}


/*controls background color you need this*/
html, body {
	margin: 0px;
	text-align: center; 
	/*background: url('images/wrapper-bg.gif') repeat-y center;*/ 
	background-color: #DDDDDD;
	/*background: #fff url(http://www.sacmetroarts.org/_img/_global/body-bg.gif) top left repeat;*/ /*--little diagonal pattern--*/	
}

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

#zoomarucontainer {
	margin: 0px auto;
	width: 1000px;
	position: relative; 
	text-align: center;
	background-color:#FFFFFF;
	/*background-image:url(images/wrapper-bg.gif); */
}

#zoomarufooter {
	margin: 0px auto;
	width: 1000px;
	position: relative; 
	text-align: center; 
}

#zoomarusidebar {
	padding-top:7px;
	padding-left:15px;
	text-align: right; 
	margin-bottom: 20px; 
	width: 190px;
	
}

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

.submenu {
	padding: 0 10px;
}

#zoomarunavigation {
	position: relative;
	left: 0px;
	top: 0px;
	/*background-image:url(images/wrapper-bg.gif); */
	background-color:#FFFFFF;
}

#zoomarubody {
	position: relative;
}

/*position and size of main calendar body*/
#zoomarucontent {
	line-height: 18px;
	padding-bottom:15px;
	padding-left:7px;
	padding-top:7px;
	padding-right:0px;
}

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

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

/*event titles and headers in menu column*/
h1 {
	color: #4F4B40;
	font-family: Georgia, "Times New Roman"; 
	font-size: 15px; 
	font-weight: lighter; 
	border-bottom: 1px solid #a69c81;
	background-color: #ffffff;
	padding: 4px 10px;
	margin: 0;
}

/*event titles*/
.entry0 h1, .entry1 h1 {
	color: #4F4B40;
	font-family: Georgia, "Times New Roman"; 
	font-size: 15px; 
	font-weight: lighter; 
	background-color: transparent;
	border-bottom: 1px solid #E6E5E3;
	padding: 4px 4px;
	margin: 0;
}

/*dont know what this is*/
h2 {
	color: #4F4B40;
	font-family: Georgia, "Times New Roman"; 
	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: #3477B2;
	text-decoration: none; 
}

/*hover text in event selection menu*/
a:hover {
	color: #F18135;
	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: #4C90CD;
	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 #E6E5E3;
	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: #B62B5C;
	color:#FFFFFF;
}

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