/********** LAYOUT ****************/
.container {
	margin: 0 auto;
	width: 960px;
}
.sidebar {
	background-color: #eee;
	float: left;
	padding: 20px;
	width: 260px;
}
.main-content {
	float: left;
	padding: 10px;
	width: 640px;
}
.rounded {
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
/********* TOP NAV **********/
nav.main-nav {
	background: #EE0000;
	background-image: -webkit-gradient(ease, 0% 0%, 0% 100%, from(#EE2C2C), to(#8B0000));
	background-image: -webkit-ease-gradient(top, #EE2C2C, #8B0000);
	background-image: -moz-ease-gradient(top, #EE2C2C, #8B0000);
	background-image: -ms-ease-gradient(top, #EE2C2C, #8B0000);
	background-image: -o-ease-gradient(top, #EE2C2C, #8B0000);
	background-image: ease-gradient(top, #EE2C2C, #8B0000);
	width: 100%;
}
.top-nav {
	border-bottom: 2px solid #111;
	height: 30px;
	list-style-type: none;
	margin: 0;
	padding-left: 0;
	width: 100%;
}
.top-nav li {
	background: #EE0000;
	background-image: -webkit-gradient(ease, 0% 0%, 0% 100%, from(#EE2C2C), to(#8B0000));
	background-image: -webkit-ease-gradient(top, #EE2C2C, #8B0000);
	background-image: -moz-ease-gradient(top, #EE2C2C, #8B0000);
	background-image: -ms-ease-gradient(top, #EE2C2C, #8B0000);
	background-image: -o-ease-gradient(top, #EE2C2C, #8B0000);
	background-image: ease-gradient(top, #EE2C2C, #8B0000);
	border-bottom: 2px solid #111;
	border-right: 1px solid #555;
	float: left;
	font-size: 14px;
	height: 20px;
	padding-top: 10px;
	position: relative;
	text-align: center;
	width: 150px;
	/*-webkit-transition-property: height;
	-moz-transition-property: height;
	-o-transition-property: height;
	transition-property: height;
	-webkit-transition-duration: 2s;
	-moz-transition-duration: 2s;
	-o-transition-duration: 2s;
	transition-duration: 2s;
	-webkit-transition-timing-function: ease;
	-moz-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;*/
	-webkit-transition: height 0.3s ease;
	-moz-transition: height 0.3s ease;
	-o-transition: height 0.3s ease;
	transition: height 0.3s ease;
}
.top-nav li:hover {
	height: 30px;
}
.top-nav li a:hover {
	color: #FFF;
	top: 5px;
}
.top-nav li a {
	color: #000000;
	padding-top: 5px;
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	height: 25px;
	text-decoration: none;
	/*transition-property: color, top;
	transition-duration: 0.3s;
	transition-timing-function: ease;*/
	-webkit-transition: color 0.3s ease, top 0.3s ease;
	-moz-transition: color 0.3s ease, top 0.3s ease;
	-o-transition: color 0.3s ease, top 0.3s ease;
	transition: color 0.3s ease, top 0.3s ease;
}
/********* SOCIAL MEDIA BUTTONS **********/
.social {
	height: 32px;
	list-style-type: none;
	margin: 0 auto;
	margin-bottom: 20px;
	padding-left: 0;
	width: 220px;
}
.social li {
	float: left;
	margin-right: 10px;
}
.social li a img {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.social li a:hover img {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
}
/********* BIG BUTTONS **********/
.button {
	background-color: #4ae;
	border: 1px solid #28c;
	display: block;
	height: 65px;
	width: 220px;
	margin: 0 auto;
	overflow: hidden;
	padding: 5px;
	position: relative;
	box-shadow: 1px 1px 2px #aaa, 1px 1px 1px #6cf inset;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.button:hover {
	background-color: #6cf;
	border: 1px solid #4ae;
	box-shadow: 1px 1px 5px #aaa, 1px 1px 1px #9ef inset;
}
.button img {
	position: absolute;
	top: 6px;
	left: 8px;
}
.button img.over {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 500;
}
.button:hover img.over {
	-webkit-transform: scale(5) rotate(20deg);
	-moz-transform: scale(5) rotate(20deg);
	-o-transform: scale(5) rotate(20deg);
	-ms-transform: scale(5) rotate(20deg);
	transform: scale(5) rotate(20deg);
	opacity: 0;
}
.button img.under {
	z-index: 499;
	opacity: 0.25;
}
.button span {
	color: #fff;
	text-shadow: 0px 1px #888;
	text-decoration: none;
	position: absolute;
}
.button span.big-text {
	font-size: 22px;
	top: 25px;
	right: 20px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.button:hover span.big-text {
	top: 15px;
}
.button span.small-text {
	font-size: 14px;
	top: 40px;
	right: -200px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease 0.3s;
}
.button:hover span.small-text {
	right: 20px;
}
/********ACCORDION**************/
.accordion {
	list-style-type: none;
	padding: 0;
}
.accordion li {
	background-color: #ee395e;
	border: 1px solid #ce193e;
	border-bottom: none;
	position: relative;
}
.accordion li:last-child {
	border-bottom: 1px solid #ce193e;
}
.accordion li a h3 {
	margin: 0;
	padding: 10px;
}
.accordion li a {
	color: #fff;
	font-size: 14px;
	margin: 0;
	text-decoration: none;
}
div.hidden {
	background-color: #eee;
	height: 0;
	overflow: hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
div.hidden p {
	color: #777;
	font-size: 14px;
	margin: 10px;
}
a#item1:target + div.hidden{
	height: 190px;
}
a#item2:target + div.hidden{
	height: 80px;
}
a#item3:target + div.hidden{
	height: 140px;
}
/********BANNER***********/
.banner{
	width: 960px;
	height: 200px;
	margin: 0 auto;
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
}
.banner img{
	position: absolute;
	top: 0;
}
.banner img.under{
	left: 0;
	-webkit-animation-duration: 10s;
	-moz-animation-duration: 10s;
	-o-animation-duration: 10s;
	-webkit-animation-name: sky;
	-moz-animation-name: sky;
	-o-animation-name: sky;
	-webkit-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-o-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
}
@-webkit-keyframes sky{
	from{
		left: 0;
	}
	to{
		left: -960px;
	}
}
@-moz-keyframes sky{
	from{
		left: 0;
	}
	to{
		left: -960px;
	}
}
@-o-keyframes sky{
	from{
		left: 0;
	}
	to{
		left: -960px;
	}
}
.banner img.over{
	left: -960px;
	-webkit-animation-duration: 20s;
	-moz-animation-duration: 20s;
	-o-animation-duration: 20s;
	-webkit-animation-name: plane;
	-moz-animation-name: plane;
	-o-animation-name: plane;
	-webkit-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-o-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
}
@-webkit-keyframes plane{
	from{
		left: -960px;
		top: 0;
	}
	10%{
		top: 25px;
	}
	20%{
		top: -25px;
	}
	30%{
		top: 25px;
	}
	40%{
		top: -25px;
	}
	50%{
		top: 25px;
	}
	60%{
		top: -25px;
	}
	70%{
		top: 25px;
	}
	80%{
		top: -25px;
	}
	90%{
		top: 25px;
	}
	to{
		left: 960px;
		top: 0;
	}
}
@-moz-keyframes plane{
	from{
		left: -960px;
		top: 0;
	}
	10%{
		top: 25px;
	}
	20%{
		top: -25px;
	}
	30%{
		top: 25px;
	}
	40%{
		top: -25px;
	}
	50%{
		top: 25px;
	}
	60%{
		top: -25px;
	}
	70%{
		top: 25px;
	}
	80%{
		top: -25px;
	}
	90%{
		top: 25px;
	}
	to{
		left: 960px;
		top: 0;
	}
}
@-o-keyframes plane{
	from{
		left: -960px;
		top: 0;
	}
	10%{
		top: 25px;
	}
	20%{
		top: -25px;
	}
	30%{
		top: 25px;
	}
	40%{
		top: -25px;
	}
	50%{
		top: 25px;
	}
	60%{
		top: -25px;
	}
	70%{
		top: 25px;
	}
	80%{
		top: -25px;
	}
	90%{
		top: 25px;
	}
	to{
		left: 960px;
		top: 0;
	}
}