/*name of portal here for zoomaru*/

/*controls background color you need this
html, body {
	margin: 0px;
	text-align: center; 
	background: url('images/bg.gif') repeat-y center; 
	background-color: #b1a586;
}
*/
/*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;
}

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

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

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

.submenu {
	padding: 0 10px;
}

#title {
	position: absolute;
	left: 0px;
	top: 0px; 
}

/*position and size of main calendar body
#content {
	position: absolute; 
	left: 170px;
	top: 100px;
	width: 748px;
	line-height: 18px;
	padding: 15px;
}
*/
/*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: #FFFFFF;
	/*background-color: #f0e7ce;*/
	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;
	/*background-color: #e3d5b1;*/
	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: #a83502;
	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: #B82F2F;
	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: #FC3;
}

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