@import url(reset.css);
*{
	margin:0;
	padding:0;
}

body{
	font-family: "Franklin Gothic Book","Lucida Sans",helvetica,arial,sans-serif;
	text-align:center;
	color:#555;
	font-size: 76%;
	background: #454545;
}
a{outline:none;}
/* General Style Info */
#Content{ text-align: left;}
#Content a{
	color:#0860b2;
	text-decoration:underline;
}
#Content a:hover{
	color:#0383fb;
	text-decoration:none;
}
#Content a img{
	border:none;
}
#Content h1.PageTitle{
	margin-top: 0;
}
#Content h1{
	color: #444;
	margin:0.3em 0;
	font-size: 145%;
	font-weight: bold;
	text-transform: uppercase;
}
#Content h2{
	color:#606060;
	padding-top: 1em;
	margin:0.3em 0;
	font-size: 130%;
	font-weight: bold;
}
#Content h3{
	color:#999;
	padding-top:2em;
	font-size: 140%;
}
#Content h4{
	color:#999;
	padding-top:0.5em;
}
#Content em{
	font-weight: bold;
}
#Content p{
	font-size: 105%;
	padding-bottom: 1.5em;
}
#Content pre {
	padding: 1em;
}
#Content ol{
	margin: 20px 0 20px 30px;
	font-size: 105%;
}
#Content ol li{
	list-style-type: decimal;
	margin-bottom: 5px;
}
#Content li h3{
	padding: 0.7em 0;
}
#Content dl{
	margin: 10px 0 20px;
	font-size: 105%;
}
#Content dt{
	float: left;
	width: 100px;
	margin-right: 10px;
	color: #777;
	font-size: 85%;
	font-weight: bold;
	text-transform: uppercase;
}
#Content #EmbeddedEditLink{
	text-align: right;
	clear: both;
}
ul.actions{
	margin: 10px 0 15px;
}
/* Layout */
.Container{
	text-align:left;
	width: 950px;
	margin: 0 auto;
	border: solid 1px #aaa;
	background: #fff url(images/bg-body.png) no-repeat;
	position: relative;
}
#Content{
	margin: 100px 50px -150px 200px;
	padding: 0 120px 0 0;
	color: #333;
	z-index: 10;
}
#Footer{
	z-index: 9;
	clear:both;
	font-size: .9em;
	padding: 210px 50px 10px;
	background: url(images/bg-footer.png) no-repeat bottom right;
}
/* Header */
#Header h1.SiteName{
	width: 104px;
	height: 84px;
	position: absolute;
	left: 50px;
	top: 40px;
	padding: 0;
	margin:0;
}
#Header h2.TagLine{
	font-size: 1em;
	text-indent: -5000px;
	overflow: hidden;
	width: 270px;
	height: 30px;
	background: url(images/tagline.png) no-repeat;
	position: absolute;
	left: 600px;
	top: 40px;
	padding:0;
	margin:0;
}
/* Manager Menu */
#ManagerMenu{
	position: absolute;
	top: 440px;
	left: 52px;
}
#ManagerMenu h2{
	font-weight: bold;
	text-transform: uppercase;
}
#ManagerMenu ul li a{
	font-weight: bold;
	text-decoration: none;
	text-transform: lowercase;
	color: #601C2F;
}
#ManagerMenu ul li a:hover{
	color: #94042D;
}
/* Site Menu */
#SiteMenu{
	margin: 150px 0 0 50px;
	float: left;
}
#SiteMenu li{
	margin-bottom: 20px;
}
#SiteMenu a{
	display: block;
	text-indent: -5000px;
	width: 130px;
	height: 20px;
	overflow: hidden;
	background: url(images/site-menu-sprite.png) no-repeat;
}
#SiteMenu #CalendarLink:hover{
	background-position: -130px 0;
}
#SiteMenu #CalendarLink.Current,
#SiteMenu #CalendarLink.Current:hover{
	background-position: -260px 0;
}
#SiteMenu #VenuesLink{
	background-position: 0 -36px;
}
#SiteMenu #VenuesLink:hover{
	background-position: -130px -36px;
}
#SiteMenu #VenuesLink.Current,
#SiteMenu #VenuesLink.Current:hover{
	background-position: -260px -36px;
}
#SiteMenu #PastLink{
	background-position: 0 -110px;
}
#SiteMenu #PastLink:hover{
	background-position: -130px -110px;
}
#SiteMenu #PastLink.Current,
#SiteMenu #PastLink.Current:hover{
	background-position: -260px -110px;
}
#SiteMenu #PhotosLink{
	background-position: 0 -182px;
}
#SiteMenu #PhotosLink:hover{
	background-position: -130px -182px;
}
#SiteMenu #PhotosLink.Current,
#SiteMenu #PhotosLink.Current:hover{
	background-position: -260px -182px;
}
#SiteMenu #SubmitLink{
	background-position: 0 -218px;
}
#SiteMenu #SubmitLink:hover{
	background-position: -130px -218px;
}
#SiteMenu #SubmitLink.Current,
#SiteMenu #SubmitLink.Current:hover{
	background-position: -260px -218px;
}
#SiteMenu #ContactLink{
	background-position: 0 -252px;
}
#SiteMenu #ContactLink:hover{
	background-position: -130px -252px;
}
#SiteMenu #ContactLink.Current,
#SiteMenu #ContactLink.Current:hover{
	background-position: -260px -252px;
}

/* tables */

