/*
Theme Name: Orica	
Description: Laget for Orica 2014
Author: Eirik Skjold
Version:
*/

div, ul, li, table, tbody, tr, td, p, h1, h2, h3 {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

body {
	font-family: "Arial";
}

#main {
	background: #FFF;
	margin: 5% auto;
	width: 940px;
	position: relative;
}

#header {
	height: 90px;
	background: #1E7AB5;
}

#all {
	background: #131B36;
}

#menu {
	width: 25%;
	float: left;
	padding-bottom: 40px;
}

#footer {
	height: 40px;
	background: #1E7AB5;
	bottom: 0px;
	right: 0px;
	width: 100%;
	color: #FFF;
	font-size: 12px;
	line-height: 40px;
}
#page-section {
	background: #FFF;
	min-height: 400px;
}

/* Header */
#header #logo {
	height: 100%;
	width: 25%;
	background: #FFF;
	float: left;
}
#header #logo img {
	margin: 10px;
	height: 70px;
	width: auto;
}
#header h1 {
	height: 100%;
	padding-left: 30px;
	color: #FFF;
	line-height: 90px;
	font-size: 35px;
	font-style: italic;
}


/* Menu */
#menu ul {
	margin: 30px 0px;
}
#menu li {
	display: block;
}

#menu a {
	display: block;
	padding: 5px 20px;
	font-size: 20px;
	color: #FFF;
	text-decoration: none;
}
#menu a:visited {
	color: #FFF;
}
#menu a:hover {
	background: #1E4892;
}

/* Page */
#content, #page {
	min-height: 360px;
	min-height: 70%;
}
#page {
	padding: 1.5%;
}
#page img.banner {
	width: 97%;
	height: 20px;
	padding-bottom: 10px;
}
#page h1 {
	padding-bottom: 10px;
}
#page p {
	padding-bottom: 10px;
}


/* Front Page */
#content {
	position: relative;
}
#newsfeed {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0px 10px
}
#newsfeed td {
	width: 10%;
	padding: 5px;
	vertical-align: top;
	position: relative;
}
#newsfeed button {
	position: absolute;
	right: 10px;
	bottom: 0;
}
#newsfeed td+td {
	width: 90%;
	border-right: 2px solid #131B36;
}
.hidden {
	display: none;
}

/* Gallery */

.gallery a {
	position: relative;
	display: block;
	float: left;
	margin: 5px;

	width: 150px;
	max-height: 150px;
}
.gallery .image img {
	width: inherit;
	max-height: inherit;
}
.gallery .file img {
	width: 150px;
	height: 130px;
}
#page.gallery p {
	position: absolute;
	bottom: 0px;
	padding: 0px;

}

/* Footer */
#footer *:first-child {
	padding-left: 20px;
}
#footer * {
	padding: 0px 11px 0px 10px;
	border-right: 1px solid #FFF;
}
#footer *:last-child {
	border: none;
	padding-right: 0px;
}
#footer a:visited { color: #FFF; }
#footer a { color: #FFF; }