@import url(/local--code/green-fresh);


body {
	background: #fff url(/local--files/orange-fresh/footer-bg.png) repeat-x bottom;
}

#header h1 a {
	color: #f89326;
}

#top-bar ul {
	background: url(/local--files/orange-fresh/menu-bg.png) repeat-x top;
}

#top-bar ul ul {
	margin-right: 0;
}

#top-bar li a:hover {
	background: url(/local--files/orange-fresh/menu-hover.png);
}

#top-bar li ul li a {
	background: #f7850b;
}

#top-bar li ul li a:hover {
	background: #fba951;
}

h1, h2, h3, #page-title {
	color: #f7850b;
}

#login-status a {
	color: #f7850b;
}

div.buttons input, input.button, #login-status #account-topbutton, #account-options li a:hover, .change-textarea-size a {
	background: #f7850b;
}

div.buttons input:hover, input.button:hover, #login-status #account-topbutton:hover, .change-textarea-size a:hover {
	background: #fba951;

}

input.text, textarea {
	border-color: #f7850b;
}

div.buttons input, input.button, button, file, a.button {
	border:1px solid #ccc;
}

@media only screen and (max-device-width: 480px) {
  #container {
    width: 100%;
  }
}
