/*
Theme Name: Massive News
Theme URI: http://www.press75.com/
Description: The all new Massive News WordPress theme by Jason Schuller and Press75.com. Detailed usage instructions for this theme can be found at <a href="http://www.press75.com/docs/massive-news/">http://www.press75.com/docs/massive-news/</a>.
Version: 2.3.1
Tags: buddypress
Author: Jason Schuller
Author URI: http://www.press75.com/

This theme was designed and built by Jason Schuller, and adapted for foxrio2.com by Anthony Acosta.

The CSS, XHTML and Design are all Copyright 2009 Circa75 Media, LLC:
*/

@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300);
@import url(http://fonts.googleapis.com/css?family=Ubuntu:400,400italic);
@import "calendar.css";

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
    -webkit-font-smoothing:antialiased;
    border:0;
    font-size:100%;
    margin:0;
    outline:0;
    padding:0;
    vertical-align:baseline;
}

body {
    background-color:#071C47;
    color:#333;
    font-family:Helvetica,Arial,sans-serif;
    font-size:14px;
    padding:0;
}

blockquote,q {
    quotes:none;
}

blockquote:before,blockquote:after,q:before,q:after {
    content:none;
}

:focus {
    outline:0;
}

del {
    text-decoration:line-through;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

a:focus {
    outline:1px dotted invert;
}

hr {
    border-color:#E7E7E7;
    border-width:1px 0 0;
    clear:both;
    display:none;
    height:1px;
}

h1 {
    font-size:22px;
}

h2 {
    font-size:23px;
    margin-top:1em;
}

h3 {
    font-size:24px;
}

.big_headline a {
    color:#333;
    font-family: 'Ubuntu', sans-serif;
    font-size:40px;
    line-height: 42px;
    letter-spacing: -0.5px;
    font-weight:400;
}

h4 {
    font-size:19px;
}

h5 {
    font-size:1.2em;
}

h6 {
    font-size:1em;
    text-transform:uppercase;
}

ol {
    color:#999;
    list-style:decimal;
}

ul {
    list-style:disc;
    padding:0;
}

li {
    margin-left:20px;
    margin-right:10px;
}

ol li {
    color:#999;
    margin-left:20px;
    padding-left:10px;
}

ol li a {
    color:#069;
    font-size:14px;
    font-style:oblique;
    font-weight:700;
}

p,dl,hr,h1,h2,h3,h4,h5,h6,ul,pre,table,address,fieldset {
    margin-bottom:20px;
}

p {
    line-height:20px;
    margin-bottom:1em;
    padding:5px;
}

html body * span.clear,html body * div.clear,html body * li.clear,html body * dd.clear {
    background:none;
    border:0;
    clear:both;
    display:block;
    float:none;
    font-size:0;
    height:0;
    list-style:none;
    margin:0;
    overflow:hidden;
    padding:0;
    visibility:hidden;
    width:0;
}

.clearfix:after {
    clear:both;
    content:'.';
    display:block;
    height:0;
    visibility:hidden;
}

* html .clearfix {
    height:1%;
}

a {
    color:#000;
    text-decoration:none;
}

h1,h2,h3,h4,h5,h6 {
    line-height:1.2em;
    margin-bottom:.3em;
}

h1#branding {
    font-size:6em;
    font-weight:400;
    margin-bottom:0;
    padding:0 0 0 10px;
    text-align:left;
}

h1#branding a:hover {
    color:#999;
}

#textlogo {
    float:left;
    width:500px;
}

#logo {
    float:left;
    padding:10px;
}

h2#page-heading {
    border-bottom:1px solid #ccc;
    font-weight:400;
    margin:0 0 10px;
    padding:.5em;
}

.box h2 {
    background-color:#071C47;
    border-bottom:1px solid #395997;
    color:#FFF;
    font-family:'Open Sans Condensed', sans-serif;
    font-size:16px;
    font-weight:600;
    margin-left:0;
    margin-top:-2px;
    padding:0 3px 0 5px;
    text-transform:uppercase;
}

.box h2 a:hover {
    background:none;
    color:#FFF;
}

.redbox {
    -moz-border-radius-bottomleft:4px;
    -moz-border-radius-bottomright:4px;
    -moz-border-radius-topleft:4px;
    -moz-border-radius-topright:4px;
    -webkit-border-bottom-left-radius:4px;
    -webkit-border-top-left-radius:4px;
    -webkit-border-top-right-radius:4px;
    background:#F8F8F8;
    border:1px solid #E1E1E1;
    margin-bottom:10px;
    padding:10px 10px 1px;
}

.redbox h2 {
    -moz-border-radius-topleft:4px;
    -moz-border-radius-topright:4px;
    -webkit-border-top-left-radius:4px;
    -webkit-border-top-right-radius:4px;
    background:#600;
    color:#FFF;
    font-size:1.1em;
    font-weight:700;
    margin:-11px -11px 0;
    padding:8px 0 6px 12px;
    text-transform:uppercase;
}

.entry p span img {
    max-width:830px;
}

blockquote {
    border-left:5px solid #ddd;
    margin:15px 30px 0 10px;
    padding-left:20px;
}

blockquote cite {
    display:block;
    font-size:.9em;
    margin:5px 0 0;
}

ul.menu {
    border-top:1px solid #3F5465;
    list-style:none;
}

ul.menu li a {
    border-bottom:1px solid #BBB;
    display:block;
    padding:4px 0;
}

ul.menu li a:hover {
    background-color:#600;
}

ul.menu li a:active {
    background-color:#CCC;
}

ul.menu ul {
    list-style:none;
    margin:0;
}

ul.menu ul li a {
    padding-left:30px;
}

ul.section {
    border-top:0;
    margin-bottom:0;
}

ul.section li a {
    background-color:#BBB;
}

ul.section li a:hover {
    background-color:#AAA;
}

ul.section li a:active {
    background-color:#666;
    color:#FFF;
}

ul.section li li a:hover {
    background:#CCC;
}

ul.section li li a:active {
    background:#FFF;
    color:#000;
}

ul.section ul li {
    text-transform:none;
}

ul.section li.current a:active {
    background:#FFF;
}

ul.section li.current > a {
    background:#666;
    color:#FFF;
}

ul.section li.current > a:hover {
    background:#555;
}

ul.section li.current a.active {
    background:#FFF;
    cursor:default;
}

ul.section li.current > a.active,ul.section li.current > a.active:hover {
    background:#666;
    color:#FFF;
    cursor:default;
}

col.colc {
    width:8em;
}

th,td {
    padding:.2em 1em;
    text-align:left;
}

thead th {
    background:#BBB;
    border-bottom:2px solid #888;
    padding:.4em 1em .2em;
}

thead th.table-head {
    background:#555;
    border:1px solid #555;
    color:#FFF;
    font-size:1em;
    font-weight:400;
    text-transform:uppercase;
}

tfoot th,tfoot td {
    background:#EEE;
    border-top:2px solid #666;
}

tfoot tr.total th,tfoot tr.total td {
    border-top:6px double #666;
}

