@charset "UTF-8";

body {
	padding: 0;
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #000000;
	margin: 15;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	/* padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

a {
	color: white;
}

.container {
	margin: 0  auto;
	width: 1000px;
}
.likes {
	float: right;
	margin-left: 8px;
	margin-bottom: 5px;
}
.thebody {
	width: 1000px;
	height: 540px;
	overflow: hidden;
	background-repeat: no-repeat;
}

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

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:12px;

}
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.4;
}
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;
}

/*
#govideo{
	display: block;
}
*/
ul.nav li a.c-highlight, ul.nav li  a.c-highlight:visited {
	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 {
	display: none;
	visibility: hidden;
	height: 0px;
	width: 0px;
}
.content {
	float: left;
	margin-top: 250px;
	margin-left: 30px;
	display: block;
	width: 460px;
	height: 275px;
}
.textbackground {
	display: block;
	height: 275px;
	width: 460px;
	background-image: url(../index-images/textbackground.png);
}
.content-text  {
	padding: 10px;
	overflow: hidden;
	height: 250px;
	margin: 0px;
	font-size: 12px;
	color: #FFD4B1;
	text-align: justify;
}

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

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

.centerlist {
	font-size: 10px;
	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: 12px;	
}
.email-form {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.email-form-iphone {
	display:none;
}
.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 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width: 500px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	text-align: center;
	border: 1px double #93A3B1;
/*	color: #BDD1E3; */
	color: #FFD4B1;
}
.playvideo {
	height: 258px;
	width: 460px;
	opacity: .8;
}
.playvideo a, .playvideo a:visited {
	text-decoration: none;
	display: block;
	height: 258px;
	width: 460px;
}
.playvideo a:hover {
	background-color:#FFD4B1;
	opacity: .3;
}


#morevideos{
	display: inline;
	height: 1px;
	width: 1px;
}
.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;
}
.retweet {
	float: right;
	margin-left: 15px;
	display: block;
}
.facelike {
	float: right;
	display: block;
}
.campaign {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
.campaign-text {
	width: 640px;
	margin-right: 20px;
	float: left;
	}
.campaign-text p {
	font-size: 13px;
}
.campaign-text h3 {
	font-size: 18px;
	font-weight: bold;
}
.campaign-text ul li {
	text-indent: 0px;
	font-size: 13px;
	margin-left: 40px;
}
.campaign-text strong {
	color: #FFD4B1;
}
.perks {
	float: left;
	width: 230px;
	background-color: #333;
}
.givenow a{
	font-size: 18px;
	background-color: #00C;
	display: block;
	margin-right: 15px;
	border-top-width: thin;
	border-top-style: ridge;
	border-top-color: #FF0;
	text-align: center;
	margin-left: 15px;
	color: #FF0;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	text-decoration: none;
	margin-top: 10px;
	}
.givenow a:hover, .givenow a:active, .givenow a:focus{
	background-color: #96F;
}
.perks-note p {
	font-size: 10px;
	font-style: italic;
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 10px;
	text-align: justify;
}
.theperk {
	background-color: #CCC;
	width: 190px;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
	margin-bottom: 10px;
}
.theperk h3, .theperk h3 a {
	font-size: 24px;
	font-weight: bolder;
	color: #93C;
	text-decoration:none;
}
.theperk h3 a:hover, .theperk h3 a:active, .theperk h3 a:focus{
	color: #96C;
}
.theperk h4 {
	font-size: 18px;
	color: #93C;
	margin-top: -20px;
}
.theperk p {
	font-size: 12px;
	color: #333;
}
.theperk li {
	font-size: 12px;
	color: #666;
	text-align: right;
	margin-right: 5px;
}
