body {
	background: #000000 url(../images/header-small.png) no-repeat center top;
}

#content {
	margin-top: 60px;
}

#side-title {
	margin-top: 100px; 
}

form {
	margin-left: 40px;
	margin-top: 20px;
}

label > span {
	color: #60bf22;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 140px;
}

input, textarea {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 14px;
	padding: 7px;
	border: solid 2px #000000;
	outline: 0;
	width: 395px;
	background: url(../images/stripes.png);
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

textarea { 
	max-width: 395px;
	min-width: 395px;
	height: 180px;
	max-height: 180px;
	min-height: 180px;
	line-height: 1.5;
}

input:hover, textarea:hover {
	border-color: #333333; 
	transition: 1s;
	-moz-transition: 1s;
	-webkit-transition: 1s;
}

input:focus, textarea:focus { 
	border-color: #971414; 
	transition: 1s;
	-moz-transition: 1s;
	-webkit-transition: 1s;
}

.submit {
	float: left;
	margin-top: 10px;
	margin-left: 30px;
} 

.submit input {
	width: 140px;
	height: 115px;
	padding: 20px;
	background: #580e0e;
	border: 0;
	font-size: 14px;
	color: #ffffff;
}

.submit input:hover {
	background: #971414;
	transition: 1s;
	-moz-transition: 1s;
	-webkit-transition: 1s;
}

#errors {
	color: #971414;
	font-weight: bold;
}

#anti-spam {
	float: left;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: solid 1px #cccccc;
	padding: 20px;
	margin-left: 155px;
	width: 200px;
	margin-top: 10px;
}

#anti-spam > div {
	width: 150px;
	margin-left: 25px;
	margin-top: -40px;
	color: #60bf22;
	background: #000000;
	text-align: center;
}

#anti-spam > input {
	width: 180px;
}

dt {
	margin-left: 65px;
	color: #971414;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
}

dt:hover {
	text-decoration: underline;
}

dd {
	margin-left: 100px;
	margin-right: 100px;
	padding-bottom: 12px;
	line-height: 1.5;
}

dd > a {
	color: #60bf22;
	text-decoration: none;
}

dd > a:hover {
	border-bottom: dashed 1px #60bf22;
}
	
.show {
	display: block;
}

.hide {
	display: none;
}	

#summer-content {
	width: 938px;
	margin-left: 20px;
	font-size: 14px; 
	color: #cccccc; 
	text-align: justify; 
	line-height: 1.5;
	margin-top: 48px;
}

#summer-header {
	background: #580e0e;
	color: #ffffff;
	text-align: center;
	font-size: 30px;
	border-bottom-left-radius: 20px; 
	border-bottom-right-radius: 20px;
	-webkit-border-bottom-right-radius: 20px; 
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 20px;
	padding: 15px;
	font-weight: bold;
}

#summer-about {
	float: left;
	margin-left: 20px;
	background: #111111;
	width: 250px;
	padding: 20px;
	border-bottom-left-radius: 20px; 
	border-bottom-right-radius: 20px;
	-webkit-border-bottom-right-radius: 20px; 
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 20px;
}

#summer-about .header {
	font-size: 15px;
	font-weight: bold;
}

#summer-event {
	float: left;
	margin-top: 30px;
	margin-left: 20px;
	background: #cccccc;
	width: 250px;
	padding: 20px;
	border-top-left-radius: 20px; 
	border-top-right-radius: 20px; 
	-webkit-border-top-left-radius: 20px; 
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	color: #000000;
}

#summer-updates {
	float: left;
	width: 578px;
	margin-top: -10px;
	color: #cccccc;
	padding: 20px;
	font-size: 15px;
	line-height: 2.2;
}

#summer-updates > p {
	margin-left: 30px;
	margin-top: 0px;
}

.update {
	margin-left: 15px;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	border-bottom: solid 1px #222222;
	margin-bottom: 15px;
}

#summer-event:hover {
	background: #ffffff;
	-moz-transition: 1s;
	transition: 1s;
	-webkit-transition: 1s;
}

#summer-event > div {
	float: right;
	margin-right: 12px;
	margin-top: 2px;
}

.album {
	border: solid 2px #222222;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	padding: 20px;
	color: #cccccc;
	font-size: 14px;
	height: 150px;
	margin-bottom: 20px;
	line-height: 1.5;
}

.album:hover {
	border-color: #580e0e;
	transition: 1s;
	-moz-transition: 1s;
	-webkit-transition: 1s;
}

.thumbnail {
	float: left;
}

.info {
	float: left;
	margin-left: 20px;
}

.info a {
	font-size: 18px;
	font-weight: bold;
	color: #971414;
	text-decoration: none;
}

.info a:hover {
	border-bottom: dashed 1px #971414;
}

#back {
	margin-top: -10px;
}

#back a {
	color: #971414;
	text-decoration: none;
	font-weight: bold;
}

#back a:hover {
	border-bottom: dashed 1px #971414;
}

#location {
	font-size: 18px;
	font-style: italic;
	margin-top: -20px;
	margin-bottom: 20px;
	padding-left: 20px;
	border-bottom: solid 2px #222222;
}

#album-title {
	margin-top: 10px;
	font-size: 35px;
	color: #ffffff;
	font-weight: bold;
}