/* Alternative colors: pink #ec008c; blue: #709dc8; #cff0fd; #226a8e; */

/* Main defaults */

html {
	overflow-y: auto;
	min-width: 800px;
}

body {
	color: #101010;
	font: normal 12px Verdana, sans-serif;
	background-image: url(../images/waves.jpg);
	background-position: center center;
	background-attachment: fixed;
	overflow: auto;
	padding: 0;
	margin: 0;
	font-weight: 100;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

/* Top layout */

div#searchSite {
	padding-left: 100%;
	margin-left: -245px;
	top: 50px;
}

div.global {
	padding: 0;
	background-color: transparent;
	width: 95%;
	border-radius: 25px;
}

#menucontainer, #submenucontainer, #bannercontainer {
	width: 100%;
}

#menucontainer {
	margin-top: -75px;
}

header#headercontainer, section#sectioncontainer {
	padding: 5px 25px 5px 25px;
	width: auto;
}

section#sectioncontainer {
	margin-top: 10px;
	min-height: 450px;
}

header#headercontainer {
	padding-top: 25px;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
}

footer#footercontainer, div.footerContent {
	padding: 0;
	margin: 0;
	border: 0;
}

footer#footercontainer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}

div.footerContent {
	background-color: rgba(205, 205, 205, 0.95);
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-bottom: 5px;
}

div.footerContent div#credits {
	padding: 5px 15px 0 5px;
	width: 25%;
	text-align: right;
	float: right;
}

div.footerContent div#copyright {
	padding: 5px 5px 0 15px;
	width: 70%;
	text-align: left;
	float: left;
}

#logindetails {
	position: absolute;
	top: 25px;
	left: 2.5%;
	padding: 5px 25px;
	color: #afafaf;
	width: 95%;
	margin-left: -49px;
	font-size: 100%;
}

#twitterLink, #rssLink {
	top: 12px;
	padding-right: 0;
}

#twitterLink img, #rssLink img {
	width: 26px;
	height: 26px;
	border: 1px solid #666666;
	background-color: rgba(255, 255, 255, 0.6);
	padding: 1px;
}

img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

/* Figure border */

figure {
	border: 1px #e8e8e8 solid;
}

img {
	border-radius: 8px;
}

/* Menu stuff */

#menucontainer {
	background-color: transparent;
}

#submenucontainer {
	background-color: transparent;
}

.activeMenu, .inactiveMenu {
	font-size: 150%;
}

#menuitems div:first-child a {
	font-size: 200%;
}

.inactiveMenu a, .inactiveMenu a:link, .inactiveMenu a:visited {
	color: #999999;
}

.activeMenu a, .activeMenu a:link, .activeMenu a:visited, .inactiveMenu a, .inactiveMenu a:hover {
	color: black;
}

#subMenuitems div.activeMenu a, #subMenuitems div.inactiveMenu a:hover {
	color: black;
	font-size: 80%;
}

#subMenuitems div.inactiveMenu a {
	color: #999999;
	font-size: 80%;
}

/* General links */

a {
	color: black;
	text-decoration: none;
	font-weight: 700;
}

a.private {
	font-style: italic;
}

.activeOptionsMenu a, .inactiveOptionsMenu a {
	text-decoration: none;
	font-weight: 700;
	font-size: 100%;
	padding: 0;
}

.activeOptionsMenu a::after, .inactiveOptionsMenu a::after {
	font-weight: normal;
	color: gray;
	content: " | ";
}

div#optionsMenuitems div:last-child a::after {
	content: "";
}

nav#optionsMenucontainer {
	overflow: visible;
}

div#optionsMenuitems {
	position: relative;
	top: 0;
	left: 0;
}

a:hover {
	color: gray;
}

/* Commonly used classes for layout */

.subtitle {
	color: #909090;
}

/* Defining common elements */

p {
	line-height: 150%;
}

i {
	color: #666666;
}

h1#sectionHeading {
	font-weight: normal;
	color: white;
	font-size: 300%;
	padding-left: 150px;
}

h1 {
	font-weight: normal;
	color: #afafaf;
	font-size: small;
}

h2 {
	font-weight: normal;
	color: #ec008c;
	font-size: 100%;
}

h3 {
	font-weight: normal;
	color: #ec008c;
	font-size: 100%;
}

/* Main sidebar formatting */

#sidebar {
	position: absolute;
	top: 165px;
	left: 97.5%;
	border-bottom-right-radius: 20px;
	border-top-right-radius: 20px;
	line-height: 140%;
	padding-top: 25px;
	margin-left: -317px;
}

#mainbar {
	width: auto;
	margin-right: 320px;
}

/* Classes used with divs for screen layout */

.form {
	border: 1px solid gray;
	background-color: #fffffa;
}

div.tabular div.record:nth-child(even) {
	background-color: #dfdfdf;
}

/* Used at top of listings */

.headerRecord, .headerRecord a {
	font-weight: bold;
	color: gray;
}

/* Blog stuff */

.blogArticle {
	border: 0;
	border-radius: 0;
	border: 1px solid #efefef;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	margin: 10px 0;
	padding: 20px;
	background-color: white;
	color: black;
}

article.blogArticle .blogComments, article.blogArticle .newsContent {
	overflow: hidden;
	margin: 2px 0;
}

article.blogArticle input.submit {
	float: none;
}

article.blogArticle .newsContent {
	font-size: 115%;
	line-height: 165%;
}

article.blogArticle figure {
	border: 0;
}

article.blogArticle figure img {
	border: 1px solid white;
	border-radius: 8px;
	margin: 20px;
	padding: 0;
	-webkit-filter: none;
	filter: none;
}

section#sectioncontainer img {
	-webkit-filter: none;
	filter: none;
}

article.blogArticle div.inset {
	clear: both;
	border: 1px #efefef solid;
	border-radius: 10px;
	padding: 10px;
	background-color: #f5f5f5;
	overflow: hidden;
}

div.blogButtons {
	clear: both;
	float: left;
	margin: 5px 0;
}

.blogArticle .newsContent p:first-child {
	margin-top: 0;
}

.blogArticle .newsContent p:last-child {
	margin-bottom: 0;
}

.blogArticle h2, .blogArticle h2 a {
	font-size: x-large;
	color: #cf2f2f;
	padding: 0;
	margin: 0;
	font-weight: lighter;
}

.blogArticle section p, .blogArticle ol, .blogArticle ul {
	color: black;
}

.blogArticle section a {
	color: #00008f;
	font-weight: 100;
}

.blogComments {
	padding: 3px 10px;
	background-color: #e8e8e8;
	border-radius: 6px;
}

h3.blogCommentHeading {
	clear: both;
	padding-top: 10px;
}

/* -------- */