@font-face {
    font-family: "bebas_neueregular";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/bebasneue-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/bebasneue-webfont.woff") format("woff"), url("../fonts/bebasneue-webfont.ttf") format("truetype"), url("../fonts/bebasneue-webfont.svg#bebas_neueregular") format("svg");
}
@font-face {
    font-family: "HelveticaCYPlain";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/helveticacy-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/helveticacy-webfont.woff") format("woff"), url("../fonts/helveticacy-webfont.ttf") format("truetype"), url("../fonts/helveticacy-webfont.svg#HelveticaCYPlain") format("svg");
}
@font-face {
    font-family: "droid_serifregular";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/droidserif-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/droidserif-regular-webfont.woff") format("woff"), url("../fonts/droidserif-regular-webfont.ttf") format("truetype"), url("../fonts/droidserif-regular-webfont.svg#droid_serifregular") format("svg");
}
body {
    background: url("../images/bg-body.gif") repeat scroll 0 0 transparent;
    color: #000000;
    font: 14px/150% droid_serifregular,"Times New Roman",Times,serif;
    margin: 0;
    min-width: 980px;
}
p {
    clear: both;
}
html, body {
    height: 100%;
}
img {
    border-style: none;
}
a {
    color: #ED9038;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
a:active {
    background-color: transparent;
}
input, textarea, select {
    font: 100% arial,sans-serif;
    vertical-align: middle;
}
form, fieldset {
    border-style: none;
    margin: 0;
    padding: 0;
}
#sidebar .news:after, #wrapper:after, #header .holder:after, #header:after {
    clear: both;
    content: "";
    display: block;
}
#wrapper {
}
#header {
    background: url("../images/bg-header.gif") repeat-x scroll 0 100% #1B3F56;
    padding: 0 0 8px;
    position: fixed;
    width: 100%;
    z-index: 99999;
}
#header .holder {
    margin: 0 auto;
    padding: 6px 0 0;
    position: relative;
    width: 980px;
}
#header .logo {
    background: url("../images/logo.gif") no-repeat scroll 0 0 transparent;
    float: left;
    height: 39px;
    margin: 0 49px 0 0;
    overflow: hidden;
    text-indent: -9999px;
    width: 326px;
}
#header .logo a {
    display: block;
    height: 100%;
}

#columns {
	-webkit-column-count: 6;
	-webkit-column-gap: 5px;
	-webkit-column-fill: auto;
	-moz-column-count: 6;
	-moz-column-gap: 5px;
	-moz-column-fill: auto;
	column-count: 6;
	column-gap: 5px;
	column-fill: auto;
}

.post_author .name {
    color: #1C3F56;
    font: 24px/30px bebas_neueregular,Arial,Helvetica,sans-serif;
}

.post_author .mic {
    background: url("../images/mic-16.png") no-repeat scroll 0 5px transparent;
    padding-left: 17px;
}

.post_author .info{
	color: #999;
	font-size: 14px;
    line-height: 20px;
}

/* 
	LEVEL ONE
*/
ul#nav                         { position: relative; }
ul#nav li                      { float: left; zoom: 1; }
ul#nav a:hover		            { }
ul#nav a:active                {  }
ul#nav li a {
    display: block;
    padding: 9px 11px;
}
ul#nav li:last-child a         { border-right: none; } /* Doesn't work in IE */
ul#nav li.hover,
ul#nav li:hover                { position: relative; }
ul#nav li.hover a              { }


ul#nav ul {
    left: 0;
    list-style: none outside none;
    position: absolute;
    top: 100%;
    visibility: hidden;
    width: 140px;
	font-size:20px;
}

ul#nav ul li 					{ font-weight: normal; background: #1B3F56; color: #fff; 
									  border-bottom: 1px solid #163d56; float: none; }
									  
                                    /* IE 6 & 7 Needs Inline Block */
ul#nav ul li a					{ border-right: none; display: block; } 

/* 
	LEVEL THREE
*/
ul#nav ul ul 					{ left: 100%; top: 0; }
ul#nav li:hover > ul 			{ visibility: visible; }

.pin {
	display: inline-block;
	background: #FEFEFE;
	border: 2px solid #FAFAFA;
	box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
	margin: 0 2px 10px;
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	column-break-inside: avoid;
	padding: 5px;
	background: -webkit-linear-gradient(45deg, #FFF, #F9F9F9);
	opacity: 1;
	
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.pin img {
    margin-bottom: 5px;
    padding-bottom: 5px;
    width: 100%;
}

.pin p {
	font: 12px/18px Arial, sans-serif;
	color: #333;
	margin: 0;
}

#columns:hover .pin:not(:hover) {
	opacity: 0.8;
}

#nav, #admin {
    float: right;
    font: 24px/27px bebas_neueregular,Arial,Helvetica,sans-serif;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

#nav li {
    float: left;
    margin: 0;
}

#admin li {
    float: left;
    margin: 0 0 0 25px;
}

.item_small {
    border: 2px solid #000000;
    box-shadow: 0 0 6px 3px #BBBBBB;
    float: left;
    height: 100px;
    margin: 5px;
    overflow: hidden;
    position: relative;
    width: 100px;
}

.item_small .caption {
    background: none repeat scroll 0 0 #EB9039;
    color: #fff;
    display: none;
    font:22px/22px 'bebas_neueregular' !important;
    font-weight: bold;
    height: 90px;
    left: 0;
    opacity: 0.9;
    position: absolute;
    width: 90px;
	padding:5px
}

.item_small img {
    border: 0 none;
    height: 100px !important;
    position: absolute;
}

#nav a, #admin a {
    color: #FFFFFF;
}

#nav .active a, #nav a:hover, #admin .active a, #admin a:hover {
    background-color: #163D56;
    color: #ED9038;
    text-decoration: none;
}

#header .btn-login {
    background: none repeat scroll 0 0 #ED9038;
    color: #FFFFFF;
    float: right;
    font: 38px/41px bebas_neueregular,Arial,Helvetica,sans-serif;
    margin: -6px 0;
    padding: 0 0 6px;
}
#header .btn-login span {
    background: url("../images/btn-login.png") no-repeat scroll 0 0 transparent;
    display: block;
    margin: 0 0 -6px -6px;
    padding: 6px 23px 12px 28px;
}
#header .btn-login:hover {
    text-decoration: none;
}
#main {
    margin: 0 auto 20px;