table {
	width: 100%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color:#333;
	background-color: #fff;
	clear:both;
	padding: 0;
	margin: 0 0 2em 0;
	white-space: normal;
}
th {
	background-color: #e2e2e2;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #003d4c;
	border-bottom: 1px solid #003d4c;
	text-align: center;
	padding:1px 4px;
}
table tr td {
	border-right: 1px solid #ddd;
	padding:4px 4px;
	vertical-align:top;
	text-align: center;
}
table tr.altRow td {
	background: #f4f4f4;
}
table td.actions {
	white-space: nowrap;
}

/* notices and errors */

#flashMessage, .error, .error_message {
	color:#a00;
	font-size: 16px;
	margin: 8px 0px;
	font-weight: bold;
}
/*
.error_message {
	border: solid 1px #900;
	background: #e55;
	padding: 1px 3px;
	font-size: 115% !important;
	color: #fff;
	font-weight: normal;
	width: 330px;
}
*/
.error_message{
	font-size: 115% !important;
	font-weight: normal;
}
.error em {
	font-size: 18px;
	color: #003d4c;
}
.notice {
	color: #656565;
	font-size: 14px;
	background-color: #f4f4f4;
	padding: 0.5em;
	margin: 1em 0;
	display:block;
}
.tip {
	color: #656565;
	background-color: #ddd;
}

/* forms */

form {
	margin-top: 2em;
}
form p{
	margin-left: 1em;
}
form .error_message{
	font-size: 1.2em;
}
form div.required,
form div.optional{
	vertical-align: text-top;
	margin-left: 1em;
	margin-bottom:1em;
}
form div.date{
	margin-left: 0em;
}
fieldset{
	margin-bottom: 20px;
	background: #eee;
	border: solid 1px #ccc;
}
legend{
	font-size: 120%;
	margin: 0 0 10px .5em;
}
label {
	display: block;
	font-size: 1em;
	padding-right: 20px;
	color: #777;
}
label small{
	color: #999;
	font-weight: normal;
}
input[type=checkbox] {
	margin: 2px 6px 7px 2px;
}
input, textarea {
	font-size: 14px;
	font-family: inherit;
}
select {
	clear: both;
	vertical-align: text-bottom;
	font-size: 13px;
	font-family: inherit;
}
option {
	font-size: 13px;
	font-family: inherit;
	padding: 0 0.3em;
}
input[type=submit] {
	display: inline;
	vertical-align: bottom;
}
div.required {
	color:#222;
}
div.optional {
	color:#555;
}
div.FormControls {
	margin-top: 20px;
	margin-left: 15px;
}
div.FormControls input{
	clear: none !important;
	display: inline;
}
div.FieldTip{
}
/* Calendar */
.CalendarMonth{
	float: left;
	height: 150px;
	margin: 10px 30px 10px 0;
}
.CalendarMonthTable{
	clear: none;
	border: none !important;
	font-size: 80% !important;
	background: none !important;
}
.CalendarMonthTable th{
	background: none;
	border: none;
}
.CalendarMonthTable tr.ColumnHeader{
	color: #aaa;
	font-size: 90% !important;
	text-transform: uppercase;
}
.CalendarMonthTable tr.CalendarMonthHeader th{
	font-weight: bold !important;
	font-size: 125%;
	color: #555;
}
/* Fridays View */
#Content div.ThirdFriday h1.PageTitle{
	font-size: 180%;
}
#Content div.ThirdFriday h1.PageTitle .Month{
	display: block;
}
#Content div.ThirdFriday h1.PageTitle .Day{
	font-size: 220%;
}
#Content div.ThirdFriday h1.PageTitle .Day sup{
	font-size: 60%;
	font-weight: normal;
	text-decoration: underline;
}
#Content .EventInfo .EventName{
	font-size: 1.1em;
	font-weight: bold;
}
#EventMap{
	margin-right: -150px;
	border: solid 1px #999;
}
/* Login */
div.Login{
	width: 400px;
	margin: 40px auto 0;
}
/* Venues Manage */
div.user{
	float: right;
	width: 200px;
}
#Content div.user dt{
	float: none;
	width: auto;
	color: #999;
	font-size: 85%;
}
#Content div.user dd{
	font-size: 105%;
	margin-bottom: 6px;
}
#Content div.user ul.actions{
	margin-top: 15px;
}
#Content div.venue{
	margin-bottom: 50px;
}
.Notice{
	border: solid 1px #c90;
	background: #fe6;
	padding: 1px 3px;
	width: 320px;
	font-size: 115%;
	margin: 10px 0;
}
/* Venue Submit */
#StaticAddress{
	float: left;
	width: 6.5em;
	font-size: 150%;
	margin: 0 0 0 .7em;
	padding-top: 1em;
}

#Zipcode{
	clear: none;
	margin-bottom: 2em;
}
/* Venues Index */
div.venues ul.VenuesList {
	margin-bottom: 40px;
}
div.venues ul.VenuesList li{
	font-weight: bold;
	font-size: 140%;
	margin-bottom: 20px;
}
/* Venue View */
div.venue #VenueMap{
	float: right;
	margin-right: -50px;
	border: solid 1px #999;
}
/* Events Manage */
ul.EventsList{
	margin-bottom: 20px;
}
ul.EventsList li{
	margin-bottom: 20px;
}
ul.EventsList li div.Event{
	margin-bottom: 10px;
	color: #999;
}
ul.EventsList li div.Event span.EventName{
	font-size: 120%;
	display: block;
}
#Content ul.EventsList li div.actions{
	padding-left: 20px;
}
#Content ul.EventsList li div.actions a{
	font-weight: bold;
	color: #977;
}
/* Gallery */
ul#thumbs{
	margin-top: 20px;
}
ul#thumbs li{
	display: inline;
	margin: 0 20px 20px 0;
}
div.Gallery p.SubmitNotice{
	padding-top: 40px;
}
