@import url("forms.css");
@import url("recaps.css");
@import url("games.css");
@import url("profile.css");
@import url("teams.css");
@import url("blogs.css");

body {
	font-family: Helvetica, Arial, sans-serif;
  color: #333;
  font-size: 14px;
  background: #e3e3d3;
}

h1,h2,h3,h4,h5,h6 {
  font-family: Gotham,"Helvetica Neue",Helvetica,Arial,sans-serif;      
}

.clear {
  clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0
}

a {
  text-decoration: none;
  color: #0f81c9;
}

a:hover {
  text-decoration: underline;
}

  a.navigation-back {
    padding-left: 26px;
    background: url("/assets/images/icons/navigation-180-frame.png") 0 0 no-repeat;
  }


p {
}

p#flash {
	color: #000;
	font-weight: bold;
	border-bottom: 1px solid #E6E600;
	padding-left: 31px;
	line-height: 32px;
	background: #FFFFB2 url("/assets/images/icons/information-frame.png") 10px 8px no-repeat;
}


ul.errors {
	color: #000;
	font-weight: bold;
	border-bottom: 1px solid #f0baa2;
	margin: 10px 0;;
	background: #ffebe8;
}

  ul.errors li {
  	padding-left: 31px;
  	line-height: 32px;
  	background: #ffebe8 url("/assets/images/icons/cross-circle-frame.png") 10px 8px no-repeat;
  }

cross-circle-frame

.block {
	padding: 10px;
	background: #fff;
}

#wrap {
	border: 1px solid #BFBFB3;
	border-width: 0 1px;
  width: 970px;
  margin: 0 auto;
  padding: 0 14px;

  background: #fff url("/assets/images/wrap_3_cols_bg.png") center 0 repeat-y;
  
}

#content {
  width: 640px;
  display: inline;
  float: left;
}

  #main {
    padding: 10px;
    width: 390px;
    display: inline;
    float: left;
  }

  #main-wide {
    padding: 10px;
    width: 619px;
    display: inline;
    float: left;
    background: #e1e1e1;
    padding-bottom: 240px;
  }

  #support {
    padding: 10px;
    width: 210px;
    display: inline;
    float: left;
  }

  #support .details {
    background: #fff;
    padding: 10px;;
  }

    #support .details p {
      line-height: 1.25em;
    }

    h2 {
      letter-spacing: 1px;
      text-transform: uppercase;
      font-size: 20px;
      line-height: 30px;
      border-bottom: 2px solid #505050;
      margin-bottom: 0px;
      padding: 5px 10px;
            
      font-weight: bold;
      letter-spacing: -0.03em;
    }

    #main h2.invert, #support h2.invert {
      background: #fff;
      color: #000;

      -webkit-border-top-left-radius:5px;  /*Top Left Corner Rounded*/
      -webkit-border-top-right-radius:5px;  /*Top Right Corner Rounded*/
  
      -moz-border-radius-topleft:5px;  /*Top Left Corner Rounded*/
      -moz-border-radius-topright:5px;  /*Top Right Corner Rounded*/
  
      margin-bottom: 0px;
    }

  #sidebar {
    width: 330px;
    display: inline;
    float: left;
  }


#footer {
  background: #fff;
  border-top: 2px solid #505050;;
  background: url("/assets/images/footer_bg.png");
  padding: 10px;
}

#header {
  height: 98px;
  background: url("/assets/images/header_bg.png");
}

  #header h1 {
    margin-left: 10px;
    margin-top: 10px;
    float: left;
  }

    #header h1 a {
      display: block;
      width: 230px;
      height: 75px;
      text-indent: -5000px;
      background: url("/assets/images/logo.png");
    }

ul#navigation {
  margin: 0 0 0 0;
  padding: 49px 0 0 250px;
  list-style: none;
  font-family: Gotham,"Helvetica Neue",Helvetica,Arial,sans-serif;      

}

  ul#navigation li {
    float: left;
    margin: 0;
    padding: 0;
    display: block;
    border-left: 1px solid #111;
    height: 48px;
  }

  ul#navigation li.first {
    border-left: none;
  }

  ul#navigation li.right {
    float: right;
    margin-right: 0;
  }

    ul#navigation li.right a {
      color: #1ca7ff;
    }
  
    ul#navigation li a {
      display: block;
      text-decoration: none;
      color: #fff;
      padding: 15px 12px;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-size: 14px;
      font-weight: bold;
    }

      ul#navigation li a.current {
        background: #333;
      }

      ul#navigation li a:hover {
        background: #333;
      }