/*    overflow: hidden;*/
    padding: 20px 5px 0;
    width: 980px;
}
#main .gallery-block {
    background: url("../images/bg-gallery.gif") repeat-y scroll 0 0 transparent;
    height: 379px;
    margin: 0 0 24px -4px;
    position: relative;
    width: 988px;
}
#main .gallery-block .holder {
    background: url("../images/bg-gallery.gif") no-repeat scroll -989px 100% transparent;
    width: 988px;
}
#main .gallery-block .slide-box {
    overflow: hidden;
    padding: 12px 20px 23px;
    width: 948px;
}
#main .gallery-block .alignleft {
    float: left;
    margin: 0 43px 0 39px;
}
#main .gallery-block .alignright {
    float: right;
    margin: 0 39px 0 45px;
}
#main .gallery-block img {
    vertical-align: top;
}
#main .gallery-block .text-holder {
    border-left: 4px solid #1B3F57;
    color: #999999;
    float: left;
    font: 18px/24px droid_serifregular,"Times New Roman",Times,serif;
    margin: 51px 0 0;
    padding: 0 0 11px 30px;
    width: 467px;
}
#main .gallery-block .text-holder.left-side {
    border-left: 0 none;
    border-right: 4px solid #1B3F57;
    float: right;
    padding: 0 30px 11px 0;
    text-align: right;
    width: 463px;
}
#main .gallery-block .text-holder .episode {
    color: #000000;
    display: block;
    font: 18px/16px bebas_neueregular,Arial,Helvetica,sans-serif;
    margin: 0 0 4px;
}
#main .gallery-block .text-holder h2 {
    color: #000000;
    font: 50px/46px bebas_neueregular,Arial,Helvetica,sans-serif;
    margin: 0 0 12px;
}
#main .gallery-block .text-holder p {
    margin: 0 0 25px;
}
#main .gallery-block .text-holder .btn-play {
    background: url("../images/btn-play.gif") no-repeat scroll 0 0 transparent;
    color: #000000;
    font: 20px/23px bebas_neueregular,Arial,Helvetica,sans-serif;
    padding: 10px 0 14px 51px;
    text-transform: uppercase;
}
#main .gallery-block .text-holder .btn-play:hover {
    text-decoration: none;
}
#main .gallery-block .pagination {
    background: none repeat scroll 0 0 #EEEEEE;
    border: 1px solid #D0D0D0;
    bottom: 0;
    height: auto;
    left: 0;
    margin: 0;
    padding: 8px 2px 7px 8px;
    position: absolute;
}
#main .gallery-block .pagination ul {
    border-radius: 0 0 0 0;
    box-shadow: none;
    display: block;
    list-style: none outside none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}
#main .gallery-block .pagination li {
    float: left;
    margin: 0 3px 0 0;
}
#main .gallery-block .pagination a {
    background: url("../images/bg-pagination.gif") no-repeat scroll 0 0 transparent;
    border: 0 none;
    display: block;
    height: 17px;
    overflow: hidden;
    padding: 0;
    text-indent: -9999px;
    width: 17px;
}
#main .gallery-block .pagination .active a, #main .gallery-block .pagination a:hover {
    background: url("../images/bg-pagination.gif") no-repeat scroll 0 -18px transparent;
}
#main .cycle-gallery {
    position: relative;
}
#main .cycle-gallery div.mask {
    height: 385px;
    left: 4px;
    overflow: hidden;
    position: relative;
    width: 980px;
}
#main .cycle-gallery div.mask div.slideset {
    float: left;
    width: 99999px;
}
#main .cycle-gallery div.mask div.slide {
    float: left;
    margin: 0 2px -1px 0;
    width: 980px;
}
#main .cycle-gallery .slide.fullimage {
    margin: 0;
}
#main .two-columns {
/*    overflow: hidden;*/
    padding: 0;
}
#content {
    float: left;
    margin: 0 20px 0 0;
    position: relative;
    width: 700px;
    z-index: 100;
}

#content p{
	font-size:14px;
	line-height:20px;
	margin:15px 0;
}

#content h3 {
    color: #1B3F56;
    font: 38px/41px bebas_neueregular,Arial,Helvetica,sans-serif;
    margin: 15px 0;
}

#content h3 a {
    color: #ED9038;
}

#content h2 {
    background: none repeat scroll 0 0 #1B3F57;
    color: #FFFFFF;
    font: 38px/41px bebas_neueregular,Arial,Helvetica,sans-serif;
    margin: 0 0 20px;
    padding: 7px 14px 6px;
    width: 660px;
}

.news_banner {
    background: none repeat scroll 0 0 #1B3F57;
    margin: 0 0 20px;
    width: 660px;
	padding: 4px 28px 4px 0;
}

.title h2 {
    background: none repeat scroll 0 0 #1B3F57;
    color: #FFFFFF;
    font: 38px/41px bebas_neueregular,Arial,Helvetica,sans-serif;
    margin: 0 0 20px 4px;
    padding: 7px 14px 6px;
}
#content .post-list {
    list-style: none outside none;
    margin: 0 0 -7px;
    padding: 0;
}
#content .post-list > li {
    margin: 0 0 22px;
    width: 688px;
}
#content .post-list li:hover {
    position: relative;
    z-index: 1000;
}
#content .post-list .holder {
    background: url("../images/bg-post-list.gif") repeat-y scroll -689px 0 transparent;
    position: relative;
    width: 688px;
}
#content .post-list .frame {
    background: url("../images/bg-post-list.gif") no-repeat scroll 0 0 transparent;
}
#content .post-list .box {
    background: url("../images/bg-post-list.gif") no-repeat scroll -1374px 100% transparent;
    color: #666666;
    margin: 0 -4px;
    min-height: 162px;
    overflow: hidden;
    padding: 3px 8px 5px;
}
#content .post-list img {
    vertical-align: top;
}
#content .post-list .img-box {
    float: left;
    margin: 0 14px 0 0;
}
#content .post-list .img-box img {
    vertical-align: top;
}
#content .post-list .text-holder {
    float: left;
    overflow: hidden;
    padding: 5px 0 10px;
    width: 470px;
}