th.currency,td.currency {
    text-align:right;
}

input.search.text {
    width:66%;
}

input.search.button {
    margin-left:2%;
    width:28%;
}

.article {
    border:1px solid #E1E1E1;
    font-size:14px;
    padding:20px;
    margin-top:5px;
}

.main_article {
    margin-top:20px;
}

.first_main_article {
    margin-top:2px;
}

.content_left .box .block .first_main_article p img {
    max-width:480px;
}

.article h2 {
    background:transparent;
    border:none;
    color:#333;
    font-size:2em;
    font-weight:400;
    margin:0;
    padding:0;
    text-transform:none;
}

.article h3 {
    color:#1A3C55;
    font-family: 'Ubuntu', sans-serif;
    font-size:24px;
    line-height: 26px;
    letter-spacing:-1px;
    margin-right:5px;
    text-transform:capitalize;
    width:auto;
    font-weight: 400;
}

.article h3 a:hover {
    background-color:#071C47;
    color:#FFF;
}

.box .first {
    border-top:none;
    margin-top:12px;
}

.article h4 {
    font-size:1.2em;
    margin-bottom:.5em;
    width:auto;
}

.article a.image {
    background:#FFF;
    border:1px solid #bbb;
    display:inline-block;
    text-align:center;
}

.article a.image:hover {
    background:#069;
    border:1px solid #666;
    color: #FFF;
}

.article a.image img {
    display:inline-block;
    height:auto;
    margin-left:auto;
    margin-right:auto;
    max-width:440px;
}
.shadowbox {
    position: relative;
}
.shadowbox:before {
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1) inset;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}


.meta {
    /* border-top:1px dotted #999; */
    color:#000;
    font-size:11px;
    padding: 0 0 9px;
    font-family: sans-serif;
    font-weight: 800;
    text-decoration: none;
}

.meta a:link,.meta a:visited {
    color:#666;
    font-weight:400;
}

.meta a:hover {
    color:#333;
    font-weight:400;
    text-decoration:underline;
}

#superwrap {
    margin-left:auto;
    margin-right:auto;
    width:960px;
    height:auto;
}

#head_wrap {
    background-color:#FFF;
    border-bottom-left-radius:4px;
    border-bottom-right-radius:4px;
    height:174px;
    margin-left:auto;
    margin-right:auto;
    padding:0 10px 10px;
    width:100%;
}

#header {
    background:#0C3569;
    background-image:url(images/headerbgmilitary.jpg);
    background-position:top right;
    background-repeat:no-repeat;
    border-bottom:0 solid #435664;
    height:109px;
    overflow:hidden;
    padding:3px 0 11px;
    vertical-align:top;
    width:100%;
}

.header_ad {
    background:#061E4A;
    border:1px solid #435664;
    float:right;
    margin:0 10px 0 0;
    padding:4px;
}
.alignleft a{
    width:100%;
    background-color: #1D2B38;
    color:#FFF;
    display:block;
    padding:10px;
}

.alignright a{
    width:100%;
    background-color: #1D2B38;
    color:#FFF;
    display:block;
    padding:10px;
}

#navigation {
    height:30px;
    margin-top:0;
    width:100%;
}

ul.nav li {
    background:url(images/menudiv.png) top right no-repeat;
    cursor:pointer;
    float:left;
    font-weight:400;
    list-style-type:none;
    text-align:center;
}

ul.navnew li {
    background:url(images/menudiv.png) top right no-repeat;
}

ul.nav li.page_item {
    background:url(images/menudiv.png) top left no-repeat;
    color:#cde;
    float:right;
}

ul.navnew li.page_item {
    background:url(images/menudiv.png) top left no-repeat;
}

ul.navnew li.subscribe {
    background:url(images/rss.jpg) top left no-repeat;
    padding-right:23px;
}

.main_wrap {
    -moz-border-radius-bottomleft:4px;
    -moz-border-radius-bottomright:4px;
    -moz-border-radius-topleft:4px;
    -moz-border-radius-topright:4px;
    -webkit-border-bottom-left-radius:4px;
    -webkit-border-bottom-right-radius:4px;
    -webkit-border-top-left-radius:4px;
    -webkit-border-top-right-radius:4px;
    background-color:#fff;
    margin:5px auto;
    padding:10px;
    width:100%;
}

.featured_box {
    border:none;
    height:175px;
    margin-right:8px;
}

.boxgrid {
    float:left;
    overflow:hidden;
    position:relative;
}

.boxgrid img {
    border:0;
    left:0;
    position:absolute;
    top:0;
}

.boxgrid p {
    padding:0 10px 0 8px;
}

.boxgrid h4 {
    font-size:16px;
    margin:0;
    padding:8px 0 0 8px;
}

.boxcaption {
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    background:#FFF;
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    float:left;
    height:186px;
    opacity:.7;
    position:absolute;
    width:100%;
}

.captionfull .boxcaption {
    left:0;
    top:0;
}

.caption .boxcaption {
    left:0;
    top:186px;
}

#fullbanner {
    width:468px;
    height:60px;
    margin:5px auto;   
}

#content_left_wrapper840 {
    float:left;
    padding-right:5px;
    width:818px;
}

#content_left_wrapper980 {
    float:left;
    padding-right:5px;
    width:980px;
}

.content_left_leaderboard {
    display:block;
    height:100px;
    text-align:center;
    width:100%;
}

.content_left_leaderboard_single {
    display:block;
    height:100px;
    width:100%;
}

#content_left_wrapper {
    float:left;
    margin:5px;
    width:500px;
    height:auto;
}

#content_right_wrapper {
    float:left;
    position:relative;
    width:470px;
    height:auto;
}

.content_center {
    float:left;
    margin:5px;
    position:relative;
    text-align:center;
    width:300px;
    height:auto;
}

.content_right {
    float:left;
    margin:0px 5px;
    position:relative;
    width:120px;
    height:auto;
}

.content_center_single {
    float:left;
    margin-left:4px;
    margin-right:4px;
    width:300px;
}

.content_left_single {
    float:left;
    position:relative;
    width:650px;
}

.content_left_page {
    float:left;
    position:relative;
    width:500px;
}

.size-full {
    max-width: 498px;
    margin-left:-25px;
    height:auto;
}

.content_left_wide {
    float:left;
    position:relative;
    width:820px;
}

div .video {
    background:#061E4A;
    border:1px solid #BBB;
    margin:20px 0;
    padding:2px;
    width:auto;
}

.time {
    background:url(images/spriteme1.png) left no-repeat;
    background-position:-10px -89.5px;
    margin:0 10px 0 0;
    padding:4px 0 4px 22px;
}

.author {
    background:url(images/spriteme1.png) left no-repeat;
    background-position:-10px -161px;
    margin:0 10px 0 0;
    padding:4px 0 4px 22px;
}

.facebook {
    background:url(images/spriteme1.png) left no-repeat;
    background-position:-10px -197px;
    margin:0 10px 0 0;
    padding:4px 0 4px 22px;
}

