/* General style */
a{
	color: #C29C24;
}
a:hover, a:focus {
	color: #333333;
	text-shadow: 0 0 5px #dcaa0b;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet Ms",Arial,sans-serif;
	font-weight: 100;
	letter-spacing: -1px;
	line-height: 45px;
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	*background-color: #d7991e;
	background-image: -moz-linear-gradient(top, #FEC311, #d7991e);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FEC311), to(#d7991e));
	background-image: -webkit-linear-gradient(top, #FEC311, #d7991e);
	background-image: -o-linear-gradient(top, #FEC311, #d7991e);
	background-image: linear-gradient(to bottom, #FEC311, #d7991e);
	background-repeat: repeat-x;
	border-color: #d7991e #d7991e #ad6704;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffFEC311', endColorstr='#ffd7991e', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
	color: #ffffff;
	background-color: #d7991e;
	*background-color: #df8505;
}

.btn-primary:active,
.btn-primary.active {
	background-color: #c67605 \9;
}
/* End of general style */

.navbar-inverse .nav li.dropdown.open > .dropdown-toggle, .navbar-inverse .nav li.dropdown.active > .dropdown-toggle, .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
	background-color: rgba(169, 169, 169, 0.09);
	color: #ffffff;
}
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus,
.dropdown-submenu:hover>a,
.dropdown-submenu:focus>a{
	text-decoration:none;
	color:#000;
	background: #FEC311;
}

.search-icon { 
	background: url("../img/glyphicons-halflings-white.png") no-repeat scroll -43px 7px rgba(0, 0, 0, 0); 
}
.advsearch {
	background: #eee;
	border: 1px solid #ddd;
	border-radius: 0 0 5px 5px;
}
.advsearch:hover {
	background: #fff;
}

.header{ 
	background:  rgba(0, 0, 0, 0.63);
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.33), 0 -1px 0 #000 inset;
}
.header .logo{ color: gold; }

.header,
.frontpage .pageheading{
	color: #ccc;
}
.pageheading {
	background: url("../img/banner-front-amj.jpg") bottom right no-repeat;
}
.pageheading h2,
.pageheading h3{
	color: #fff;
	text-shadow: 0 0 10px #fff;
}
.frontpage #homepageImage {
    background:  rgba(255, 255, 255, 0.11);
    border: 1px solid rgba(237, 237, 237, 0.35);
    box-shadow: 0 0 10px #000 inset;
    padding: 5px;
}
.row-fluid .frontdescarea.span9 {
	background:  rgba(0, 0, 0, 0.57);
}
.frontdesctext a {
	color: #f7f16e;
}
.row-fluid .frontloginform {
	background:  rgba(255, 255, 255, 0.5);
	color: #555;
}
.frontbuttons a {
	background: #000;
}
.frontbuttons a:hover {
	background: #FFAD00;
}
.frontmenu a {
	background: rgba(255, 255, 255, 0.5);
	color: #555;
}
.frontmenu a:hover {
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
}

.breadcrumb {
background: #222222; /* Old browsers */
background: -moz-linear-gradient(left,  #222222 0%, #7d7e7d 50%, #222222 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#222222), color-stop(50%,#7d7e7d), color-stop(100%,#222222)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #222222 0%,#7d7e7d 50%,#222222 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #222222 0%,#7d7e7d 50%,#222222 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #222222 0%,#7d7e7d 50%,#222222 100%); /* IE10+ */
background: linear-gradient(to right,  #222222 0%,#7d7e7d 50%,#222222 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#222222',GradientType=1 ); /* IE6-9 */


	border: 0 none;
	border-radius: 0;
	box-shadow: none;
	color: #fff;
	font-size: 11px;
	list-style: none outside none;
	margin: auto;
	padding: 5px 15px;
	position: relative;
	width: 90%;
}
.breadcrumb:after {
	border-color: #222222 transparent transparent;
	border-style: solid;
	border-width: 32px 25px 0 0;
	content: "";
	display: block;
	height: 0;
	position: absolute;
	right: -25px;
	top: 0;
	width: 0;
}
.breadcrumb:before {
	border-color: transparent #222 transparent transparent;
	border-style: solid;
	border-width: 0 25px 32px 0;
	content: "";
	display: block;
	height: 0;
	left: -25px;
	position: absolute;
	top: 0;
	width: 0;
}
.breadcrumb > a {
	color: #cccccc;
}

.maincontent .menu a{
	background: #ddd;
}
.maincontent .menu a:hover {
	background:  #3c3c3c;
	color: #ffd300;
}

.aboutPage > div {
	border-radius: 0;
}

.footer{
	border-top: 1px solid #ccc;
	background: #eee;
}



/* pagination */
.paginationbar {
    background: #eee;
    color: #555;
}
.paginationlinks > * {
    background: #ccc;
    border-left: 1px solid #eee;
    color: #555;
}
.paginationlinks strong {
	background: #ddd;
}
.paginationlinks a:hover {
	background: #999;
	color: #fff;
}
/* end of pagination */



