/*
 * Author: Slobodan Pejic
 * Description: Contains the layout of all elements.  TODO: move any
 * non-layout styles into other files
 */

body {
	padding: 0;
	margin: 0;
	font-family: sans-serif;
}

a:link {
	color: #054705;
}

a:visited {
	color: #153b21;
}

img.floatLeft, img.center {
	margin-bottom: 0.2em;
}

img.floatLeft, .newsitem img, .blogitem img {
	float: left;
	margin-left: 0;
	margin-right: 0.7em;
}

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.newsitem img, .blogitem img {
	width: 200px;
}

#header {
	background-image: url( '../img/logo-wide-small.png' );
	background-position: 50% 80%;
	background-repeat: no-repeat;
	color: black;
	height: 120px;
	width: 100%;
	background-color: #ece3be;
	color: black;
	padding-left: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	border-bottom: 3px solid #dcd3ae;
}

ul.topmenu {
	padding: 0;
	margin: 0;
}

ul.topmenu li {
	display: inline;
	padding-left: 0.5em;
	padding-right: 0.5em;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	text-decoration: uppercase;


	border-style: solid;
	border-top-width: 0;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
}

ul.hovermenu li {
	border-color: transparent;
}

ul.hovermenu li:hover {
	background: #dcd3ae;
	color: black;
	border-color: #25b725;
}

.minormenu ul {
	margin: 0;
	padding: 0;
}

.minormenu ul li {
	display: block;
	border-right-width: 1em;
	border-right-style: solid;
}

.minormenu ul li a {
	display: block;
	padding-left: 1em;
	padding-right: 0.5em;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	width: 100%;
}

.minormenu {
	position: absolute;
	width: 8em;
	padding-top: 1em;
	margin-top: 0;
	margin-right: 1em;
	height: 100%;
	min-height: 20em;

	/*overflow: hidden;*/
}

.minormenu:after {
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
}

.content, .homenews, .homeblogs {
	padding-left: 1em;
	padding-right: 1em;
	padding-bottom: 4em;
}

h3.aboutus {
	text-decoration: underline;
}

.homenews, .homeblogs {
	max-width: 45%;
}

.homecenter {
	/* background-image: url('../img/placeholder-small.png');
	background-repeat: no-repeat;
	background-position: 50% 2em;*/
	min-height: 400px;
	margin: auto;
	max-width: 60em;
}

.homenews {
	float: left;
}

.homeblogs {
	float: right;
}

.content {
	margin: auto;
	padding-left: 9em;
	max-width: 40em;
}

.newsitem, .blogitem {
	clear: left;
}

.majortitle {
	color: #362;
	margin-bottom: 0;
	font-variant: small-caps;
	padding-left: 5em;
	border-bottom: 3px solid #473;
}

.majortitle.home {
	padding-left: 0;
	text-align: center;
}

.maintitle {
	text-align: center;
}

p.author {
	text-align: center;
	text-transform: small-caps;
	font-weight: bold;
}

p.question {
	font-weight: bold;
}

p.personDescription {
	font-style: italic;
}

.dropcaps:first-letter {
	font-size: 3em;
	float: left;
}

table {
	border-top: 1px solid;
	border-left: 1px solid;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
}

table tr {
	margin: 0;
	padding: 0;
}

table td, table th{
	margin: 0px;
	padding: 0.2em;
	border-bottom: 1px solid;
	border-right: 1px solid;
}
