/* Green Color Scheme */

#header {
background: #10e300 url('images-green/title-green.gif') no-repeat;
}

#navigation {
background: #0db600 url('images-green/navbar-green.gif') repeat-x;
}

#childnavigation { 
background-color: #10e300;
}

/* Info under post titles */
.postinfo a:link, .postinfo a:visited {
color:#0db600;
}
            
.postinfo a:hover {
color:#0dCC00;
}

/*Content links*/
.postcontent a:link, .postcontent a:visited {
color:#0db600;
}
        
.postcontent a:hover {
color:#0dCC00;
}

/*Comment Links*/
#comments a:link, #comments a:visited {
color:#0db600;
}
        
#comments a:hover {
color:#0dEE00;
}

#comments .commentinfo a:link, #comments .commentinfo a:visited {
color:#0db600;
}
            
#comments .commentinfo a:hover {
color:#0dEE00;
}

#bottombar {
background-color:#0db600;
}
        

#footer {
background-color:#10e300;
}

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

a:hover img {
	border-color: #0db600;
}

/*Gallery Colors*/

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

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

.content a:hover {
	color: #0dEE00;
}


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

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

#bbheader a:active, #bbheader a:hover {
	color:#0dcF00;
}

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

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

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