﻿*
{
    margin: 0;
    padding: 0;
}

body
{
    margin: 0px 0;
    padding: 0;
    background: #001400 url(../images/background2.gif) no-repeat;
    font-family: Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    color: #AAAAAA;
    background-attachment: fixed;
}
a
{
    /*color: #008000;*/
    color: #ffffff;
}


h1, h1 a
{
    letter-spacing: -2px;
    font-weight: 100;
    color: #FFA500;
    font-size: 28px;
    text-decoration: none;
}
h2
{
    letter-spacing: -1px;
    font-size: 19px;
    color: #008000;
    font-weight: 100;
}

#login
{
    float: right;
}

#title
{
    float: left;
}

.social, .social a {
    padding: 20px 0px 10px 0px;
    font-size: 8pt;
   
}
.social .icon {
    padding-right:3px;
     border: none;
}


.story
{
    padding: 7px 0px 25px 38px;
    border-bottom: dotted 1px #222222;
}

.golf
{
    background: url(../images/icons/golf.png) no-repeat 0px 7px;
}

.twitter
{
    background: url(../images/icons/twitter.png) no-repeat 0px 7px;
}

.tennis
{
    background: url(../images/icons/tennis.png) no-repeat 0px 7px;
}

.hockey
{
    background: url(../images/icons/hockey.png) no-repeat 0px 7px;
}
.basketball
{
    background: url(../images/icons/basketball.png) no-repeat 0px 7px;
}
.football
{
    background: url(../images/icons/football.png) no-repeat 0px 7px;
}
.baseball
{
    background: url(../images/icons/baseball.png) no-repeat 0px 7px;
}
.soccer
{
    background: url(../images/icons/soccer.png) no-repeat 0px 7px;
}
.volleyball
{
    background: url(../images/icons/volleyball.png) no-repeat 0px 7px;
}
.general
{
    background: url(../images/icons/general.png) no-repeat 0px 6px;
}
.header
{
    font-size: 12pt;
    background: #002F00;
    padding: 4px 4px 4px 8px;
    color: White;
    margin-bottom: 6px;
    font-weight: bold;
    text-transform: uppercase;
    width: 600px;
}

.content
{
    float: left;
    padding-top: 20px;
    text-align: justify;
    width: 600px;
}
.footer
{
    padding-top: 100px;
    padding-bottom: 50px;
    clear: both;
    text-align: center;
}

.nav
{
    float: right;
    padding-top: 20px;
    width: 150px;
}

.nav ul
{
    list-style: none;
}

.wrapper
{
    width: 800px;
    padding-left: 75px;
    padding-top: 20px;
}

.links {
  float:left; 
  margin-bottom:10px;
  
}
.links, .links a
{
    padding-top: 0px;
    font-size: 8pt;
    color: #FFA500;
   
}

.social_links
{
    float:right;    
    text-align:left;
}
.social_links a
{
    text-decoration:none;
}


.title
{
    font-weight: bold;
    font-size: 11pt;
    letter-spacing: -.5px;
    width: 500px;
    padding-bottom: 3px;
    text-transform: capitalize;
}
.preview
{
    font-size: 9pt;
    padding: 5px 5px 0px 0px;
    color: #888888;
}
.storyurl
{
    font-size:8pt;
    font-style:italic;
    color:#AAAAAA;
}

.comments
{
    float: left;
    text-align: center;
}

.formfield
{
    padding-bottom: 15px;
}

.formfield input, select, textarea
{
    font-size: 18px;
    background: black;
    color: White;
    border: solid 1px #aaaaaa;
    width: 500px;
    padding: 3px 3px 3px 3px;
    font-family: Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
}



.formdropdown select
{
    width: 200px;
}
.formlabel
{
    font-size: 12pt;
    font-weight: bold;
    letter-spacing: -1px;
    color: #FFA500;
    padding-bottom: 4px;
}
.formnote
{
    font-size: 8pt;
    font-family: Verdana,Arial;
    font-weight: normal;
}
.formsubmit
{
    /*padding-right: 140px;*/ /*float: right;*/
}
.formsubmit input
{
    background: #008000;
    padding: 5px;
    border: solid 4px black;
    color: white;
    font-weight: bold;
    font-size: 10pt;
}

