/* Generated by Font Squirrel (http://www.fontsquirrel.com) on September 6, 2012 */



@font-face {
    font-family: erasmedium;
    src: url('/eventsdb/fonts/erasmedium.eot');
    src: url('/eventsdb/fonts/erasmedium.eot?#iefix') format('embedded-opentype'),
         url('/eventsdb/fonts/erasmedium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: eraslight;
    src: url('/eventsdb/fonts/eraslight.eot');
    src: url('/eventsdb/fonts/eraslight.eot?#iefix') format('embedded-opentype'),
         url('/eventsdb/fonts/eraslight.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
html {
	height: 100%;
	width: 100%;
    font-family: erasmedium;
	min-height: 100%;
}
body {
    margin:0;
	height: 100%;
	background-color: #fff;
	color: #333;
	width: 100%;
}
p {
	margin-bottom: 5px;
	margin: 0;
}

a {
	color: #000;
	text-decoration: none;
}
a, a:visited {
	color: #0052CC;
}
a:hover {
	text-decoration: none;
}
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
input {
    font-family: erasmedium;
}
/* Menu styles */
#header {
    width: 100%;
    height: 65px;
    background-color: #277b93;
    border-bottom: 1px solid #003848;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
	float: left;
}
#menu {
	width: 100%;
	height: 100%;
    font-size: 2em;
    font-family: erasmedium;
}
#menu ul {
    padding: 0;
    margin: 0;
	margin-left: 20px;
}
#menu li {
    float:left;
}
#menu li a {
    padding: 12px 50px;
    display: block;
    color: #fff;
}

#menu li a:hover {
    background-color: #666;
    color: #fff;
}
#main {
	background: #eee center repeat-y fixed;
	min-height: 100%;
	height: auto;
    padding-left: 20px;
    width: 900px;
    margin: 0px auto;
}
/* Generic Content styles */
.clear {
	clear: both;
}
#content {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
h1 {
	color: #fff;
	background: url('/eventsdb/headingBackground.png') no-repeat;
	height: 68px;
	width: 500px;
	padding-top: 15px;
	padding-right: 40px;
	float: right;
	text-align: right;
	font-size: 3em;
	font-weight: 100;
	font-family: eraslight;
}
.welcome {
	font-family: calibri;
	font-size: 1.5em;
	font-weight: normal;
	color: #000;
	float: left;
	padding-top: 10px;
}
/* Main Homepage styles */

a.button , #calendarSearch input[type='submit'].button {
	width: 175px;
	display: block;
	text-align: center;
	padding: 6px;
	font-size: 1.2em;
	color: #fff;
	border-radius: 9px;
	border: 2px solid #f6b358;
	background-color: #ed8325;
	-moz-box-shadow: 2px 2px 1px #555;
	-webkit-box-shadow: 2px 2px 1px #555;
	box-shadow: 2px 2px 1px #555;
	cursor: pointer;
}
a.button:active, #calendarSearch input[type='submit'].button:active {
	margin: 2px -2px -2px 2px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
/* Past and future events styles */

#eventsDisplayFuture, #eventsDisplayPast, #calendarSearch {
	float: left;
	margin: 1.5%;
	width:30%;
}
#calendarSearch {
	float: right;
	margin-right: 2%;
}
#eventsDisplayFuture ul, #eventsDisplayPast ul {
 padding: 15px;
}
#eventsDisplayFuture h2, #eventsDisplayPast h2, #calendarSearch h2 {
	font-size: 2em;
	font-weight: 500;
	color: #277b93;
	margin-bottom: 10px;
}
#eventsDisplayFuture h3, #eventsDisplayPast h3 {
	margin: 0;
	font-weight: normal;
	font-size: 1.7em;
}
#eventsDisplayFuture ul > li:last-child > form > div > *:last-child, #eventsDisplayPast ul > li:last-child > form > div > *:last-child {
	border-bottom: 3px solid #277b93;
	border-left: 3px solid #277b93;
	padding: 0px 15px 15px 15px;
	margin: 0px -15px -15px -15px;
	/*
	padding-bottom: 10px;
	padding-left: 5px;
	margin-bottom: -10px;
	margin-left: -10px;
	margin-right: -10px;
	padding-right: 10px;
	*/
}
#eventsDisplayFuture ul > li:first-child > form > div > *:first-child, #eventsDisplayPast ul > li:first-child > form > div > *:first-child, p.emptyEvents {
	border-top: 3px solid #277b93;
	border-right: 3px solid #277b93;
	padding: 15px 15px 0px 15px;
	margin: -15px -15px 0px -15px;
	/*
	padding-top: 10px;
	padding-right: 5px;
	margin-top: -10px;
	margin-right: -10px;
	margin-left: -10px;
	padding-left: 10px;
	*/
}
.noEvents {
	padding: 15px 10px;
}
#calendarSearch form {
	border-top: 3px solid #277b93;
	border-right: 3px solid #277b93;
	padding-top: 10px;
	padding-right: 5px;
}
.events {
	border-bottom: 1px dotted #277b93;
	font-size: 0.8em;
}
.events:last-child {
	border-bottom: none;
}
.eventDate {
	width: 100%;
	display: block;
	font-size: 1.7em;
	padding-top: 8px!important;
}
.events a {
	color: #333;
}
.events a:hover {
	text-decoration: underline;
}
.events > form > div > * {
	padding: 3px 0;
}



/* Login page styles */

#loginForm {
	float:left;
	margin: 20px;
}
#loginInfo {
	float: right;
    width: 200px;
    border: 2px solid #aaa;
    padding: 10px;
	margin-right: 50px;
}
/* Calendar page styles */

#calendar h1 {
 float: none;
}
table.calendar {
	border-spacing: 5px;
	font-size: 0.8em;
	width: 800px;
	margin: 0 auto;
}
.calendar td {
	padding: 5px;
	height: 100px;
	width: 100px;
	border: 3px solid #277b93;
	vertical-align: top;
}
.calendar td h3, .calendar td h4  {
	margin: 0;
}
.calendar td h3 {
	color: #D11919;
}
.calendar td h4  {
	font-weight: normal;
}
.calendar td.empty {
	background-color: #277b93;
}
.calendar td.date {
	background-color: #fff;
}
td.date a.button {
	width: 70px;
	font-size: 0.8em;
	padding: 3px;
}
/* Add/Edit form styles */

.error {
font-size: 1.2em;
color: red;
}
#eventForm .dataInput {
	clear: both;
	padding-bottom: 5px;
	float: left;
}
.addressInput {
	padding-top: 10px;
	width: 500px;
}
#formatted_address {
	margin-top: 5px;
}

/* Google maps API css */

#map_canvas {
	height: 100%;
}
#map, #addressOptions {
	float:left;
}
#addressOptions {
	width: 400px;
	height: auto;
}
#addressOptions table {
	border: 1px solid #333;
}
#addressOptions #select {
	float:right;
}
#results td {
	padding: 5px;
}
#results td:hover {
	background-color: #AAA;
	cursor: pointer;
}
#results .selected {
	background-color: #AAA;	  
}
input#address, input#formatted_address {
	width: 300px;
}
#locationFinder {
	width: 100%;
}
/* View event page styles */
#eventsDisplay {
	float: left;
}
#eventsDisplay img {
	margin: 10px 25px;
}
#eventData {
	border: 1px solid #333;
	padding: 5px;
	background-color: #fff;
	width: 390px;
	margin-bottom: 20px;
}