.twitter {
    background:url(images/spriteme1.png) left no-repeat;
    background-position:-10px -236px;
    margin:0 10px 0 0;
    padding:4px 0 4px 22px;
}

.trash {
    background:url(images/spriteme1.png) left no-repeat;
    background-position:-10px -270px;
    margin:0 10px 0 0;
    padding:4px 0 4px 22px;
}

.categories {
    background-position:-10px -125.5px;
    margin:0 10px 0 0;
    padding:4px 0;
}

.discuss {
    background:url(images/spriteme1.png) left no-repeat;
    background-position:-10px -161.5px;
    margin:0 10px 0 0;
    padding:4px 0 4px 22px;
}

.editlink {
    background:url(images/spriteme1.png) left no-repeat;
    background-position:-10px -7.5px;
    margin:0 10px 0 0;
    padding:4px 0 4px 22px;
}

.deletelink {
    background:url(images/spriteme1.png) left no-repeat;
    background-position:-10px -7.5px;
    font-weight:700 !important;
    margin:0 10px 0 0;
    padding:4px 0 4px 22px;
}

.widget {
/*    border:1px solid #E1E1E1;*/
}

.widget .article  {
    border:none;  
    display: block;
    padding: 10px;
}
.widget .article {
    background: url("images/dot-border.png") repeat-x scroll center bottom transparent;
    color: #666666;
    font-size: 11px;
    margin: 0;
}
.widget .article  a.image{
    border:none;
}
.widget .article .image-window{
    float: left;
}


.widget .article h4 {
    font-size: 15px;
    font-weight: normal;
    line-height: 18px;
    margin: 0;
    text-transform: none;
    float: none;
}



.widget_text .widget_block {
    padding:5px 0;
    width: 100%;
    height: auto;
    font-size: 10px;
}
.jcarousel-skin-skinless .jcarousel-clip-horizontal {
height:135px;
}
.content_center .p75_sidebar_ads .widget_block {
    padding:0 0 0 5px;
}

.widget_block ul {
    border-top:1px solid #BBB;
    list-style:none;
    margin:0 5px;
    padding:0;
}

.widget_block li {
    margin:4px;
    padding:4px 0;
    text-align: left;
}

.widget p {
    margin:3px 5px 2px 3px;
    text-align:left;
}

#search_submit {
    border:0;
    margin:0;
    padding:0;
}

#search_form input {
    background:#FFF url(images/fields.jpg) top left repeat-x;
    border:1px solid #E5E3D8;
    color:#404040;
    margin:0;
    padding:2px;
    width:320px;
}

.p75_sidebar_ads {
    padding:12px 0 8px 12px;
}

* + html .p75_sidebar_ads {
    padding:12px 0 4px 11px;
}

.p75_sidebar_ads img {
    margin:0 4px 4px 0;
}

* + html .p75_sidebar_ads img {
    float:none;
    margin:0 4px 4px 0;
}

#footer_wrap {
    margin-bottom:0;
    padding:5px 5px 0;
}

.pagination {
    font-size:14px;
    padding-top:5px;
}

#footer {
    background-color:#071C47;
    color:#FFF;
    margin-left:auto;
    margin-right:auto;
    padding:10px;
}

#footer h4 {
    font-size:12px;
    font-weight:400;
    text-transform:uppercase;
}

#footer p {
    color:#9BAAB5;
    font-size:10px;
    margin:0;
    padding:0;
}

ul.nav,ul.nav * {
    font-size:11px;
    font-weight:400;
    margin:0;
    padding:0;
    text-transform:uppercase;
    z-index:100000;
}

ul.nav {
    height:2.5em;
    max-width:100%;
    position:relative;
}

ul.nav li ul {
    background-position:0 0;
    cursor:default;
    height:auto;
    left:-9000px;
    max-width:100%;
    position:absolute;
    top:2.5em;
    width:100%;
}

ul.nav li ul li {
    border:none;
    max-width:none;
    padding:0;
    width:auto;
}

ul.nav li a {
    color:#fff;
    display:block;
    float:left;
    height:2.4em;
    line-height:2.5em;
    padding:0 1em;
    text-decoration:none;
}

ul.nav li ul li a {
    background-position:0 50%;
    color:#666;
    cursor:pointer !important;
    font-weight:400;
    height:2em;
    line-height:2em;
    position:relative !important;
    white-space:nowrap;
}

ul.nav li:hover a,ul.nav li a:hover,ul.nav li a:focus {
    color:#000;
}

ul.nav li:hover ul {
    left:0;
    z-index:10;
}

ul.nav li:hover ul li a {
    color:#444;
}

ul.nav li.current a {
    background:#fff;
    color:#666;
    cursor:default;
}

ul.nav li.current ul {
    left:0;
    z-index:5;
}

ul.nav li.current ul,ul.nav li.current {
    background:#ccc !important;
}

ul.nav li.current ul li a {
    background:#ccc;
    color:#444;
    font-weight:400;
}

ul.main li {
    left:0;
    position:relative;
    top:0;
}

ul.main li ul {
    border-top:0;
}

ul.main li a {
    border:0;
    color:#9BAAB5;
    height:2.5em;
    line-height:2.5em;
}

ul.main li ul li a {
    background:#061E4A;
    border-top:1px solid #435664;
    color:#fff;
    display:inline;
    height:2em;
    line-height:2em;
    text-align:left;
    width:12em;
}

ul.main li:hover ul li a:hover {
    background:#0C3569;
    color:#fff;
}

ul.main li:hover a:active {
    background:#0C3569;
}

ul.main li:hover ul li a:active {
    background:#222;
    color:#fff;
}

ul.nav li.page_item a .social {
    color:#cde;
    float:right;
    width:34px;
}

ul.nav li.page_item span.status {
    float:left;
    font-size:.9em;
    height:2.77em;
    line-height:2.77em;
    padding:0 1em;
}

ul.nav li.page_item span.status a {
    background:transparent;
    color:#cde;
    display:inline;
    float:none;
    height:auto;
    padding:0;
}

ul.nav li.page_item span.status a:hover {
    background:transparent;
    color:#fff;
}

#comments h3 {
    color:#181512;
    font-size:16px;
    font-weight:400;
    margin:5px 0 0;
    padding:0;
}

.comment-author {
    font-size:16px;
    font-weight:400;
}

.comment-meta {
    font-size:10px;
    font-weight:400;
    margin:0 0 10px;
}

.avatar {
    border:1px solid #BBB;
    float:right;
    margin:40px 0 4px 8px;
    padding:3px;
    position:relative;
}

#comment {
    height:200px;
    margin:10px 0;
    width:99%;
}

h2.commh2 {
    color:#333 !important;
    font-size:1.4em;
    padding:0 0 5px;
}

ol.commentlist {
    font-size:12px;
    list-style:none;
    margin:10px 0 20px;
    padding:0;
}

ol.commentlist cite {
    font-style:normal;
    font-weight:700;
    margin:0;
    padding:0;
}

ol.commentlist li div.reply {
    background:url(images/submit.jpg) left no-repeat;
    border:none;
    color:#000;
    cursor:pointer;
    height:20px;
    padding:5px 0 0 20px;
}

