/*
Theme Name: Badmouth Retro
Theme URI: http://Badmouth.Net/
Description: A custom designed theme
Version: 1.0
Author: John Marcotte
Author URI: http://Badmouth.Net/
*/


@import url("css/reset.css");
@import url("css/jd.gallery.css");
@import url("css/style.css");


table {
  border-top:3px solid #2A2D3C;
  border-bottom:3px solid #2A2D3C;
  font-size:.8em;
  margin-bottom:20px;
  }
  

td, th {
  padding:3px 10px;
  border-bottom:1px dotted black;
  }

th {
  font-weight:bold;
  font-size:1.2em;
  border-bottom:1px solid black;
  vertical-align:bottom;
  }

tr:hover {
  background-color:#FFFBCC;
  }

tfoot td {
  border:none;
  padding-top 10px;
  font-weight: bold;
  }

.glee_quote {
  border:1px solid black; 
  padding:10px; 
  color:blue;
  -moz-border-radius-topleft: 10px; 
  -webkit-border-top-left-radius: 10px; 
  -moz-border-radius-topright: 10px; 
  -webkit-border-top-right-radius: 10px; 
  -moz-border-radius-bottomleft: 10px; 
  -webkit-border-bottom-left-radius: 10px; 
  }

.glee_quote:hover {
  color:red;
  }
