/*  
Theme Name: TigerBlog
Theme URI: http://tigerblog.net/
Description: Recolored for RCE, March 2006.
Version: 2.0
Author: Jay Simon
Author URI: http://grousehouse.org/
*/


/*
    General layout items
*/


body {
  text-align: left;
  background: #fff url(/i/bg.jpg) repeat-y;
  font-family: Georgia, serif;
  font-size: 14px;
  color: #333;
  margin: 0;
  padding: 0;
  }

a:link, a:visited {
  font-weight: bold;
  color: #f00;
  text-decoration: none;
  background-color: transparent;
  }

a:hover {
  color: #666;
  background-color: transparent;
  }

a:active {
  color: #f00;
  background-color: transparent;
  }

p {
  margin: normal;
  }


/*
    Main div items for layout
*/


#container {
  width: 810px;
  margin: 0;
  padding: 0;
  }

#banner {
  background-color: #f00;
/*  border-bottom: 5px solid #c63;*/
  }

#advertstrip {
  text-align: center;
  font-family: Verdana, Arial, sans-serif;
  width: 160px;
  float: left;
  background: transparent;
  font-size: 10px;
  }

#advertstripINT {
  padding: 10px 5px 5px 15px;
  }

#linksstrip {
  width: 150px;
  font-family: Verdana, Arial, sans-serif;
  float: left;
  background: transparent;
  font-size: 10px;
  color: #666;
  }

#linksstripINT {
  padding: 10px 5px 5px 5px;
  }

#contentstrip {
  width: 500px;
  float: left;
  background: transparent;
  line-height: 20px;
  }

#contentstripINT {
  padding: 20px 10px 20px 10px;
  }

#footer {
  clear: both;
  font-family: Verdana, Arial, sans-serif;
  padding: 2px 5px 5px 20px;
  background-color: #f00;
  color: #000;
  font-size: 10px;
  line-height: normal;
  }


/*
    Fancy design stuff (or not)
*/


.subject {
  font-size: 18px;
  font-family: Verdana, Arial, sans-serif;
  font-weight: bold;
  margin: 0;
  background-color: #eee;
  border-top: 1px solid #ccc;
  padding: 2px;
  }

.dateline {
  font-size: 10px;
  font-family: Verdana, Arial, sans-serif;
  font-weight: normal;
  margin: 0;
  color: #999;
  }

.ticketad {
  font-family: Arial, sans-serif;
  font-size: 11px;
  background-color: #000;
  text-align: center;
  padding: 5px 5px 5px 5px;
  margin: 0px 0px 5px 0px;
  color: #fff;
  }

.ticketad a {
  color: #ccc;
  }

.permalink {
  font-size: 10px;
  font-family: Verdana, Arial, sans-serif;
  font-weight: normal;
  margin: 0;
  color: #999;
  text-align: right;
  }

.note {
  font-size: 10px;
  font-family: Verdana, Arial, sans-serif;
  font-weight: bold;
  margin: 0 0 5px 5px;
  color: #000;
  text-align: left;
}

.banner {
  margin: 4px 0 0 0;
}

img {
  border: 0;
}

.divider {
  margin: 10px 0px 10px 0px;
  }

.linksstripheader {
  background-color: #f00;
  font-family: Verdana, Arial, sans-serif;
  color: #fff;
  font-weight: bold;
  padding: 2px;
  text-align: center;
  margin-bottom: 20px;
  border-top: 1px solid #600;
  border-bottom: 1px solid #600;
  }

.linksstripsection {
  margin-bottom: 20px;
  }

#comments {
  width: 85%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  text-align: left;
  padding: 10px;
  background: #eee;
  }

#linksstripINT a:link, #linksstripINT a:visited, #linksstripINT a:hover {
  font-weight: normal;
  }

#linksstripINT ul {
  margin: 4px 0 5px 0;
  padding: 0;
  list-style: none;
  }

#linksstripINT li {
  margin: 0 0 0 0;
  padding: 0 0 0 13px;
  line-height: 1.4em;
  background: url(/i/bullet.gif) no-repeat 0 3px;
  }

/*.linksstriplist {
  margin: 0px 0px 0px 0px;
  list-style: none;
  }

.linksstriplist li {
  margin-bottom: 2px;
  padding: 0 0 0 11px;
  background: url(/i/bullet.gif) no-repeat 0 3px;
  } */

.advertstripheader {
  color: #999;
  font-weight: bold;
  padding: 2px;
  text-align: center;
  margin-bottom: 5px;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  }

#banner a:hover {
  background-color: transparent;
  }

textarea,input.field {
  background: #fff;
  color: #666;
  padding: 1px 3px 3px 3px;
  font-family: verdana, sans-serif;
  font-size: 10px;
  line-height: normal;
  border: 1px solid #999;
  width: 125px;
  }

