/*  css/main/default.css */

/* global */

body {
	background-color: #FFFFFF;
	color: #333333;
	font-family: Lucida Grande, Arial, sans-serif;
	font-size: 12px;
	line-height: 125%;
	margin: 0 0 10px 0;
	text-align: center;
	}
	
a {
	color: #339966;
	}
	
h1 {
	color: #339966;
	font-family: Arial, sans-serif;
	font-size: 24px;
	text-align: center;
	letter-spacing: -0.05em;
	}
	
img {
	border-width: 0;
	}
	
input, select, textarea {
	font-size: 11px;
}

#session_error {
	color: #993333;
	background-color: #FFFFCC;
	font-weight: bold;
	border: 1px solid #666666;
	padding: 5px;
	margin: 10px 0;
	}

#alert {
	background-color: #EEEEEE;
	font-weight: bold;
	text-align: center;
	border: 1px solid #999999;
	padding: 5px;
	width: 100%;
	}

#footer {
	font-size: 75%;
	text-align: center;
	margin: 0 auto;
	padding-top: 10px;
	border-top: 1px solid #006633;
	width: 960px;
	}
	
#header {
	text-align: left;
	margin: 20px auto 0 auto;
	width: 960px;
	height: 60px;
	border-bottom: 1px solid #006633;
	}
	
#logo {
	width: 360px;
	float: left;
}
	
#nav {
	font-size: 11px;
	text-align: right;
	margin: 0 auto;
	width: 600px;
	float: left;
	}
	
#nav ul {
	margin: 0;
	padding: 0;
	}

#nav li {
	margin: 0;
	padding: 0 3px 0 7px;
	display: inline;
	}
	
#nav #secondaryNav {
	margin-left: 3px;
	font-size: 11px;
	display: inline;
}

#nav #secondaryNav li {
	border-left: 1px solid #999;
}

#nav #primaryNav {
	font-size: 14px;
	margin-top: 10px;
}
	
#main {
	text-align: left;
	width: 955px;
	margin: 0 auto;
	padding: 0 10px 10px 10px;
	}

#mapads {
	margin-left: 10px;
	float: right;
}

.box {
	border: 1px solid #CCCCCC;
}

.column_2_padded {
	width: 48%;
	padding-right: 2%;
	float: left;
}

.column_padded {
	padding-right: 2%;
	float: left;
}
	
.examples {
	color: #999999;
	font-size: 10px;
}

.examples img {
	vertical-align: text-bottom;
}

.padded {
	padding: 10px;
}

.row1 {
	background-color: #EEEEEE;
}

/* home */
#homeContent {
	width: 680px;
	margin-right: 20px;
	float: left;
}

#homeContent ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#homeContent li {
	background-position: 0 20px;
	background-repeat: no-repeat;
	height: 100px;
	margin: 0;
	padding: 15px 0 0 70px;
}

#homeContent li a {
	font-size: 16px;
}
	
#homeContent li a.more {
	font-size: 12px;
}

#homeContent li .description {
	padding: 5px 0;
}

#homeSidebar {
	width: 250px;
	margin-top: 40px;
	float: left;
}

#homeSidebar > p {
	text-align: center;
}

#homeSidebar form {
	margin-left: 20px;
}
	
/* event form */

#event_form h2 {
	margin-top: 20px;
}

#event_form #title_input, #event_form #url_input, #event_form #host_input, #event_form #contact_email_input, #event_form #location_input, #event_form #raw_address_input, #event_form #raw_date_input, #event_form #time_input, #event_form #raw_repeat_input {
	width: 300px;
}

#event_form #description_input {
	width: 300px;
	height: 75px;
}

#event_form #submit_container {
	background-color: #EEEEEE;
	border: 1px solid #666666;
	text-align: center;
	margin: 0 20%;
	padding: 10px;
}
	
/* event list */

#event_admin_list .event_column {
	width: 500px;
	float: left;
}

#event_admin_list .date_column {
	width: 320px;
	float: left;
}

#event_admin_list .action_column {
	text-align: right;
	width: 100px;
	float: right;
}

#event_admin_list .action_column form {
	display: inline;
	margin: 0;
}

#event_list .checkbox_column {
	width: 30px;
	float: left;
}

#event_list .event_column {
	width: 470px;
	float: left;
}

#event_list .event_column a {
	font-size: 16px;
}

#event_list .date_column {
	width: 360px;
	float: left;
	padding-top: 26px;
}

.list_action, .list_footer {
	text-align: left;
	padding: 5px 2px;
}

.list_body, .edit_body {
	text-align: left;
}

.list_body {
	border: 1px solid #999999;
}

.list_body label, .list_body div {
	padding: 5px;
}
	
.list_container, .edit_container {
	text-align: center;
}

