body {
	background: rgb(255, 159, 0);
	filter: progid:DXImageTransform.Microsoft.gradient(StartColorStr=#ffbe00, EndColorStr=#ff8000);
	background: -webkit-linear-gradient(top, rgb(255, 190, 0), rgb(255, 128, 0));
	background: linear-gradient(to bottom, rgb(255, 190, 0), rgb(255, 128, 0));
	color: rgb(0, 0, 0);
}
h1 a, h2 a, h3 a:not(.btn), h4 a {
	color: rgb(0, 0, 0) !important;
}
input, textarea, fieldset, select {
	border-color: rgb(206, 206, 206);
	background: rgb(255, 255, 255);
}
input:hover, input:focus, input:active, textarea:hover, textarea:focus, textarea:active, select:hover, select:focus, select:active {
	border-color: rgb(51, 51, 51);
}
input[type="email"]:focus, input[type="email"]:active, input[type="number"]:focus, input[type="number"]:active, input[type="search"]:focus, input[type="search"]:active, input[type="url"]:focus, input[type="url"]:active, input[type="text"]:focus, input[type="text"]:active, input[type="password"]:active, input[type="password"]:focus, textarea:focus, textarea:active, select:focus, select:active {
	box-shadow: inset 1px 1px 1px rgb(128, 128, 128);
}
button, input[type="submit"], input[type="button"], input[type="reset"], .readmore > .btn, .add-on {
	border-color: rgb(128, 128, 128);
	background: rgb(237, 237, 237);
	color: rgb(0, 0, 0) !important;
}
button:hover, button:focus, button:active, input[type="submit"]:hover, input[type="submit"]:focus, input[type="submit"]:active, input[type="button"]:hover, input[type="button"]:focus, input[type="button"]:active, input[type="reset"]:hover, input[type="reset"]:focus, input[type="reset"]:active, .readmore > .btn:hover, .readmore > .btn:focus, .readmore > .btn:active {
	border-color: rgb(51, 51, 51);
	background: rgb(206, 206, 206);
}
button:focus, button:active, input[type="submit"]:focus, input[type="submit"]:active, input[type="button"]:focus, input[type="button"]:active, input[type="reset"]:focus, input[type="reset"]:active, .readmore > .btn:focus, .readmore > .btn:active {
	box-shadow: inset 2px 2px 2px rgb(113, 113, 113);
}
figure > img {
	box-shadow: 0px 0px 1em 0.25em rgb(255, 159, 0);
}
body > nav .nav a {
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, 0.6);
	border-color: rgb(255, 175, 0) !important;
	color: rgb(113, 113, 113);
	color: rgba(113, 113, 113, 0.4);
}
body > nav .nav .active a {
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, 0.4);
	border-color: rgb(255, 152, 0);
	color: rgb(113, 113, 113);
	color: rgba(113, 113, 113, 0.6);
}
body > nav .nav li a:hover, body > nav .nav li a:focus, body > nav .nav li a:active {
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, 0.2);
	border-color: rgb(255, 128, 0);
	color: rgb(113, 113, 113);
	color: rgba(113, 113, 113, 0.8);
}
main .nav a {
	color: rgb(0, 0, 0);
	background: rgb(255, 255, 255);
}
main .nav a:hover, main .nav a:focus, main .nav a:active, main .nav .current > a {
	color: rgb(0, 0, 0);
	background: rgb(255, 252, 0);
	background: rgba(255, 252, 0, 0.5);
}
.star, .red {
	color: rgb(255, 0, 0);
}
.article-info {
	color: rgb(128, 128, 128);
}
.breaking, #system-message > * {
	border-color: rgb(255, 128, 0) !important;
}
.dropdown-menu, .tooltip-inner {
	background: rgb(97, 97, 97);
	background: rgba(97, 97, 97, 0.8);
}
article > *, .categories-list > *, .blog > *, .blog-featured > *, .blog-item, footer, #system-message > *, .latestnews, .tagssimilar, .tweet {
	background: rgb(255, 255, 255);
}
fieldset, .categories-list, .blog, .blog-featured, .blog-items, .list-hits > .badge-info, #system-message-container {
	background: none;
}
main div h1, .badge-info, .highlight {
	background: rgb(255, 190, 0);
	filter: progid:DXImageTransform.Microsoft.gradient(StartColorStr=#ffbe00, EndColorStr=#ff9f00, GradientType=1);
	background: -webkit-linear-gradient(left, rgb(255, 190, 0), rgb(255, 159, 0));
	background: linear-gradient(to right, rgb(255, 190, 0), rgb(255, 159, 0));
}
blockquote, pre {
	background: rgb(255, 159, 0);
	filter: progid:DXImageTransform.Microsoft.gradient(StartColorStr=#ff9f00, EndColorStr=#ffbe00, GradientType=1);
	background: -webkit-linear-gradient(right, rgba(255, 190, 0, 0.3), rgba(255, 159, 0, 0.3));
	background: linear-gradient(to left, rgba(255, 190, 0, 0.3), rgba(255, 159, 0, 0.3));
}
article a:link, article a:visited, a:link, a:visited, a:link, a:visited {
	color: rgb(255, 128, 0);
}
article a:hover, article a:focus, a:hover, a:focus, a:hover, a:focus, .current:link {
	color: rgb(255, 4, 0);
}
header h1 {
	background: -webkit-radial-gradient(center, 80% 40%, ellipse cover, rgb(255, 128, 0), rgba(255, 175, 0, 0));
	background: radial-gradient(ellipse 80% 40% at center, rgb(255, 128, 0), rgba(255, 175, 0, 0));
}