#content .post-list .channel .text-holder {
    float: left;
    overflow: hidden;
    padding: 5px 0 10px;
    width: 375px !important;
}

#content .post-list .news .text-holder {
    float: left;
    overflow: hidden;
    padding: 10px;
    width: auto;
}

.text-holder h2 {
    color: #1C3F56 !important;
    background: transparent !important;
    padding: 0 0 10px !important;
    margin: 0 !important;
}

#content .post-list p {
    margin: 0 0 15px;
}
#content .post-list h3 {
    font: 38px/41px bebas_neueregular,Arial,Helvetica,sans-serif;
    margin: 0 0 8px;
}
#content .post-list a {
    color: #1B3F57;
}

#content .post-list .info a {
    color: #fa9f4d;
}

#content .post-list .info {
    color: #EF903A;
    font: 18px/21px bebas_neueregular,Arial,Helvetica,sans-serif;
}
#content .post-list .more-box {
    bottom: 7px;
    position: absolute;
    right: -11px;
}
#content .post-list .more {
    background: url("../images/btn-more-plus.gif") no-repeat scroll 0 0 transparent;
    display: block;
    height: 44px;
    overflow: hidden;
    text-indent: -9999px;
    width: 39px;
}
#content .post-list .more-block {
    background: url("../images/bg-more-block.png") no-repeat scroll 0 0 transparent;
    bottom: -84px;
    display: none;
    font: 16px/20px bebas_neueregular,Arial,Helvetica,sans-serif;
    padding: 20px 5px 0 0;
    position: absolute;
    right: 21px;
    width: 206px;
    z-index: 999999;
}
#content .post-list .more-holder {
    background: url("../images/bg-more-block.png") no-repeat scroll -430px 100% transparent;
    padding: 0 0 5px;
}
#content .post-list .more-frame {
    background: url("../images/bg-more-block.png") repeat-y scroll -210px center transparent;
    margin: -20px 0 0;
    overflow: hidden;
    padding: 10px 15px 5px;
	min-height:102px;
}
#content .post-list .more-box:hover .more-block {
    display: block;
}
#content .post-list .more-block a {
    color: #FFFFFF;
    text-decoration: underline;
}
* + html #content .post-list .more-block a {
    display: inline;
}
#content .post-list .more-block a:hover {
    text-decoration: none;
}
#content .post-list .more-block img {
    margin: 0;
}
#content .post-list .more-block ul {
    list-style: none outside none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 166px;
}
#content .post-list .more-block .comment-list li {
    float: left;
    margin: 0;
}
#content .post-list .more-block .comment-list li:first-child {
    float: left;
}
#content .post-list .more-block .link-list:after {
    clear: both;
    content: "";
    display: block;
}
#content .post-list .more-block .link-list {
    margin: -2px 0 13px;
    position: relative;
    width: 160px;
}
#content .post-list .more-block .link-list li {
    float: left;
    margin: 0 10px 0 0;
}
#content .post-list .banner-holder {
    display: block;
    margin: 0 0 0 3px;
}
#content .see-more {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #999999;
    color: #000000;
    display: block;
    font: 15px/20px droid_serifregular,"Times New Roman",Times,serif;
    margin: 0 0 0 4px;
    padding: 16px 0 17px;
    text-align: center;
    width: 679px;
}
#sidebar {
    border-left: 1px solid #BBBBBB;
    float: left;
    padding: 0 4px 0 25px;
    position: relative;
    width: 220px;
    z-index: 10000;
}
#sidebar .social-networks {
    border-bottom: 1px solid #BBBBBB;
    list-style: none outside none;
    margin: 0 0 20px;
    overflow: hidden;
    padding: 0 0 20px;
}
#sidebar .social-networks li {
    float: left;
    margin: 0 0 0 14px;
}
#sidebar .social-networks li:first-child {
    margin: 0;
}
#sidebar .social-networks a {
    display: block;
    height: 32px;
    overflow: hidden;
    text-indent: -9999px;
    width: 32px;
}
#sidebar .social-networks .facebook {
    background: url("../images/bg-social-networks.gif") no-repeat scroll 0 0 transparent;
}
#sidebar .social-networks .twitter {
    background: url("../images/bg-social-networks.gif") no-repeat scroll 0 -33px transparent;
}
#sidebar .social-networks .youtube {
    background: url("../images/bg-social-networks.gif") no-repeat scroll 0 -66px transparent;
}
#sidebar .social-networks .mail {
    background: url("../images/bg-social-networks.gif") no-repeat scroll 0 -99px transparent;
}
#sidebar .social-networks .rss {
    background: url("../images/bg-social-networks.gif") no-repeat scroll 0 -132px transparent;
}
#sidebar .widget {
    background: url("../images/bg-widget.gif") repeat-y scroll -228px 0 transparent;
    margin: 0 0 10px -3px;
    width: 227px;
}
#sidebar .widget img {
    vertical-align: top;
}
#sidebar .widget .holder {
    background: url("../images/bg-widget.gif") no-repeat scroll 0 0 transparent;
}
#sidebar .widget .frame {
    background: url("../images/bg-widget.gif") no-repeat scroll -456px 100% transparent;
    margin-top: -5px;
    min-height: 100px;
    overflow: hidden;
    padding: 0 3px 5px;
}
#sidebar .heading {
    background: none repeat scroll 0 0 #1B3F56;
    font: 10px/14px droid_serifregular,"Times New Roman",Times,serif;
    margin: 5px 0;
    overflow: hidden;
    padding: 5px 5px 0;
    position: relative;
}
#sidebar .heading h2 {
    color: #FFFFFF;
    font: 24px/28px bebas_neueregular,Arial,Helvetica,sans-serif;
    margin: 0 0 5px 3px;
}
#sidebar .heading .btn {
    background: url("../images/btn1.gif") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    display: block;
    font-size: 10px;
    height: 10px;
    line-height: 12px;
    overflow: hidden;
    padding: 3px 0 4px 23px;
    text-align: left;
    text-shadow: none;
    width: 175px;
}
#sidebar .heading .btn:hover {
    text-decoration: none;
}
#sidebar .item-list {
    list-style: none outside none;
    margin: 0 0 20px;
    overflow: hidden;
    padding: 0;
}
#sidebar .item-list li {
    display: inline-block;
    float: left;
    margin: 1px 1px 3px 2px;
    overflow: hidden;
    vertical-align: top;
    width: 70px;
}