ol.commentlist li ul.children {
    list-style:none;
    margin:0;
    padding:0;
    text-indent:0;
}

input#submit {
    background:url(images/submit.jpg) left no-repeat;
    border:none;
    color:#000;
    cursor:pointer;
    height:20px;
    padding:0 0 0 20px;
}

#comment,#author,#email,#url {
    background:#FFF url(images/fields.jpg) top left repeat-x;
    border:1px solid #E5E3D8;
    color:#404040;
    margin:0 0 10px;
    padding:2px;
}

#categoryposts-4 .cat-post-item {
    padding: 20px;
}

.cat-post-item {
    border-top:1px solid #E5E3D8;
    display:inline-block;
    min-height:65px;
    font-size: 12px;
}

.cat-post-item img {
    float:left;
    height:auto;
    margin-right: 20px;

}

.wp-caption {
    background:#FFF;
    background-color:#FFF;
    border:1px solid #BBB;
    margin-bottom:5px;
    padding:10px 5px 0;
    text-align:center;
}

.wp-caption-text {
    color:#FFF;
    font-weight:700;
    padding-bottom:5px;
    padding-top:5px;
    text-align:center;
    text-transform:uppercase;
    width:auto;
}

code {
    font:1.1em 'Courier New', Courier, Fixed;
}

img.alignright {
    display:inline;
    margin:0 0 2px 10px;
    padding:5px;
}

img.alignleft {
    display:inline;
    margin:0 10px 2px 0;
    padding:5px;
}

.alignright {
    float:right;
    margin-left:15px;
}

.alignleft {
    float:left;
    margin-right:15px;
}

#wp-calendar {
    empty-cells:show;
    margin:10px auto 0;
    width:155px;
}

#wp-calendar #next a {
    padding-right:10px;
    text-align:right;
}

#wp-calendar #prev a {
    padding-left:10px;
    text-align:left;
}

#wp-calendar caption {
    text-align:center;
    width:100%;
}

#wp-calendar td {
    padding:3px 0;
    text-align:center;
}

#wp-calendar td.pad:hover {
    background-color:#fff;
}

acronym,abbr,span.caps {
    cursor:help;
}

acronym,abbr {
    border-bottom:1px dashed #999;
}

.wp-caption img {
    border:0 none;
    margin:0;
    padding:0;
}

.wp-caption p.wp-caption-text {
    background:none;
    color:#333;
    font-size:11px;
    line-height:17px;
    margin:0;
    padding:4px 4px 5px;
}

#currentconditions {
    background-color:#FFF;
    border-radius:6px 6px 6px 6px;
    color:#64686b;
    display:inline-block;
    float:left;
    height:300px;
    margin:5px 0 0 15px;
    text-align:center;
    width:500px;
}

#CurrentTemp {
    background-color:#fff;
    border-radius:6px 6px 6px 6px;
    color:#FFF;
    display:inline-block;
    font-size:0.8em;
    height:300px;
    margin:5px 0 0 15px;
    width:200px;
}

#CurrentTemp h3 {
    color:#333;
    font-size:22px;
    line-height:1.1em;
    margin:0;
    position:relative;
}

#CurrentTemp #temperature {
    background-color:#0079E9;
    border-radius:6px 6px 6px 6px;
    font-size:58px;
    height:65px;
    letter-spacing:-4px;
    margin-left:8px;
    padding-left:15px;
    width:150px;
}

#CurrentTemp #weather_condition {
    color:#333;
    font-size:18px;
    letter-spacing:-1px;
    line-height:0.9em;
    margin:0 0 0 5px;
}

#CurrentTemp table {
    border:0 none;
    font-size:14px;
    font-weight:700;
    letter-spacing:-1px;
    margin-left:5px;
    width:90%;
}

#CurrentTemp th {
    color:#999;
    font-size:14px;
    margin:0;
    padding:0;
    vertical-align:top;
    width:30%;
}

#CurrentTemp td {
    color:#333;
    font-size:14px;
    margin:0;
    padding:0;
    vertical-align:top;
    width:60%;
}

#accuweather {
    background-color:#346797;
    display:block;
    float:left;
    height:440px;
    margin-left:5px;
    margin-top:20px;
    width:630px;
}

#weather {
    background:url(images/5dayforecast.jpg) no-repeat;
    margin-left:0;
    padding-left:5px;
    padding-top:70px;
    text-align:left;
    width:295px;
}

#location {
    color:#333;
    margin-left:8px;
}

.cat-post-item .post-title {
    font-size:20px;
    font-weight:400;
    padding:4px 0;
    font-family: 'Ubuntu',sans-serif;
    letter-spacing: -0.9px;
    line-height: 18px;
    float:left;
}

.cat-post-item p {
    line-height: 13px;
}

.wp-polls ul li,wp-polls-ul li,.wp-polls-ans ul li {
    background-image:none;
    display:block;
    text-align:left;
}

.wp-polls ul,.wp-polls-ul,.wp-polls-ans ul {
    float:none;
    list-style:none;
    text-align:left;
}

.wp-polls img,.wp-polls label,.wp-polls input,.wp-polls-loading img,.wp-polls-image img {
    border:0;
    display:inline;
    margin:0;
    padding:0;
}

.wp-polls-ul {
    margin:0 0 10px 10px;
    padding:0;
}

.wp-polls-ans {
    -moz-opacity:1px;
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100) !important;
    -webkit-opacity:1px;
    filter:alpha(opacity=100) !important;
    opacity:1px;
    width:100%;
}

.wp-polls-loading {
    display:none;
    height:16px;
    line-height:16px;
    text-align:center;
}

.wp-polls .buttons {
    background-color:#f3f6f8;
    border:1px solid #c8c8c8;
}

.wp-polls-paging a:hover {
    background-color:#FFF;
    border:1px solid #000;
    color:#000;
}

.wp-polls-paging span.current {
    background-color:#FFF;
    border:1px solid #000;
    color:#000;
    font-weight:700;
    margin:2px;
    padding:2px 4px;
}

div.failure {
    background:#FFDFDF url(li-err-bg.png) repeat !important;
    border-color:#DF7D7D;
    border-style:solid;
    border-width:1px 0;
    display:block;
}

[disabled] {
    background:none !important;
    border-color:#dddddd !important;
    color:#ddd;
}

.disabled {
    border-color:#dddddd !important;
}


#coolweather_container {
    background:none;
    background-color:#F9FBFC;
    border:0 solid #C3CED9;
    float:right;
    font-size:12px;
    importantz-index:50px;
    margin-bottom:0;
    margin-right:-10px;
    margin-top:-20px;
    max-height:110px;
    padding-bottom:0;
    padding-top:0;
    position:aboslute;
    width:330px;
}

#coolweather_hint,#coolweather_input_container {
    line-height:1.4em;
    padding:12px;
}

#coolweather_input {
    width:160px;
}

.calnk a:hover {
    background-position:0 0;
    border-bottom:1px dotted #000;
    color:#000;
    text-decoration:none;
}

