
/* Midnight Blue */
#content h2,
#content h3 { color: #2c3e50; }
#content h2.center { border-color: #2c3e50; }
	
#header { background: #2c3e50; }

#footer { background: #2c3e50; color: #ddd; }
#bottom { background: #1c2e40; }
#footer h2, #footer h3 { color: #eee; }
#footer label { color: #ddd; }
#footer a { color: #ddd; }
#footer a:hover { color: #eee; }

#bottom { color: #eee; }
#bottom a { color: #eee; }
#bottom a:hover { color: #fff; }
#bottom a.to-top { background: #3c4e60; color: #1c2e40; }

#footer input,
#footer textarea { background: rgba(255,255,255,.2); color: #fff; }
#footer input:focus,
#footer textarea:focus { background: rgba(255,255,255,.3); }
#footer input[type="submit"] { background: rgba(255,255,255,.8); }
#footer input[type="submit"]:hover { background: rgba(255,255,255,.5); }