#sidebar .item-list a {
    display: block;
}
* + html #sidebar .item-list li {
    display: inline;
}
#sidebar .item-list img {
    vertical-align: top;
}
#sidebar .news {
    border-top: 1px solid #BBBBBB;
    padding: 20px 0 5px;
    width: 100%;
}
#sidebar .news .date {
    background: url("../images/bg-news.gif") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    float: left;
    font: 16px/19px bebas_neueregular,Arial,Helvetica,sans-serif;
    height: 51px;
    margin: 0 7px 0 -4px;
    padding: 2px 0 0;
    text-align: center;
    text-transform: uppercase;
    width: 54px;
}
#sidebar .news .date strong {
    color: #565455;
    display: block;
    font: 24px/23px bebas_neueregular,Arial,Helvetica,sans-serif;
}
#sidebar .news ul {
    color: #999999;
    float: left;
    font: 14px/17px droid_serifregular,"Times New Roman",Times,serif;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
* + html #sidebar .news {
    padding-bottom: 15px;
}
#sidebar .news li {
    margin: 0 0 10px;
}
#sidebar .news ul .name {
    color: #1B3F57;
    display: inline-block;
    font: 24px/25px bebas_neueregular,Arial,Helvetica,sans-serif;
    margin: 0 0 1px;
}
* + html #sidebar .news ul .name {
    display: inline;
}
#sidebar .news ul li span {
    display: block;
    padding-left: 57px;
}
#sidebar .img-holder {
    border-top: 1px solid #BBBBBB;
    overflow: hidden;
    padding: 20px 0;
}
#sidebar .img-holder img {
    vertical-align: top;
}
#sidebar h3 {
    font: 18px/18px bebas_neueregular,Arial,Helvetica,sans-serif;
    text-align: center;
    width: 100%;
    padding:4px;
    background: #fff;
}
.top_title {
    border-bottom: 2px solid #ED9038;
    margin: 0 0 20px;
    overflow: hidden;
    padding: 0 0 5px;
}
.item {
    border: 4px solid #000000;
    box-shadow: 0 0 6px 3px #BBBBBB;
    float: left;
    height: 210px;
    margin: 5px;
    overflow: hidden;
    position: relative;
    width: 210px;
}

.item .caption {
    background: none repeat scroll 0 0 #EB9039;
    color: #000000;
    display: none;
    font-weight: bold;
    height: 210px;
    left: 0;
    opacity: 0.9;
    position: absolute;
    width: 210px;
}
#panel textarea {
    background-color: #545454;
    color: #D8D5C3;
    font-family: 'LovelyEunikeHansnormal';
    font-size: 20px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 5px 5px 0;
    text-transform: uppercase;
    width: 960px;
}
#toppanel {
    background-color: #1C3C51;
    left: 0;
    padding: 0;
    position: relative;
    text-align: center;
    z-index: 0;
}
#panel {
    height: 0;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    position: relative;
    text-align: left;
    top: 5px;
    width: 960px;
    z-index: 10;
}
.news_image {
    background-color: #EEEEEE;
    border: 1px solid #CCCCCC;
    margin: 15px 0;
    padding: 15px;
    text-align: center;
}
.item .caption .title {
    color: #FFFFFF;
    display: block;
    font: 28px/30px 'bebas_neueregular' !important;
    padding: 5px;
    text-decoration: none;
}
.item .caption a.title {
    color: #FFFFFF;
    display: block;
    font: 28px/30px 'bebas_neueregular' !important;
    padding: 5px;
    text-decoration: none;
}
.item .caption a {
    color: #000000;
    display: block;
    font-family: Georgia,"Times New Roman",Times,serif;
    text-decoration: underline;
}
.item .caption p {
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    margin: 0;
    padding: 5px;
}
.item img {
    border: 0 none;
    position: absolute;
}
.clear {
    clear: both;
}
img {
    border-style: none;
}
a:hover {
    text-decoration: underline;
}
input, textarea, select {
    color: #000000;
    font: 100% Arial,Helvetica,sans-serif;
    vertical-align: middle;
}
form, fieldset {
    border-style: none;
    margin: 0;
    padding: 0;
}
.w1 {
    background: url("../images/side_bg.png") repeat-y scroll 50% 0 transparent;
    display: table-row;
}
.header-holder {
    margin: 0 auto;
    position: relative;
    width: 960px;
}
.activity {
    color: #FFFFFF;
    display: block;
    font: 16px/24px 'HelveticaCYPlain';
    overflow: hidden;
    padding: 6px 0 0;
    width: 675px;
}
.social-networks .rss {
    background-position: -35px 0;
}
.social-networks .twitter {
    background-position: -69px 0;
}
.social-networks .digg {
    background-position: -103px 0;
}
.social-networks .youtube {
    background-position: -136px 0;
}
.top_title h1 {
    color: #1C3F56 !important;
    font: 70px/65px 'bebas_neueregular' !important;
}
h1.listen {
    background-image: url("../images/listen-nav2.png");
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 65px;
}
h1.find {
    background-image: url("../images/find-nav2.png");
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 65px;
}
h1.watch {
    background-image: url("../images/watch-nav2.png");
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 65px;
}
h1.comics {
    background-image: url("../images/comics-nav2.png");
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 65px;
}
h1.events {
    background-image: url("../images/events-nav2.png");
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 65px;
}
h1.events {
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 50px;
}
.profile {
    overflow: auto;
    padding: 0 0 10px;
}

.profile_about {
	float:right;
}

.profile .profile_about .desc{
    width: 640px;
}

