/* MOBILE */

/* body */

@media all and (orientation:landscape) and (min-device-width : 320px) and (max-device-width : 800px) {
     html {
        -webkit-text-size-adjust: none;
     }
     .listing .title a {
        font-size: 10px;
        font-weight: bold;
        color: red;
        padding-bottom: 1px;
     }
}

@font-face {
     font-family: Delicious;
     src: url('Delicious-Roman.otf');
}
@font-face {
     font-family: Delicious;
     font-weight: bold;
     src: url('Delicious-Bold.otf');
}

body {
	background-color: #dedede;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0;
	padding: 0;

}

table, tr, td, div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

a:link, a:active, a:visited, a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #0066cc;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.team_nav {
	padding: 2px 12px;
	margin: 2px 0px;
	color: #777;
	font-size:12px;
	font-weight:bold;
}

/* container */

#outer_container {
	width: 100%;
	padding-bottom: 30px;
	text-align: left;
	background-color:  #fff;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	/* font-size: medium; */
	line-height: 130%;
}

.outer_table {
	margin-bottom: 30px;
	padding: 0;
}

/* top banner */

.top_banner {
	background: #b40000;
	padding: 4px 6px;
	margin: 0;
}
.logo {
	padding-right: 6px;
	font-family: verdana;
	font-weight: bold;
	font-size: larger;
	color: #fff;
}
.team_select {
	margin: 0;
}

/* navbar */

#navbar {
	border-top: 1px solid #a50808;
}

