* {
padding:0px;
margin:0px;
}
@font-face { font-family: 'LeagueGothicRegular';
	src: url('/resources/fonts/league_gothic-webfont.eot');
	src: local('â˜º'), url('/resources/fonts/league_gothic-webfont.woff') format('woff'), url('/resources/fonts/league_gothic-webfont.ttf') format('truetype'), url('/resources/fonts/league_gothic-webfont.svg#webfontftMyPP7O') format('svg');
	font-weight: bold;
	font-style: normal;
}


.page {
	overflow: hidden;
}

.right, .left {
	filter: alpha(opacity=35);
	opacity: 0.1;           
	height: 100%;
}

.video {
  position: relative;
	padding-top: 150px;
	width: 100%;
	height: auto;
	background-position-x: left;
	text-align: center;
}

/*.col2 .video {
	width: 700px;
	left: -500px;
}

.col3 .video {
	width: 600px;
	left: 50px;
}*/

.col3 .video .player, .col2 .video .player {
	display: none !important;
}

.center .video {
  left: 0px;
  height: auto;
	background-image: url('/resources/images/splitter.png');
	background-repeat: repeat-y;
	background-position: 100% -5px;
	width: 100%;
	height: 100%;
}

.center {
	background-image: url('/resources/images/splitter.png');
	background-repeat: repeat-y;
	background-position: left -5px;
	overflow: visible;
	width: 100%;
	height: 100%;
}

#next {
	position: absolute;
	right: 10%;
	top: 395px;
	z-index: 999;
	cursor: pointer;
	display: block;
	
}

#next_colorfill{
  position: absolute;
	right: 10%;
	top: 395px;
	margin-top: 20px;
	margin-right: 30px;
	z-index: 998;
  width: 100px;
  height: 45px;
  border: 1px solid green;
}

#search {
	float: right;
}

#search .input, #search .label, #search .submit {
	display: inline;
	float: left;
	padding-left: 5px;
}

#search .input input {
	width: 300px;
	height: 20px;
}

.title {
	font-size: 3.0em;
	font-family: 'LeagueGothicRegular';
	padding-bottom: 10px;
}

img.animal {
	position: absolute;
	top: 5px;
	left: 0;
	overflow: hidden;
	margin-left: -10px;
}

.logo{
	position: absolute;
	top: 0px;
	display: block;
  width: 500px;
  height: 150px;
  background: url('../resources/logosmall.png') no-repeat 227px 20px;
}


#menu li {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	font-size: 2em;
	color: #999;
}

li a {
	text-decoration: none;
}

#menu li a {
	color: #ffffff;
}

#menu li a:hover {
	color: #999;
}

#preview-bg, #preview-an {
	background-position: top right;
}

#preview-bg {
	height: 200px;
	width: 600px;
	background-image: url('/resources/randoms/bgs/blue.png');
}

#preview-an {
}

h1#preview-fo {
	text-transform: capitalize;
	display: inline;
}

h1#preview-fo span {
	display: inline;
}


/* LAYOUT */
body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	min-width:900px;		/* Minimum width of layout - remove line if not required */
							/* The min-width property does not work in old versions of Internet Explorer */
						
}

img {
	margin: 0;
}

/*------MAIN 3-COLUMN LAYOUT-------*/

#wrapper {
  margin: 0px;
/*	position:relative;	/* This fixes the IE7 overflow hidden bug */
	position:absolute;
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
  height: 100%;
	overflow:hidden;		/* This chops off any overhanging divs */
  min-height: 780px;
  min-width: 1024px;
}

/* Header styles */
#header {
	clear:both;
	float:left;
	width:100%;
}

.col1,
.col2,
.col3 {
	position:absolute;
	padding:0 0 0 0;	/* no left and right padding on columns, we just make them narrower instead 
					only padding top and bottom is included here, make it whatever value you need */
	overflow:hidden;
	height: 100%;
}

.col1 {
	left:15%;			/* 100% plus left padding of center column */
	width:70%;		/* width of center column content (column width minus padding on either side) */
	text-align: center;
	z-index: 3;
	min-width: 700px;
}