.profile_image {
    float: left;
}
.video_right {
}
.profile_about h1 {
    float: none !important;
    font-size: 30px !important;
    line-height: 30px !important;
}

.profile_about h1 span {
    font-size: 24px !important;
    line-height: 30px !important;
    color: #666666;    
}

.profile_about h2 {
    float: none !important;
    font-size: 24px !important;
    line-height: 30px !important;
    font-family: 'bebas_neueregular' !important;
    margin-top: 26px;
    color: #666666;
}

.hosted_block {
    width:200px;
    float:left;
    margin-right:12px;
    font-size: 21px;
    line-height: 21px;
    font-family: 'bebas_neueregular' !important;
}

.hosted_block a {
    color: #EF903A;
}

.meta_left {
    float: left;
    width: 100px;
}
.meta_left .sec {
    margin: 15px 0;
    text-align: right;
}
.meta_left .meta_title {
    color: #1C3F56;
    font: 16px/20px 'bebas_neueregular';
}
ul.meta_social {
    float: right;
    margin: 10px 0 5px;
    width: 100px;
}
.meta_social li {
    list-style: none outside none;
    margin: 5px 0 !important;
}
.meta_social li.twit {
    margin-left: 1px;
}
.meta_social li.fbook {
    margin-left: 1px;
}
.meta_social li.goog {
    margin-left: 1px;
}
.below_post .meta_social {
    float: left;
    margin: 15px 0 0;
    width: auto;
}
.below_post .meta_social li {
    display: inline;
    float: left;
    margin: 0 !important;
    width: 100px !important;
}
.news_post {
    overflow: auto;
}
.news_post .meta_social {
    float: left;
    margin: 15px 0 0;
    width: auto;
}
.news_post .meta_social li {
    display: inline;
    float: left;
    margin: 0 !important;
    width: 100px !important;
}
.profile_image img {
    border: 4px solid #1B3C51;
}
.title_desc {
    float: left;
    font-size: 14px;
    font-weight: normal;
    line-height: 14px;
    padding: 46px 0 0 10px;
}
.audio a.action {
    background-image: url("../images/audio_action.png");
    background-position: left center;
    background-repeat: no-repeat;
    font-family: 'bebas_neueregular';
    padding: 5px 0 5px 35px;
}
.video a.action {
    background-image: url("../images/watch_action.png");
    background-position: left center;
    background-repeat: no-repeat;
    font-family: 'bebas_neueregular';
    padding: 5px 0 5px 30px;
}
h2.laugh {
    font-family: 'bebas_neueregular' !important;
    font-size: 28px !important;
    line-height: 36px !important;
    margin: 0 !important;
    padding: 0 !important;
}
.episode_content {
    float: left;
    padding: 5px 10px;
    width: 555px;
}
.episode_image {
    float: left;
    position: relative;
}
.episode_content h1 {
    color: #1B3C51 !important;
    float: none !important;
}
.episode_content .desc {
    padding: 0 0 10px;
}
.episode_content .desc a {
    color: #1B3C51;
    font-weight: bold;
}
.episode_image_desc {
    background-color: #ED9038;
    bottom: -24px;
    color: #1C3F56;
    font-family: bebas_neueregular;
    font-size: 18px;
    padding: 2px 5px;
    position: absolute;
    text-align: right;
    width: 170px;
}
#content h1 {
    color: #FFFFFF;
    font: 32px/36px 'bebas_neueregular';
    margin: 0 0 3px;
}
.heading .date {
    color: #AAAAAA;
    display: block;
    font-family: 'bebas_neueregular';
    font-size: 14px;
    font-style: normal;
    overflow: hidden;
    padding: 3px 0 0 3px;
}
.heading .author {
    font: 14px/16px 'HelveticaCYPlain';
    overflow: hidden;
    padding: 0 0 7px;
    width: 100%;
}
.heading .author img {
    padding: 3px 3px 0 0;
    vertical-align: top;
}
.heading .author a {
    color: #EB9039;
}
.heading p {
    margin: 0;
}
.heading p .listeners {
    color: #FFFFFF;
    font: 14px/22px 'bebas_neueregular';
}
.post {
    overflow: hidden;
    padding: 19px 0 0;
}
.post .visual {
    float: left;
    height: 466px;
    width: 620px;
}
.post .visual img {
    vertical-align: top;
}
.post .share {
    float: right;
    font-family: 'bebas_neueregular';
    line-height: 30px;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    width: 128px;
}
.post .share li {
    padding: 0 0 14px;
}
.share a {
    background: url("../images/bg-share.png") no-repeat scroll 0 0 transparent;
    color: #A6A5A6;
    display: block;
    height: 24px;
    padding: 0 0 0 38px;
}
.share .facebook {
    background-position: 0 -38px;
}
.share .reddit {
    background-position: 0 -75px;
}
.share .google {
    background-position: 0 -114px;
}
.share .tumblr {
    background-position: 0 -152px;
}
.share .digg {
    background-position: 0 -190px;
}
.comments {
    float: left;
    overflow: hidden;
    padding: 0;
    width: 535px;
}
.recent_side {
    float: right;
    width: 200px;
}
.recent_side h1 {
    color: #1B3C51 !important;
}
.amount {
    color: #1B3D52;
    display: block;
    font: 24px/30px 'bebas_neueregular';
    overflow: hidden;
    width: 100%;
}
.comments ul {
    list-style: none outside none;
    margin: 0;
    padding: 20px 0 0;
}
.comments li {
    padding: 0 0 16px;
}
.comments li .holder {
    border-bottom: 1px solid #ABABAB;
    margin: 0 0 5px;
    overflow: hidden;
    padding: 0 0 10px;
}
.comments .author a {
    color: #1B3D52;
    font: 18px/20px 'bebas_neueregular';
}
.comments img {
    border: 0 solid #777275;
    margin: 0;
}
.comments p {
    margin: 0;
}
.comments .time {
    color: #909090;
    font-size: 12px;
}
h3.month_title {
    color: #999999;
    font: 60px/70px 'bebas_neueregular';
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 980px;
}
.month {
    color: #1B3C51;
}
.month_wrap {
    position: relative;
}
.event_list {
    border-bottom: 2px solid #ED9038;
    margin: 0 0 20px;
    overflow: auto;
    padding: 0;
}
.event_list h1 {
    font-family: 'bebas_neueregular',Arial,Helvetica,sans-serif;
    font-weight: normal;
}
.event_list a {
    margin: 10px 0;
}
.event_list h3.cal {
    background: url("../images/cal.png") no-repeat scroll left center transparent;
    font-size: 16px;
    line-height: 18px;
    margin: 0 0 5px;
    padding: 0 0 0 25px;
}
.event_list a {
    color: #ED9038;
}
.event_list p {
    font-size: 14px;
    line-height: 150%;
    margin: 0 0 10px;
}
#calendar table th {
    background-color: #1B3C51;
    border: 1px solid #8D9EA8;
    color: #FFFFFF;
    font: 20px/26px 'bebas_neueregular' !important;
    text-align: center;
    vertical-align: middle;
    width: 14%;
}
#calendar .date_num {
    font-weight: bold;
    left: 0;
    top: 0;
}
.left_arrow {
    padding: 0;
    position: absolute;
}
.right_arrow {
    padding: 0;
    position: absolute;
    right: 0;
}
.web_url {
    background-image: url("../images/url.png");
    background-position: 0 14px;
    background-repeat: no-repeat;
    display: block;
    font-style: italic;
    font-weight: bold;
    padding: 10px 0 5px 23px;
}
.pay_form {
    float: left;
    height: 26px;
    padding: 2px 5px 0 0;
    width: 26px;
}
table {
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 auto;
    max-width: 100%;
}
ul.event {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.event li {
    float: left;
    height: 30px;
    margin: 1px;
    width: 30px;
}
.event li a {
    display: block;
    height: 30px;
    width: 30px;
}
#calendar .today {
    background-color: #FFFFFF;
    border: 2px solid #1B3C51;
    height: 115px;
    margin-left: -6px;
    margin-top: -6px;
    position: absolute;
    width: 120px;
    z-index: 1;
}
#calendar table th, table td {
    font-size: 11px;
    line-height: 18px !important;
    padding: 5px !important;
}
#calendar table td {
    border: 1px solid #8D9EA8;
    height: 105px;
    vertical-align: top;
    width: 109px;
}
#calendar .weekend {
    background-color: #FFE9D5 !important;
}
#calendar .notmonth {
    background-color: #BBBBBB !important;
}
#calendar .future {
    background-color: #FFFFFF;
}
#calendar {
    background-color: #EEEEEE;
    margin-bottom: 20px;
}
.video_post, .desc_post {
    background-color: #FFFFFF;
    float: left;
    margin: 5px 0 0;
    overflow: auto;
    padding: 10px;
    width: 665px;
}
.comic_drop {
    margin-top: 95px;
    text-align: center;
}
.audio_post {
    background-image: url("../images/audio_bg.png");
    background-position: right center;
    background-repeat: repeat;
    height: 200px;
    margin: 0;
    padding: 10px 30px 0 10px;
    width: 435px;
}
.audio_play {
    margin: 15px 0 0;
}
.login {
    background-image: url("../images/login.png");
    background-position: center bottom;
    display: none;
    font: 40px/40px 'bebas_neueregular';
    height: 55px;
    padding: 110px 0 0 6px;
    position: absolute;
    right: 0;
    text-align: center;
    top: -101px;
    width: 106px;
    z-index: 99999;
}
.login a {
    color: #FFFFFF;
}
.login a {
    color: #FFFFFF;
    text-decoration: none;
}
ul.related_images {
    overflow: auto;
    padding: 10px 0;
    width: 200px;
}
.related_images li {
    background-color: #1C3F56;
    float: left;
    height: 60px;
    margin: 0 6px 6px 0;
    width: 60px;
}
ul.related_links {
    overflow: auto;
    padding: 10px 0;
    width: 200px;
}
.related_links li {
    border-bottom: 1px solid #CECECE;
    padding: 4px 0;
}
.related_links li a {
    background-image: url("../images/link.png");
    background-position: left center;
    background-repeat: no-repeat;
    padding: 0 0 0 22px;
}
.related_images a:hover {
    opacity: 0.5;
}
ul.social {
    list-style: none outside none;
    margin: 10px 0;
    padding: 0;
}
ul.social a {
    display: inline-block;
    height: 26px;
    width: 26px;
}
.control-group:after {
    clear: both;
}
.control-group {
    clear: both;
    padding-top: 5px;
}
.controls {
    margin-left: 30px;
}
.control-label {
    padding-top: 0;
    text-align: left;
    width: 0;
}
.social li {
    display: inline;
    margin: 0 2px 0 0;
}
#nav .listen {
    background: url("../images/listen-or.png") no-repeat scroll 4px 0 transparent;
}
#nav .watch {
    background: url("../images/watch-or.png") no-repeat scroll 2px 0 transparent;
}
#nav .find {
    background: url("../images/find-or.png") no-repeat scroll 6px 0 transparent;
}
#nav .comics {
    background: url("../images/comics-or.png") no-repeat scroll 0 0 transparent;
}
#nav .events {
    background: url("../images/events-or.png") no-repeat scroll 7px 0 transparent;
}
#nav .news {
    background: url("../images/news-or.png") no-repeat scroll 5px 0 transparent;
}
#nav .admin {
    background: url("../images/admin-or.png") no-repeat scroll 5px 0 transparent;
}
#sidebar h2 a {
    color: #1B3D52;
}
.recent-tweets strong {
    color: #B97029;
    font-size: 14px;
    font-weight: normal;
}
.recent-tweets .tweet_time {
    font-size: 11px;
    font-style: italic;
}
.recent-tweets a:hover {
    text-decoration: none;
}
.recent-tweets ul {
    color: #4F4F4F;
    font-family: georgia;
    font-size: 13px;
    line-height: 18px;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.recent-tweets li {
    overflow: hidden;
    padding: 0 0 16px;
    width: 160px;
}
.recent-tweets li img {
    border: 1px solid #B97029;
    float: left;
    margin: 2px 10px 0 0;
}
.recent-tweets .holder {
    overflow: hidden;
    width: 123px;
}
.recent-tweets p {
    margin: 0;
}
.paging-holder {
    margin: 10px 0 0;
    position: relative;
    text-align: center;
    width: 685px;
    z-index: 0;
}
.featured_events {
    margin: 0 0 20px 40px;
    overflow: auto;
}
.paging-holder .more {
    background-color: #F5F5F5;
    background-image: -moz-linear-gradient(center top , #FFFFFF, #EEEEEE);
    border: 1px solid #CCCCCC;
    color: #666666;
    display: block;
    font-weight: bold;
    padding: 15px;
}
.paging-holder .more:hover {
    background-color: #F8F8F8;
    background-image: -moz-linear-gradient(center top , #F5F5F5, #EEEEEE);
    border: 1px solid #BBBBBB;
    color: #333333;
    text-decoration: none;
}
.paging-holder .more:active {
    background-color: #F6F6F6;
    background-image: -moz-linear-gradient(center top , #DDDDDD, #EEEEEE);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
}
#footer {
    background: url("../images/bg-footer.png") repeat-x scroll 0 0 #000000;
    overflow: hidden;
	clear: both;
}
.footer-holder {
    margin: 0 auto;
    width: 980px;
}
#footer .container {
    background: url("../images/bg-footer-holder.png") repeat-y scroll 50% 0 transparent;
    margin: 9px auto 0;
    overflow: hidden;
    width: 980px;
}
#footer .col {
    float: left;
}
#footer p {
    margin: 0 20px 0 0;
    clear: none;
}
.footer_atc {
    float: left;
    display: block;
    margin-right: 20px;
    margin-top: 6px;
}
#footer h2 {
    color: #FFFFFF;
    font: 27px/32px 'bebas_neueregular';
    letter-spacing: 1px;
    margin: 0 0 6px;
}
#footer a {
    color: #BBBBBB;
}
.about {
    border-bottom: 1px solid #333333;
    color: #FFFFFF;
    font-family: georgia;
    font-size: 14px;
    line-height: 20px;
    padding: 15px 0 18px;
    width: 500px;
}
.logo-small {
    background: url("../images/logo-small.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 94px;
    margin: 5px 22px 0 6px;
    overflow: hidden;
    text-indent: -9999px;
    width: 92px;
}
.logo-small a {
    display: block;
    height: 100%;
}
.recent {
    padding: 17px 0 16px;
}
.recent ul {
    list-style: none outside none;
    margin: 0;
    overflow: hidden;
    padding: 1px 0 0;
    width: 490px;
}
.recent li {
    float: left;
    margin: 0 36px 0 0;
}
.recent img {
    vertical-align: top;
}
.itunes {
    padding: 15px 10px 15px 14px;
    border-bottom: 1px solid #333333;
    width: 215px;
}
.social-block {
    padding: 15px 70px 15px 14px;
    width: 155px;
}
.esub {
    border-top: 1px solid #333333;
    padding: 15px 70px 15px 14px;
    width: 155px;
}
.social-block ul {
    list-style: none outside none;
    margin: 0;
    padding: 5px 0 0;
}
.social-block li {
    padding: 0 0 9px;
}
ul.footer {
    padding: 10px 0 0 8px;
}
ul.footer a {
    background: none repeat scroll 0 0 transparent;
    color: #A0A1A2;
    display: inline-block;
    font: 16px/20px 'HelveticaCYPlain';
    height: 28px;
    padding: 5px 3px;
    text-transform: none;
    width: 28px;
}
.social-block a {
    background: url("../images/were-social-bg.png") no-repeat scroll 0 5px transparent;
    color: #A0A1A2;
    display: block;
    font: 16px/20px 'HelveticaCYPlain';
    height: 18px;
    padding: 0 0 3px 22px;
    text-transform: lowercase;
}
.social-block .friend-us {
    background-position: 0 -25px;
}
.social-block .digg-us {
    background-position: 0 -54px;
}
.social-block .watch-us {
    background-position: 0 -85px;
}
.social-block .plus-us {
    background-position: 0 -115px;
}
.social-block .pics-of-us {
    background-position: 0 -145px;
}
.social-block .email-us {
    background-position: 0 -175px;
}
.social-block .donate-to-us {
    background-position: 0 -205px;
}
.social-block .subscribe {
    background-position: 0 -235px;
}
.search {
    border-bottom: 1px solid #333333;
    padding: 15px 0 15px 21px;
}
.search-form form, fieldset {
    border-style: none;
    margin: 0 !important;
    padding: 0 !important;
}
#footer .search h2 {
    margin: 0;
}
#searchcontainer {
    background: url("../images/search_bg.png") no-repeat scroll 0 0 transparent;
    height: 46px;
    margin: 0;
    padding: 0;
    position: relative;
    width: 730px;
}
#searchcontainer form {
    display: inline;
}
.searchbox {
    background-color: transparent !important;
    border: 0 none !important;
    border-radius: 0 0 0 0 !important;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.1) inset !important;
    color: #999999 !important;
    font-family: 'bebas_neueregular';
    font-size: 28px !important;
    height: 45px !important;
    left: 30px;
    line-height: 45px !important;
    padding: 0 !important;
    position: absolute;
    top: 0;
    width: 700px;
}
.searchbox_submit {
    background-color: transparent;
    border: 0 none;
    border-radius: 0 0 0 0;
    height: 46px;
    left: 710px;
    padding: 0;
    position: absolute;
    top: 0;
    width: 121px;
}
.search-form {
    background: url("../images/bg-serch.png") no-repeat scroll 0 0 transparent;
    height: 27px;
    margin: 8px 0 0 2px;
    width: 194px;
}
.search-form .text {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.1) inset;
    margin: 0;
    padding: 4px 5px 5px;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    width: 157px;
}
.search-form .btn-search {
    background: url("../images/btn-search.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.1) inset;
    font-size: 0;
    height: 16px;
    line-height: 0;
    margin: 0;
    overflow: hidden;
    text-indent: -9999px;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    vertical-align: middle;
    width: 16px;
}
.search-form .btn-search:hover {
    cursor: pointer;
}
.fun-numbers {
    border-bottom: 1px solid #333333;
    color: #666666;
    font: 26px/26px 'bebas_neueregular';
    padding: 17px 0 15px 21px;
}
.fun-numbers ul {
    list-style: none outside none;
    margin: 0;
    padding: 6px 0 0;
}
.fun-numbers ul li {
    overflow: hidden;
    padding: 4px 0;
}
.white {
    color: #FFFFFF;
    float: left;
    padding: 0 11px 0 0;
    text-align: right;
    width: 73px;
}
.creator {
    font: 12px/18px 'HelveticaCYPlain';
    padding: 10px 0 0 25px;
    width: 207px;
}
.creator {
    color: #999999;
    display: block;
    font-size: 11px;
    height: 60px;
    padding: 10px 0 8px 21px;
}
.copyright {
    border-top: 1px solid #333333;
    color: #999999;
    font-family: 'HelveticaCYPlain';
    font-size: 14px;
    margin: 0 auto;
    overflow: hidden;
    padding: 8px 0 12px;
    width: 980px;
}
.box-message {
    background: url("../images/bg-message-box.gif") no-repeat scroll 0 0 transparent;
    height: 121px;
    left: 0;
    margin: 0 0 0 -4px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 0;
    width: 667px;
}
.close-btn {
    background: url("../images/bg-btnclose.gif") no-repeat scroll 0 0 transparent;
    height: 8px;
    overflow: hidden;
    position: absolute;
    right: 16px;
    text-indent: -9999px;
    top: 17px;
    width: 8px;
}
.box-message strong {
    color: #FD6302;
    font-size: 14px;
    line-height: 114px;
    word-spacing: 1px;
}

.errorpage {
    margin: 40px auto 0;
    overflow: auto;
    width: 700px;
}

.error_img {
    float: left;
    padding: 0 40px 0 0;
}

.error_msg {
    float: left;
    padding: 60px 0 0;
    width: 300px;
}

.error_msg h3 {
    color: #1B3F56;
    font: 38px/41px bebas_neueregular,Arial,Helvetica,sans-serif;
}

.error_msg p {
    color: #959595
}

/* Special */

.special_promo_head {
    font: 60px/60px bebas_neueregular,Arial,Helvetica,sans-serif;
    color: #fa9f4d;
}
.special_promo_text {
    font-size: 21px;
line-height: 30px;
}
.special_promo_text span{
    color: #1B3F57;
}
.special_promo_subhead {
         font:36px/36px bebas_neueregular,Arial,Helvetica,sans-serif;
    color: #fa9f4d;
text-transform: uppercase;
}
.special_preview {
text-align: center;
}

/* Gear */


    .three_section {
        width: 220px;
        float: left;
    }

    .middle_section {
        margin: 0 20px;
    }

    .gear_text {
        text-align: right;
    }

    .btn-special {
        font: 24px/24px bebas_neueregular,Arial,Helvetica,sans-serif;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: #1C3F56;
        padding-left: 12px;
    }

/* Contest */

    .contest_box {
    	-webkit-box-shadow: 0px 0px 12px 3px rgba(0, 0, 0, 0.16);
    	box-shadow: 0px 0px 12px 3px rgba(0, 0, 0, 0.16);
    	width: 650px;
        margin-bottom: 20px;
    	padding: 20px;
        background: #fff;
    }

    #contest_head  {
        font: 24px/30px bebas_neueregular,Arial,Helvetica,sans-serif;
        text-transform: initial;
        color: #1B3C51;
        margin-top: 80px;
    }

    #contest_head  span {
        font-style: italic;
        text-transform: uppercase;
        color:#ED9038;
    }

    .contest_box h5 {
        font: 20px/25px bebas_neueregular,Arial,Helvetica,sans-serif;
        color: #ED9038;
        text-transform: uppercase;
    }

    #the_fine_print p {
        font-size: 11px;
        line-height: 13px;
    }

    .imgleft {
        float:left;
        display: block;
    }

    /* Simply Scroll */

    #scrollimage {
         width:1652px;
         height:60px; 
         max-width: initial;
    }

    .simply-scroll-container { /* Container DIV - automatically generated */
        position: relative;
    }

    .simply-scroll-clip { /* Clip DIV - automatically generated */
        position: relative;
        overflow: hidden;
    }

    .simply-scroll-list { /* UL/OL/DIV - the element that simplyScroll is inited on */
        overflow: hidden;
        margin: 0;
        padding: 0;
        list-style: none;
    }
    
        .simply-scroll-list li {
            padding: 0;
            margin: 0;
            list-style: none;
        }
    
        .simply-scroll-list li img {
            border: none;
            display: block;
        }

    .simply-scroll { /* Customisable base class for style override DIV */
        width: 650px;
        height: 60px;
        margin-bottom: 1em;
    }

    /* Clip DIV */
    .simply-scroll .simply-scroll-clip {
        width: 650px;
        height: 60px;
    }
    
    /* Explicitly set height/width of each list item */ 
    .simply-scroll .simply-scroll-list li {
        float: left; /* Horizontal scroll only */
        width:1652px;
        height: 60px;
    }

/* Admin */

.navbar-inner {
    font-family: bebas_neueregular,Arial,Helvetica,sans-serif;
}

.navbar-inner li {
    font-size: 20px;
}

/* Press */

.callout {
    width: 300px;
    float: right;
    background: #fff;
    margin-left: 12px;
    margin-bottom: 12px;
}

.callout h5 {
    text-align: center;
    width: 100%;
    background: #EF903A;
    font-weight: bold;
    margin: 0;
    padding: 4px 0;
    font-family: bebas_neueregular,Arial,Helvetica,sans-serif;
   font-size: 24px;
}

.press p {
    clear: none;
}

.callout ul {
    padding: 0 12px 12px;
}

.callout li {
    list-style-type: none;
    margin-top: 12px;
    font-size: 12px;
}

.callout li a {
    font-family: bebas_neueregular,Arial,Helvetica,sans-serif;
    color: #1B3F56;
    font-size: 16px;
}

.marquee_text {
    text-align:center;
    font: 28px/32px 'bebas_neueregular';
}

.marquee_text a {
    color: #fff;
}