/** DEFAULTS **/

body {
	margin: 0px;
	padding: 0px;
	background-image: url("../images/template-zoo/back-green.gif");
	background-repeat: repeat;
	text-align: center;	/* included to make sure .page is aligned cener */
	font-family: 'Lucida Grande',Helvetica, arial, sans-serif;
}


h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 5px 0 8px 0;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 15px 0 4px 0;
}

p {
	font-size: 14px;
	margin-bottom: 3px;
}

ul {
	margin-left:2em;
	margin-top: 0.4em;
}

li {
	list-style-p:Êoutside;Ê
	display: list-item;
	font-size: 14px;
	list-style-type: disc;
	margin-top: 0.1em;
}

a {
	color: #028015;
	text-decoration: underline;
}

/** TEMPLATED PAGE LAYOUT **/

#page {
	margin-left: auto;
	margin-right: auto;	
	padding-top: 10px;
	padding-bottom: 10px;
	width: 780px;
	text-align: left; /* so the center from body doesn't flow in */
}

#masthead {
	height: 99px;
	background-image: url("../images/template-zoo/masthead-middle.gif");
}

#navbar {
	background-color: #f7ff00;
	padding: 0px;
	padding-top:20px;
	margin: 0px;
	height:30px;
}

#navbar ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-right: 10px;
	margin-left: 10px;
}

#navbar li {
	background-image: url("../images/template-zoo/button-back.gif");
	padding-top: 0px;
	background-repeat: no-repeat;
	background-position-x: 0px;
	background-position-y: 0px;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	margin: 0px;
	margin-right:5px;
	margin-left: 5px;
	font-size: 14px;
	line-height: 28px;
	white-space: nowrap;
	list-style-type: none;
}

#navbar li.selected {
	font-weight: bold;
}

#navbar li a {
	display: block;
	text-align: center;
	width: 141px;
	text-decoration: none;
	color: rgb(255,255,255);
	background: initial initial initial transparent;
}

#content {
	background-color: #f7ff00;
	padding: 10px;
	padding-left: 18px;
	height: auto;
}

#footer {
	background-color: #f7ff00;
	padding: 20px;
	border-top: 2px solid #ff3620;
	text-align: center;
	font-size: 12px;
	clear: both;
}

/** CALENDAR **/

.calendar {
	font-size: 12px;
	width: 200px;
}

.calendar .event {
	margin-bottom: 7px;
}

.calendar .event .date {
	font-weight: bold;
	margin-bottom: 2px;
}

.calendar .event .name {
	margin-left: 10px;
}

.calendar .event .site {
	margin-left: 10px;
}

.calendar .event .location {
	margin-left: 15px;
	font-size: 10px;
}

/** BORDERED SIDEBAR **/

.sidebar {
	width: 231px;
	float: right;
	margin-right: 10px;
	margin-top: 10px;
}

.sidebar .header {
	background-image: url("../images/template-zoo/sidebar-top.gif");
	background-repeat: none;
	padding-left: 10px;
	color: rgb(255,255,255);
	line-height: 28px;
}

.sidebar .content {
	border-right: 2px solid rgb(255,54,32);
	border-left: 2px solid rgb(255,54,32);
	font-size: 12px;
	padding: 8px;
}

.sidebar .footer {
	background-image: url("../images/template-zoo/sidebar-bottom.gif");
	background-repeat: none;
	height:16px;
}

/** SIDEBAR **/

.sidebar-right {
	float: right;
	margin:10px;
	width: 200px;	
}

.sidebar-right img {
	padding: 3px;
}

.sidebar-wide {
	width: 420px;
}