.list_header {
	color: #669933;
	background-color: #F1F6EC;
	font-weight: bold;
	text-align: left;
	border: 1px solid #C7DAB5;
	padding: 5px;
	position: relative;
}

.list_header .list_add {
	font-weight: bold;
	text-align: right;
	width: 150px;
	top: 4px;
	left: 585px;
	position: absolute;
}

.list_header .list_add img {
	vertical-align: middle;
}

.list_legend {
	background-color: #EEEEEE;
	text-align: center;
	border-bottom: 1px solid #999999;
}

.signup_choice {
	width: 42%;
	min-height: 90px;
	padding: 2%;
	margin-left: 2%;
	border: 1px solid #CCCCCC;
	float: left;
}

#name_input, #address_input, #contact_name_input, #contact_phone_input, #email_input, #url_input, #host_url_input {
	width: 265px;
}

#first_name_input, #last_name_input, #contact_name_input, #contact_phone_input {
	width: 175px;
}

#town_input {
	width: 125px;
}

#zip_input {
	width: 75px;
}

.associated_business_action {
	width: 16px;
	height: 16px;
}

#associated_businesses {
	margin-left: 20px;
	line-height: 200%;
}

.indented {
	margin-left: 20px;
}

#associated_events_list .action_column {
	width: 30px;
	float: left;
}

#associated_events_list .action_column form {
	display: inline;
	margin: 0;
}

#associated_events_list .name_column {
	width: 820px;
	margin-top: 2px;
	float: left;
}

.associated_organizations_container .list {
	width: 33%;
	padding-right: 2%;
	float: left;
}

.associated_organizations_container .list form {
	display: inline;
	margin: 2px 5px 0 20px;
}

.associated_organizations_container .list form input{
	vertical-align: middle;
}

.associated_organizations_container .search {
	width: 65%;
	float: left;
}

#associated_organizations_list .action_column {
	width: 30px;
	float: left;
}

#associated_organizations_list .action_column form {
	display: inline;
	margin: 0;
}

#associated_organizations_list .name_column {
	width: 520px;
	margin-top: 2px;
	float: left;
}

.list_header .search_box {
	width: 65%;
	float: left;
}

.list_header .show_all {
	text-align: right;
	width: 35%;
	float: left;
}

.edit_container p {
	text-align: left;
}

#message_box {
	background-color: #EEE;
	border: 1px solid #999;
	margin: 10px 0;
	padding: 5px;
	text-align: center;
}

#MaineEvents_Logo {
	height: 50px;
	width: 300px;
	background-image: url(../../images/maine2.jpg);
	background-repeat:no-repeat;
	background-position:left;
}

#MaineEvents_Logo h1{
padding-top:8px;
padding-right:30px;
height: 70px;
line-height: 100%;
font-size:30px;
color: #339966;
text-decoration: none;
margin: 0;
}

a.logo:link {
	text-decoration: none;
}
a.logo:visited {
	text-decoration: none;
}
a.logo:hover {
	text-decoration: none;
}
a.logo:active {
	text-decoration: none;
}
.lightGreen {
color:#66CC66;
}

div.auto_complete {
	width: 350px;
	background: #fff;
}
div.auto_complete ul {
	border:1px solid #888;
	padding:14px 0 0 0;
	margin:0;
	width:100%;
	list-style-type:none;
	background-image: url(../images/date_autocomplete.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
div.auto_complete ul li {
	font-size: 10px;
	margin:0;
	padding:1px 3px;
}
div.auto_complete ul li.selected {
	background-color: #ffb;
}
div.auto_complete ul strong.highlight {
	color: #800; 
	margin:0;
	padding:0;
}
#homeContent div.ads {
	margin-left: 70px;
}


#calendarMonth {
	border-width: 1px 0 0 1px;
	border-style: solid;
	border-color: #000;
	width: 100%;
}
#calendarMonth td {
	font-size: 10px;
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #000;
	height: 100px;
	width: 13%;
}
#calendarMonth strong {
	padding: 2px;
	display: block;
}
#calendarMonth th {
	font-size: 150%;
	padding: 10px 5px;
	text-align: center;
	font-weight: bold; border-width: 0 1px 1px 0; border-style: solid;
	border-color: #000;
	}
#calendarMonth td a {
	color: #333333;
	padding: 2px 3px 2px 13px;
	margin-top: 1px;
	text-indent: -10px;
	text-decoration: underline;
	cursor: pointer;
	display: block;
	}
	
#monthRegions {
	text-align: center;
	line-height: 200%;
}
#monthRegions .region {
	margin: 20px;
	white-space: nowrap;
}
#monthRegions .region span {
	width: 20px;
	padding: 0 5px;
}

