/* Blue Color Scheme */

#header {
background: #133fff url('images-blue/title-blue.gif') no-repeat;
}

#navigation {
background: #0029f6 url('images-blue/navbar-blue.gif') repeat-x;
}

#childnavigation { 
background-color: #133fff;
}

/* Info under post titles */
.postinfo a:link, .postinfo a:visited {
color:#009;
}
            
.postinfo a:hover {
color:#00B;
}

/*Content links*/
.postcontent a:link, .postcontent a:visited {
color:#00C;
}
        
.postcontent a:hover {
color:#00D;
}

/*Comment Links*/
#comments a:link, #comments a:visited {
color:#00C;
}
        
#comments a:hover {
color:#00D;
}

#comments .commentinfo a:link, #comments .commentinfo a:visited {
color:#009;
}
            
#comments .commentinfo a:hover {
color:#00B;
}

#bottombar {
background-color:#0029f6;
}
        

#footer {
background-color:#133fff;
}

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

a:hover img {
	border-color: #00C;
}

/*Gallery Colors*/

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

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

.content a:hover {
	color: #00D;
}

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

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

#bbheader a:active, #bbheader a:hover {
	color:#56F;
}

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

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

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