/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

* Filename: opb.css
* Version: 2009-07-08 YYYY-MM-DD
* Website: http://otherpeoplesbusiness.com/

== INDEX: ===================================
_reset       : Very basic stuff & reset
_main        : Main content
_text        : Text styling
_calendar    : Footer calendar
_links       : a href
============================================

*/

/* _reset
==========================================*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body {
  margin: 0;
  padding: 0;
}

html {
  font-size: 100.01%;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

fieldset {
  padding: .5em;
}

select option {
  padding: 0 5px;
}

.left {
  float: left;
}

.right {
  float: right;
}

.center {
  text-align: center;
}

.clear2 {
  clear: both;
  height: 1px;
  font-size: 1px;
  line-height: 1px;
  visibility: hidden;
}

.clear {
  clear: both;
}

.hidden {
  visibility: hidden;
}

.none {
  display: none;
}

.visible {
  visibility: visible;
}

.invisible {
  display: none;
}

a img {
  border: none;
}

/* _main
==========================================*/

body {
  background: black url('../images/top-bg-tile.png') repeat-x;
  font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
  font-size: 13px;
  line-height: 155%;
  color: #eee;
}

#top {
  text-align: center;
}

#menu {
  *position: relative;
  *top: -1px;
  background: url('../images/menu-bg.png') no-repeat;
  width: 900px;
  height: 41px;
  *height: 37px;
  padding: 3px 0 0 0;
  *padding-top: 0;
  margin: 0 auto;
  margin-bottom: 20px;
}

#menu ul li {
  float: left;
}

#main,
#castlist {
  width: 970px;
  margin: 0 auto;
  padding: 25px 0;
  min-height: 400px;
}

#wrapper {
  background: white;
  width: 663px;
  height: 1166px;
  border: 4px solid white;
  margin: 0 auto;
}

#wrapper #title,
#wrapper #nav {
  padding: 10px 0;
  text-align: center;
  color: black;
}

#wrapper #title span {
  font-size: 14px;
  color: #7c7c7c;
  text-transform: uppercase;
  line-height: 200%;
  letter-spacing: 1px;
}

#wrapper #comic {
  display: block;
}

#wrapper #nav {
  padding: 5px 0 6px 0;
}

#wrapper #nav a {
  padding: 0 5px;
}

#footer {
  background: url('../images/footer-bg-tile.png') repeat-x;
  margin: 15px 0 0 0;
  width: 100%;
  font-size: 12px;
}

#footer #inside {
  background: url('../images/footer-bg.png') no-repeat;
  width: 760px;
  margin: 0 auto;
  padding: 0 0 20px 0;
  height: 221px;
  overflow: hidden;
}

#footer img.sep {
  float: left;
  margin: 25px 20px 0 20px;
}

#f-1,
#f-2,
#f-3 {
  padding: 30px 0 0 0;
  float: left;
}

#f-1 {
  width: 29%;
  text-align: right;
}

#f-2 {
  width: 37%;
  text-align: justify;
}

#f-3 {
  width: 22%;
}

#castlist table {
  width: 100%;
}

#castlist td {
  border-top: 2px dotted #555;
}

#castlist img {
  margin: 0 10px;
  border: 1px solid white;
}

#castlist p {
  padding: 5px 10px 5px 230px;
}

#castlist tr.alt p {
  padding: 5px 10px;
}

#castlist td {
  vertical-align: middle;
  padding: 30px 40px;
}

#archive {
  width: 100%;
}

#archive td {
  text-align: center;
  width: 30%;
  padding: 2%;
}

#archive td:hover {
  color: #fad564;
}

#archive p {
  padding: 10px 0 0 0;
  font-weight: bold;
}

#archive img {
  border: 1px solid #eee;
}

#archive img:hover {
  border-color: #fad564;
}

div.ads {
  width: 120px;
}

/* _text
==========================================*/

p {
  margin: 0 0 15px 0;
}

#footer {
  line-height: 135%;
  color: #c3d2d9;
}

