/* Companion Custom CSS over-rides for [ Carafe ]: ComicPress - 2.8 */



body {
background: #333366;
}

#page { 
background: #fff; 
}

#header {
background: #333366;
}

#tumenubar ul li {
  list-style-type: none;
  list-style-image: none;
  }

#tumenubar {
 background-color:#ffffff;
 text-align: left;
}

#tumenubar ul, #tumenubar ul li {
 margin: 0;
 padding: 0;
}

#tumenu a, #tumenu {
 display: inline-block;
 float: left;
 text-decoration: none;
 text-indent: -99999px;
}

#tumenu {
 padding: 0px 0 0 0;
 width: 100%;
 height: 50px;
 float: left;
}

#tumenu .home a {
 height: 50px;
 width: 137px;
 background: url('http://carafe.theunderfold.com/home.png') no-repeat;
}

#tumenu .about a {
 height: 50px;
 width: 164px;
 background: url('http://carafe.theunderfold.com/about.png') no-repeat;
}

#tumenu .connect a {
 height: 50px;
 width: 209px;
 background: url('http://carafe.theunderfold.com/connect.png') no-repeat;
}

#tumenu .rss a {
 height: 50px;
 width: 111px;
 background: url('http://carafe.theunderfold.com/rss.png') no-repeat;
}

#tumenu .forum a {
 height: 50px;
 width: 159px;
 background: url('http://carafe.theunderfold.com/forum.png') no-repeat;
}

#tumenu .home a:hover {
 background-position: -137px 0;
}

#tumenu .about a:hover {
 background-position: -164px 0;
}

#tumenu .connect a:hover {
 background-position: -209px 0;
}

#tumenu .rss a:hover {
 background-position: -111px 0;
}

#tumenu .forum a:hover {
 background-position: -159px 0;
}

#comic { 
padding: 0;
border: none; 
}