/**
 * ORANGE
 */
#top-menu{background: #fc7100;}
h1.post-title,
h2.post-title { color:#fc7100 }

a { color: #fc7100; }
a:hover { color: #dedede; }
a:focus { color: #dedede; }

blockquote{ border-left: 2px solid #fc7100; border-right: 2px solid #fc7100; }

.button { background: #fc7100;  border: 1px solid #fc7100; }
.button.primary { background-color: #fc7100; border: 1px solid #fc7100; }
.button.disabled, .button[disabled] { background: #fc7100; }
.button.disabled:hover, .button[disabled]:hover { background: #fc7100; }
.button.dropdown.split:hover, .button.dropdown.split:focus { background-color: #fc7100; }

.button.dropdown.split > span{ background-color: #fc7100; }

.nav-bar > li.active { background: #fc7100; border-color: #c95a00; }
.nav-bar > li.active:hover { background: #fc7100; cursor: default; }

div.alert-box{ background-color: #fc7100; }

.label{ background: #fc7100; }

.panel.callout{ background: #fc7100;  }
.panel.callout .button{ color: #fc7100; }

dl.sub-nav dd.active a { background: #fc7100; }

ul.pagination li.current a{ background: #fc7100; }
ul.pagination li.current a:hover, ul.pagination li.current a:focus { background: #fc7100; }

.button {
    background: #fc7100; /* Old browsers */
    background: -moz-linear-gradient(top,  #fc7100 0%, #fc7100 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b71111), color-stop(100%,#fc7100)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fc7100 0%,#fc7100 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fc7100 0%,#fc7100 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fc7100 0%,#fc7100 100%); /* IE10+ */
    background: linear-gradient(top,  #fc7100 0%,#fc7100 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc7100', endColorstr='#fc7100',GradientType=0 ); /* IE6-9 */
}

.comment-form input[type="submit"],
.contact-form input[type="submit"],
.login-form input[type="submit"] {
	background: #fc7100;
}

.newsSidebar ul li h4 a{
	color:#fc7100;
}

.copyright {
	background: #fc7100;
}
.copyright a{
	color:#fff;
	text-decoration: underline;
}

.cat-title { 
	background-color: #fc7100;
}

#main-menu a:hover, #main-menu li.active a {
    background: #fc7100;
}

.pagenation li.active{
	background: none repeat scroll 0 0 #535353 !important;
}
.pagenation li{
	background: none repeat scroll 0 0 #fc7100 !important;
}