@charset "utf-8";
/* CSS Document */

/**
 * @file
 * Page Styling
 *
 * Style the markup found in page.tpl.php. Also includes some styling of
 * miscellaneous Drupal elements that appear in the $content variable, such as
 * ul.links, .pager, .more-link, etc.
 */


/*
 * Body
 */

body {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: #2a2f32;
}

img {
    display: block;
}

/*
 * The skip-link link will be completely hidden until a user tabs to the link.
 * See the element-focusable rule in system.base.css.
 */
#skip-link a,
#skip-link a:visited {
  display: block;
  width: 100%;
  padding: 2px 0 3px 0;
  text-align: center;
  background-color: #666;
  color: #fff;
}

/*
 * Page header
 */

header#header {
    width: 100%;
    min-width: 1024px;
    height: 124px;
    background-color: #060;
    position: relative;
}

div#nav-background {
    width: 100%;
    height: 34px;
    background-color: #2a2f32;
    position: absolute;
    bottom: 0;
    z-index: 10;
}

div#soccer-inner-header {
    position: relative;
    width: 1024px;
    margin: 0 auto;
}

/*
 * Search
 */
#g-site-search {
    position: absolute;
    right: 0;
    top: 48px;
    z-index: 20;
    width: 230px;
    height: 22px;
    padding: 0;
}

div#soccer-inner-header > form#cse-search-box > div#g-site-search > input {
    float: left;
}

div#soccer-inner-header > form#cse-search-box > div#g-site-search > input#q {
    width: 208px;
    height: 22px;
    border: 0 !important;
    background-color: #fff !important;
}

div#soccer-inner-header > form#cse-search-box > div#g-site-search > input#sa {
    background-color: #fff !important;
}

div#soccer-inner-header > form#cse-search-box > div#g-site-search > input#q.on {
    background: #fff url(../images/search_background.png) no-repeat 0px 0px !important;
}

div#soccer-inner-header > form#cse-search-box > div#g-site-search > input#q.off {
    background-image: none !important;
}

/*
 * Share This
 */

div.sharethis-wrapper {
    position: absolute;
    z-index: 40;
    top: 47px;
    right: 235px;
}

div.sharethis-wrapper span {
    display: block;
    height: 23px;
    float: left;
    margin-right: 5px;
    margin-left: 0;
}

div.sharethis-wrapper span:hover {
  opacity: 1.0;
}

span.st_googleplus_custom {
  background: url(../images/social_media_g_plus.png) no-repeat;
}

span.st_googleplus_custom:hover {
  background-position: -27px 0;
}

span.st_twitter_custom {
  background: url(../images/social_media_twitter.png) no-repeat;
}

span.st_twitter_custom:hover {
  background-position: -27px 0;
}

span.st_facebook_custom {
  background: url(../images/social_media_facebook.png) no-repeat;
  background-position: -7px 0;
}

span.st_facebook_custom:hover {
  background-position: -34px 0;
}

span.st_linkedin_custom {
    background: url(../images/social_media_linkedin.png) no-repeat;
  background-position: -5px 0;
}

span.st_linkedin_custom:hover {
  background-position: -32px 0;
}

span.st_email_custom {
  background: url(../images/social_media_email.png) no-repeat;
  background-position: -2px 0;
}

span.st_email_custom:hover {
  background-position: -29px 0;
}

span.st_pinterest_custom {
  background: url(../images/social_media_pinterest.png) no-repeat;
  background-position: -5px 0;
}

span.st_pinterest_custom:hover {
  background-position: -32px 0;
}

span.st_googleplus_custom, span.st_twitter_custom {
    width: 27px;
}

span.st_facebook_custom {
    width: 13px;
}

span.st_linkedin_custom, span.st_pinterest_custom {
    width: 18px;
}

span.st_email_custom {
    width: 22px;
}

span.st_sharethis_custom {
  background: url(../images/social_media_sharethis.png) no-repeat;
  background-position: -7px 0;
}

span.st_sharethis_custom:hover {
  background-position: -34px 0;
}

.st_sharethis_custom {
    width: 16px;
}

.st_googleplus_custom {
    margin-right: 4px !important;
}

