/*
Theme: Default
Description: Mill2000.com Style sheet
*/
@charset "utf-8";

:focus {
                outline: 0;
}

html, body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	height: 100%;
}


body {
	background-repeat: repeat-x;
	background-color: #ecd4e2;
	font-family: Verdana;	
	background-image: url('/cms-themes/Default/images/repeat_bg.jpg');	
}

#page_wrap {
	width: 960px;
	padding: 0px;	
	margin: 0 auto 0 auto;
	min-height: 105%;
	background-color: #d9b1cb;
	background-image: url('/cms-themes/Default/images/page_bg.jpg');	
	background-repeat: repeat-x;
}

#header {
	position: relative;
	height: 151px;
	background: url('/cms-themes/Default/images/header.png') no-repeat;	
	margin: 0 0 10px 0;
}

#nav_bar {
}

h1 {
	font-size: 22px;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #9A3B7B;
	border-right-color: #9A3B7B;
	border-bottom-color: #9A3B7B;
	border-left-color: #9A3B7B;
	color: #9A3B7B;
}

/* home page styles */


#home_container {
	width: 920px;
	margin: 0 auto 0 auto;
	padding: 0px;
	text-align: left;
}

#home_container p {
	font-size: 11px;
	line-height: 14px;
}

#home_container h3 {
	color: #863d78;
	font-size: 14px;
	font-style:italic;
	margin-top: 0px;
}

.home_box {
	position: relative;
	width: 270px;
	height: 180px;
	border: 1px solid #c9a9c3;
	background: url('/cms-themes/Default/images/box_bg.png') repeat-x;	
	float: left;
	margin-left: 52px;
}

.first {
	margin-left: 0px;
}


#home_container .home_box .center{
	text-align: center;
}

.center{
	text-align: center;
	margin: 5px;
}


#home_container .home_box div {
	margin: 0 0 0 65px; padding: 0 5px 5px 5px; text-align: justify;
}

#home_container .home_box div p {
	line-height: 20px; 
}

.home_box_bg {
	position: absolute; bottom: 0px; left: 0px; width: 60px; height: 130px;
}

#interior_container {
	width:650px;
	float: left;
	padding: 0px;
	margin: 0;
	text-align: left;
	padding: 15px;
	min-height: 500px;
	font-size: 12px;
}

#calendar_container {
	width:900px;
	float: left;
	padding: 0px;
	margin: 0;
	text-align: left;
	padding: 15px;
	min-height: 500px;
}


#right_column {
	width: 250px;
	float: right;
	margin: 25px 0 0 0;
	padding: 10px;
	border: 1px solid #b781a3;
	background: #ffffff;
}

#roster {
	width: 100%;
	font-size: 12px;
}

#roster td {
	vertical-align: top;
}

#calendar {
	width: 900px; margin: auto;
    border:0px solid #888;    
    border-collapse:collapse;
    margin: 10px;
}

#calendar td {
    width:100px;
    border-collpase:collpase;
    border:1px solid #888;
    text-align:right;
    padding-right:5px;
}

#calendar .eventday {
	height: 100px;
	position: relative;
}

#calendar .days{
    background-color: #F1F3F5;
}

#calendar .daybox{
	position: absolute; top: -2px; left: -2px; width: 15px; height: 15px; border-right: 1px solid black; border-bottom: 1px solid black; text-align: center;
	font-size: 10px;
}

#calendar .daycontent a {
 	color: #000000;
	text-decoration: none;
}
#calendar .daycontent a:link {
 	color: #000000;
	text-decoration: none;
}
#calendar .daycontent a:visited {
 	color: #000000;
	text-decoration: none;
}

#calendar .daycontent a:hover {
 	color: #000000;
	text-decoration: underline;
}


#calendar th {
    border-collpase:collpase;
    border:1px solid #888;
    background-color: #E9ECEF;
}

#calendar .actday{
    background-color: #ff8ceb;
    font-weight:bold;
}


#upcoming_events {
	text-align: left;
	font-size: 12px;
}

#upcoming_events h2 {
	font-size: 16px;
	font-weight: bold;
}

#upcoming_events h3 {
	font-size: 11px;
	font-weight: normal;
}

#upcoming_events a:link {
	text-decoration: underline;
	color: #E81C27;
}

#upcoming_events a:visited {
	text-decoration: underline;
	color: #E81C27;
}

#upcoming_events a:hover {
	text-decoration: none;
	color: #E81C27;
}

#upcoming_events a:active {
	text-decoration: underline;
}

#upcoming_events .upcoming_start_time {
}

#upcoming_events .upcoming_event_title {
}

#upcoming_events p {
	font-size: 11px;
}

/* event page */
#event_details {


}

#venue {

}
#address {
}

#start_date_time{

}

#end_date_time {

}

/*==========Link States==========*/

a:link {
	text-decoration: underline;
	color: #E81C27;
}

a:visited {
	text-decoration: underline;
	color: #E81C27;
}

a:hover {
	text-decoration: none;
	color: #E81C27;
}

a:active {
	text-decoration: underline;
}


/* nav menu */
#nav{
	width: 960px;
	height: 43px;
	background: url('/cms-themes/Default/images/nav_bg.png') repeat-x;	
	margin: 0px;
	padding: 0px;
}
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 29px;
}
#nav li {
	float: left;
	position: relative;
	border: 0px;
	font-size: 13px;
	margin-right: 12px;
	margin-left: 12px;
	line-height: 29px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	width: auto;
	display: inline;
}
#nav a:link, #nav a:visited {
	text-decoration: none;
	color: #000000;
}
#nav a:hover {
	text-decoration: underline;
}
* html #nav a{
	width: 100%;
}

#nav li ul {
	display: none;
	position: absolute;
	padding: 0;
	margin-top: 0px;
	left: -20px;
	margin-bottom: 0px;
	text-align: left;
	width: 200%;
}

#nav li:hover ul {
	display: block;
}

#nav li .top {
	border-top: 1px solid #b781a3;
}

#nav li ul li {
	border-bottom: 1px solid #b781a3;
	position: relative;
	font-size: 13px;
	line-height: 25px;
	height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding-left: 5px;
	width: 200%;
	display: inline;
	background: url('/cms-themes/Default/images/dropdown.gif') repeat-x;	
}


.clear {
   clear: both;
}

#login_form {
	position: absolute;
	top: 10px;
	right: 0px;
	color: #ffffff;
	font-size: 11px;
	text-align: right;
	padding: 8px 17px 0px 17px;
	width: 160px;
	height: 132px;
	background: #d09fbe;
}

#login_form .input {
	width: 130px;
}

#login_form .form_header {
	font-size: 14px;
	font-weight: bold;
}

#login_form a:link {
	text-decoration: underline;
	color: #ffffff;
}

#login_form a:visited {
	color: #ffffff;
	text-decoration: underline;
}

#login_form a:hover {
	color: #ffffff;
	text-decoration: none;
}

#login_form a:active {
	color: #ffffff;
	text-decoration: underline;
}


/*==========Footer==========*/


#footer {
	font-size: 10px;
	width: 960px;
	height: 30px;
	background-image: url(/cms-themes/Default/images/footer_bg.png);
	line-height: 30px;
	margin: 50px 0 50px 0;
	font-weight: normal;
}

#footer a:link, #footer a:visited {
	color: #000;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
	
}h5 {
	font-size: 11px;
}

#nav li.icon {
	margin: 3px 5px 0px 5px;
}