#footer h2 {
  font-size: 16px;
  height: 25px;
  font-style: italic;
}

h1 {
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-bottom: 1px dotted #666;
  padding: 0 0 5px 0;
  margin: 0 0 5px 0;
}

#title h1 {
  font-size: 20px;
  margin: 3px 0 5px 0;
  text-transform: none;
  letter-spacing: 1px;
}

#castlist h2 {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 20px 0 5px 0;
  color: #70aacc;
}

#main ul {
  color: #70aacc;
  list-style: disc inside none;
  margin-left: 15px;
  padding: 10px 0;
}

#main ul li {
  color: #eee;
  margin-left: 15px;
  text-indent: -12px;
}

/* _calendar
==========================================*/

.calendar {
  width: 168px;
  border: 1px solid transparent;
  outline: 1px solid #4c5456;
  margin: 0 auto 20px auto;
}

.calendar th {
  background: #232b32 url('../images/calendar-th.png') repeat-x;
  font-weight: bold;
  color: #ffd14a;
  font-size: 12px;
  height: 29px;
  vertical-align: middle;
  text-align: center;
  border-bottom: 1px solid #4c5456;
  border-right: 1px solid #4c5456;
}

.calendar td {
  background: url('../images/calendar-td.png') no-repeat;
  width: 23px;
  height: 23px;
  border-right: 1px solid #444;
  border-bottom: 1px solid #444;
  vertical-align: middle;
  color: #bbb;
  text-align: center;
  line-height: 22px;
}

.calendar td.alt {
  background-position: -23px 0;
  color: #777;
  font-style: italic;
  font-size: 11px;
}

/* _links
==========================================*/

a {
  text-decoration: none;
}

a:link,
a:visited {
  color: #fad564;
}

a:hover,
a:active {
  color: white;
  border-bottom: 2px solid white;
}

#top a {
  border: 0;
}

#menu a {
  height: 37px;
  display: block;
  border: 0;
}

#menu a:hover {
  background-position: 0 -37px;
}

#menu a.current {
  background-position: 0 -74px;
  cursor: default;
}

a#home {
  background: url('../images/m-home.png');
  width: 71px;
}

a#cast {
  background: url('../images/m-cast.png');
  width: 66px;
}

a#store {
  background: url('../images/m-store.png');
  width: 74px;
}

a#archive {
  background: url('../images/m-archive.png');
  width: 89px;
}

a#about {
  background: url('../images/m-about.png');
  width: 78px;
}

a#forum {
  background: url('../images/m-forum.png');
  width: 80px;
}

a#fanart {
  background: url('../images/m-fanart.png');
  width: 84px;
}

a#links {
  background: url('../images/m-links.png');
  width: 68px;
}

a#call {
  background: url('../images/m-call.png');
  width: 154px;
}

a#commentary {
  background: url('../images/m-commentary.png');
  width: 129px;
}

a#rss {
  background: url('../images/m-rss.png');
  width: 83px;
}

#footer a {
  color: #ffd14a;
  border-bottom: 1px solid #ffd14a;
}

#footer a:hover {
  border: 0;
}

a#skyline {
  background: url('../images/skyline.png');
  width: 50px;
  height: 28px;
  display: block;
  float: right;
  margin: 3px 0 0 0;
  border: 0;
  text-decoration: 0;
}

a#skyline:hover {
  background-position: 0 -28px;
}

.calendar th a:hover {
  color: white !important;
}

.calendar a {
  border: 0 !important;
  text-decoration: none !important;
}

.calendar td a {
  background: url('../images/calendar-td-a.png') no-repeat;
  font-weight: bold;
  font-size: 13px;
  display: block;
  height: 20px;
}

.calendar td a:hover,
.calendar td a:active {
  background-position: -23px 0;
  color: white !important;
  outline: 1px solid #eee;
}

.calendar th a {
  color: white;
  position: relative;
  top: 1px;
  text-decoration: none;
  font-size: 20px;
  margin: 0 5px;
}

.calendar th a:hover,
.calendar th a:active {
  color: #ddd;
}