/*
Theme Name: FTEPR
Author: Joe Sender
Author URI: http://spiderindustri.es/
Description: Custom theme for FTEPR
Version: 1.0
License: GNU General Public License
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

/*EOF reset */

p {
	margin-bottom: 1.2em;
}
strong, b {
	font-weight: bold;
}
em {
	font-style: italic;
}
a {
	color: #008937;
}
a:visited {
	color: #444;
}
pre {
	display: none;
}

html, body {
	min-height: 100%;
	background-color: #484646;
}
body {
	font-family: Georgia, Verdana, sans-serif;
	font-size: 14px;
	line-height: 1.25em;
	background-image: url('img/bg-fade.png');
	background-position: center;
	background-repeat: repeat-y;
	color: #222222;
}

div#main {
	min-height: 100%;
	width: 946px;
	margin: auto;
	background-color: #fff;
	padding: 0 14px 28px;
}
#ftepr-title img {
	float: left;
}
#ftepr-title img, #soas-logo img {
	display: block;
}
#soas-logo {
	float: right;
	margin-top: 10px;
}
div#navigation{
	height: 30px;
	background-image: url('img/nav-bg.png');
	font-family: 'PT Sans', Verdana, sans-serif;
	font-size: 16px;
	clear: both;
}
a.header-link, a.header-link:visited {
	height: 24px;
	display: block;
	float: left;
	text-transform: uppercase;
	color: #ffffff;
	text-decoration: none;
	padding: 6px 13px 0;
	background-image: url('img/nav-bg.png');
}
a.header-link:hover, a.header-link.current {
	background-image: url('img/nav-bg-active.png');
}

div#content {
	overflow: hidden;
	margin-top: 14px;
	clear: both;
}

div.wrapper {
	overflow: hidden;
}

div.text-box {
	border: 1px solid #EAEAEA;
	background-image: url('img/textbox-bg.png');
	background-repeat: repeat-x;
	background-position: top left;
	padding: 14px;
}

h2.subheader {
	color: #fff;
	clear: both;
	height: 23px;
	padding: 3px 14px 0;
	background-image: url('img/subheader-bg.png');
	margin:28px 0 14px;
	font-family: 'PT Sans', Verdana, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
}
h2.subheader.top{
	margin-top: 14px;
	margin-bottom: 28px;
}
h2.boxheader {
	color: #fff;
	height: 18px;
	padding: 2px 14px 0;
	background-image: url('img/subheader-bg.png');
	position: absolute;
	width: 262px;
	top: 0;
	left: 0;
	_left: -14px;
	font-family: 'PT Sans', Verdana, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
}
h3.subheader {
	color: #fff;
	height: 18px;
	padding: 2px 14px 0;
	background-image: url('img/nav-bg.png');
	font-family: 'PT Sans', Verdana, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 14px;
	clear: both;
}

img.banner {
	display: block;
}
.right-column.with-header {
	font-size: 13px;
}
#footer {
	margin-top: 100px;
	border-top: 2px solid #002300;
	border-bottom: 1px double #002300;
	border-bottom-width: 3px;
	text-align: center;
	font-size: 12px;
	padding: 8px 0;
	font-family: 'PT Sans', Verdana, sans-serif;
	clear: both;
}
#footer a {
	text-decoration: none;
	color: #002300;
}
.long-text {
	line-height: 1.6em;
}

/* Home */ 
#slideshow-outer {
	width: 626px;
	height: 360px;
	position: relative;
	overflow: hidden;
	float: left;
}
#home-slideshow {
	position: absolute;
	top: 0;
	left: 0;
	width: 10000px;
	cursor: pointer;
}
#home-slideshow li {
	float:left;
}
#slideshow-nav {
	position: absolute;
	bottom: 20px;
	text-align: center;
	width: 100%;
}
.slide-button {
	display: inline-block;
	*display: inline;
	width: 10px;
	height: 10px;
	background-image: url('img/buttons.png');
	margin: 0 3px;
	cursor: pointer;
	zoom: 1;
	overflow: hidden;
}
.slide-dot {
	background-position: 0 0 ;
}
.slide-dot.on {
	background-position: 0 10px;
}
.slide-next {
	background-position: 10px 0;
}
.slide-previous {
	background-position: 20px 0;
}
 
