@charset "utf-8";
body {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	background: rgba(0,153,255,1) url(../images/Heathers-sky-and-cloud-web-backgrounds.jpg) no-repeat fixed;
}
#nav {
	height: 35px;
	text-decoration: none;
	padding-bottom: 15px;
	background: rgba(255,255,255,1);
}
#nav ul {
	float: right;
	list-style: none;
	margin: 0px;
}
#nav ul li {
	margin: 0px;
	padding: 0px;
	float: left;
}
#nav ul li a {
	font: 18px Georgia, "Times New Roman", Times, serif;
	padding: 3px 5px 5px;
	color: #FFF;
	border-radius: 10px;
	text-transform: uppercase;
	text-decoration: none;
	margin: -10px 2px 0px;
}
#header {
	background: #FFF;
	height: 150px;
	width: 1024px;
}
#header img {
	float: left;
}
#header h1 {
	text-align:center;
}
#header p {
	font: 14px Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	text-align: right;
	margin-right: 60px;
	border-radius: 0px 0px 20px 20px;
}
#footer {
	background: rgba(6,6,122,1);
	height: 50px;
	border-radius: 0px 0px 10px;
}
#footer p {
	color: rgba(255,255,255,1);
	float: left;
}
#footer ul {
	float: right;
	list-style: none;
	margin: 0px 15px 0px 0px;
	padding: 0px;
}
#footer ul li {
	float: left;
	margin-top: 10px;
	margin-right: 20px;
	
}
#ContentHome img {
	float: left;
	margin-left: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	margin-top:15px
}

#ContentHome {
	background: #dcf8f6;
}
#ContentHome #Cont {
	margin: 0px;
}
#ContentHome #Cont a {
	background: rgba(0,51,255,1);
	font: 18px Georgia, "Times New Roman", Times, serif;
	color: rgba(255,255,255,1);
	text-decoration: none;
}
ul #descrebtion {
	background: #00d7f8;
	margin-bottom: 10px;
	list-style: none;
	border-radius: 0px 60px 60px 0px;
	font: 20px Georgia, "Times New Roman", Times, serif;
	color: rgba(255,255,255,1);
	text-decoration: none;
}
#ContentHome ul #descrebtion p a {
	font: 24px Georgia, "Times New Roman", Times, serif;
	color: rgba(255,255,255,1);
	text-decoration: none;
	background: rgba(0,204,204,1);
}
#ContentHome ul #decsribtion1 {
	font: 18px Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	background: #00d7f8;
	list-style: none;
	margin-bottom: 10px;
}
#contentSport {
	width: 1024px;
	color: #000;
}
#name {
	font: bold 24px Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	float: none;
	height: 50px;
	width: 1024px;
	color: #FAF4E8;
	text-shadow: 0 0 20px #FFE30A;
	margin-top: 10px;
	margin-bottom: 0px;
}
#title {
	font: bold 24px Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	height: 50px;
	width: 1024px;
	margin-top: 10px;
	margin-bottom: 5px;
	color:#FAF4E8;
	text-shadow:0 0 20px #FFE30A;
}
#nav-wrapper {
	width: 1024px;
	margin: 0 auto;
	padding: 20px 0;
	background: #FFFFFF;
}

ul#nav {
	font-family: Verdana;
	font-size: 14px;
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: 1024px;
	overflow: auto;
}

ul#nav li {
	display:inline;
}

ul#nav li a {
	text-decoration:none;
	display: block;
	padding:5px 21px;
	background:#000066;
	color:#eee;
	float:left;
	text-align:center;
	border-top:2px solid #0066FF;
	border-right:2px solid #0000FF;
	border-bottom:2px solid #0000FF;
	border-left:2px solid #0000FF;
}

ul#nav li a:hover {
	background: #B4CEE4;
	color: #000;
	border-top: 2px solid #0000FF;
	border-right: 2px solid #0000FF;
	border-bottom: 2px solid #0000FF;
	border-left: 2px solid #815444;
}
#contentSport {
	background: #DAEDE2;
	border-top: 2px solid #76C3D3;
	border-bottom: 2px solid #76C3D3;
	height: 330px;
}
.img {
	float: right;
	height: 300px;
	width: 240px;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 15px;
	border: 1px solid rgba(0,153,255,1);
	position: relative;
	box-shadow: 1px 1px 1px 333;
	background: rgba(0,255,255,1);
}
.img p {
	font-size: 14px;
	line-height: 20px;
	color: rgba(255,255,255,1);
	background: rgba(0,0,0,1);
	padding: 20px 5px;
	position: absolute;
	bottom: 10px;
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-ms-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-ms-transition-duration: 1s;
	-o-transition-duration: 1s;
	transition-duration: 1s;
	-webkit-transition-timing-function: ease-in-out;
	-moz-transition-timing-function: ease-in-out;
	-ms-transition-timing-function: ease-in-out;
	-o-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
}
#SportDesc h2 {
	color:#7FCAEB;
	text-shadow: 0 -1px #00468C,
	1px 0 #00468C,
	0 1px #00468C,
	-1px 0 #00468C;
}
#SportDesc {
	float: left;
	width: 700px;
	font-size: 24px;
}
#SportDesc img {
	height: 200px;
	width: 340px;
	border: 1px solid rgba(51,102,204,1);
}
#SportSlider{
	padding: 10px 10px 45px 10px;
	float: right;
	width: 280px;
	margin-top: 50px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	color: #211346;
	box-shadow: 1px 1px 1px #333;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-o-border-radius: 15px;
	-ms-border-radius: 15px;
	background: #DAEDE2;
	border: 3px solid #763C3D3;	
}
#footer {
	height: 35px;
	width: 1024px;
}
.img p:hover {
	-webkit-opacity: 0.7;
	-moz-opacity: 0.7;
	opacity: 0.7;
}
#About Me h2 {
	color:#7690CF;
    text-shadow:2px 2px 2px #48577D;
	font-size:32;
}
#About Me {
	font-family: 'Meie Script', cursive;
	font-size:20px;
}
#ContentContact {
	width: 1024px;
}
#AboutMe {
	font-size: 24px;
}
