body {
	font-family: 'Architects Daughter', cursive;
	font-size: 16px;
	background: url("../img/bg.jpg") no-repeat center center fixed;
	background-size: cover;
	margin: 0px;
	padding: 0px;
}

@media only screen and (max-width: 1024px) {
   body { background: none; }
}

#content {
	width:1024px;
	background-color: #FFFFFF;
	margin: 0 auto;
	padding-top:0px;
    border-color: #e6e7e5;
    border-style: solid;
    border-width: 0px 1px 1px 1px;
}

h1 {
	color: #7DB542;
}

.freshevent-title {
	color: #7DB542;
	font-weight: bold;
}

.freshevent-time {
	font-weight: bold;
}

.hidden {
	display: none;
}

#register-form{
	font-family: 'Architects Daughter', cursive;
}

#login-form {
	width: 400px;
}

#loginbutton {
	width: 100px;
	padding:5px;
	margin-top:25px;
}

#calendar {
	font-family: 'Architects Daughter', cursive;
	font-size: 14px;
	max-width: 1000px;
	margin: 0 auto;
	padding-bottom:10px;
}

.center {
	margin: 0 auto;
	text-align: center;	
}

.footerline {
	color: #8b8f84;
	padding:5px;
}

.footerline a {
	text-decoration: none;
	color: #8b8f84;
}

.message {
	color: green;
	font-weight: bold;
}

.errormessage {
	color: red;
	font-weight: bold;
}

.fieldcaption {
	display: block;
	width: 150px;
	font-weight: bold;
	padding-top: 10px;
}

label.error {
	float: left;
	color: red;
	padding-bottom: 5px;
}

.pastevent {
	opacity: 0.4;
}

.updatedevent {
	border-style: dashed !important;
	border-width: 2px;
	border-color: yellow !important;
	padding: 3px;
}

.canceledevent {
	color: #E23D05 !important;
	text-decoration: line-through !important;
}

.freshform input[type="text"], .freshform input[type="password"], .freshform input[type="email"] {
	width: 290px;
}

.alignleft {
	float: left;
}
.alignright {
	float: right;

}

.navbar {
	width: 1000px;
	margin: 0 auto;
	color: #8b8f84;
}

.navbar a {
	text-decoration: none;
	color: #8b8f84;
}

.navbar p {
	margin-bottom: 0px;
	margin-top: 0px;
}

#tabs {
	margin:10px;
}

#seriesbox {
	font-family: 'Architects Daughter', cursive;
	display:block;
	text-align: right;
	padding-top:15px;
	font-size: 14px;
}

.pui-autocomplete-multiple {
    width: 930px;
}