/*name of portal here for zoomaru davisca*/

/*controls background color you need this*/

html, body {
	margin: 0px;
	text-align: center; 
	background: url('images/bg.gif') repeat-y center; 
	background-color: #FFFFFF;
}

/*controls most type but not welcome information box, padding controls menu portion*/
body, tr, td {
	margin: 0px; 
	font-family: Trebuchet MS, Arial, Helvetica, san-serif; 
	font-size: 11px; 
	color: #000000;
}

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

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

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

.submenu {
	padding: 0 10px;
}

#title {
	position: absolute;
	left: -3px;
	top: -3px; 
}

/*position and size of main calendar body*/
#content {
	position: absolute; 
	left: 170px;
	top: 80px;
	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: #070738;
}

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

/*event titles and headers in menu column*/
h1 {
	color: #0b0b75;
	font-family: Trebuchet MS, Arial, Helvetica, san-serif; 
	font-size: 15px; 
	font-weight: lighter; 
	border-bottom: 1px solid  #999999;
	background-color: #EEEEEE;
	padding: 4px 4px;
	margin: 0;
}

/*event titles*/
.entry0 h1, .entry1 h1 {
	color: #0b0b75;
	font-family: Trebuchet MS, Arial, Helvetica, san-serif; 
	font-size: 15px; 
	font-weight: lighter; 
	background-color: transparent;
	border-bottom: 1px solid #999999;
	padding: 4px 4px;
	margin: 0;
}

/*dont know what this is*/
h2 {
	color: #0b0b75;
	font-family: Trebuchet MS, Arial, Helvetica, san-serif; 
	font-size: 20px; 
	font-weight: lighter; 
	background-color: #FFFFFF;
	border-bottom: 1px solid #999999;
	padding: 0 4px 0 4px;
	margin: 0;
}

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

/*hover text in event selection menu*/
a:hover {
	color: #6b2ce0;
	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: #3030c0;
	text-decoration: none; 
	font-weight: bold; 
}

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

/*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: #EEEEEE;
}

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

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