.calnk a:visited {
    border-bottom:1px dotted #000;
    color:#000;
    text-decoration:none;
}

.calnk a {
    -moz-border-radius-topleft:4px;
    -moz-border-radius-topright:4px;
    border-bottom:1px dotted #000;
    color:#000;
    display:block;
    font-size:1.1em;
    font-weight:700;
    margin:0 -11px;
    padding:4px 6px;
    text-decoration:none;
    text-transform:uppercase;
}

.calnk a:hover span {
    background:#F6F79B;
    color:#333;
    display:block;
    margin-top:1px;
    padding:5px;
    position:absolute;
    width:150px;
    z-index:100;
}

.calendar-table {
    border:none;
    width:805px;
}

.calendar-month {
    background:#A2ADBC;
    font-size:1.6em;
    font-weight:700;
    text-align:center;
    text-transform:uppercase;
    width:50%;
}

.normal-day-heading {
    background-color:#EBF2EA;
    border:1px solid #DFE6DE;
    font-size:1.1em;
    font-weight:700;
    height:25px;
    text-align:center;
    width:25px;
}

.weekend-heading {
    background-color:#EBF2EA;
    border:1px solid #DFE6DE;
    color:red;
    font-size:.8em;
    height:25px;
    text-align:center;
    width:25px;
}

.day-with-date {
    border:1px solid #DFE6DE;
    font-weight:700;
    height:60px;
    text-align:left;
    vertical-align:text-top;
    width:60px;
}

.day-without-date {
    border:1px solid #E9F0E8;
    height:60px;
    width:60px;
}

span.weekend {
    color:red;
}

.current-day {
    background:#DF9496;
    background-color:#FF0;
    border:1px solid #BFBFBF;
    color:#F6F4DA;
    height:60px;
    text-align:left;
    vertical-align:text-top;
    width:60px;
}

span.event {
    font-size:.75em;
}

.kjo-link {
    font-size:.75em;
    text-align:center;
}

.event-title {
    font-size:1.2em;
    font-weight:700;
    text-align:center;
}

.cat-key {
    border:1px solid #D6DED5;
    margin-top:10px;
    padding:5px;
    width:100%;
}

#videocontainer {
    background-image:url(images/bgentertainment.jpg);
}

#sportsvideocontainer {
    background-image:url(images/bgsports.jpg);
}

#weathertable {
    background:none;
    color:#FFF;
    importantdisplay:inline;
    importantz-index:50px;
    margin-bottom:0;
}

#weathertable a {
    background:none;
    color:#FFF;
    importantz-index:50px;
}

#coolweather_hint {
    background:none;
    importantz-index:50px;
}

#weathertable img {
    margin-bottom:0;
    margin-right:50px;
    margin-top:28px;
    position:absolute;
}

.opera div.weatherbadger span.edit a,.opera div.weatherbadger span.edit a {
    font-size:100%;
}

.ie div.weatherbadger {
    padding:35px 0 0;
    width:auto;
    z-index:20;
}

.ie-6 div.weatherbadger {
    font-size:110%;
    margin-top:0;
    padding-top:0;
}

.ie div.weatherbadger .forecast span.img {
    position:relative;
    top:1px;
    white-space:nowrap;
}

.ie-6 div.weatherbadger .forecast span.img {
    padding-top:25px;
    top:8px;
}

.ie div#bantopbadge div.weatherbadger {
    padding-top:14px;
}

.ie-7 div#bantopbadge div.weatherbadger {
    top:0;
}

#user-activity {
    background:url(images/caster/caster/activity-bullet.gif) left no-repeat;
    padding-left:1em;
}

#user-profile {
    background:url(images/caster/comment-author.gif) left no-repeat;
    padding-left:1.3em;
}

#user-blogs {
    background:url(images/caster/blog-bullet.gif) left no-repeat;
    padding-left:1em;
}

#user-messages {
    background:url(images/caster/messages-bullet.gif) left no-repeat;
    padding-left:1.5em;
}

#user-friends {
    background:url(images/caster/friends-bullet.gif) left no-repeat;
    padding-left:1em;
}

#user-settings {
    background:url(images/caster/settings-bullet.gif) left no-repeat;
    padding-left:1em;
}

#edit {
    background:url(images/caster/edits.png) left no-repeat;
    padding-left:1em;
}

#change-avatar {
    background:url(images/caster/profile-bullet.gif) left no-repeat;
    padding-left:1em;
}

#friends-my-friends {
    background:url(images/caster/my-friends.gif) left no-repeat;
    padding-left:1em;
}

#general {
    background:url(images/caster/info.png) left no-repeat;
    padding-left:1em;
}

#activity-favs {
    background:url(images/caster/request-bullet.gif) left no-repeat;
    padding-left:1em;
}

#just-me {
    background:url(images/caster/personal.png) left no-repeat;
    padding-left:1em;
}

#inbox {
    background:url(images/caster/message-bullet.png) left no-repeat;
    padding-left:1em;
}

#compose {
    background:url(images/caster/letter.png) left no-repeat;
    padding-left:1em;
}

#notices {
    background:url(images/caster/comment-email.gif) left no-repeat;
    padding-left:1em;
}

#birthday {
    -moz-border-radius-bottomleft:4px;
    -moz-border-radius-bottomright:4px;
    -moz-border-radius-topleft:4px;
    -moz-border-radius-topright:4px;
    border:1px solid #E1E1E1;
    float:left;
    height:355px;
    margin:3px;
    padding:3px;
    width:190px;
}

#birthday img {
    border:solid 1px #999;
    max-height:240px;
    padding:3px;
    width:180px;
}

#radarbox {
    background:url(http://www.foxrio2.com/images/bg_radar.jpg) no-repeat;
    height:300px;
    padding-top:0;
}

#liveradar {
    padding-top:47px;
}

#newonfox {
    background:url(images/newonfox.png) 0 0 no-repeat;
    height:105px;
    margin:0 0 0 -5px;
    padding:0;
    width:122px;
}

#newonfox li {
    float:left;
    list-style:none;
    position:relative;
}

#newonfox li,#newonfox a {
    border-bottom:none;
    border-top:none;
    display:block;
    height:25px;
    margin:0;
    padding:0;
}

li#events,li#crossing,li#flights,li#birthdays {
    margin-bottom:0;
    width:122px;
}

#events a:hover {
    background:url(images/newonfox.png) -122px 0 no-repeat;
}

#crossing a:hover {
    background:url(images/newonfox.png) -122px -25px no-repeat;
}

#flights a:hover {
    background:url(images/newonfox.png) -122px -51px no-repeat;
}

#birthdays a:hover {
    background:url(images/newonfox.png) -122px -77px no-repeat;
}

#couponwrapper {
    padding-left:20px;
}

#coupon {
    display:compact;
    float:left;
    padding-left:5px;
    position:relative;
    width:225px;
}

#couponbox {
    border:1px solid #BBB;
}

#coupon a h3 {
    height:52px;
    margin-bottom:0;
    vertical-align:bottom;
}