.region1 {
	background-color: #B2CFD2;
}
.region2 {
	background-color: #C5B1CD;
}
.region3 {
	background-color: #FDE9B2;
}
.region4 {
	background-color: #E5C6D6;
}
.region5 {
	background-color: #CBD1E6;
}
.region6 {
	background-color: #CDDBC4;
}
.region7 {
	background-color: #F5D4C0;
}
.region8 {
	background-color: #EDB2A7;
}


/*  css/main/timeframe.css */

#calendars {
	display: inline-block;
	margin: 0;
	padding: 0;
	text-align: center;
	text-shadow: none;
}

/* Menu */
#calendars ul#timeframe_menu {
	list-style-type: none;
	font-weight: bold;
	margin: auto;
	padding: 0 0 6px;
	width: 60px;
}

#calendars ul#timeframe_menu li {
	display: inline;
}

#calendars ul#timeframe_menu li a {
	display: inline-block;
	height: 20px;
	padding: 2px 0 0;
	text-decoration: none;
	width: 20px;
	-webkit-box-shadow: 0 1px 2px #999;
}

#calendars ul#timeframe_menu li a.previous, #calendars ul#timeframe_menu li a.next {
	background: #fff;
	color: #468966;
}

#calendars ul#timeframe_menu li a.previous:hover, #calendars ul#timeframe_menu li a.next:hover {
	background: #ccc;
}

#calendars ul#timeframe_menu li a.previous:active, #calendars ul#timeframe_menu li a.next:active {
	background: #aaa;
}

#calendars ul#timeframe_menu li a.today {
	background: #468966;
	color: #eee;
}

#calendars ul#timeframe_menu li a.today:hover {
	background: #246744;
}

#calendars ul#timeframe_menu li a.today:active {
	background: #024522;
}

#calendars ul#timeframe_menu li a.previous {
	-webkit-border-top-left-radius:     10px;
	-webkit-border-bottom-left-radius:  10px;
	-moz-border-radius-topleft:         11px;
	-moz-border-radius-bottomleft:      11px;
}

#calendars ul#timeframe_menu li a.next {
	-webkit-border-top-right-radius:     10px;
	-webkit-border-bottom-right-radius:  10px;
	-moz-border-radius-topright:         11px;
	-moz-border-radius-bottomright:      11px;
}

/* Calendar*/
#calendars table {
	border-collapse: collapse;
	display: inline;
	display: inline-block;
	font-size: 15px;
	margin: 0 6px 12px;
}

/* Month names */
#calendars table caption {
	text-shadow: 0 0 0 #fff;
}

/* Cell sizes */
#calendars thead th, #calendars tbody td {
	height: 18px;
	margin: 0;
	padding: 2px 1px;
	width: 20px;
}

/* Weekday letters */
#calendars thead {
	background: #222;
	color: #eee;
}

/* Days */
#calendars tbody {
	background: #fff;
	-webkit-box-shadow: 0px 2px 6px #999;
}

#calendars tbody td {
	cursor: pointer;
}

/* Hover states not available in IE */
#calendars tbody td.selectable:hover {
	background-color: #bbb;
}

#calendars tbody td.selected:hover, #calendars tbody td.stuck:hover {
	background-color: #e99a27;
}

/* Selected states */
#calendars tbody td.selected {
	background-color: #ffb03b;
}

#calendars tbody td.stuck {
	background-color: #e99a27;
}

/* Range markers */
#calendars tbody td.startrange, #calendars tbody td.endrange, #calendars tbody td.startendrange {
	cursor: col-resize;
}

#calendars tbody td.startrange {
	background-image: url(../images/start.png);
}

#calendars tbody td.endrange {
	background-image: url(../images/end.png);
}

#calendars tbody td.startendrange {
	background-image: url(../images/startend.png);
}

/* Today */
#calendars tbody td.today {
	background-color: #468966;
	color: #eee;
}

#calendars tbody td.today_selected {
	background-color: #b64926;
}

#calendars tbody td.today_stuck {
	background-color: #8e2800;
}

/* Post/pre-month */
#calendars tbody td.beyond {
	background-color: #aaa;
	background-image: none;
	color: #ccc;
}

#calendars tbody td.beyond_selected {
	background-color: #999;
}

#calendars tbody td.beyond_stuck {
	background-color: #888;
}

#calendars tbody td.unselectable {
	color: #ccc;
	cursor: default;
}

/* Clear button */
#calendars tbody td span.clear {
	color: transparent;
	display: block;
	height: 0;
	position: absolute;
	width: 0;
}

#calendars tbody td span.clear span {
	background-image: url(../images/closebox.png);
	cursor: pointer;
	display: block;
	height: 30px;
	left: -18px;
	position: relative;
	text-indent: -10000px;
	top: -18px;
	width: 30px;
}

#calendars tbody td span.clear span.active {
	background-image: url(../images/closebox_selected.png);
}


