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

body {
	color: #FFF;
	text-decoration: none;
	background-color: #000000;
	font-family: 'Open Sans', sans-serif;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background: url(../2024/IMG_5134_bg.jpg) right scroll #000;
	background-repeat: no-repeat;
	background-position: 100% 0px;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	margin: 0px;
	padding-top: 22px;
	padding-bottom: 37px;
	font-size: 1.75vw;
}

div.roundedcorners {
	/*	background-color: #111;	*/
	padding: 10px;
	margin-top: 10px;
	margin-right: 10px;
	text-align: center;
	-moz-border-radius: 0px 0px 0px 0px;
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
	height: 480px;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

.the_content {
	font-size: 24px;
	color: #FFF;
	opacity: .75;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
}

.container {
	position: relative;
	height: 480;
	width: 960px;
	z-index: +7;
}

.left-element {
	position: absolute;
	left: 0px;
	width: 200px;
	height: 380px;
	color: #FFF;
	padding: 0px;
	bottom: auto;
}

.right-element {
	position: absolute;
	right: 0;
	width: 760px;
	height: 380px;
	text-align: right; /* depends on element width */
	font-family: 'Open Sans', sans-serif;
}

#container1 {
	padding: 0px;
	width: 200px;
	position: absolute;
	float: left;
	height: 380px;
	color: #FFF;
	font-size: larger;
}  
  
#container1 .transparency {
/*	background-color:#123;	*/
	background-color:#000;
	width:200px;
	position:absolute;
	bottom:0px;
	left:0px;
	z-index:-1;
	height: 380px;
	opacity: 0.75;
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	-webkit-border-radius: 0px 0px 0px 10px;
	-moz-border-radius: 0px 0px 0px 10px;
	border-radius: 0px 0px 0px 10px;
}  
  
#content1 {
	position:static;
	color: #000;
	z-index: +1;
	width: 200px;
	overflow: hidden;
	font-size: larger;
	bottom: 0px;
}  

#content_top {
	height: 260px;
	width: 200px;
	position: static;
	top: 0px;
	z-index: +2;
}

#content_bottom {
	text-align: center;
	vertical-align: 0%;
	width: 200px;
	bottom: 0px;
	position: absolute;
	z-index: +3;
	color: #000;
	font-size: 18px;
}

#content_bottom a {
	color: #FFF;
}

.item {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#container2 {
	padding:20px;
	width:720px;
	position:relative;
	float:left;
	overflow:hidden;
	height: 500px;
	color: #FFF;
	font-size: larger;
}  
  
#container2 .transparency {
	background-color:#000;
	width:760px;
	position:absolute;
	top:0px;
	left:0px;
	z-index:-1;
	height: 380px;
	opacity: 0.50;
	filter: alpha(opacity=.50);
	-moz-opacity:0.50;
}  
  
#content2 {
	position:relative;
	color: #FFF;
	z-index: +2;
	height: 380px;
	width: 760px;
	overflow: auto;
	font-size: larger;
}  

.o50 {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity:0.50;
}
.note ul li{
	opacity: 0.75;
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
}

.o100 {
	opacity: 1.00;
	filter: alpha(opacity=100);
	-moz-opacity:1.00;
}

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

img {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/*	Search News Box	*/

#searchnews {
	position: absolute;
	color: #FFF;
	height: 60px;
	width: 180px;
	overflow: hidden;
	font-size: 12px;
	z-index: +2;
	bottom: -109px;
	text-align: center;
	left: auto;
	right: -726px;
	margin: auto;
	/*	background-color: #000;	*/
	opacity: 0.50;
	filter: alpha(opacity=50);
	-moz-opacity: 0.50;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;/*	-webkit-transform: translate(0px, 20px);
	-webkit-transition: all 1s ease-in-out;
	-moz-transform: translate( 0px, 20px);
	-moz-transition: all 1s ease-in-out;	*/
}

#searchnews:hover {
	opacity: 1.00;
	filter: alpha(opacity=100);
	-moz-opacity:1.00;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
}

/*	Footer	*/

.footer {
	height: 40px;
	width: 960px;
	text-decoration: none;
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-family: 'Open Sans', sans-serif;
	color: #EEE;
	text-align: center;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

.footer a{
	color: #EEE;
}

.footer a:hover{
	color: #FF0;
	font-family: 'Open Sans', sans-serif;
}

.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: 128px;
	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;
	opacity: .50;
	filter: alpha(opacity=50);
	-moz-opacity: 0.50;
}

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