#navbar ul
{
	list-style-type:none;
	padding: 0;
	margin: 0;
	width: 100%;
        background-color: #b40000;
        background: -moz-linear-gradient(top, #b40000 0%, #ce4242 80%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b40000), color-stop(80%,#ce4242)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #b40000 0%,#ce4242 80%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #b40000 0%,#ce4242 80%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #b40000 0%,#ce4242 80%); /* IE10+ */
        background: linear-gradient(to bottom, #b40000 0%,#ce4242 80%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b40000', endColorstr='#ce4242',GradientType=0 ); /* IE6-9 */
        color: #fff;
	float: left;
        font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#navbar ul li {
	float: left;
}
#navbar ul li a
{
	display: block;
	padding: 6px 10px 6px 6px;
        background-color: #b40000;
        background: -moz-linear-gradient(top, #ce4242 50%, #b40000 0%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#ce4242), color-stop(0%,#b40000)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #ce4242 50%, #b40000 0%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #ce4242 50%,#b40000 0%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #ce4242 50%,#b40000 0%); /* IE10+ */
        background: linear-gradient(to bottom, #ce4242 50%,#b40000 0%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ce4242', endColorstr='#b40000',GradientType=0 ); /* IE6-9 */
	color: #fff;
        text-decoration: none;
	border-right: 1px solid #a50808;
}
#navbar ul li a.selected
{
	display: block;
	padding: 6px 10px 6px 6px;
        background-color: #333;
        background: -moz-linear-gradient(top, #777 50%, #222 0%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#777), color-stop(0%,#222)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #777 50%, #222 0%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #777 50%,#222 0%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #777 50%,#222 0%); /* IE10+ */
        background: linear-gradient(to bottom, #777 50%,#222 0%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#777', endColorstr='#222',GradientType=0 ); /* IE6-9 */
	color: #fff;
	text-decoration: none;
	border-right: 1px solid #a50808;
}

#navbar ul li a:hover
{
        background-color: #333;
        background: -moz-linear-gradient(top, #777 50%, #222 0%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#777), color-stop(0%,#222)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #777 50%, #222 0%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #777 50%,#222 0%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #777 50%,#222 0%); /* IE10+ */
        background: linear-gradient(to bottom, #777 50%,#222 0%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#777', endColorstr='#222',GradientType=0 ); /* IE6-9 */
	color: #fff;
}


/* footer */

p#footer {
	text-align: left;
	padding: 2px 6px 2px 6px;
	color: #888;
	line-height: 120%;
}

/* quotes */

.quotes_section_header {
	border-top: 3px solid #b40000;
	border-bottom: 1px dotted #ccc;
}
.quote {
	padding: 6px 8px;
	line-height: 110%;
	color: #333;
}

.quote .source {
	padding-top: 2px;
}
.quote a {
	text-decoration: underline;
}

.quote .date
{
	color: #888;
}

/* listing header */

h1.listing_header {
	padding: 4px 6px 1px 6px;
	color: #444;
	font-size: 14px;
        font-weight: bold;
        font-family: Arial, Helvetica;
}

p.listing_title {
	border-top: 1px solid #f40000;
	margin-top: 1px;
	padding: 2px 6px;
	color:#444;
	font-family: verdana;
	font-weight: bold;
	font-size: inherit;
}

.listing_nav {
	border-bottom: 1px dotted #ccc;
	margin-top: 4px;
	margin-bottom: 10px;
	color: #ccc;
}

/* listing date header */

.listing_date_header {
	margin: 4px 0;
	padding: 0;
	width: 100%;
}

span.listing_date_title {
	padding: 4px 6px;
	font-size:14px;
}
.listing_date_title a,
.listing_date_title a:visited {
	color: #333;
	font-size: 14px;
        font-weight: bold;
        font-family: Arial, Helvetica, sans-serif;
        text-decoration: none;
}
.listing_date_title a:hover {
	color: #0066cc;
}
span.listing_date_fixture {
	padding: 10px;
	color: #333;
	font-weight: bold;
}
.listing_date_fixture a,
.listing_date_fixture a:visited {
	color: #333;
	font-weight: bold;
}
.listing_date_fixture a:hover {
	color: #0066cc;
}

/* quotes date header */

.quotes_date_header {
	margin: 4px 0;
	padding: 0;
	width: 100%;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #eee;
}

span.quotes_date_title {
	padding: 4px 6px;
	color: #b40000;
	font-size:12px;
}
.quotes_date_title a,
.quotes_date_title a:visited {
	color: #b40000;
	font-size:12px;
}
.quotes_date_title a:hover {
	color: #0066cc;
}
span.quotes_date_fixture {
	padding: 10px;
	color: #333;
	font-weight: bold;
}
.quotes_date_fixture a,
.quotes_date_fixture a:visited {
	color: #333;
	font-weight: bold;
}
.quotes_date_fixture a:hover {
	color: #0066cc;
}


/* item listing pages */

.listing {
	margin: 0;
	padding: 0;
	font-size: 12px;
}
.listing tr {
	vertical-align: top;
}
.listing .item {
        margin: 0 10px 5px 5px;
        border-top: 1px solid #dedede;
        line-height: 120%;
        clear: both;
}
.listing .last_group_item {
	margin-left: 5px;
	margin-bottom: 3px;
	margin-right: 10px;
	padding-bottom: 5px;
	line-height: 120%;
}
p.listing_message {
	padding: 4px 6px;
	line-height: 120%;
}
.listing .date, .quote_date
{
	/* margin-right: 4px; */
	color: gray;
}
.listing .short_date {
	padding-top: 8px;
	padding-left: 12px;
	padding-right: 20px;
}

.listing .bg {
     background-color: #fff;
     background: -moz-linear-gradient(top, #eee 0%, #fff 10%); /* FF3.6+ */
     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eee), color-stop(10%,#fff)); /* Chrome,Safari4+ */
     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eee), color-stop(10%, #fff));
     background: -o-linear-gradient(top, #eee 0%,#fff 10%); /* Opera 11.10+ */
     background: -ms-linear-gradient(top, #eee 0%,#fff 10%); /* IE10+ */
     background: linear-gradient(to bottom, #eee 0%,#fff 10%); /* W3C */
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eee', endColorstr='#fff',GradientType=0 ); /* IE6-9 */
     padding: 5px 5px 0px 5px;
}
.listing .title,
.listing .title-blue {
     margin: 0;
     padding-bottom: 1px;
     vertical-align: top;
}
.listing .title-blue a {
    font-size: 14px;
    font-weight: bold;
}
.listing .title a {
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

.listing .title a:visited {
	color: #4271A5;
        text-decoration: none;
}
.listing .align-left {
     float: left;
     vertical-align: top;
     margin: 0px 7px 1px 0px;
     width: 128px;
     max-height: 90px;
     overflow: hidden;
}
.listing .summary {
     clear: both;
     padding-top: 2px;
}

@media all and (orientation:landscape) and (min-device-width : 320px) and (max-device-width : 800px) {
     .listing .item {
        margin: 2px 10px 5px 5px;
     }
     .listing .title a {
        font-size: 14px;
        font-weight: bold;
        color: #333;
     }
     .listing .title a:visited {
        color: #4271A5;
        text-decoration: none;
     }
     .listing .summary {
          margin-top: 1px;
          clear: none;
     }
     .listing .align-left {
          float: left;
          margin: 0px 8px 1px 0px;
          width: 128px;
     }
}

.listing .source,
.quote_source {
     color: green;
}
.listing .source a,
.quote_source a {
     text-decoration: none;
     color: #316500;
}
.listing .source a:visited {
     text-decoration: none;
     color: #316500;
}
.listing .source a:hover {
	text-decoration: underline;
	font-weight: normal;
}
.twitter .align-left {
    width: 48px;
    border-radius: 5px 5px 5px 5px !important;
}
.twitter .title a,
.twitter .title a:visited,
.twitter .title a:hover {
     color: black;
}
.twitter .source a {
    color: gray;
}
.twitter .source a:hover {
    color: #0066cc;
}


/* news section */

.news_section_header {
	border-top: 3px solid #b40000;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 20px;
}
.news_section_title {
	padding: 5px 12px 5px 5px;
	color:#333;
	font-family: verdana;
	font-weight: bold;
	font-size:22px;
	line-height: 120%;
}

.section_title {
	padding: 5px 12px 5px 5px;
	border-top: 3px solid #b40000;
	border-bottom: 1px dotted #ccc;
	color:#333;
	font-family: verdana;
	font-weight: bold;
	font-size:22px;
	line-height: 120%;
}

/* video section */

.video_section_header {
	border-top: 2px solid #b40000;
	border-bottom: 1px dotted #ccc;

}
.video_section_title {
	padding: 5px 12px 5px 5px;
	color:#333;
	font-family: verdana;
	font-weight: bold;
	font-size:22px;
	line-height: 120%;
}

/* blogs section */

.blogs_section_header {
	margin-top: 20px;
	border-top: 3px solid #b40000;
	border-bottom: 1px dotted #ccc;

}

.blogs_section_title {
	padding: 5px 12px 5px 5px;
	color:#333;
	font-family: verdana;
	font-weight: bold;
	font-size:22px;
	line-height: 120%;
}

.small_section_title {
	padding: 5px 10px;
	color:#333;
	font-family: verdana;
	font-weight: bold;
	font-size:18px;
	line-height: 120%;
}
.small_section_title_link {
	padding-left: 10px;
}

.cell_title {
	padding: 10px 0px;
	font-family: verdana;
	font-weight: bold;
	font-size:16px;
}
.cell_title a {
	padding: 10px 0px;
	color: #333;
	font-family: verdana;
	font-weight: bold;
	font-size:16px;
}
.cell_title a:hover {
	color: #0066cc;
}

.blogs_panel {
	margin: 15px 0 10px 0;
	padding: 0;
	width: 100%;
	background:#fff;
}

/* video panel on main and listing pages */

.video_panel {
	margin: 10px 0 15px 0;
	padding:0;
	background:#fff;
}

.video_listing {
	margin: 0;
	padding:0;
	background:#fff;
}

.video_item {
	padding: 6px 12px 6px 6px;
}
.video_item .title {
	margin-top: 2px;
}

.video_item .source {
	color: #888;
}

/* news section */

.news_section {
	margin-top: 5px;
	font-size: 12px;
}
.news_section tr {
	vertical-align: top;
}
.news_section .item {
	margin-right: 10px;
	padding-left: 2px;
	padding-bottom: 5px;
}

.news_section .date,
.quote_date
{
	margin-right: 4px;
	color: gray;
}
.news_section .short_date {
	padding-top: 8px;
	padding-left: 12px;
	padding-right: 20px;
}

.news_section .title {
	font-size: 13px;
	font-weight:bold;
}
.news_section .title a:visited {
	color: #4271A5;
}
.news_section .source,
.quote_source {
	color: green;
}
.news_section .source a,
.quote_source a {
	color: #316500;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
.news_section .source a:visited {
	color: #316500;
}
.news_section .source a:hover {
	font-weight: normal;
}



/* blogs panel */

.blogs_panel tr td {
	width: 33%;
}

.blogs_panel .item {
	padding: 3px 0;
	border-bottom: 1px dotted #ccc;
}
.blogs_panel .item .title a:visited {
	color: #4271A5;
}



/* top navigation */

.topnav {
	padding-left: 10px;
}
a.topnav_link {
}
.topnav_date {
	color: gray;
}
/* pagination */

.pagination {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
}
.pagination_by_date {
	padding-left: 10px;
	text-align: left;
}
.pagination_by_date td {
	padding-right: 0.25em;
}
.selected_pagenum {
	font-weight: bold;
}

/* about page header */

.about_header {
        border-top: 2px solid #b40000;
        border-bottom: 1px dotted #ccc;
        margin-bottom: 10px;
}
.about_title {
        padding: 5px 12px 5px 5px;
        color:#333;
        font-family: verdana;
        font-weight: bold;
        font-size:22px;
        line-height: 120%;
}
