/* Alternative colors: pale gray #efefef; blacky: #030505; */

/* Main defaults */

body {
	background-color: #eeeeee;
	color: #030505;
	font: normal 12px Verdana, sans-serif;
}

/* Top layout */

#logindetails {
	padding: 5px 0;
	width: 960px;
	color: #999999;
}

div#searchSite {
	margin-left: 715px;
}

/* Figure border */

figure {
	border: 1px #e8e8e8 solid;
}

/* Menu stuff */

#menucontainer {
	background-color: #030505;
	-webkit-border-bottom: 0;
	border-radius: 0;
}

#submenucontainer {
	background-color: #efefef;
	-webkit-border-bottom: 0;
	border-radius: 0;
}

nav#submenucontainer.private {
	background-color: #999999;
}

.activeMenu, .inactiveMenu {
	font-size: 120%;
}

.inactiveMenu a, .inactiveMenu a:link, .inactiveMenu a:visited {
	color: white;
	background-color: #030505;
}

.activeMenu a, .activeMenu a:link, .activeMenu a:visited, .inactiveMenu a, .inactiveMenu a:hover {
	color: white;
	background-color: #666666;
}

#subMenuitems div.activeMenu a, #subMenuitems div.inactiveMenu a:hover {
	color: white;
	background-color: #c7005f;
	font-size: 80%;
}

#subMenuitems div.inactiveMenu a {
	color: white;
	background-color: #666666;
	font-size: 80%;
}

.activeMenu a.private, .activeMenu a.private:link, .activeMenu a.private:visited, .inactiveMenu a.private:hover {
	color: white;
	background-color: #999999;
}

.activeOptionsMenu, .inactiveOptionsMenu  {
	font-size: 100%;
}

.inactiveOptionsMenu a, .inactiveOptionsMenu a:link, .inactiveOptionsMenu a:visited {
	color: gray;
	border: 1px solid gray;
	background-color: white;
}

.activeOptionsMenu a, .activeOptionsMenu a:link, .activeOptionsMenu a:visited, .inactiveOptionsMenu a, .inactiveOptionsMenu a:hover {
	color: white;
	border: 1px solid gray;
	background-color: gray;
}

#subMenuitems div.activeMenu a.private, #subMenuitems div.inactiveMenu a.private:hover {
	background-color: gray;
}

#subMenuitems div.inactiveMenu a.private {
	background-color: #999999;
}

/* General links */

a {
	color: red;
	text-decoration: none;
}

a.private {
	font-style: italic;
}

a:hover {
	color: black;
}

/* Commonly used classes for layout */

.subtitle {
	color: #909090;
}

/* Defining common elements */

p {
	line-height: 150%;
}

i {
	color: gray;
}

h1 {
	font-weight: normal;
	color: #030505;
	font-size: 220%;
	text-align: center;
}

h2 {
	font-weight: bolder;
	color: #666666;
	font-size: 130%;
}

h3 {
	font-weight: bolder;
	color: #666666;
	font-size: 110%;
}

#logo {
	margin-right: 25px;
}

/* Main sidebar formatting */

#sidebar {
	border-left: 1px #e8e8e8 solid;
	line-height: 140%;
	background-color: transparent;
}

/* Classes used with divs for screen layout */

.form {
	border: 1px solid gray;
	background-color: #fffffa;
}

/* Highlight news and main newsitem module */

.newsDate {
	font-style: italic;
}

.newsTitle {
	font-weight: bold;
}

.newsContent {
	font-size: 90%;
}

.item {
	border-bottom: 1px #e8e8e8 solid;
}

.newsitems p {
	line-height: 150%;
}

/* Used at top of listings */

.headerRecord, .headerRecord a {
	font-weight: bold;
	color: gray;
}

/* Greeting page formatting */

.welcomeText, .welcomeText p {
	font-size: 110%;
	line-height: 150%;
}

/* Extra formatting within ebookworldservices */

#sectioncontainer.greeting.greeting1 {
	background: url(../images/world-distribution-2.png) top right no-repeat;
	background-color: transparent;
}

section.greeting.greeting1 h1 {
	display: none;
}

h1.banner {
	font-variant: small-caps;	
	margin: 10px auto 0;
	font-family: 'Amethysta', serif;
	font-size: 520%;
	float: none;
}

.welcomeText h2 {
	font-family: 'Amethysta', serif;
	font-size: 350%;
	text-align: center;
	font-weight: normal;
	line-height: 125%;
}

.welcomeText p, .welcomeText li {
	font-family: 'Actor', sans-serif;
	font-size: 105%;
	text-align: center;
	padding: 0 50px;
}

.welcomeText li, .welcomeText ul {
	text-align: left;
	margin-left: 75px;
	padding: 0 75px 2px 5px;
}

/* Formatting of global */

div.global {
	padding: 25px 25px 0 25px;
	border-radius: 20px;
	margin: 20px auto;
	background-color: white;
}

/* Formatting of menus */

.activeOptionsMenu, .inactiveOptionsMenu {
	padding-top: 1px;
}

#menucontainer, nav#submenucontainer.private {
	background-color: transparent;
	border-radius: 0;
}

.inactiveMenu a, .inactiveMenu a:link, .inactiveMenu a:visited {
	color: white;
	background-color: #030505;
	border-radius: 10px;
	margin: 10px;
}

.activeMenu a, .activeMenu a:link, .activeMenu a:visited, .inactiveMenu a:hover {
	color: white;
	background-color: red;
	border-radius: 10px;
	margin: 10px;
}

.footerContent {
	text-align: center;
}

.footerContent p {
	font-family: 'Amethysta', serif;
	font-size:130%;
	font-variant: small-caps;
	line-height: 80%;
}

/* Social network icons */

#twitterLink, #rssLink, #facebookLink, #linkedinLink {
	top: auto;
}

/* -------- */