/* Global Containers
--------------------------------------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
	text-shadow: rgba(0,0,0,.01) 0 0 0; /* Safari Font Smoothing Fix */
}

body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background: #2f7722 url(../img/twitchtv-background02.jpg) top center repeat-x;
}

#tracker {
	width: 100%;
	height: 60px;
	background: #222;
	overflow: hidden;
}

#tracker iframe {
	width: 1100px;
	height: 60px;
	float: right;
}

#tracker a {
	float: right;
	background: #f08825;
	color: #fff;
	vertical-align: central;
	font-weight: bold;
	font-size: 20px;
	line-height: 20px;
	padding: 8px 10px;
	margin: 9px 10px 0 0;
	letter-spacing: 1px;
	text-decoration: none;
	border: solid 2px #fff;
	border-radius: 5px;
	text-transform: uppercase;
}

#tracker a:hover {
	color: #fff;
	background: #ef5829;
}

#container {
	width: 620px;
	margin: 0 auto;
	text-align: left;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.clear {
	clear: both;
}

.hidden {
	visibility: hidden;
}

.center {
	text-align: center;	
}

clearfix:after {
	content: ".";  
	display: block; 
	height:  0;  
	clear: both; 
	visibility:  hidden;
}

/* Link Styles
--------------------------------------------------------------------------------------- */
a, a:link, a:active {

}

a:visited {

}

a:hover {

}

a img {
	border: 0;
}

/* Header Layout
--------------------------------------------------------------------------------------- */
#header {
	width: 620px;
	background: url(../img/farlands-header.png) top left no-repeat;
	float: left;
}

h1 {
	float: left;
	width: 275px;
	margin: 0 0 0 18px;
}

h1 span {
	position: absolute;
	visibility: hidden;
}

#subscribe {
	float: right;
	width: 200px;
	height: 24px;
	margin: 25px 20px 0 0;
	text-align: right;
}

#icons {
	list-style: none;
	width: 219px;
	float: right;
	margin: 90px 10px 0 0;
}

#icons li {
	float: left;
	margin: 0 10px 0 0;
}

#icons li a {
	display: block;
	padding-top: 3px;
	padding-bottom: 0;
}

#icons li a:hover {
	padding-top: 0;
	padding-bottom: 3px;
}

#nav {
	list-style: none;
	width: 560px;
	float: left;
	background: #13235e;
	margin: 3px 12px 12px 12px;
	padding: 0 18px;
}

#nav li {
	float: left;
}

#nav a {
	display: block;
	font-size: 16px;
	line-height: 25px;
	border-left: solid 1px #fff;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	padding: 2px 25px;
}

#nav li.current a {
	color: #f08825;
}

#nav a:hover, #nav li.current a:hover {
	background: #f08825;
	color: #13235e;
}

#nav li.shop, #nav li.last {
	border-right: solid 1px #fff;
}

#nav li.shop a {
	background: url(../img/icon-newwindow-white.png) top right no-repeat;
}

#nav li.shop a:hover {
	background: #f08825 url(../img/icon-newwindow-white.png) bottom right no-repeat;
}

#donate {
	display: block;
	width: 147px;
	margin: 0 auto 12px auto;
}



/* Middle Layout
--------------------------------------------------------------------------------------- */
#content {
	width: 580px;
	background: url(../img/farlands-body.png) top left repeat-y;
	padding: 1px 20px;
	clear: left;
}

#avatar {
	float: left;
	border: solid 2px #13235e;
	margin: 0 10px 10px 10px;
}

p, ul {
	font-size: 14px;
	line-height: 22px;
	margin: 0 10px 13px 10px;
}

#content ul {
	margin-left: 26px;
}

#content ul li {
	margin-bottom: 5px;
}

h2 {
	font-size: 20px;
	line-height: 20px;
	margin: 20px 10px 5px 10px;
	padding: 0 0 5px 0;
	border-bottom: solid 1px #a1c07d;
	color: #1a57a8;
}

h3 {
	font-size: 16px;
	line-height: 20px;
	margin: 0 10px 0 10px;
	color: #1a57a8;
}

