/*
Theme Name: MACS Theme
*/
body {
	background: #f3efe3;
}
#outer_container {
	width: 100%;
	position: absolute;
	top: 70px;
	left: 0px;
	padding: 10px 0px 10px 0px;

	background: url(media/fade.png) #182033;
	background-repeat: repeat-x;
	border-top: 10px solid #8c6e26;
	border-bottom: 10px solid #8c6e26;
}
#header {
	position: absolute;
	top: -2px;
	left: 50%;
	margin-left: -215px;
	background: url(media/header.png);
}
#logo {
	position: absolute;
	top: -100px;
	left: 50%;
	margin-left: -505px;
}
#page {
	width: 600px;
	position: absolute;
	left: 50%;
	top: 50px;
	margin-left: -225px;
	background: white;
	border: 10px solid #8c6e26;
	z-index: 0;
}
#pageBody {
	padding: 50px;
	padding-top: 5px;
	font-family: "Palatino Linotype", Palatino, "URW Palladio L", "Bitstream Charter", "Hoefler Text", serif;
	font-size: 14px;
	line-height: 150%;
	z-index: 200;
}
#pageBody h1 {
	margin-top: 0px;
}
#contents {
/*	white-space: pre-wrap;*/
}
#menu {
	background: url(media/alpha.png);
    width: 150px;
    position: relative;
    left: 50%;
    margin-left: -410px;
	padding: 1px 14px 1px 10px;
	color: white;
}
#menu ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    font: 16px sans-serif;
}
#menu li {
    margin: 5px 0px 5px 0px;
}
#menu a {
    color: white;
    text-decoration: none;
    border-bottom: 1px solid white;
    width: 100%;
    display: block;
    padding: 2px;
}
#menu a:hover {
    color: #303030;
    border-color: #303030;
}
#menu ul ul {
    list-style: disc;
    padding-left: 15px;
    font: 14px sans-serif;
}
#menu ul ul a {
    color: white;
    border: 0;
    padding: 0;
}

#adminmenu {
	background: url(media/alpha.png);
    width: 150px;
    position: absolute;
    left: 50%;
    margin-left: 405px;
    top: 91px;
	padding: 14px;
	color: white;
	font: 14px sans-serif;
}

#slideshow {
	width: 600px;
	height: 300px;
}
#curve {
	position: absolute;
	top: 225px;
	background: url(media/curve.png);
	width: 600px;
	height: 81px;
	z-index: 10;
}
#pageEditor {
	width: 100%;
	font-family: "Palatino Linotype", Palatino, "URW Palladio L", "Bitstream Charter", "Hoefler Text", serif;
	font-size: 14px;
	line-height: 150%;
}
.pageTitle {
	width: 100%;
	font-family: "Palatino Linotype", Palatino, "URW Palladio L", "Bitstream Charter", "Hoefler Text", serif;
	font-size: 20px;
	font-weight: bold;
}
.messageBar {
	width: 550px;
	background: #FFFFAA;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px 0px 10px 50px;
	font: bold 12px sans-serif;
}
#adminmenu img {
	border: 1px solid white;
}
.calendar-table {
	position: relative;
	left: 0px;
	width: 600px;
	border-spacing: 1px;
}
.calendar-table .day-with-date {
	background: #DDDDDD;
	height: 4em;
	width: 14.3%;
	text-align: right;
	vertical-align: top;
	font: 10px sans-serif;
}
.calendar-table .day-without-date {
	background: #EEEEEE;
}
.calendar-table .current-day {
	background: #909090;
	height: 4em;
	width: 14.3%;
	text-align: right;
	vertical-align: top;
	font: 10px sans-serif;
}
.calendar-table .event-title {
	display: none;
}
.calendar-table .event a {
	display: block;
	text-align: left;
}
.calendar-table .today {
	background: #FFFFAA;
}
.calendar-table .weekend {
	color: red;
}
.calendar-table .normal-day-heading {
	text-align: center;
}
.calendar-table .weekend-heading {
	text-align: center;
	color: red;
}
.calendar-table .calendar-heading {
	text-align: center;
}
.calendar-table .calendar-month {
	font-weight: bold;
}
.calendar-table .calendar-date-switcher {
	text-align: center;
}
.alignright {
	float: right;
	padding: 15px;
}
#renweb-calendar {
	margin-left: -60px;
	margin-top: 50px;
	background: white;
	border: 10px solid #8c6e26;
}
.cal-frame {
	width: 800px;
	height: 600px;
	margin-left: -60px;
	border: 10px solid #8c6e26;
}