#coupon img {
    margin:-15px 5px 5px;
    width:225px;
}

.maintab {
    background-color:#031129;
    color:#FFF;
}

.basictab {
    background-color:#031129;
    border-bottom:1px solid #435664;
    list-style-type:none;
    margin:0;
    padding:12px;
    text-align:left;
}

.basictab li {
    display:inline;
    margin:0;
}

.basictab li a {
    border-bottom:none;
    border-right:1px solid #435664;
    color:#fff;
    font-size:12px;
    font-weight:400;
    height:30px;
    padding:3px 10px 13px;
    text-decoration:none;
    text-transform:uppercase;
    top:2px;
    width:100px;
}

.basictab li a:visited {
    color:#CCC;
}

.basictab li a:hover {
    background-color:#061E4A;
    position:relative;
}

.basictab li.selected a {
    background-color:#600;
    color:#FFF;
    position:relative;
}

.submenustyle {
    -moz-opacity:0;
    -webkit-opacity:0;
    background-color:#061E4A;
    border-top-width:0;
    display:none;
    filter:alpha(opacity=0);
    padding:2px 1px 2px 0;
    width:auto;
}

.submenustyle a {
    border-right:1px solid #435664;
    color:#CCC;
    padding:2px 5px;
    text-decoration:none;
}

.submenustyle a:hover {
    background-color:#E8E8E8;
    color:#333;
}

.sidetabs {
    display:block;
    float:left;
    height:auto !important;
    line-height:normal;
    margin:0;
    padding:0;
    width:300px;
}

.idtabs li {
    display:inline;
    float:left;
    margin:0;
    padding:0;
}

.idtabs {
    float:left;
    font-size:12px;
    width:299px;
}

.idtabs li a {
    display:block;
    float:left;
    font-size:11px;
    font-weight:700;
    line-height:34px;
    margin:0;
    padding:0 10px;
    text-align:left;
}

.col2 #sidetabber ul {
    list-style-position:inside;
    margin:0;
    padding:5px;
    width:294px;
}

.list1 li,.list2 li,.list3 li {
    border-bottom:1px solid #eee;
    list-style:none !important;
    padding:5px 0 5px 5px;
}

.list1 li a,.list3 li {
    color:#666;
}

.list2 li {
    list-style-image:url(images/ico-feat.gif) !important;
    vertical-align:middle;
}

.list3 li {
    list-style-image:url(images/ico-comm.gif) !important;
    vertical-align:middle;
}

.list1 li {
    list-style-image:url(images/ico-category.gif) !important;
    list-style-position:inside;
    vertical-align:middle;
}

#buscarbot {
    float:right;
    margin-right:5px;
    margin-top:6px;
}

.formbutton {
    background:#f7f7f7;
    border:outset 1px #ccc;
    color:#04508e;
    cursor:pointer;
    font-size:12px;
    font-weight:700;
    padding:2px 5px;
}

.imputbusqueda {
    border:1px solid #3F5465;
    color:#04508e;
    font-size:12px;
    padding-bottom:2px;
    padding-left:5px;
    padding-top:2px;
    width:160px;
}

#bgnavigation {
    background-image:url(images/bgbot.jpg);
    height:55px;
    width:100%;
}

#navigation #layerone {
    display:block;
    position:relative;
}

#navigation #search {
    float:right;
    padding-top:2px;
    position:absolute;
    right:0;
    top:4px;
}

#navigation #search input {
    font-size:10px;
}

#navigation #search input#searchtext {
    color:#666;
    padding:2px 4px;
    width:100px;
}

ul#root {
    margin:0;
    padding:0;
    position:relative;
    width:100%;
}

ul#root li {
    cursor:pointer;
    display:block;
    float:left;
    list-style-type:none;
    text-align:center;
}

ul#root li a,ul#root li span {
    border-bottom:0;
    border-left:1px solid #3F5465;
    color:#FFF;
    display:block;
    float:left;
    font-size:14px;
    padding:8px 9px 6px;
}

ul#root li a.mainnav,ul#root li span.mainnav {
    display:block;
    font-weight:700;
    text-decoration:none;
    text-transform:uppercase;
}

ul#root li:hover a,ul#root li:hover span {
    background-color:#600;
    color:#D4D0C8;
}

ul#root li:hover ul li a {
    background:none;
}

#seguinos {
    display:inline;
    float:right;
    height:30px;
    padding-left:5px;
    text-align:left;
    z-index:50;
}

#loguitos {
    height:30px;
}

ul#root li ul.sub-menu {
    cursor:pointer;
    display:block;
    float:left;
    height:auto;
    left:-9999px;
    margin-top:0;
    max-width:100%;
    position:absolute;
    top:31px;
    width:100%;
    z-index:3;
}

ul#root li ul.sub-menu li {
    background-image:none;
    max-width:none;
}

ul#root li ul.sub-menu li a {
    background-image:none;
    border:0;
    color:#FFF;
    cursor:pointer;
    font-size:11px;
    font-weight:400;
    padding:5px;
    position:relative;
    text-decoration:none;
    text-transform:uppercase;
    white-space:nowrap;
}

ul#root li ul.sub-menu li a:hover {
    background-color:none;
    text-decoration:underline;
}

ul#root li ul.sub-menu li,ul#root li ul.sub-menu li.highlight li:hover {
    background-image:none;
}

ul#root li.hidemainnav {
    background-image:none;
    padding:0;
}

ul#root li:hover ul,ul#root li.msiefix ul,ul#root li.highlight ul {
    display:block;
    left:0;
    z-index:5;
}

.bubblewrap {
    list-style-type:none;
    margin:5px 0 0;
    padding:0;
    text-align:right;
    z-index:10;
}

.bubblewrap li {
    display:inline;
    height:15px;
    margin-bottom:0 !important;
    width:20px;
}

.bubblewrap li img {
    -o-transition:0 .1s ease-in;
    -webkit-transition:0 .1s ease-in;
    border:0;
    height:15px;
    margin-right:5px;
    width:15px;
}

.bubblewrap li img:hover {
    -moz-transform:scale(1.8);
    -o-transform:scale(1.8);
    -webkit-transform:scale(1.8);
}

#social_footer li {
    -webkit-margin-after:1em;
    -webkit-margin-before:1em;
    -webkit-margin-end:0;
    -webkit-margin-start:0;
    -webkit-padding-start:40px;
    background-image:none;
    display:block;
    list-style:none;
    list-style-type:disc;
}

#button_fb {
    background:url(images/download.png) no-repeat;
    background-position:0 1px;
    float:left;
    height:12px;
    margin-right:10px;
    width:12px;
}

#button_tw {
    background:url(images/download.png) no-repeat;
    background-position:0 -12px;
    float:left;
    height:12px;
    margin-right:10px;
    width:12px;
}

#button_rss {
    background:url(images/download.png) no-repeat;
    background-position:0 -48px;
    float:left;
    height:12px;
    margin-right:10px;
    width:12px;
}

.twittop {
    background:#141313 url(images/twitop.jpg) no-repeat;
    height:30px;
    margin:5px 0 0;
    width:308px;
}

