
/* Pumpkin */
#content h2,
#content h3 { color: #d35400; }
#content h2.center { border-color: #d35400; }
	
#header { background: #d35400; }

#footer { background: #d35400; color: #ddd; }
#bottom { background: #c74f00; }
#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: #e36410; color: #c74f00; }

#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); }
