html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	color: white;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url(/assets/templates/gorrilla/images/guerrilla-tile.png);
}

img {
	border: 0px;
}

a, a:visited {
	text-decoration: none;
	color: #FFCC00;
	outline: none;
}

a:hover {
	color: #FFFF66;
}

a:active {
	color: #FFF;
}

p {
	margin: 0;
	padding: 0;
}

/*
table {
	float: left;
	width: 50%;
}
*/

table.large {
	clear: both;
	width: 100%;
}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 810px;
	padding-top: 10px;
}

#header {
    margin-bottom: 10px;
}
#header .box {
    float: none;
}

#navigation {
	margin-bottom: 10px;
}
#navigation .box {
    float: none;
}

#nav {
    margin: 0;
    padding: 0;
    list-style-type: none;
    clear: both;
}

#nav li {
    margin: 0;
    padding: 0;
    padding-right: 5px;
    float: left;
}

#nav li.last {
    padding-right: 0;
}

#wayfinder {
	width: 820px;
	margin-top: 19px;
	margin-left: -187px;
}

#wayfinder ul {
	float: right;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#wayfinder ul li {
	float: left;
	margin-right: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
}

#wayfinder ul li a {
	padding: 5px;
	text-decoration: none;
	color: #000;
}

#wayfinder ul li a:hover {
	text-decoration: underline;
}

#content {
	margin-left: auto;
	margin-right: auto;
	width: 820px;
}

#footer {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	width: 810px;
	bottom: 0px;
	text-align: center;
}

#radiobtn {
	width: 350px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 75px;
	padding-left: 249px;
	padding-right: 249px;
}

#radioplayer {
	padding-top: 22px;
	text-align: center;
}

#subscribe-form {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#subscribe-form p {
	margin-bottom: 10px;
}

#subscribe-form fieldset {
	margin-bottom: 10px;
	padding: 0;
	border-style: none;
}

.submit {
	text-align: center;
}

#subscribe-form label {
	display: block;
	margin-bottom: 3px;
}


.box {
	float: left;
	width: 400px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.third-box {
	float: left;
	width: 300px;
	margin-right: 5px;
	margin-bottom: 20px;
}

.double-third-box {
	float: left;
	width: 500px;
	margin-right: 5px;
	margin-bottom: 20px;
}

.large-box {
	clear: both;
	width: 810px;
	margin-right: 0px;
}


.box .top-row, .third-box .top-row, .double-third-box .top-row {
	clear: both; 
	/* float: left; */
	width: 400px;
	height: 10px;
}

.third-box .top-row {
	width: 300px;
}

.double-third-box .top-row {
	width: 500px;
}

.large-box .top-row {
	width: 810px;
}


.box .top-row .left {
	float: left; 
	width: 10px; 
	height: 10px; 
	background: url(/assets/templates/gorrilla/images/top-left.png) top left no-repeat;
}

.box .top-row .middle {
	float: left;
	width: 380px;
	height: 10px;
	background: url(/assets/templates/gorrilla/images/top.png) top repeat-x;
}

.box .top-row .right {
	float: left;
	width: 10px;
	height: 10px;
	background: url(/assets/templates/gorrilla/images/top-right.png) top right no-repeat;
}


.box .middle-row {
	clear: both;
	/*float: left;*/
}

.box .middle-row .left {
	float: left;
	padding-left: 10px;
	background: url(/assets/templates/gorrilla/images/left.png) left repeat-y;
}

.box .middle-row .middle {
	float: left;
	width: 380px;
	background: #000;
}

.box .middle-row .right {
	float: left;
	padding-right: 10px; 
	background: url(/assets/templates/gorrilla/images/right.png) right repeat-y;
}


.box .bottom-row {
	clear: both;
	/*float: left;*/
	width: 400px;
	height: 10px;
}

.box .bottom-row .left {
	float: left; 
	width: 10px; 
	height: 10px; 
	background: url(/assets/templates/gorrilla/images/bottom-left.png) left bottom no-repeat;
}

.box .bottom-row .middle {
	float: left; 
	width: 380px;
	height: 10px;
	background: url(/assets/templates/gorrilla/images/bottom.png) bottom repeat-x;
}

.box .bottom-row .right {
	 float: left; 
	 width: 10px; 
	 height: 10px;
	 background: url(/assets/templates/gorrilla/images/bottom-right.png) bottom right no-repeat;
}


.third-box .top-row .middle {
	width: 280px;
}

.third-box .middle-row .middle {
	width: 280px;
}

.third-box .bottom-row {
	width: 300px;
}

.third-box .bottom-row .middle {
	width: 280px;
}


.double-third-box .top-row .middle {
	width: 480px;
}

.double-third-box .middle-row .middle {
	width: 480px;
}

.double-third-box .bottom-row {
	width: 500px;
}

.double-third-box .bottom-row .middle {
	width: 480px;
}


.large-box .top-row .middle {
	width: 790px;
}

.large-box .middle-row .middle {
	width: 790px;
}

.large-box .bottom-row {
	width: 810px;
}

.large-box .bottom-row .middle {
	width: 790px;
}


.youtube-box {
	width: 445px;
}

.youtube-box .top-row {
	width: 445px;
}

.youtube-box .top-row .middle {
	width: 425px;
}

.youtube-box .middle-row .middle {
	width: 425px;
}

.youtube-box .bottom-row {
	width: 445px;
}

.youtube-box .bottom-row .middle {
	width: 425px;
}

.youtube-side-box {
	width: 355px;
}

.youtube-side-box .top-row {
	width: 355px;
}

.youtube-side-box .top-row .middle {
	width: 335px;
}

.youtube-side-box .middle-row .middle {
	width: 335px;
}

.youtube-side-box .bottom-row {
	width: 355px;
}

.youtube-side-box .bottom-row .middle {
	width: 335px;
}

.marquee-container {
	position: fixed;
	width: 100%;
	height: 25px;
	bottom: 0;
	left: 0;
}

.marquee {
	width: 812px;
	margin-left: auto;
	margin-right: auto;
}

.toggle-button {
	float: right;
	width: 15px;
	height: 15px;
	background: url(/assets/templates/gorrilla/images/toggle-button.png) top right no-repeat;
}
