/* Companion Custom CSS over-rides for [ darkstar-studios.com ]: ComicPress - 2.8 */

body {  background: #fff url('http://www.darkstar-studios.com/images/newbg.jpg') repeat; }
#page { width: 800px; 
        background: #333333;
        border-width: 0px 2px 0px 2px;
	border-style: solid;
	border-color: #A1A1A1;
        }
        #menu li:hover a, #menu li.sfhover a {
		color: #F0E355; /* Main menu highlighted text color */
	}

#comic {
	background: #000;
	}

/* Font */
a {
	color: #a00;
	text-decoration: none;
}

a:link {
	color: #cc3a3a;
}

a:visited {
	color: #cc3a3a;
}

a:hover {
	color: #f00;
}

a:focus {
	outline: none;
}

a img {
	border: none;
}	
	
	
/* COMIC BOX */

#comicbox {
  }

#comicbox-text {
  font-weight: bold;
  color: #ffffff;
  }

#stb-custom-caption_box {
  }	
	
.image-feed-small a img { max-height: 100px; max-width: 100px; }

#subcontent-wrapper {
background: none repeat scroll 0 0 #434343;
}

/* Comic Nav */
#section-wrap {
background: #434343;
  }
  
 #sidebar-undercomic,comic-foot {
 margin: 0 0 15px 0;
 background: #434343;
 }
 
.narrowcolumn {
        background: #434343;
}

.post-content {
    padding: 10px;
    -moz-border-radius: 15px;
     border-radius: 15px;
     background: #fff;
     width: 570px;
     margin: 5px;
}
    
    #menubar-wrapper {
	background: url(http://www.darkstar-studios.com/images/menu-bar.png) center no-repeat;
}

.menu ul li a {
    display: block;
    padding: 11px 10px 11px 15px;
    text-decoration: none;
}

.menunav-rss {
    padding: 7px 12px 5px 0;
}

.sidebar ul li {
    margin: 0;
    padding: 0;
}

.tab-inner {
    padding: 4px;
}

.post-author-gravatar img {
    -moz-border-radius: 15px;
     border-radius: 15px;
     border-width: 2px 2px 2px 2px;
     border-style: solid;
     border-color: #A1A1A1
}

#sidebar-left {
 background: #434343;
}
#sidebar-right {
background: #434343;
}


.comment {
	display: block;
	padding: 2px;
	margin-top: 20px;
	-moz-border-radius: 15px;
        border-radius: 15px;
        background: #ffffff;
}

.comment-avatar {
	width: 64px;
	height: 64px;
	display: inline-block;
	float: left;
	margin-right: 5px;
	overflow: hidden;
	-moz-border-radius: 15px;
        border-radius: 15px;
}

.comment-meta-data {
    border: none;
    background: none;
}