@charset "UTF-8";
/* CSS Document */

body {
	background: #FFF url(../Images/bg.png) top scroll no-repeat;
	font-family: Verdana, Geneva, sans-serif;
}
a, a:visited {
	color: white;
	text-decoration: underline;
}
a:hover, a:active {
	text-decoration:none;
}
img {
	width: 180px;
}
.container {
	width: 800px;
	margin-left:auto;
	margin-right: auto;
	height: 680;
	padding-top: 10px;
}
.logo {
	width: 273px;
	height: 142px;
	position: relative;
	top: 0px;
	left: 0px;
	background: url(../Images/logo.png) no-repeat;
}
.nav {
	width: auto;
	height: 62px;
	background: url(../Images/navbg.png) no-repeat;
	position:relative;
	top: 10px;
	left: 10px;
	-webkit-animation-name: float;
	-webkit-animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
}    

.nav ul {
    margin: 0px; 
    float: left;
} 
.nav ul li {
    display: inline;	
}
.nav ul li a, nac ul li a:visited {
	text-transform: lowercase;
    float: left; 
	text-decoration: none;
    color: white;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 23px;
}

.nav ul li a:hover, .nav ul li a:active {
	color: #F60;
	text-decoration: none;
}
.content {
	width: 600px;
	height: 430px;
	position: relative;
	left: 10px;
	top: 10px;
	float:left;
}

p.date {
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1px;
	padding-left: 30px;	
}
p.date a {
	color:#F60;
}
p.date:first-letter {
	color: #F60;
	font-size: 29px;
}

p.normal {
	font-size: 16px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 18px;
}
p.normalfirst {
	font-size: 16px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 18px;
	text-transform: uppercase;
}
p.normal:first-letter, p.normalfirst:first-letter {
	color: #F60;
	font-size:18px;
}
.footer {
	position: absolute;
	left:0px;
	top: 730px;
	bottom: 0px;
background-color:#F60;
	width: 100%;
	height: auto;
	text-align: center;
	vertical-align: middle;
	min-height: 30px;
	z-index: 0;
}
p.detail {
	font-size:12px;
	color: white;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-right: auto;
	margin-left: auto;
}
.pics {
	position:relative;
	top: 0px;
	float: right;
	width: 180px;
	height: 430px;
	background: url(../Images/picbg.png);
	margin: 5px;
}
.hoveroverme {
	position: inherit;
	width:169px;
	height: 28px;
	background: url(../Images/hover.png);
	left: 185px;
	top: 0px;
	-webkit-animation-name: bulge;
	-webkit-animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
}
.hoveroverme {
	display: none
}
@media screen and (max-width: 950px) {
	.hoveroverme {
		display: none;
	}
}
.pics ul {
	list-style-type: none;
	text-align:center;
	float:right;
	position:inherit;
	left: -25px;
}
.pics ul li img, img {
	-webkit-transition: all 0.5s;
	width:120px;
	height: 120px;
	-webkit-border-radius: 4px;
	opacity: 1;
	border: thin solid #FFF;
	/*filter: alpha(opacity=80);*/
}

.pics ul li img:hover, img:hover {
	-webkit-transform: rotate(-2deg) scale(1.6, 1.6);
	opacity: 1;
	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	/*filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.9961946980917455, M12=0.08715574264665817, M21=-0.08715574264665817, M22=0.9961946980917455, sizingMethod='auto expand')";
	filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand',
		M11=0.9961946980917455, 
		M12=0.08715574264665817, 
		M21=-0.08715574264665817, 
		M22=0.9961946980917455);*/
}
p.races {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 0px;
	padding: 0px;
	margin: 4px;
	padding-top: 2px;
}
td img {
	width: 120px;
	height: 120px;
	opacity: 1;
}
td img:hover{
	-webkit-transform: rotate(-2deg) scale(2, 2);
}
form {
	padding: 5px;
	border: none;
}

label, textarea, form, table, td {
	padding: 10px;
}
input, textarea {
	width: 100%;
	height: 25px;
	font: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
textarea {
	height: 75px;
	width: 95%;
	min-height: 75px;
	max-height: 75px;
	max-width: 95%;
	min-width: 95%;
}
input[type="submit"] {
	width: 100px;
	height: 25px;
	-webkit-border-radius: 25px;
	back
}
.error {
	font:Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	color: black;
	line-height: 12px;
}