.formcheckbox
{
    font-size: 10pt;
}
#banner
{
    margin: auto;
    clear: both;
    padding: 20px;
    text-align: center;
}
#side_banners
{
   
}

.formcheckbox input
{
    margin: 3px 3px 4px 4px;
}

.error
{
    width: 600px;
    border: solid 1px #000000;
    background: red;
    padding: 5px 5px 5px 5px;
    color: white;
    margin: 15px 0px 15px 0px;
    font-size: 12px;
    font-weight: normal;
}

.information
{
    width: 600px;
    border: dotted 1px #AAAAAA;
    background: #000000;
    padding: 5px 5px 5px 5px;
    color: white;
    margin: 15px 0px 15px 0px;
    font-size: 12px;
    font-weight: normal;
}

.commentsback
{
    padding: 5px;
    background: #002F00;
    width: 600px;
}

.commentinfo
{
    margin: 5px 0px 5px 0px;
    font-size: 8pt;
    float: left;
}
.commentoptions
{
    float: right;
    font-size: 8pt;
}
.commenttext
{
    clear: both;
}
.comment a
{
    color: #FFA500;
}

.comment
{
    padding: 0px 0px 20px 0px;
    padding: 8px;
    margin: 0px 0px 5px 0px;
    width: 570px;
}

.even
{
    background: #001400;
}

.odd
{
    background: #061F06;
}

.commentinput
{
    font-size: 12px;
    width: 450px;
}
.postcomment
{
    padding: 15px;
}


/* Pager styles */
.pager
{
    padding: 10px 0px 20px 0px;
}
.pager a
{
    border: 1px solid #404040;
    padding: 3px 6px;
    text-decoration: none;
    background: #001400;
    margin: 0px 2px 0px 0px;
}

.pager a:hover
{
    color: White;
    background: #002F00;
}
.pager .pager_selected
{
    background: #002F00;
}

.quote
{
    margin-bottom: 20px;
    margin-left: 20px;
    padding: 2px;
    border: solid 1px black;
}

.featured
{
    float: right;
    margin-top: -4px;
}
.profile_table
{
    width: 90%;
    margin: auto;
}
.profile_table .label
{
    font-weight: bold;
    width: 200px;
}
.profile_table .value
{
    color: White;
}

.profile_table td
{
    padding: 2px;
    font-size: 12pt;
}
.profile_table .adminlog
{
    font-size: 8pt;
}
.plain_dropdown
{
    font-size: 7pt;
    background: default;
    width: auto;
    padding: 3px;
}

/* blog stuff */
.blogheader .picture
{
    float: left;
    width:125px;
    height:125px;
    border: solid 2px #E99800;
    margin-right:15px;
   
}

.blogheader .title
{
    padding-top: 30px;
    font-size: 14pt;
    color:#E99800;
}
.blogheader .writer
{
    color:White;
  font-size: 8pt;
  font-weight:bold;
}
.blogheader .postdate
{
    font-size: 8pt;
}
.blogcontent
{
    color:#DDDDDD;
    clear: both;
    padding-left:5px;
    padding-right:5px;
    padding-top: 10px;
    font-size:14px;
}
.commentpreview
{
    padding-left:5px;
    padding-bottom:25px;
    margin-bottom:8px;
    border-bottom: dotted 1px #222222;
}

.pagetext {
    padding-left:5px;
    padding-right:5px;
    padding-top: 10px;

}
.rss-feeds {
  margin: 0 0 15px 15px;
  padding: 0;
  list-style-type: none;
}

.rss-feeds li {
  margin: 0 0 0px 0;
  padding: 0;
  list-style-type: none;
}

.rss-feeds li a {
  padding: 0 0 0 19px;
  background: url("../images/rssicon.png") no-repeat 0 50%;
  list-style-type: none;
}
.rss-content {
 line-height: 24px;
 font-size:14px;
 margin:20px;
 
} 