/* Companion Custom CSS over-rides for [ Unfinished Projects ]: ComicPress Silver - 1.1 */

A:link, A:visited, A:active{
	font: Arial,Helvetica; 
	color: #FFFFFF;
}

A:hover{
	font: Arial,Helvetica; 
	color: #336633;
}

A{
	text-decoration: none;
	color: #FFFFFF;
}

B{
	color: #FFFFFF;
}

body {
	position:center;
	left: 100px;
	margin: 20px 20px 20px 20px;
	font-family: Tahoma, Georgia, Helvetica, Arial, sans-serif;
	font-size: 13px;
	color:#000000;
	background-color: #FFFFFF;
	background: url(/DSCF0355.JPG) no-repeat center fixed;
	scrollbar-track-color:#333333;
	scrollbar-arrow-color:#666666;
	scrollbar-face-color:#FFFFFF;
	scrollbar-shadow-color:#333333;
	scrollbar-3dlight-color:#000000;
	scrollbar-darkshadow-color:#000000;
	scrollbar-highlight-color:#999999;
}

#banner	{
	background-image:url('/2011-Logo.png');
	border-width: 1px 1px;
	border: 0px solid #000000;
	padding:0px;
	height: 100px;
	width: 750px;
	text-align: center;
}

#header,#header h1,#banner h1{
	display:none;
}

#mainmenu{
	background-color: #333333;
	height: 22px;
	width: 750px;
	padding: 0px;
	text-align: center;
}

#mainmenu ul{
	list-style-type:none;
	margin:0 10px 0 10px;
	padding:0;
	overflow:hidden;
}

#mainmenu li{
	float:left;
}

#mainmenu a:link,#mainmenu a:visited{
	display:block;
	width:75px;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#333333;
	text-align:center;
	padding:3px;
	text-decoration:none;
	text-transform:uppercase;
}

#mainmenu a:hover,#mainmenu a:active{
	color:#889988;
	background-color:#666666;
}
					
#menu a {
	padding: 0px 10px 0 10px;
	display: block;
	color: #ffffff;
	text-decoration: none;
}

#menubar {
	background-image:  url(http://www.marrowproductions.com/images/header750x100.png) ;
	background-repeat: no-repeat;
	background-position: top center;
	height: 100px;
	border-color: #000;
}
	 
#wrapper {
}
 
#wrapper {
	margin: 50px auto;
}
#header {
	height: 55px;
}
#header-container {
	background-image:  url(http://www.marrowproductions.com/images/header750x100.png) ;
	background-repeat: no-repeat;
	background-position: top left;
	height: 100px;
}
h1.blogtitle a {
	color: #74AF8E;
	text-decoration: none;
}
 
h1.blogtitle a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
 
.description {
	color: #528F6C;
}
 
.description {
	display: block;
	width: 100%;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
 
h1.blogtitle {
	width: 100%;
}
 
h1.blogtitle {
	float: right;
	text-align: right;
}
 
#header {
}
 
.description {
	float: right;
	text-align: right;
}
 
#nav ul {
	text-transform: capitalize;
}
#horizontal-outer-widgets-2 .suf-horizontal-widget {
	width: 32%;
	display: inline-block;
	margin: 5px 5px 5px 5px;
}
 
* html #horizontal-outer-widgets-2 .suf-horizontal-widget {
	ma\rgin: 5px 5px 5px 4px;
}
 
.download {
	color: ##000000;
	background-color: ##bbe7f9;
	border-color: ##0000ff;
}
 
.announcement {
	color: ##000000;
	background-color: ##b8f9d5;
	border-color: ##088c43;
}
 
.note {
	color: ##000000;
	background-color: ##f9f6a7;
	border-color: ##e7d605;
}
 
.warning {
	color: ##000000;
	background-color: ##ffdbea;
	border-color: ##ff0000;
	}

///////////////////////////////////////////
body {/* Default styling for everything that is un-styled and doesn't inherit*/
/*	color:#efefef;*/
	color:#dedede;
}

blockquote{
	background: #222;
	border: 1px solid #555;
}

code, pre {
	background-color: #222222;
}
pre {
	border: 1px solid #555;
}

/* Headers */
h1, h2, h3, h4, h5, h6 {
	color: #eee;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #eee;
}

#wrapper {
	border: 1px solid #555;
	background-color: #222;
}

div.suf-widget {
	background: #000;
	border: 1px solid #555;
}

.dbx-handle {
	border-bottom: 1px dotted #555;
}

h1.blogtitle a {
	color: #ccc;
}

/* search form */
.searchform .searchfield{
	background: #444;
}

#nav {
	border-bottom: 1px solid #555;
}

#nav ul li{
	border: 1px solid #555;
	border-bottom: none;
}

#nav ul li a{
	color: #eee;
	background: #000;

/*	opacity:0.75;
	-moz-opacity:0.75;
	-khtml-opacity:0.75;
	filter:alpha(opacity=75);
	*/
}
/*
#nav ul ul a,
#nav ul ul ul a{
	opacity:1;
	-moz-opacity:1;
	-khtml-opacity:1;
	filter:alpha(opacity=100);
}
*/
#nav ul ul li {
	border: 1px solid #555;
}

/* style the links for the top level */
#nav a, 
#nav a:visited {
	color: #eee;
}

