/* ******* Glenn Beck Unhinged CSS ******** */

a:link, a:visited, a:active, a:hover{
	color: #D6D6D6;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}
html{
	height: 100%;	
}

body { 
	margin: 0;
	margin-top: 120px;
	padding: 0;
	height: 100%;
	background-color: #DA0000;
/*			background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.32, rgb(194,0,0)),
		color-stop(0.92, rgb(255,94,94))
	);
	background-image: -moz-linear-gradient(
		center bottom,
		rgb(194,0,0) 32%,
		rgb(255,94,94) 92%
	);*/
	color: #fff;
	font-family: 'Neuton', georgia, serif; 
}

#banner{
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	color: #000;
	line-height: 1.1;
}

#intro{
/*			top: 0;
	right: 0;
	width: 100%;*/
	color: #FFF;
	color: #FFCCCC;
	line-height: 1.1;
	margin-left: -150px;
	margin-right: -150px;
	text-align: left;
}

#so{
	font-variant: small-caps;
	color: #000;
	font-size: 35px;
	text-shadow: 0 0 3px #fff;
}

#wtf{
	max-width: 700px;
	margin: 40px auto;
	margin-top: 140px;
	text-align: center;
}

#wtf a{
	color: #FFF;
}

#bfd{
	margin-top: 28px;
}

#bfd a{
	display: inline-block;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background: #FFCCCC;
	padding: 8px 16px;
	border: 1px solid #000;
	color: #000;
	text-decoration: none!important;
	font-size: 22px;
}

#bfd a:hover{
	color: #FF0000;
}

#text{
	display: block;
	line-height: 35px;
	font-size: 32px;
}
#footnote{
	margin: 16px 0 0;
	display: block;
	color: #FFCCCC;
	font-size: 13px;
}
#footnote a{
	text-decoration: none;
	color: #D6D6D6;
}

#share{
	background: #000;
	color: #fbb;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 75px;
	text-align: right;
}

#share .wrap{
	padding: 12px 24px 0;
}

#share a{
	color: #fff!important;
}

#twAndFb{
	text-align: left;
	color: #CCCCCC;
}

#links{
	display: block;
	float: right;
	text-align: right;
}

#tweetThis{
	background: url(http://platform1.twitter.com/widgets/images/tweet.png) 0 0 no-repeat;
	width: 55px;
	height: 20px;
	display: inline-block;
	float: left;
	margin-right: 24px;
	margin-top: 2px;
}
.clearfix{
	zoom: 1;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#credits{
	font-size: 12px;
}


<!--[if !IE]>-->
@media only screen and (max-width: 480px) {
	#wtf{
		max-width: 400px;
	}
}
<!--<![endif]-->

/* ############## Menu Tabs ############### */
#tabs {
	float: left;
    font: 11px arial;
	height: 30px;
}

#tabs ul {
    display:inline;
    list-style:none;
}
#tabs li {
    text-align:center;
    display:inline;
    margin: 2px;
}
.tab {
    padding:4px 2px 0px 2px;
    color:#000000;
    cursor:pointer;
}
.tab:hover {
    color:#ffffff;
	background: #710000;
}
.selectedtab {
    padding:4px 2px 0px 3px;
	background: #DA0000;
	color:#ffffff;
}
.tabcontent {
    display:none;
}
.tabselectedcontents {
    display:block;
}
.entry {
	text-align: left;
}

/* FeedBurner BuzzBoost
----------------------------------------------- */

div.feedburnerFeedBlock p.date {
	font-size: .88em;
	display: inline;
	margin-left: 10px;
	}
div.feedburnerFeedBlock ul li div {
	display: inline;
	}
div.feedburnerFeedBlock span.headline {
	font-weight: bold;
	display: block;
	text-indent: 0;
	}
div.feedburnerFeedBlock ul li {
	margin-bottom: 2em;
	padding-left: 0 !important;
	text-indent: 0 !important;
	}