.col2 {
	width:50%;			/* Width of left column content (column width minus padding on either side) */
	left: -35%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	margin-left: 0px;
	z-index: 2;
}

.col3 {
	width: 40%;			/* Width of right column content (column width minus padding on either side) */
	left: 85%;			/* Please make note of the brackets here:
						(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	padding: 0px 1px;
	margin-left: -1px;
	z-index: 4;
}

.col2 img {
	margin-left: -550px;
}

/* Footer styles */
#footer {
	clear:both;
	width: 100%;
	text-align: center;
	color: white;
}

#footer_bg {
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 7px 5px 2px 5px;
	background: #fff;
	opacity: 0.40; 	
	width: 480px;
	height: 19px;
	margin: 0 auto;
	position: relative;
	left: 20px;
}

#footer_bg p {
	color: black;
	opacity: 1;
	font-family: Georgia, Serif;
	font-style: italic;
	font-size: 11px;
}

.player{
  margin: 0 auto;
  width: 540px;
  position:relative;
	padding-left: 0px;
	overflow: hidden;
}

.title{
  min-width: 540px;
}

.player .container{
  float: left;
}

.player .embed{
  float: left;
  position: relative;
  padding: 5px;
  background: url('../resources/images/white_transparent.png') repeat 0 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
}

.player object,
.player embed {
    float: left;
  	margin-left: 0px
	  height: auto;
}

.share {
  margin-left: 0px;
  margin-right: 5px;
	display:block;
	float: left;
}

div.share a{
  display:block;
}

.badgetop{
  position: absolute;
  top: -8px;
  left: 30px;
  background: url('../resources/images/badge_top_tall.png') no-repeat left bottom;
  width: 88px;
  height: 13px;
}

.badge {
	display:block;
	clear: both;
  position: relative;
	left: 30px;
}



/*----------EMAIL SHARING ------------*/
#email_share_wrapper{
  padding: 5px;
  background: transparent url('../resources/images/white_transparent.png') repeat 0 0;
  border-radius: 5px;
  position: relative;
}

#sb-body-inner, #email_share_box, #email_share_wrapper{
  width: 420px;
}

#email_share_box{
  padding: 20px 20px;
  line-height: 38px;
  width: auto;
  background-color: #fff;
  overflow: hidden;
}

#email_share_box label,
#email_share_box input.text,
#email_share_box textarea{
	font-family: 'LeagueGothicRegular';
	font-size: 36px;
}

#email_share_box label{
  color: #598527;
  height: 36px;
  margin-right: 5px;s
}

#email_share_box input.text{
  background-position: 0px -20px;
}

#to{ width: 336px; }
#from{ width: 306px; margin-bottom: 10px;}

#email_share_box input.text,
#email_share_box textarea{
  border: 0px none;
  background-image: url('../resources/images/input-background.png');
  background-repeat: repeat;
  color: #e5e5e5;
}


#email_share_box textarea{
  margin-top: -10px;
  background-position: 0px -14px;
  width: 100%;
  height: 160px;
  line-height: 57px;
}

#email_share_box input:focus,
#email_share_box textarea:focus{
  color: #666;
}

#sendthecute{
  width: 400px;
  height: 90px;
  padding: 0px;
  border: 0px none;
  background: url('../resources/images/sharethecute.png') no-repeat 0 0;
  position: relative;
  left: -20px;
}

#sendthecute:hover{
  cursor: pointer;
  background-position: 0px -91px;
}

.shadowbox_close{
  cursor: pointer;
  display: block;
  width: 22px;
  height: 25px;
  position: absolute;
  right: 11px;
  top: 13px;
  background: url('../resources/images/close_button.png') no-repeat -5px -2px;
}

.hiddenId, .hiddenTitle {
	display:none
}

/*-------------- FOOTER --------------------*/
#footer{
  color: #535353;
  text-align: center;
  position: absolute;
  bottom: 4px;
  z-index: 100;
  background: transparent;
  font-size: 14px;
}