/* style the second level background */
#nav ul ul a.drop, 
#nav ul ul a.drop:visited {
	background: #000;
}

#nav ul ul li a,
#nav ul ul li a:visited {
	color: #eee;
}

/* style the second level links */
#nav ul ul a, 
#nav ul ul a:visited {
	background: #000;
	color:#eee; 
}


/* sub menu */
#subnav {
	background: #111;
	border: 1px solid #555;
}

#subnav li {
	border-right: 1px solid #666;
}

#subnav li a, 
#subnav li a:visited, 
#subnav .page_item {
	text-decoration: none;
	color: #666;
}

#subnav .current_page_item,
#subnav .current_page_parent {
	background: #444;
}

/* Third level */
#l3nav, #l4nav, #l5nav, #l6nav, #l7nav, #l8nav {
	background: #222;
	border: 1px solid #555;
	margin-top: 0px;
}

#l3nav .current_page_item, #l3nav .current_page_parent,
#l4nav .current_page_item, #l4nav .current_page_parent, 
#l5nav .current_page_item, #l5nav .current_page_parent,
#l6nav .current_page_item, #l6nav .current_page_parent,
#l7nav .current_page_item, #l7nav .current_page_parent,
#l8nav .current_page_item, #l8nav .current_page_parent {
	background: #444;
	border-left: 1px solid #555;
}

#l3nav li,
#l4nav li, 
#l5nav li, 
#l6nav li, 
#l7nav li, 
#l8nav li {
	border-right: 1px solid #666;
}

.post {
	background: #333333;
	color: #999999;
	border: 3px solid #889988;
}
.postdata {
	color: #999999;
}
.postdata a, .postdata a:visited {
	color: #999999;
}

/* post title */
h2.posttitle,
h2.posttitle a, 
h2.posttitle a:visited  {
	color: #fff;
}

h2.posttitle {
	border-bottom: dotted 1px #555;
}

.author {
	color: #aaa;
}

.tags {
	color: #aaa;
}

.tags a {
	font-weight: bold;
	color: #999;
}

div.page-links span {
	border-color: #222222;
}

/* next & previous page navigation */
.page-nav {
	background-color: #000;
	border: 1px solid #555;
}
.page-nav a, .page-nav a:visited {
	color: #fff;
}

/* next & previous post navigation */
.post-nav {
	background-color: #000;
	border: 1px solid #555;
}
.post-nav a, .post-nav a:visited {
	color: #999999;
	text-decoration: none;
}

.post-nav .previous a {
	background: url(images/older-post.png) no-repeat left center;
}

.post-nav .next a {
	background: url(images/newer-post.png) no-repeat right center;
}

/* commentform */
#commentform label {
	color:#ffffff;
	border: solid 1px #222;
}
#commentform small {
	color: #999999;
}

#commentform textarea {
	border: solid 1px #555;
	background: #333;
}

#commentform textarea:focus, #commentform input[type="text"]:focus {
	border: solid 1px #999;
}

.commentlist small a, .commentlist small a:visited {
	color: #999999;
}

a.comment-reply-link {
	border: solid 1px #222222;
}

a.comment-response-types, span.comment-response-types {
	border: solid 1px #222222;
}

/* Comments  */
h3#comments,
h3.comments {
	background: #333 url(images/icons/comments.png) no-repeat 7px center;
}

h3#respond,
h3.respond {
	background: #333 url(images/icons/comment_edit.png) no-repeat 7px center;
}

.commentlist li{
	padding: 5px 10px;
/*	list-style-type: none;
	border: dotted 1px #999;*/
	background-color: #080808;
	margin-bottom: 5px;
}

.commentlist .alt{
	background-color: #333;
}

#cred {
	border-top: 1px solid #555;
}

#cred a {
	color: #999;
}

/* commentform */
label {
	color:#666;
	font-size: 100%;
}
small {
	color: #555;
}

input{
	background: #333;
	color: #999;
	border: solid 1px #555;
}
	
textarea {
	color: #999;
	border: solid 1px #555;
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, #postbox textarea:focus {
	border: solid 1px #666;
}
	
/* sidebar */
#sidebar,
#sidebar-2 {
	margin-top: 15px;
	width: 260px;
	color: #666666;
	line-height: 160%;
}

/* sidebar */
.suf-widget h3,
.suf-widget h3:hover,
.suf-widget h3 a, 
.suf-widget h3 a:visited {
	color: #999;
}

div.suf-widget a:hover,
div.suf-widget a:active,
div#sidebar a:hover, 
div#sidebar-2 a:hover, 
div#sidebar a:active, 
div#sidebar-2 a:active {
	text-decoration: underline;
}

.suf-widget a,
#sidebar a, 
#sidebar-2 a, 
.suf-widget a:visited,
#sidebar a:visited,
#sidebar-2 a:visited {
	color: #999;
	text-decoration:none;
}

.wp-caption {
	background: #fff;
	text-align: center;
	padding: 4px;
	margin-bottom: 1em;
}

#postbox {
	background: #000;
	border: 1px solid #555;
	color: #666666;
}

#postbox textarea {
	border: solid 1px #555;
	background: #333;
}

.author-profile {
	border: solid 1px #555;
	background: #000;
}