.st_twitter_custom {
    margin-right: 3px !important;
}

.st_sharethis_custom {
    margin-right: 13px !important;
}

/*
 * Advertising block
 */

div#block-block-10 {
    position: absolute;
    top: 0;
    left: 0;
    width: 1024px;
}

div#top-advert-block div {
    position: absolute;
    top: 144px;
    left: 148px;
}

div#top-advert-block div:last-of-type {
    margin-right: 0;
}

/*
 * Main (container for everything else)
 */

#main {
    font-size: 14px;
    line-height: 21px;
    background: url(../images/main-background.png) 0px 140px repeat-y;
}

#main a {
    color: #2e51ab;
    text-decoration: none;
}

#main a:hover {
    color: #3c6ade;
    text-decoration: underline;
}

/*
 * Content
 */

h1, h2, h3, h4, h5, h6 {
    font-family: Georgia, Times New Roman, serif;
    font-weight: bold;
}

h1 {
    font-size: 1.7em;
    line-height: 1em;
}

h1#page-title {
    padding: 23px 0 15px;
}

h2 {
    font-size: 1.25em;
    margin-bottom: 0;
}

h3 {
    margin-bottom: 0;
}

#content.column h2 {
    margin-top: 5px;
    margin-bottom: 2px;
}

h2.editorial {
    /* background: url(/assets/Uploads/icons/editorial-down.jpg) right top no-repeat;
    padding-right: 140px; */
}

.sidebar h3 {
    text-align: left;
    color: #2a2f32;
    margin-top: 0;
    padding: 0 0 6px 1px;
}

#content.column p, #content.column ul {
    margin: 0 0 10px;
}

.all-center {
    margin: 1em auto;
    text-align: center;
}

div.soccer-google-banner {
    display: block;
    margin: 0 auto 1em;
    padding: 0;
    text-align: center;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

div.bottom-banner {
    margin-top: 2em;
}

.all-center img {
    display: block;
    margin: 0 auto;
}

#content article dfn {
    border-bottom: 1px dotted #000;
    cursor: help;
}

.float-image-right {
    float: right;
    margin: 0 0 4px 4px;
    text-align: center;
}

.image-callout, figcaption {
    font-weight: bold;
    text-align: center;
    padding: 5px 0 1.5em;
}

.image-callout img, figure.callout img {
    display: block;
    float: left;
}

figure.callout {
    height: 100% !important;
    overflow: auto;
    margin-bottom: 1em;
}

div.callout-center figure {
    display: inline-block;
    padding: 0 4px;
}

div.callout p {
    font-weight: bold;
    font-style: italic;
}

div.callout-center p {
    text-align: center;
}

.callout-center, .image-full_width__564_ {
    margin: 4px auto;
    clear: both;
}

.callout-center-single img, .field-name-field-full-width-image img, figure.callout.center.single img {
    margin: 4px auto;
    clear: both;
    float: none;
}

.callout-right, figure.callout.right {
    float: right;
    margin: 0 0 4px 4px;
}

.callout-left {
    float: left;
    margin: 4px 4px 4px 0;
}

.image-one_third_left {
    display: block;
    float: left;
    margin: 4px 4px 4px 0;
}

.image-one_third_right {
    display: block;
    float: right;
    margin: 4px 0 4px 4px;
}

.image-one_third_center {
    display: block;
    margin: 4px auto;
    clear: both;
}

.callout-center img {
    margin-left: 2px;
    margin-right: 2px;
}

.callout-right img, figure.right img {
    margin-left: 4px;
}

.callout-left img {
    margin-right: 4px;
}

div.callout.callout-center figure {
    padding: 0;
    width: 49.5%;
}

div.callout.callout-center figure img {
    margin: 0 auto;
}

.league-image {
    display: block;
    float: right;
    margin: .75em 0 2em 2em;
}

ul.links li.node-readmore {
    display: none;
}

.node-title {
    display: none;
}

.feed-icon {
    display: none;
}

hr.white {
    border: 0;
    background-color: #fff;
}

.right-align {
    text-align: right !important;
}

/*
 * Various site-specific mods
 */

ul.links li.node-readmore {
    display: none;
}