#stats {
  margin-top: 0px;
}
  #stats ul {
    padding: 10px;
  }

    #stats ul li.header { 
      background: #000; 
      width: 35px;
      text-transform:uppercase;
      padding: 5px 10px 10px 10px;

      -webkit-border-top-left-radius:5px;  /*Top Right Corner Rounded*/
      -moz-border-radius-topleft:5px;  /*Top Right Corner Rounded*/
      line-height: 35px;
    }

    #stats ul li {
      text-align: center;
      font-size: 12px;
      background: url("/assets/images/stats_bg.png");
      width: 65px;
      display: inline;
      padding: 0;
      margin: 0;
      float: left;
      color: #fff;
      padding: 5px 10px 10px 10px;
      font-weight: bold;
      height: 30px;
    }

    #stats ul li:last-child {
      -webkit-border-top-right-radius:5px;  /*Top Right Corner Rounded*/
      -moz-border-radius-topright:5px;  /*Top Right Corner Rounded*/
    }

    #stats ul li:hover {
    }
  
    #stats ul li span {
      font-size: 18px;
      font-weight: bold;
    }

      #stats ul li a {
        color: #fff;
        font-weight: normal;
      }
      
#top-users {
  background: #fff;
  margin: 0 10px;
}
  #top-users h3 {
    padding: 10px 10px 0 10px;
  }

  #top-users h4 a {
    color: #ff3300;
    line-height: 1.5em;
    font-size: 12px;
  }

  #top-users ul {
    padding: 0 10px 10px 10px;
  }
    #top-users ul li {      
      padding-top: 10px;
      padding-bottom: 10px;
      border-bottom: 1px dotted #929292;
      font-size: 12px;
    }

      #top-users ul li:last-child {      
      padding-bottom: 0;
        border-bottom: none;
      }

      #top-users ul li img {
        float: left;
        margin-right: 10px;
      }

#latest-headlines {
  margin: 10px;
}
  
  #latest-headlines ul {
	  background: #fff;
  }
  
    #latest-headlines ul li {
    	padding: 10px;
      border-bottom: 1px dotted #929292;
      font-size: 12px;
    }  

    #latest-headlines ul li:last-child {
    	border: none;
  	}

    #latest-headlines h4 a {
      color: #000;
      line-height: 2em;
      font-size: 14px;
      font-weight: normal;
    }

    #latest-headlines h4 a:hover {
			background: #709DB3;
			color:#fff;
			text-decoration: none;
		}

    #latest-headlines p {
      line-height: 1.25em;
    }

    #latest-headlines img {
      float: left;
      border: 2px solid #fff;
      margin-right: 10px;
    }

#banner {
  display: block;
  width: 970px;
  height: 250px;
  background: url(/assets/images/placeholder/banner3.jpg) 0 0 no-repeat;
}

	#banner.image1 {
	  background: url(/assets/images/placeholder/banner.jpg) 0 0 no-repeat;
	}

	#banner.image2 {
	  background: url(/assets/images/placeholder/banner2.jpg) 0 0 no-repeat;
	}

	#banner.image3 {
	  background: url(/assets/images/placeholder/banner3.jpg) 0 0 no-repeat;
	}

  #banner .story {
    width: 360px;
    float: right;
    background: #000;
    height: 210px;
    opacity:0.7;
    padding: 20px;
  }

    #banner .story h2 {
      font-weight: bold;
      font-size: 26px;
      border: none;
      color: #FFBA27;
      margin: 0 0 10px; 0; padding: 0;;
    }

    #banner .story h3 {
      font-weight: bold;
      font-size: 18px;
      border: none;
      color: #fff;
      margin: 0 0 10px 0; padding: 0;;
    }

    #banner .story p {
      font-weight: bold;
      font-size: 12px;
      line-height: 1.25em;
      border: none;
      color: #fff;
      margin: 0 0 10px; 0; padding: 0;;
    }


#sidebar .ads {
  margin: 10px 10px;
  padding: 5px;
  background: #f30000;
}

  #sidebar .ads a {
    margin: 0; padding: 0;
  }

  #sidebar .ads img {
    margin: 0; padding: 0;
  }

  #sidebar .ads p {
    font-size: 9px;
    color: #fff;
    display: block;
    margin: 0; padding: 0;
    text-align: center;
    text-transform:uppercase;
  }




p.pagination {
  background: #fff;
  padding: 10px;
}

  p.pagination strong:first-child, p.pagination a:first-child {
    border-left: none !important;
  }

  p.pagination strong {
    padding: 3px 3px 3px 6px;
    border-left: 1px solid #ccc;
  }

  p.pagination a {
    border-left: 1px solid #ccc;
    padding: 3px 3px 3px 6px;
  }


ul.navigation {
  background: #fff;
}

  ul.navigation li {
  padding: 10px;
  }

.about {
	background: #fff;
	padding: 10px;
}

.about p {
	margin-bottom: 1em;
}

div.prev_next{
  margin: 10px 0;
}

  div.prev_next .prev {
    float: left;
  }

  div.prev_next .next {
    float: right;
  }

