/* Red Color Scheme */

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

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

#childnavigation { 
background-color: #F00;
}

/* Info under post titles */
.postinfo a:link, .postinfo a:visited {
color:#900;
}
            
.postinfo a:hover {
color:#B00;
}

/*Content links*/
.postcontent a:link, .postcontent a:visited {
color:#C00;
}
        
.postcontent a:hover {
color:#500;
}

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

#comments .commentinfo a:link, #comments .commentinfo a:visited {
color:#900;
}
            
#comments .commentinfo a:hover {
color:#B00;
}

#bottombar {
background-color:#D00;
}
        

#footer {
background-color:#F00;
}

/*Ships and things*/
	
div.shot {
	background-color: #D00;
	background: url('images-red/shot-red.gif') no-repeat;
	background-position: 65px 0px;
}


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

/*Gallery Colors*/

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

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

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

#rocketbottom {
	background: #eee url("images-red/rocketbottom-red.gif") no-repeat;
	}

/*bbpress Colors*/

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

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

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

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

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