/* --------------------------------
    4.0.0-a2 Style adjustments.css
   -------------------------------- */

html, body {
	background: #FFFFFF;
	box-shadow: inset 0 250px 250px rgba(118, 169, 219, 0.6);
}

h3 {
	font-size: 0.9em;
}

.header-profile {
	text-shadow: none;
}

.wrap {
	background: #ffffff;
	border-width: 0;
	border-radius: 0 0 10px 10px;
/*	max-width: 1400px; */
	margin: 0 auto;
	padding: 0 12px;
}

.headerbar {
	background-image: url("./images/header3.jpg")
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border-radius: 10px;
	margin: 0;
	padding: 0 5px;
}

.navbar {
	background-color: transparent  !important;
/*	box-shadow: inset 0 3px 3px rgba(31, 104, 156, 0.4); */
	border-radius: 0;
	padding: 3px 4px;
	margin: 0;
}

.navbar a {
	color: #0f4d8a;
}

.navbar a:hover {
	color: #d41142;
}

.c-hero-logo {
    margin-right: -155px;
	padding-right: 0;
}

.c-hero-logo-img g {
	fill: #edf4f7;
}

#site-description.site-description.c-hero {
	width: 100%;
	text-align: center;
	text-shadow: 1px 1px 4px #000000;
	margin: 20px 8px;
}

.navbar.nav-breadcrumbs {
	background: transparent  !important;
	box-shadow: none !important;
	border-radius: 0;
	padding: 3px 4px 0;
}

.forumbg, .forabg {
	border-radius: 10px;
}

.forumbg .header a:hover,
.forabg .header a:hover,
th a:hover {
	color: #D9EBFC;
}

ul.nav-breadcrumbs, h2 {
	margin: 0;
}

.bg1, .bg2 {
	border-radius: 10px;
	box-shadow: inset 0 3px 3px rgba(31, 104, 156, 0.2);
}

li.row {
	border-radius: 10px;
	box-shadow: inset 0 3px 3px rgba(31, 104, 156, 0.4);
}

li.row:hover {
	background-color: #DDEAF0;
}

.dropdown-contents > li {
	padding-right: 3px;
}

a.lastsubject, a.topictitle {
	background: #EDF4F7;
	padding: 0 4px;
	border: 1px solid #0f4d8a;
	border-radius: 6px;
}

.stat-block {
	padding: 0 8px;
}

ul.navlinks {
    border-top-color: transparent !important;
}

.button-search-end {
    margin-right: 5px;
}

.headerspace {
	margin: 10px 8px 0;
}

.row-item-link-mine {
    background-color: #d41142;
}