.searchboxen {
	float: left;
	height: 128px;
	overflow: hidden;
	-o-transition: all 1.25s ease-in-out;
	-webkit-transition: all 1.25s ease-in-out;
	-moz-transition: all 1.25s ease-in-out;
	opacity: .50;
	filter: alpha(opacity=50);
	-moz-opacity: 0.50;
}

.searchboxen:hover {
	opacity: 1.00;
	filter: alpha(opacity=100);
	-moz-opacity: 1.00;
	-o-transition: all 1.0s ease-in-out;
	-webkit-transition: all 1.0s ease-in-out;
	-moz-transition: all 1.0s ease-in-out;
}

.morelinks {
	height: 20px;
	width: 960px;
	text-decoration: none;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	font-size: 24px;
	font-family: 'Open Sans', sans-serif;
	color: #BBB;
	text-align: center;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-color: #111;
	opacity: 0.75;
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
}

.morelinks a {
	color: #BBB;
}

.morelinks a:hover {
	color: #FF0;
	font-family: 'Open Sans', sans-serif;
}

the_logo {
	text-align: center;
	vertical-align: 0%;
	height: 200px;
	width: 200px;
	position: static;
	z-index: +1;
	color: #FFF;
	top: 0px;
}

#the_actual_logo {
	position:absolute;
	color: #FFF;
	height: 200px;
	width: 200px;
	overflow: hidden;
	font-size: 12px;
	padding: 0px;
	z-index: +3;
	bottom: 30px;
	text-align: center;
	right: auto;
	margin: auto;
}  

#the_logo_layer {
	position:absolute;
	height: 202px;
	width: 385px;
	overflow: hidden;
	font-size: 22px;
	z-index: 0;
	text-align: center;
	right: auto;
	margin: auto;
	top: -10px;
	left: -10px;
	color: #FFF;
	opacity: 1.00;
	filter: alpha(opacity=100);
	-moz-opacity:1.00;
}  

#the_logo_layer_rotated {
	transform: rotate(-15deg);
	-ms-transform: rotate(-15deg); /* IE 9 */
	-webkit-transform: rotate(-15deg); /* Safari and Chrome */
	-o-transform: rotate(-15deg); /* Opera */
	-moz-transform: rotate(-15deg); /* Firefox */
	position:absolute;
	height: 200px;
	width: 385px;
	overflow: hidden;
	font-size: 22px;
	z-index: +2;
	text-align: center;
	right: auto;
	margin: auto;
	top: 69px;
	left: -48px;
	background-color: #002;
	color: #FFF;
	box-shadow: 6px 6px 3px #333;
	font-family: "Open Sans", sans-serif;
	padding: 0px;
}  

#the_logo_layer a {
	color: #F00;
}

#the_logo_layer a:hover {
	color: #FFF;
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(http://themes.googleusercontent.com/static/fonts/opensans/v6/cJZKeOuBrn4kERxqtaUH3bO3LdcAZYWl9Si6vvxL-qU.woff) format('woff');
}

.botlinks {
	background-color: #111;
}

.botlinks img {
	opacity: 0.70;
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
	text-align: center;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
}

.botlinks img:hover {
	opacity: 1.00;
	filter: alpha(opacity=100);
	-moz-opacity:1,00;	
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
}

.top_photo {
	width: 760px;
	color: #000;
	font-size: 36px;
	text-align: left;
	vertical-align: middle;
	height: 380px;
	z-index: +2;
}

.mid_section {
	width: 760px;
	top: auto;
	bottom: auto;
	text-align: right;
	vertical-align: middle;
}

.translateatx {
	transform:translateX(-10px);
	-ms-transform:translateX(-10px); /* IE 9 */
	-moz-transform:translateX(-10px); /* Firefox */
	-webkit-transform:translateX(-10px); /* Safari and Chrome */
	-o-transform:translateX(-10px); /* Opera */
}

.mid_content {
	height: 452px;
	width: 760px;
}

/*	Amazon Ads	*/

.amazonads {
	height: 40px;
	width: 960px;
	text-decoration: none;
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: 1.75vw;
	font-family: 'Open Sans', sans-serif;
	color: #EEE;
	text-align: center;
	margin-top: 37px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

.amazonads a{
	color: #EEE;
}

.amazonads a:hover{
	color: #FF0;
	font-family: 'Open Sans', sans-serif;
}

.moocow {
	height: 40px;
	width: 320px;
	text-decoration: none;
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	color: #EEE;
	text-align: center;
	margin-top: 37px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}