/* Grayscale Color Scheme */

#header {
background: #DDD url('images-grayscale/title-grayscale.gif') no-repeat;
}

#navigation {
background: #636363 url('images-grayscale/navbar-grayscale.gif') repeat-x;
}

#childnavigation { 
background-color: #DDD;
}

#childnavigation ul li a:link, #childnavigation ul li a:visited {
color:#222;
}

#childnavigation ul li a:hover {
color:#777;
}

/* Info under post titles */
.postinfo a:link, .postinfo a:visited {
color:#555;
font-weight:bold;
}
            
.postinfo a:hover {
color:#222;
}

/*Content links*/
.postcontent a:link, .postcontent a:visited {
color:#555;
font-weight:bold;
}
        
.postcontent a:hover {
color:#222;
}

/*Comment Links*/
#comments a:link, #comments a:visited {
color:#555;
}
        
#comments a:hover {
color:#222;
}

#comments .commentinfo a:link, #comments .commentinfo a:visited {
color:#555;
}
            
#comments .commentinfo a:hover {
color:#222;
}

#bottombar {
background-color:#DDD;
}

 #bottombar ul li h2 {
 color:#222;
 border-bottom:2px solid #AAA;
 }
 
 #bottombar ul li {
 margin:0 0 20px 0;
 }
 
     #bottombar ul li ul li, #bottombar ul li div {
     color:#222;

     border-bottom:1px dotted #AAA;
     }

#bottombar a:link, #bottombar a:visited {
    color:#111;
}

#bottombar a:hover {
text-decoration:underline;
color:#444;
}

#footer {
background-color:#636363;
}

/*Ships and things*/

div.shot {
	background-color: #636363;
	background: url('images-grayscale/shot-grayscale.gif') no-repeat;
	background-position: 65px 0px;
}


a:hover img {
	border-color: #FFF;
}

/*Gallery Colors*/

.gallery-thumb a:hover img {
	border-color: #FFF;
}

.content a:link, .content a:visited {
	color:#555;
}

.content a:hover {
	color: #222;
}

#rocketbottom {
	background: #eee url("images-grayscale/rocketbottom-grayscale.gif") no-repeat;
	}
	
/*bbpress Colors*/

#bbheader h1 a:link, #bbheader h1 a:visited {
	color:#fff;
	font-weight:bold;
}

#bbheader h1 a:active, #bbheader h1 a:hover {
	color:#aaa;
}

#bbheader a:link, #bbheader a:visited {
	color:#555;
	font-weight:bold;
}

#bbheader a:active, #bbheader a:hover {
	color:#888;
}

#main a:link, #main a:visited {
	color:#333;
	font-weight:bold;
}

#main a:active, #main a:hover {
	color:#000;
}

#latest tr:hover, #forumlist tr:hover, #favorites tr:hover { background: #d9d9d9; }

.sticky { background: #eaeaea; }