.twittop ul {
    background:#fff;
    border-bottom:1px solid #fff;
    border-left:1px solid #fff;
    border-right:1px solid #fff;
    float:left;
    height:100%;
    margin:0;
    padding:0;
    width:300px;
}

ul#twitter_update_list li {
    background:#B5D3DD url(images/twit.jpg) repeat-x;
    border-bottom:1px dotted #ccc;
    color:#222;
    font-size:11px;
    line-height:18px;
    list-style:none;
    margin:0;
    padding:5px;
}

ul#twitter_update_list li:hover {
    background:#dcdcdc url(images/twith.jpg) repeat-x;
    border-bottom:1px dotted #ccc;
    font-size:11px;
    line-height:18px;
    list-style:none;
    margin:0;
    padding:5px;
}

#twitter_update_list li a:link,#twitter_update_list li a:visited {
    color:#D3116D;
}

#twitter_update_list li a:hover {
    color:#BC0C0F;
}

.composer {
    width:480px;
}

ins,.idtabs li a:hover,.idtabs .selected {
    text-decoration:none;
}

a:hover,ol.commentlist li div.reply:hover,input#submit:hover {
    color:#555;
}

h1 a,ul.nav li.page_item span.status span {
    text-transform:capitalize;
}

h1#branding a,#coolweather_input_container {
    color:#FFF;
}

.box h2 a,.box h2 a.visible,.redbox h2 a,.box h2 a.visible,#footer a {
    color:#9BAAB5;
    font-weight:400;
}

div.menu .block,ul,ol,#articles {
    padding-top:0;
}

ul.section li,tfoot tr.total th {
    text-transform:uppercase;
}

ul.section li li a,ul.section li.current a:hover {
    background:#DDD;
}

ul.section li.current a,.widget_block li:hover {
    background:#EEE;
}

ul.section li.current > a:active,ul.nav li.page_item:hover a:active {
    background:#444;
}

fieldset p label,fieldset p input {
    width:98%;
}

.pagination a,ol.commentlist li div.reply a {
    font-weight:400;
}

ul.nav li a:active,ul.nav li:hover ul li a:active,ul.nav li ul li.current a,ul.nav li ul li.current a:hover,ul.nav li.current:hover ul li a:active {
    background:#fff;
    color:#666;
}

ul.main li a:focus,ul.main li ul li a:hover,ul.main li:hover a,ul.main li:hover ul li a,ul.nav li.page_item:hover a,.basictab li a:active,ul#root li:link {
    color:#fff;
}

ol.commentlist li.alt,ol.commentlist li {
    border-bottom:1px solid #BBB;
    margin:0 0 15px;
    padding:0 0 15px;
}

ol.commentlist li ul.children li,ol.commentlist li ul.children li.alt {
    background:none;
    border:none;
    color:#555;
    margin:0;
    padding:10px 0 0 40px;
}

img.centered,.aligncenter,div.aligncenter {
    display:block;
    margin-left:auto;
    margin-right:auto;
}

.center,#wp-email-button {
    text-align:center;
}

a img,img.imgcalendar {
    border:none;
}

.wp-email-image,.wp-polls-image {
    border:0;
}

.wp-polls-paging a,.wp-polls-paging a:link,.wp-polls-paging a:visited,.wp-polls-paging a:active {
    background-color:#FFF;
    border:1px solid #06c;
    color:#06c;
    margin:2px;
    padding:2px 4px;
    text-decoration:none;
}

.calendar-heading,.calendar-date-switcher {
    background-color:#E4EBE3;
    border:1px solid #D6DED5;
    height:25px;
    text-align:center;
}

.calendar-next,.calendar-prev {
    text-align:center;
    width:25%;
}

.event-title-break,.event-content-break {
    background-color:#000;
    height:1px;
    margin:5px 2%;
    text-align:center;
    width:96%;
}

.calendar-date-switcher input,.calendar-date-switcher select {
    border:1px #D6DED5 solid;
}

#public,#activity-friends {
    background:url(images/caster/profile-bullet.png) left no-repeat;
    padding-left:1em;
}

#user-groups,#groups-my-groups,#activity-groups {
    background:url(images/caster/groups-bullet.gif) left no-repeat;
    padding-left:1em;
}

#invites,#requests {
    background:url(images/caster/invite-bullet.gif) left no-repeat;
    padding-left:1em;
}

#notifications,#sentbox {
    background:url(images/caster/notifications.png) left no-repeat;
    padding-left:1em;
}

.attachment-index-widescreen {
    background:none repeat scroll 0 0 #FFF;
    border:1px solid #FFF;
}

.twitter-follow-button {
    width:120px !important;
}

#wp125adwrap_2c .wp125ad {
    float:left;
    padding:10px;
    width:125px;
}

table.jCalendar {
    background:#aaa;
    border:1px solid #666;
    border-collapse:separate;
    border-spacing:2px;
}

table.jCalendar th {
    background:#444;
    color:#fff;
    font-weight:700;
    padding:3px 5px;
}

table.jCalendar td {
    background:#f0f0f0;
    color:#000;
    padding:3px 5px;
    text-align:center;
}

table.jCalendar td.other-month {
    background:#ddd;
    color:#aaa;
}

table.jCalendar td.today {
    background:#666;
    color:#fff;
}

table.jCalendar td.selected {
    background:#f66;
    color:#fff;
}

table.jCalendar td.selected:hover {
    background:#f33;
    color:#fff;
}

table.jCalendar td.disabled,table.jCalendar td.disabled:hover {
    background:#bbb;
    color:#888;
}

div.dp-popup {
    background:#d6eafe;
    font-size:10px;
    line-height:1.2em;
    padding:2px;
    position:relative;
    width:auto;
}

div#dp-popup {
    border:2px solid #c2e0f8;
    position:absolute;
    z-index:199;
}

div.dp-popup h2 {
    font-size:12px;
    margin:3px 0 4px;
    padding:0;
    text-align:center;
}

a#dp-close {
    display:block;
    font-size:11px;
    padding:4px 0;
    text-align:center;
}

div.dp-popup a {
    color:#000;
    padding:3px 2px 0;
    text-decoration:none;
}

div.dp-popup div.dp-nav-prev {
    left:4px;
    position:absolute;
    top:2px;
    width:100px;
}

div.dp-popup div.dp-nav-next {
    position:absolute;
    right:4px;
    top:2px;
    width:100px;
}

div.dp-popup div.dp-nav-next a {
    float:right;
}

div.dp-popup a.disabled {
    color:#aaa;
    cursor:default;
}

.login {
    padding:5px;
}

.login p.error {
    background-color:#ffebe8;
    border:1px solid #c00;
    color:#333;
    padding:5px;
}

.login p.message {
    background-color:#ffffe0;
    border:1px solid #e6db55;
    color:#333;
    padding:5px;
}

.mu_register .hint {
    display:block;
    font-size:12px;
    margin-bottom:10px;
}