.graf-leader {
    color: #001e00;
    font-weight: bold;
}

.page-top {
    width: 100%;
    height: 18px;
    font-size: 11px;
    clear: both;
}

.page-top a {
    display: block;
    float: right;
    padding-right: 9px;
    background: url(../images/arrow_top_of_page.png) right 6px no-repeat;
    border: 0 !important;
}

.page-top a:hover {
    /* border-bottom: 1px solid #4f2a87 !important; */
    background-image: url(../images/arrow_top_of_page_hover.png);
}

h4.whats-new {
    color: #000;
    margin-bottom: 0;
    font-weight: bold;
}

.amazon-frame {
    display: block;
    margin: 24px 0 0;
    border-top: #a5a7a8 1px dashed;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    padding: 2em 48px 0;
    width: 468px;
    height: 336px;
}

.amazon-frame-narrow {
    display: block;
    float: right;
    width: 122px;
    height: 242px;
    margin: .4em 0 2em 3em;
    border: 1px solid #a5a7a8;
}

#content.column div.block-menu, #content.column article ul.menu, ul.alpha-links  {
  overflow: auto;
  height: auto !important;
}

#content.column div.block-menu ul, #content.column article ul.menu, ul.alpha-links {
  list-style: none;
  text-align: center;
  margin: .5em;
  padding: 0;
}

#content.column div.block-menu li.leaf, #content.column article ul.menu li {
  display: inline-block;
  list-style-type: none;
  list-style-image: none;
  margin-right: 6px;
  border-right: 1px solid #2a2f32;
  padding: 0 10px 0 0;
  line-height: 140%;
  margin-bottom: 3px;
  text-align: center;
}

ul.alpha-links li {
    display: inline-block;
    list-style-type: none;
    list-style-image: none;
    margin: 0 1px 3px 0;
    line-height: 140%;
}

#content.column div.block-menu li.leaf:last-of-type, #content.column article ul.menu li:last-of-type {
   margin-right: 0;
   padding-right: 0;
   border-right: 0;
}

ul.alpha-links li:last-of:type {
    margin-right: 0;
}

ul.alpha-links a {
    display: inline-block;
    background-color: #0096bf;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    color: #fff !important;
    width: 20px;
    padding: 0;
    border: 0;
}

ul.alpha-links a[href] {
    background-color: #006c8a;
}

ul.alpha-links li:hover a[href] {
    background-color: #a5bf3d;
}

ul.intrapage-links {
    margin: 0;
    padding: 0;
    list-style: none;
    height: 1em;
    font-size: 11px;
}

.intrapage-links li {
    float: left;
    border-right: 1px solid #4f2a87;
    padding: 0 6px 0 0;
    margin: 0 6px 3px 0;
    line-height: 13px;
}

.intrapage-links li:last-of-type {
    border-right: 0;
    padding: 0;
    margin-right: 0;
}

.striped-header {
    width: 500px;
    margin: 0 auto;
    border-collapse: collapse;
}

.striped-header td, .striped-header th {
    text-align: center;
    padding: 4px;
}

.striped-header thead tr {
    background-color: #333;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

.striped-header tbody tr:nth-child(even) {
    background-color: #ccc;
}

.shop-goods, .shop-posters {
    border-collapse: collapse;
    border: 0;
    width: 100%;
    line-height: 1.25em;
}

.shop-goods td, .shop-goods th, .shop-posters td, .shop-posters th {
    padding: 4px;
    border-bottom: 1px dashed #5f6365;
    text-align: center;
    width: 33%;
    vertical-align: top;
    padding: 1em 1em 2em;
}

.shop-goods img, .shop-posters img {
    display: block;
}

.shop-goods img {
    margin: 4px auto;
}

.shop-goods h3, .shop-posters h3 {
    padding-top: 0;
    margin-top: 0;
    color: #060;
}

.header-emphasis {
    /* color: #900; */
    font-weight: bold;
}

.banner-dimensions {
    width: 100%;
    border-bottom: 1px solid #333;
    margin-top: 12px;
    padding-bottom: 12px;
}

.banner-dimensions p {
    width: 100%;
    margin: 0 !important;
    padding: 8px 4px 4px;
    background-color: #eee;
}

.banner-dimensions img {
    display: block;
}

/*
 * Featured pages -- from previous site
 */
 
#fpage {
    background-color: #fff;
    float: left;
    border: 1px solid #5a8ac6;
    margin: 0 0 10px;
    display: block;
    width: 100%;
    font-size: 12px;
}