input.button {
  padding: 1px 1px 1px 1px;
  font-family: verdana, sans-serif;
  font-size: 10px;
  border: none;
  }

#contentstripINT textarea, contentstripINT input.field {
  background: #fff;
  color: #666;
  padding: 1px 3px 3px 3px;
  font-family: verdana, sans-serif;
  font-size: 10px;
  line-height: normal;
  border: 1px solid #999;
  width: 200px;
  }

input.button {
  padding: 1px 1px 1px 1px;
  font-family: verdana, sans-serif;
  font-size: 10px;
  border: none;
  }

select.login {
  font-family: verdana, sans-serif;
  font-size: 11px;
  border: 1px solid #ccc;
  background: #eee;
  color: #000;
  padding: 1px 3px 3px 3px;
  }

pre {
  font-size: 12px;
  line-height: 8px;
  }

blockquote {
  font-family: courier new, serif;
  font-size: 12px;
  line-height: 16px;
  border: 1px solid #ccc;
  background-color: #eee;
  padding: 3px, 3px, 3px, 3px;
  }

h3 {
  font-size: 14px;
  font-family: Verdana, Arial, sans-serif;
  font-weight: bold;
  text-align: center;
  color: #c63;
  margin: 0;
  }

form {
  margin: 0;
  }

.new {
  background-color: yellow;
  color: #000;
  font-weight: bold;
  }


/*
    Standings tables
*/


#current {
  background-color: #fff;
  border: 1px solid #036;
  width: 90%;
  text-align: center;
  }

#current tr.odd {
  background-color: #eee;
  }

#current tr.det {
  background-color: yellow;
  font-weight: bold;
  }

#current tr.title {
  background-color: #036;
  color: #fff;
  }

#current tr.header {
  font-weight: bold;
  text-decoration: underline;
  }

#past {
  background-color: #fff;
  border: 1px solid #036;
  width: 90%;
  text-align: center;
  }

#past tr.odd {
  background-color: #eee;
  }

#past tr.det {
  background-color: yellow;
  font-weight: bold;
  }

#past tr.title {
  background-color: #036;
  color: #fff;
  }

#past tr.header {
  font-weight: bold;
  text-decoration: underline;
  }


/*
    Top navigation listing
*/

#navlist {
  position: relative;
  font-family: Verdana, Arial, sans-serif;
  margin: 0;
  padding: 0 0 0 17px;
  height: 20px;
  border-bottom: 5px solid #000;
  }

#navlist li {
  margin: 0; 
  padding: 0;
  display: inline;
  list-style-type: none;
  font-size: 11px;
  }

#navlist li.current a:link {
  background-color: #000;
  color: #fff;
  border-bottom: 1px solid #000;
  }

#navlist a {
  padding: 0px 10px 10px 10px;
  margin: 0;
  }

#navlist a:link, #navlist a:visited {
  color: #eee;
  background-color: transparent;
  }

#navlist a:hover {
  background-color: #000;
  color: #fff;
  }


/*
    Sportsblogs.org css data
*/


.SPORTSBLOGS_HEADLINES h1 {
  font-size: 10px;
  margin: 0px 0px 0px 0px;
  margin-bottom: 0;
  }

.SPORTSBLOGS_HEADLINES ul {
  list-style: none;
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 5px;
  }

.SPORTSBLOGS_HEADLINES ul li {
  padding: 0 0 0 10px;
  line-height: 12px;
  background: url(/i/dash.gif) no-repeat 0 2px;
  font-weight: normal;
  font-size: 10px;
  }

.SPORTSBLOGS_HEADLINES h2 {
  font-size: 10px;
  margin: 0px 0px 0px 0px;
  font-weight: normal;
  }

.SPORTSBLOGS_HEADLINES li a:link, .SPORTSBLOGS_HEADLINES li a:visited {
  font-weight: normal;
  }


/*
    BlogAds css data
*/

.adstrip {
  background-color: #fff;
  text-align: center;
  }

.adstrip_link {
  font-weight: bold;
  color: #c63;
  text-decoration: none;
  background-color: transparent;
  }

a.adstrip_link:hover {
  color: #fff;
  background-color: #036;
  }

a.adstrip_link:active {
  color: #f00;
  background-color: transparent;
  }

.blogad {
  background-color: #eee;
  }

.blogad_headline {
  font-size: 14px;
  font-weight: bold;
  }

.blogad_thumbnail {
  border: none;
  }

.blogad_link {
  font-weight: bold;
  color: #c63;
  text-decoration: none;
  background-color: transparent;
  }

a.blogad_link:hover {
  color: #fff;
  background-color: #036;
  }

a.blogad_link:active {
  color: #f00;
  background-color: transparent;
  }