@charset "UTF-8";

body {
    min-width: 960px;
	color: #FFF;
	text-decoration: none;
	background-color: #000;
	font-family: 'Lato Light', sans-serif;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-size: auto;
	-webkit-background-size: auto;
	-moz-background-size: auto;
	-o-background-size: auto;
	margin: auto;
	text-shadow: 0 0 .7em #000;
}

a {
	color: #FFF;
	text-decoration: none;
}

.content {
	text-align: center;
	height: 280px;
	width: 960px;
	font-size: 144px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	line-height: 144px;
}

.autocontent {
	text-align: left;
	width: 960px;
	height: 480px;
	font-size: 36px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

.autocontent img {
	width: 480px;
}

.gearshift {
    min-width: 960px;
	width: 960px;
	font-size: 36px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	text-shadow: 0 0 .7em #000;
	text-align: left;
}

.gearshift a {
	color: #FFF;
}

.gearshift li {
	list-style-type: circle;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari and Chrome */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}​

/* Opera */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.inserts {
    -webkit-animation: fadein 3s; /* Safari and Chrome */
       -moz-animation: fadein 3s; /* Firefox */
        -ms-animation: fadein 3s; /* Internet Explorer */
         -o-animation: fadein 3s; /* Opera */
            animation: fadein 3s;
}

.unblurred {
	animation:unBlur 7s;
	-webkit-animation:unBlur 7s; /* Safari and Chrome */
}

@keyframes unBlur
{
from {
		  -moz-filter: blur(37px);
		   -ms-filter: blur(37px);
		    -o-filter: blur(37px);
			   filter: blur(37px);
}
to {
		  -moz-filter: blur();
		   -ms-filter: blur();
		    -o-filter: blur();
			   filter: blur();
}
}

@-webkit-keyframes unBlur /* Safari and Chrome */
{
from {
	   -webkit-filter: blur(37px);
}
to {
	   -webkit-filter: blur();
}
}



.i_color {
	color: #FFF;
}

.very_color {
	color: #FFF;
}

.am_color {
	color: #FFF;
}

.content a {
	color: #fff;
	text-decoration: none;
}	

.lightgray {
	color: #999;
}

.whispers {
	color: #999;
	font-size: small;
}

.thefeed {
	width: 960px;
	margin: auto;
	font-size: 36px;
	text-align: center;
	text-shadow: 0 0 .7em #000;
}

.thefeed li {
	list-style-type: none;
	text-shadow: 0 0 .7em #000;
}

.thefeed a:hover {
	-o-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	text-shadow: 0 0 .7em #300;
}

.abs_bottom {
	width: 100%;
	font-size: 36px;
	text-align: center;
	vertical-align: middle;
	bottom: 16px;
}

.footer {
	width: 960px;
	margin: auto;
	text-decoration: none;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	bottom: 0px;
	position: relative;
	text-shadow: 0 0 .5em #000;
}

.footer a {
	text-decoration: none;
	margin: 0;
	padding-right: 10px;
	padding-left: 10px;
}

.footer a:hover {
	-o-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	text-shadow: 0 0 .5em #300;
}

.rowboats {
	float: none;
	width: 960px;
	height: 128px;
	margin-right: auto;
	margin-left: auto;
}

.rowboats a {
	text-decoration: none;
	margin: 0;
	padding-right: px;
	padding-left: px;
}

.rollpad {
	float: left;
	width: 64px;
	height: 128px;
}

.96rollpad {
	float: left;
	width: 96px;
	height: 128px;
}

.64rollpad {
	float: left;
	width: 64px;
	height: 128px;
}

.rollside {
	float: left;
	width: 32px;
	height: 128px;
}

.rolleyes {
	float: left;
	height: 128px;
	overflow:hidden
}

.rolleyes img {
	width: 128px;
	-o-transition: all .1s ease-in-out;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
}

.rolleyes img:hover {
	width: 128px;
	transform: translate(0px,-128px);
	-ms-transform: translate(0px,-128px); /* IE 9 */
	-webkit-transform: translate(0px,-128px); /* Safari and Chrome */
	-o-transition: all .1s ease-in-out;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
}