#home-copy {
	height: 330px;
	font-size: 16px;
	width: 274px;
	line-height: 1.5em;
}
div.vignette {
	width: 210px;
	min-height: 184px;
	float:left;
	margin-left: 14px;
	margin-bottom: 14px;
	font-size: 13px;
	padding: 7px;
	display: inline;
}
div.vignette.first {
	margin-left: 0;
}
.vignette h3 {
	font-weight: bold;
	margin-bottom: 1.3em;
}

/* Maps */

div.gmap {
	width: 800px;
	margin: auto;
}
.map-info h2.boxheader {
	_left: 0;
}

/* About */
.left-column {
	width: 626px;
	float: left;
	padding: 0;
}
.left-column.text-box {
	width: 598px;
}
.right-column {
	float: right;
	width: 290px;
}
div.right-column div.with-header {
	padding: 14px;
	padding-top: 34px;
	position: relative;
	margin-bottom: 28px;
	width: auto;
}

/* Who We Are */

div.person, div.people-list {
	margin-bottom: 28px;
	overflow: hidden;
	font-size: 13px;
	clear: both;
}

span.person-name {
	font-weight: bold;
}
span.person-desc {
	font-style: italic;
}
img.portrait {
	display: block;
	float: left;
	border: 1px solid #EAEAEA;
}
.person .biog {
	float:right;
	width: 434px;
	height: 150px;
	padding: 14px;
}
.person .biog p, .person .biog h2 {
	margin-bottom: 1em;
}
.person .biog h2 {
	font-weight: bold;
	font-size: 13px;
}

/* Publication */

.publication {
	line-height: 1.4em;
	margin-bottom: 50px;
}
.publication h2, .news h2 {
	font-weight: bold;
}
a.sidebar-link {
	text-decoration: none;
	font-size: 15px;
	font-family: 'PT Sans', Verdana, sans-serif;
	text-transform: uppercase;
	line-height: 1.4em;
}
a.sidebar-link:hover {
	text-decoration: underline;
}

/* Photos */
.photo-thumb {
	float: left;
	display: block;
	height: 150px;
	width: 226px;
	margin-left: 14px;
	margin-bottom: 14px;
	position: relative;
	overflow: hidden;
}
.photo-thumb.column-1 {
	margin-left: 0;
}
.single-image {
	display: none;
}
.photo-nav {
	font-family: 'PT Sans', Verdana, sans-serif;
	overflow: hidden;
	text-transform: uppercase;
}
.photo-nav p {
	margin-bottom: 5px;
}
.photo-nav a {
	cursor: pointer;
}
.photo-nav .caption {
	float: left;
	width: 700px;
}
.photo-nav .links {
	float: right;
}
.thumb-caption {
	background-color: #444;
	background-color: rgba(0,0,0,0.6);
	position: absolute;
	top: 150px;
	left: 0;
	width: 212px;
	padding: 7px;
	color: #fff;
	font-size: 13px;
	pointer-events: none;
}
#lrg-img-holder {
	position: relative;
	height: 630px;
}
#loading {
	position: absolute;
	top:50%;
	left:50%;
	margin-left: -110px;
	margin-top: -10px;
	display:none;
}
/* Location */
div.text-box.map-info {
	width: 198px;
	padding: 34px 14px 14px;
	float: left;
	position: relative;
	font-size: 13px;
}
.map-info h2.boxheader {
	width: 198px;
}
.map-holder {
	width: 704px;
	float: right;
	height: 468px;
	border: 1px solid #EAEAEA;
}
.wrapper.maps {
	margin-bottom: 28px;
	clear: both;
}
a.reset-map {
	background-color: #CCC;
	cursor: pointer;
	display: block;
	font-weight: bold;
	padding: 6px;
	text-align: center;
	text-transform: uppercase;
}
a.reset-map:hover {
	background-color: #AAA
}

iframe {
	border: none;
}
.text-box ul {
	margin-bottom: 1.2em;
}
.text-box ul li{
	text-indent: 14px;
}
.locations-blurb{
	width: 676px;
	float: right;
	margin-bottom: 14px;
}
/* Links */
.text-box.link {
	margin-bottom: 28px;
}
.bookmarks h2 {
	font-family: 'PT Sans',Verdana,sans-serif;
	text-transform: uppercase;
	margin-bottom: 0.5em;
}
.bookmarks p {
	font-size: 12px;
}

/* News */
.news-date {
font-size: 12px;
font-style: italic;
}
.text-box.news {
	margin-bottom: 50px;
}

