@charset "UTF-8";

body {
	
}



.container {
	margin: 0  auto;
	width: 450px;
}
.likes {
	float: right;
	margin-left: 8px;
}
.thebody {
	width: 450px;
	height: 253px;
	overflow: visible;
	background-repeat: no-repeat;
	-moz-background-size: cover;
	background-size: cover;
}

.choices {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	height: 170px;
}

ul.nav {
	list-style: none; /* this removes the list marker */
	/*border-top: 1px solid #666; /* this creates the top border for the links - all others are placed using a bottom border on the LI */
	margin-bottom: 15px; /* this creates the space between the navigation on the content below */
	margin-top: 0px;
	text-align: left;
	font-size: 16px;

}
ul.nav li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
#listlast {
	border-bottom: 0px solid #666; /* this creates the button separation */
}
ul.nav a, ul.nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
	text-decoration: none;
	/*	background: #C6D580; */
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	color: #FBC8AB;
	background-color: #333;
	opacity: 0.7;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	background-color: #FBC8AB;
	color: #FFF;
	opacity: .8;
}





.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.hidden-content {
	visibility: hidden;
	height: 0px;
	width: 0px;
}
.content {
	float: left;
	margin-top: 100px;
	margin-left: -5px;
	display: block;
	width: 460px;
	height: auto;
}
.textbackground {
	display: block;
	height: auto;
	width: 460px;
	background:none;
}
.content-text  {
	padding: 10px;
	overflow: hidden;
	height: auto;
	width: 440px;
	margin: 0px;
	font-size: 14px;
	color: #FFD4B1;
	text-align: justify;
}

.content-text a, .content-text a:visited{
	color: #FFD4B1;
}

.content-text a:hover{
	color: white;
}

.centerlist {
	font-size:14px;
	text-align: left;
	padding-right: 0px;
	padding-left: 10px;
}
.facesubscribe {
	height: 30px;
	width: 200px;
}
.facestatus {
	background-color: #CCC;
	height: 220px;
	width: 430px;
	opacity: .6;
	overflow-y: scroll;
	overflow-x: hidden;
}


.foot-getemail {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}
.email-form {
	display:none;
}
.email-form-iphone {
	display:block;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-left: 40px;
	text-align:right; 
	}
.foot-logo {
	width: auto;
	margin-left: auto;
	text-align: center;
	color: #FFF;
	margin-top: 5px;
	margin-right: auto;
}
.thefooter {
	margin-top: 5px;
}
.copyright {
	text-align: right;
	display: block;
	font-size: 10px;
}

#listsubmit {
	background-color: #306;
	border: none;
	color: white;
	opacity: .8;
	
}

#listsubmit:hover {
	color: grey;
	background-color: #0CF;
	
}
.foot-getemail form .email-form td {
	padding-right: 5px;
}
.foot-getemail form .email-form table {
	margin: auto;
}
.announce {
	
	width: 400px;

}
.playvideo {
	
}
.playvideo a {
	
}
#morevideos{
	
}
.contact a {
	margin-top: 7px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color:#999999;
	text-align: center;
	display: block;
	width: 100px;
	text-decoration: none;
}
.contact a:hover{
	color: white;
}

.campaign {
	width: 400px;
}
.campaign-text {
	width: 400px;
	float: none;
}
.perks {
	float: none;
	width: 230px;
	background-color: #333;
}