/* General style */
h1, h2, h3, h4, h5, h6 {
  font-family: "Trebuchet Ms",Arial,sans-serif;
  font-weight: 100;
  letter-spacing: -1px;
  line-height: 45px;
}
#formErrors {
  background: none repeat scroll 0 0 #ffdee4;
  border: 1px solid #d29494;
  border-radius: 5px;
  padding: 10px 15px 0;
}
/* End of general style */

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

.header{ 
	background: none repeat scroll 0 0 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;*/
	color: rgba(51, 51, 51, 1);
}
.pageheading {
	background: url("../img/science-main-background.jpg") top left no-repeat;
	padding: 154px 25px 25px;
}
.pageheading h2,
.pageheading h3{
	color: #fff;
	text-shadow: 0 1px 0 #777, 0 2px 0 #777, 0 3px 0 #777, 0 3px 10px #000;
}
.frontpage #homepageImage {
    background: none repeat scroll 0 0 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: none repeat scroll 0 0 rgba(0, 0, 0, 0.57);*/
  /*background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.57);
  border-radius: 0 10px 10px 0;*/
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5); 
  border: 1px solid #fff;
  border-radius: 10px 0 0 10px; 
  margin: 0 0 0 -25px !important;
  width: 78%;
}
.frontdesctext a {
  /*color: #f7f16e;*/
  color: rgba(51, 51, 51, 1);
}
.row-fluid .frontloginform {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);
  border: 1px solid #fff;
  border-radius: 10px 0 0 10px;
  color: #555;
  margin: 0;
  position: absolute;
  right: 0;
  width: 23%;
}
.frontbuttons a {
  background: none repeat scroll 0 0 #6ecada;
  box-shadow: 0 -30px 30px #3da4bb inset;
  color: #195066;
  text-shadow: 0 1px 0 #8bdaff;
  border-radius: 5px;
}
.frontbuttons a:hover {
  box-shadow: 0 -20px 20px #43abc2 inset;
}
.frontmenu a {
	background: rgba(255, 255, 255, 0.5);
	color: #555;
}
.frontmenu a:hover {
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
}

.navbar {
  border-bottom: 1px solid #ffffff;
  box-shadow: 0 -23px 50px #000000;
}
.navbar .navbar-inner {
  background: linear-gradient(to right, #cccccc 0%, #feffff 50%, #cccccc 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  border-radius: 0;
  box-shadow: none;
  position: relative;
}
.navbar .nav > li > a {
  color: #555;
}
.dropdown-menu {
  border-radius: 10px 0;
}

.breadcrumb {
  background: linear-gradient(to right, #222222 0%, #7d7e7d 50%, #222222 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  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: green;
	color: #fff;
}

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

.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 */