#pass-strength-result {
    background-color:#eee;
    border-color:#ddd !important;
    border-style:solid;
    border-width:1px;
    margin:12px 5px 5px 1px;
    padding:3px 5px;
    text-align:center;
    width:200px;
}

#pass-strength-result.bad {
    background-color:#ffb78c;
    border-color:#ff853c !important;
}

#pass-strength-result.good {
    background-color:#ffec8b;
    border-color:#fc0 !important;
}

#pass-strength-result.short {
    background-color:#ffa0a0;
    border-color:#f04040 !important;
}

#pass-strength-result.strong {
    background-color:#c3ff88;
    border-color:#8dff1c !important;
}

#searchbox {
    border:0 none;
    color:#888;
    font-size:14px;
    line-height:1;
    width:270px;
}

#submitbutton {
    background-color:#E8362E;
    border:0;
    margin:2px;
    padding:2px;
}

label.seccap {
    margin-top:6px;
}

label.secq {
    display:inline-block;
    padding:2px 4px 2px 2px;
    width:auto;
}

label.secq span {
    display:block !important;
    width:auto;
}

img.imgcalendar {
    border:none !important;
}

#tickerad {
    margin-left:179px;
    margin-top:-40px;
    position:fixed;
}

#sportsticker {
    background-color:#F30;
    background-image:url(http://www.foxrio2.com/wp-content/plugins/footballticker/lefttickerbg.png);
    background-repeat:no-repeat;
    display:block;
    height:40px;
    margin-bottom:5px;
    margin-top:-5px;
    overflow:hidden;
}

#tickerlist {
    color:#FFF;
    font-size:18px;
    list-style:none !important;
    margin-top:0;
    padding-top:0;
}

#tickerlist li {
    margin-top:0;
    padding-top:10px;
}

#halloweentips {
    margin-left:auto;
    margin-right:auto;
}

#pagebrandingleft {
    background:url(images/ribbonbg_left.png) no-repeat;
    display:block;
    height:600px;
    left:0;
    position:absolute;
    width:200px;
    z-index:-1;
}

#pagebrandingright {
    background:url(images/ribbonbg_right.png) no-repeat;
    display:block;
    height:600px;
    position:absolute;
    right:0;
    width:200px;
    z-index:-1;
}

.box,#wp125adwrap_1c,#wp125adwrap_2c {
    width:100%;
}

.boxcontent,.content_left {
    position:relative;
}

.block,div.menu,.p75_related_posts .widget_block,.cat_posts .widget_block,.widget_tag_cloud .widget_block,.p75_sidebar_ads .widget_block,* + html input#submit {
    padding:0;
}

#google_ads_div_leaderboard,.login input {
    margin:5px 0;
}

.content_980_leaderboard,.cat-post-item .post-title a,#navigation > li.current-menu-item ul.sub-menu,#navigation > li.current-menu-ancestor ul.sub-menu,.clearfix,#wp-calendar a,div.mailerr,ul#root li ul.substay a,.login form label,div.mailerr {
    display:block;
}

#footer a:hover,a#dp-close:hover {
    text-decoration:underline;
}

ol.commentlist p,#wp125adwrap_1c .wp125ad {
    margin-bottom:10px;
}

#respond,ol.cf-ol,.calendar-date-switcher form {
    margin:0;
    padding:0;
}

.wp-polls-paging span.pages,.wp-polls-paging span.extend {
    background-color:#FFF;
    border:1px solid #000;
    color:#000;
    margin:2px;
    padding:2px 4px;
}

div.success,div.waiting {
    background:#F9F9F9 none repeat scroll 0;
    color:#AAA;
    display:block;
}

.idtabs ul,ul#twitter_update_list {
    list-style:none;
    margin:0;
    padding:0;
}

ul#root li.highlight a,div.dp-popup div.dp-nav-prev a,div.dp-popup div.dp-nav-next a,div.dp-popup td {
    cursor:pointer;
}

ul.sub-menu,.hidden,.widget_block .article .meta,.calnk a span,.ie div#bantopbadge div.weatherbadger span.loc,#newonfox li span,ul#root li.hidemainnav a,ul#root li.hidemainnav span {
    display:none;
}

div.menu h2,ul.menu li,#comments,ol.commentlist li ul.children li.depth-2,ol.commentlist li ul.children li.depth-3,ol.commentlist li ul.children li.depth-4,ol.commentlist li ul.children li.depth-5,.idtabs li.last a,.cform textarea.fldemail,.cform textarea.fldrequired,.cform input.fldemail,.cform input.fldrequired {
    margin:0;
}

form p.notice,.wp-email label,#wp-email-required,#pass-strength-result.strong,#pass-strength-result.short {
    font-weight:700;
}

ul.nav li:hover ul li a:hover,ul.nav li.current ul li a:hover,table.jCalendar td:hover,table.jCalendar td.dp-hover {
    background:#fff;
    color:#000;
}

ul.main li ul li,.activity,div.dp-popup div.dp-nav-prev a {
    float:left;
}

.wp-polls ul li:before,wp-polls-ul li,.wp-polls-ans ul li:before,#sidebar ul ul li:before,ol.cf-ol ul.cf_li_text_err li:before,ol.cf-ol ul.cf_li_text_err li:before {
    content:'';
}

* html ol.cf-ol,* html ol.cf-ol li,* html span.reqtxt,* html span.emailreqtxt,*+html .cform label,*+html ol.cf-ol,*+html ol.cf-ol li,*+html span.reqtxt,*+html span.emailreqtxt,* html ol.cf-ol {
    display:inline-block;
}

div.dp-popup div.dp-nav-prev a.disabled,div.dp-popup div.dp-nav-next a.disabled,div.dp-popup td.disabled {
    cursor:default;
}

.login form p.forgetmenot label,.mu_register label.checkbox {
    display:inline;
}

fieldset label {   
    display: block;
    font-family: helvetica,sans-serif;
    font-size: 20px;
    margin: 0;
}

fieldset ol {
    list-style:none;
}

fieldset ol li {
    margin: 15px 0;
}

.single {
    background-color: #F3F3F3;
    border: 1px solid #AAAAAA;
    font-size: 14px;
    padding: 5px;
}

.area {
    background-color: #F3F3F3;
    border: 1px solid #AAAAAA;
    font-size: 14px;
    padding: 5px;
}

legend {
    font-size: 24px;
    font-weight: 900;
    line-height: 30px;
    margin: 20px 0;
    border:none;
    padding:0px;
    color:#000;
}

li span {
    color:#404040;
    font-style: italic;
    font-size: 12px;
}

.reqtxt, .emailreqtxt {
    color: #FA4B2A;
    font-family: helvetica,sans-serif;
    font-size: 14px;
    font-weight: 400;

}

.sendbutton {
    background: none repeat scroll 0 0 #FA4B2A;
    font-family: helvetica,sans-serif;
    font-size: 20px;
    padding-bottom: 3px;
    border: 0 none;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: normal;
    line-height: 20px;
    margin: 0;
    padding: 10px 15px;
    text-align: center;
    text-transform: none;
    float:right;
    margin-right: 10px;
}
.cf_hidden {
    display:none;
}

