/*
Theme Name: Community Ecology
Theme URI:
Description: Community Ecology Research Oxford WordPress theme
Version: 1.0
Author: Liam Cattell
Author URI: http://www.liamcattell.co.nf
*/

html, body
{
	height: 100%;
}

body
{
	padding: 0;
	margin: 0;
	font-family: 'Roboto', sans-serif;
	font-size: 1.08em; /*0.8*/
	color: #2B2B2B;
	background-color: #F6F6F6;
	/*background-image:url('images/textures/sos.png');*/
	background-repeat:repeat;
}

table
{
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	font-size: 1em;
	border-collapse: collapse;
}

h1
{
	font-size: 1.7em; /*1.8*/
	font-weight: normal;
	letter-spacing: 1px;
	margin-top: 25px;
	font-family: 'Roboto Condensed', sans-serif;
	color: #4068a3;
}

h2
{
	font-size: 1.5em; /*1.5*/
	font-weight: normal;
	letter-spacing: 1px;
	font-family: 'Roboto Condensed', sans-serif;
	color: #4068a3;
}

h3
{
	font-size: 1.2em; /*1.2*/
	font-weight: normal;
	font-family: 'Roboto Condensed', sans-serif;
	color: #4068a3;
}

hr
{
	border: 0;
	border-top: 1px solid #D4D4D4;
	height: 1px;
}

a:link
{
	color:#2B2B2B;
	text-decoration: none;
}

a:visited
{
	color:#2B2B2B;
	text-decoration: none;
}

a:hover
{
	color: #D8331D;
	text-decoration: none;
}

a:active
{
	color:#2B2B2B;
	text-decoration: none;
}

ul
{
	list-style-type: circle;
	padding-left: 17px;
}

li
{
	margin-bottom: 15px;
	line-height: 160%;
}

p
{
	line-height: 160%;
}

.roundedcorners
{
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.verticalalign
{
	vertical-align: middle;
}

.content
{
	width: 1054px;
	margin: auto;
}

.title
{
	color: #4068a3;
	font-size: 2.3em; /*3.5*/
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bolder;
	letter-spacing: 1px;
}

#container
{
	min-height: 100%;
	position: relative;
}

#logo
{
	padding-right:15px;
	width: 80px;
}

#banner
{
	padding: 0;
	background-color: #002147; /*#2C5899;*/
	padding: 20px 0;
	background-image: url('images/textures/blue_cup.png');
	background-repeat:repeat;
}

#bannertitle
{
	color: #F6F6F6;
	font-size: 2.8em; /*3.5*/
	font-family: 'Lato', sans-serif;
	font-weight: bolder;
	letter-spacing: 1px;
	text-shadow: 0px 2px 8px rgba(0, 33, 71, 0.3), 0px -2px 8px rgba(0, 33, 71, 0.3);
	/*-webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0.7)));*/
}

#oxfordlogo
{
	float: right;
	height: 80px;
	width: 80px;'
}

#menubar
{
	padding: 0;
	background-color: #D4D4D4;
	background-image: url('images/textures/grey_cup.png');
	background-repeat:repeat;
	font-family: 'Roboto', sans-serif;
}

nav
{
	display: block;
	overflow: hidden;
	font-size: 1.2em;
}

nav ul
{
	margin: 0;
	padding: 0;
}

nav ul li
{
	display: inline-block;
	list-style-type: none;
	margin: 0;
	margin-right: 50px;
	padding: 10px 0 7px 0;
	border-bottom: 3px solid transparent; 
}

nav > ul > li > a
{
	display: block;
	text-decoration: none;
}

nav > ul > li:hover
{
	border-bottom: 3px solid #D8331D;
}

nav > ul > li:hover > a
{
	color: #D8331D;
}

nav > ul > li > ul
{
	background-color: #D4D4D4;
	background-image: url('images/textures/grey_cup.png');
	border-top: 0;
	display: none;
	margin: 0;
	margin-top: 10px;
	position: absolute;
	max-width: 200px;
	visibility: hidden;
	font-size: 0.8em;
}

nav > ul > li:hover > ul
{
	display: block;
	visibility: visible;
}

nav > ul > li > ul > li
{
	display: block;
	margin: 0;
	padding: 5px 2px;
}

nav > ul > li > ul > li > a
{
	display: block;
	text-decoration: none;
}

nav > ul > li > ul > li:hover > a
{
	color: #D8331D;
}

#main
{
	padding-bottom: 80px;
}

#contenttable
{
	/*margin-top: 30px;*/
	margin: 0;
}

.imagecell
{
	width: 25%;
	vertical-align: top;
	padding-right: 29px; /*30px;*/
	padding-top: 15px;
}

.imagecell:last-of-type
{
	padding-right: 0px;
}

#publicationscell
{
	vertical-align: top;
	padding-right: 29px;
}

/*.newscell*/
#newscell
{
	width: 25%;
	vertical-align: top;
}

/*#news
{
	margin: 0;
}*/

#searchouter
{
	background-color: #D4D4D4;
	padding: 10px;
	background-image: url('images/textures/grey_cup.png');
	background-repeat:repeat;
	width: 217px;
}

.searchtext
{
	vertical-align: top;
	width: 183px;
	height: 32px;
	padding: 0 8px;
	background-color: #F6F6F6;
	border: none;
	margin-right:0;
}

.searchbutton
{
	border: none;
	color: #F6F6F6;
	background: #2B2B2B;
	cursor: pointer;
	margin-left: -2px;
	height: 32px;
	width:32px;
}

.searchbutton::-moz-focus-inner
{
	border: none;
}

.searchbutton:hover, #searchbutton:focus
{
	outline: none;
	background: #D8331D;
	border: none;
}

#aboutus
{
	vertical-align: top;
	/*padding-right: 30px;*/
}

#copyright
{
	color: #F6F6F6;
	font-size: 0.7em; /*0.8*/
	overflow: hidden;
	background-color: #2C5899;
	padding: 15px 0;
	background-image: url('images/textures/blue_cup.png');
	background-repeat:repeat;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

#copyright a
{
	color: #F6F6F6;
	text-decoration: none;
}

#copyright a:hover
{
	color: #F6F6F6;
	text-decoration: underline;
}

#persontable
{
	vertical-align: top;
}

.peoplecell
{
	width: 100px;
	padding-right: 20px;
}

.peopleimage
{
	width: 100px;
}

.personcell
{
	width: 50%;
	vertical-align: top;
	padding-right: 30px;
	padding-bottom: 30px;
}


.personimagecell
{
	padding-right: 10px;
	vertical-align: top;
	width: 1%;
}

.personimagecell:last-of-type
{
	width: 100%;
}

.metaimage
{
	vertical-align: middle;
}

#personmetalist
{
	list-style-type: none;
}