/* @override 
	http://agelessclassic.com/mystyle.css */

.group:before, .group:after { content: "\0020"; display: block; height: 0; overflow: hidden; }  
.group:after { clear: both; }  
.group { zoom: 1; }  


body {
	width: 100%;
	background-color: #168f92;
	text-align: center;
}

.content {
	width: 100%;
	margin: 0 auto;
}


#home {
	margin-top: 25px;
}

#home img {
	border: 10px solid #FFF;
	width: 100%;
	max-width: 750px;

	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	transform: rotate(3deg);
	filter: progid:DXImageTransform.Microsoft.Matrix(
	M11=0.9986295347545738, M12=-0.05233595624294383, M21=0.05233595624294383, M22=0.9986295347545738, sizingMethod='auto expand');
	zoom: 1;

	-webkit-box-shadow:10px 10px 20px #002624;
	-moz-box-shadow:10px 10px 20px #002624;
	box-shadow:10px 10px 20px #002624
}

#home a {
	font: 1.8em "Lobster two", Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #ace6e2;
}

.content#upcoming h1 {
	margin: 10px 0;
	color: #FFF;
}


.content#upcoming h2 {
	margin-top: 8px;
}

.content#upcoming p {
	margin: 0 10% 20px 10%;
	color: #113f41;
	font: 1em "Droid Serif", Helvetica, Arial, sans-serif;
}

.content#upcoming ul {
	width: 100%;
	margin: 0;
	padding: 0;
}

.content#upcoming ul li {
	width: 33%;
	list-style: none;
	float: left;
}

.content#upcoming h1 {
	color: #e2e6ac;
	font: 3.5em "Lobster two", Helvetica, Arial, sans-serif;
}

.content#upcoming ul li h2 {
	color: #c8ebb7;
	font: 1.3em "Lobster two", Helvetica, Arial, sans-serif;
}

.content#upcoming ul li img {
	width: 80%;
	border: 8px solid #FFF;
	-webkit-box-shadow: 5px 5px 10px #002624;
	-moz-box-shadow: 5px 5px 10px #002624;
	box-shadow: 5px 5px 10px #002624
}


.content#upcoming #bloglink a {
	font: 1.3em "Lobster two", Helvetica, Arial, sans-serif;
	color: #168f92;
	font-weight: bold;
	margin: 0 auto;
	display: block;
	background: #e2e6ac;
	padding: 8px;
	width: 180px;
	-webkit-border-radius:20px;
	margin-bottom: 20px;
	text-decoration: none;
}

.content#upcoming #bloglink a:hover {
	color: #FFF;
	background: #075052;
}