#fpage div.fpage-title {
    background-color: #5a8ac6;
    color: #fff;
    font-weight: bold;
    padding: 0 3px 3px 4px;
}

#fpage h1 {
    font-family: Arial, Helvetica, sans-serif;
    padding-left: 3px;
    border-bottom: 1px solid #5a8ac6;
}

#fpage h1.fpage-title-h1 {
    font-size: 12px;
    font-weight: normal;
    line-height: 24px;
}

#fpage a {
    border: 0;
}

#fpage div.fpage-content {
    padding: 0;
}

#fpage div.fpage-text {
    padding-left: 3px;
}

#fpage p {
    margin: 0;
}

#fpage a {
    text-decoration: none;
    color: #03c;
}

#fpage div:last-child h1 {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0
}

.soccerphile-callouts {
    float: left;
    width: 100%;
    font-size: 12px;
    line-height: 15px;
    margin-top: 4px;
}

.region-sidebar-first h4 {
    margin: 0 0 -19px;
}

div.soccerphile-callouts iframe {
    margin-left: 15px;
}

div.last div.soccerphile-callouts div:last-child {
    border-bottom: 1px solid #5f6365;
}

.region-sidebar-first div.first div.soccerphile-callouts {
    margin-bottom: 28px;
}

#main div.soccerphile-callouts, #main div.first div.soccerphile-callouts div a {
    color: #2a2f32;
}

#main div.first div.soccerphile-callouts div a:hover {
    color: #2a2f32;
}

div.first div.soccerphile-callouts div {
    padding: 7px 0 8px 21px;
    background: url(../images/featured_stories_arrow_over.png) 1px 9px no-repeat;
    margin: 0 0 0 1px;
    border: 0 !important;
}

.region-sidebar-first div.first {
    margin-bottom: -4px;
}

div.soccerphile-callouts {
    padding-top: 5px;
}

div.soccerphile-callouts div {
    text-align: center;
    padding: 9px 0;
    margin: 0 0 0 2px;
    border-top: 1px solid #5f6365;
    font-size: 11px;
    text-align: left;
}

.region-sidebar-second div div {
    padding: 25px 0;
    border-top: 1px solid #5f6365;
    width: 150px;
    margin: 0 auto;
}

.region-sidebar-second div div.contextual-links-wrapper {
    border: 0;
}

.region-sidebar-second div div img {
    display: block;
    margin: 0 auto;
}

div#advertise-here {
    display: block;
    margin: 0 auto;
    height: 213px;
    width: 142px;
    background: url(../images/advertise_here.jpg) no-repeat;
    border: 0;
}

div#advertise-here:hover {
    cursor: pointer;
    background: url(../images/advertise_here_hover.jpg) no-repeat;
}

.dashedhr {
    width: 100%;
    height: 1px;
    border-top: #a5a7a8 1px dashed;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    margin: 24px 0 0;
}

._140tiles {
    width: 564px;
    height: 120px;
}

._140tiles div {
    float: left;
}

._140tiles.three div {
    margin-right: 72px;
}

._140tiles.three div:last-of-type {
    margin-right: 0;
}

/*
 * Sidebar
 */

.region-sidebar-second .block-block.first {
    margin-top: 4px;
}

/*
 * Footer
 */

footer {
    width: 100%;
    min-width: 1024px;
    height: 85px;
    margin: 90px 0 0;
    background-color: #2a2f32;
    color: #fff;
    text-align: center;
    font-size: 12px;
}

footer a {
    color: #fff;
}

footer a:hover {
    text-decoration: none;
}

footer div {
    margin-top: 18px;
}

/*
 * Legacy classes
 */

div.image.right {
    float: right;
    margin-left: 20px;
}

.itemSmall, .itemsmall, .imageblackborder {
    border: 1px solid #000;
}

#ezmlmweb {
    margin: 24px 0 0;
}