#charity {
	width: 260px;
	height: 302px;
	float: right;
	margin: 5px 10px 20px 12px;
	text-align: center;
	border: solid 1px #a1c07d;
}

#charity h1.PO_title {
	width: 260px !important;
	font-family: Arial, Helvetica, sans-serif;	
}

#charity.overlay h3.PO_raised {
	color: #000;
}


p.intro {
	margin-top: 6px;
	font-size: 14px;
	line-height: 27px;

}

p.bottombar {
	text-align: center;
	clear: both;
}

p strong.hello {
	font-size: 20px;
	color: #f08825;
	padding-right: 3px;
}

p strong.donate {
	color: #f08825;
}

#legal h2 {
	font-size: 14px;
	margin-bottom: 3px;
	padding-bottom: 0;
}

#legal p, span.fine {
	display: block;
	font-size: 12px;
	line-height: 14px;
	font-style: italic;
	text-align: right;
}

#format {
	border: solid 1px #ccc;
	background: #eee;
	margin: 10px;
	padding: 10px 0 0 0;
	font-family: "Courier New", Courier, monospace;
}

div.faq {
	width: 580px;
	float: left;
	margin-bottom: 19px;
	padding-bottom: 1px;
}

div.faq h3 {
	cursor: pointer;
	border-bottom: solid 1px #ccc;
	padding: 6px 0 2px 0;
	background: url(../img/faq-downarrow.png) top right no-repeat;
	clear: both;
	line-height: 21px;
}

div.faq h3:hover {
	color: #f08825;
	background-position: bottom right;
}

div.answer {
	background: #fcf8e4 url(../img/faq-topshadow.jpg) top center no-repeat;
	border-bottom: solid 1px #ccc;
	margin: 0 10px 0 10px;
	padding: 10px 0 0 0;
	width: 560px;
	float: left;
}

div.answer p {
	margin-left: 10px;
	margin-right: 10px;
}

div.answer object, div.answer img {
	float: right;
	margin: 0 0 12px 10px;	
}

#content div.answer ul {
	
}

#content div.answer ul li {
	margin-bottom: 0;	
}

div.answer h4 {
	font-size: 13px;
	line-height: 20px;
	margin: 0 10px 0 10px;
	color: #000;
}

#map {
	width: 558px;
	height: 600px;
	margin: 0 10px 2px 10px;
	border: solid 1px #ccc;
}

#map iframe {
	width: 558px;
	height: 600px;
	border: 0;
}

#content ul {
	font-size: 13px;
	line-height: 20px;
	margin: 0 10px 13px 30px;
}

#content ul li {
	margin-bottom: 13px;	
}

h2.flobathon {
	text-align: center;	
	color: #f08825;
	margin: 0 10px 10px 10px;
	padding: 0 0 10px 0;
}

#content #times {
	list-style: none;
	font-weight: bold;
	font-size: 22px;
	line-height: 28px;
	margin-left: 10px;
	float: left;
	width: 560px;
	text-align: right;
	color: #1a57a8;
	border-bottom: solid 1px #a1c07d;
}

#content #times li {
	float: left;
	width: 500px;
	margin: 0 30px 13px 30px;
	padding: 0;
}

#content #times em {
	float: left;
	font-style: normal;
}

#twitch {
	text-align: center;
}

a.contest {
	display: block;
	font-size: 28px;
	font-weight: bold;
	background: #eee;
	border: solid 1px #1a57a8;
	text-align: center;
	padding: 12px 8px;
	color: #13235e;
	margin: 0 40px;
}

a.contest:hover {
	background: #a1c07d;
	color: #fff;
	border: solid 1px #13235e;
}

#content ul.guests {
	
}

#content ul.guests li {
	float: left;
	width: 270px;	
}

/* Footer Layout
--------------------------------------------------------------------------------------- */
#foot {
	border-top: solid 1px #ccc;
	padding: 6px 0 0 0;
}

#foot p {
	font-size: 11px;
	line-height: 16px;
	font-style: italic;
	text-align: center;
	margin-bottom: 0;
	color: #666;
}

/* Sidebar 
--------------------------------------------------------------------------------------- */