/*
Theme:  beta
Design: Edd Baldry (https://twitter.com/heymonkeyriot)
Code:   Simon Blackbourn (https://twitter.com/lumpysimon)

This is the stylesheet for the panoslondon.panosnetwork.org legacy site.



	-------
	License
	-------

	Copyright (c) Panos, Edd Baldry, Simon Blackbourn. All rights reserved.

	Released under the GPL license:
	http://www.opensource.org/licenses/gpl-license.php

	This program is free software; you can redistribute it and/or modify
	it under the terms of the GNU General Public License as published by
	the Free Software Foundation; either version 2 of the License, or
	(at your option) any later version.

	This program is distributed in the hope that it will be useful,
	but WITHOUT ANY WARRANTY; without even the implied warranty of
	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
	GNU General Public License for more details.



*/



/*
	-----
	reset
	-----
*/



html, body, div, span, h1, h2, h3, h4,
p, a, em, img, strong, ol, ul, li {
	border: 0;
	font-weight: normal;
	font-style: inherit;
	font-family: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	text-decoration: none;
	vertical-align: baseline;
}

img {
	display: block;
}

ol, ul {
	list-style: none outside none;
}



/*
	--------------
	hidden
	--------------
*/



.assistive-text {
	clip: rect(1px,1px,1px,1px);
	position: absolute !important;
}



/*
	--------------
	micro clearfix
	--------------
*/



.cf:before, .cf:after,
.col:before, .col:after,
.wrap:before, .wrap:after
{
	content: "";
	display: table;
}

.cf:after,
.col:after,
.wrap:after
{
	clear: both;
}

.cf,
.col,
.wrap
{
	zoom: 1;
}



/*
	-------------------
	structural elements
	-------------------
*/



body {
	background-color: #fff;
}

.wrap {
	margin: 0 auto;
	width: 940px;
}



/*
	----------------
	dev site warning
	----------------
*/



#dev {
	background-color: #333;
	color: #fff;
	left: 0;
	padding: 10px 0;
	position: fixed;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 10000;
}



/*
	-------
	columns
	-------
*/



.col {
	float: left;
	margin-right: 20px;
}

.col-edge {
	margin-right: 0;
}

.col-3 {
	width: 220px;
}

.col-4 {
	width: 300px;
}

.col-5 {
	width: 380px;
}

.col-6 {
	width: 460px;
}

.col-7 {
	width: 540px;
}

.col-8 {
	width: 620px;
}

.col-full {
	margin-right: 0;
	width: 100%;
}



/*
	---------------
	rounded corners
	---------------
*/



.r {
	border-radius: 10px;
}

.rt {
	border-radius: 10px 10px 0 0;
}

.rb {
	border-radius: 0 0 10px 10px;
}

.rl {
	border-radius: 10px 0 0 10px;
}

.rr {
	border-radius: 0 10px 10px 0;
}

.rtl, .credit-tl {
	border-radius: 10px 0 0 0;
}

.rtr, .credit-tr {
	border-radius: 0 10px 0 0;
}

.rbl, .credit-bl {
	border-radius: 0 0 0 10px;
}

.rbr, .credit-br {
	border-radius: 0 0 10px 0;
}



/*
	-------
	borders
	-------
*/



.bb {
	border-bottom: 1px solid #bebebe;
}

.bt {
	border-top: 1px solid #bebebe;
}

.bbw {
	border-bottom: 1px solid #fff;
}

.btw {
	border-top: 1px solid #fff;
}



/*
	-----------------
	margins + padding
	-----------------
*/



.inner {
	padding: 20px;
}

#project-details .inner {
	padding: 20px 20px 0;
}

#project-links .inner {
	padding: 0 20px 10px 20px;
}

.mb {
	margin-bottom: 20px;
}

.mbb {
	margin-bottom: 40px;
}

.pt {
	padding-top: 40px;
}

.pb {
	padding-bottom: 40px;
}



/*
	----------
	containers
	----------
*/



.rel {
	position: relative;
}



/*
	-----
	boxes
	-----
*/



.box {
	left: 0;
	position: absolute;
}

/*
	--------------------
	coloured backgrounds
	--------------------
*/



.grey {
	background: #eee;
}

.light {
	background: #fff;
	background: rgba(255,255,255,0.7);
}

.mid {
	background-color: #666;
}

.dark {
	background: #333;
}

.dark-blue {
	background-color: #0188c0;
}

.light-blue {
	background: #d8e8f3;
}

.white {
	background-color: #fff;
}



/*
	--------
	nav menu
	--------
*/



#nav {
	background-color: #d7d7d7;
	color: #666;
	display: none;
	left: 0;
	position: fixed;
	top: 40px;
	width: 150px;
	z-index: 999;
	-webkit-box-shadow:  0 0px 6px 0px rgba(0, 0, 0, 0.5);
	        box-shadow:  0 0px 6px 0px rgba(0, 0, 0, 0.5);
}

#nav ul {
}

#nav li a {
	border-bottom: 1px solid #b6b6b6;
	border-top: 1px solid #fff;
	color: #666;
	display: block;
	outline: 0;
	padding: 8px 10px;
	text-decoration: none;
	width: 130px;
}

#nav .current a {
	background-color: #d7d7d7;
	border-top: 1px solid #fff;
	color: #333;
}

#nav span {
	display: none;
}

#nav .current span {
	display: inline-block;
}

#nav .last a {
	border-bottom: 0 none;
}

#nav a:hover, #nav .current a:hover {
	background-color: #b62758;
	border-top: 1px solid #b62758;
	color: #fff;
}

@media screen and (min-width: 1320px) {

	#nav {
		display: block;
	}

}



/*
	-------
	credits
	-------
*/



.credit {
	background: #333;
	background: rgba(0,0,0,0.5);
	position: absolute;
	padding: 6px;
}

.credit-br {
	bottom: 0;
	right: 0;
}

.credit-bl {
	bottom: 0;
	left: 0;
}

.credit-tr {
	right: 0;
	top: 0;
}

.credit-tl {
	left: 0;
	top: 0;
}

.credit p {
	color: #ddd;
	line-height: 1;
	margin-bottom: 0;
}



/*
	------
	footer
	------
*/



#footer {
	background: #b62758;
}

#footer-wrap {
	background: transparent url(i/footer.png) 275px 0 repeat-y;
	padding: 10px 0;
}

#footer-2-text {
	background: transparent url(i/panos-small.jpg) 0 0 no-repeat;
	min-height: 60px;
	padding-left: 70px;
}



/*
	----------
	typography
	----------
*/



html {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

h1, h2, h3, h4 {
	color: #b62758;
	font-family: 'FrankliGothiCompresseURDemBol', 'Arial Narrow', 'Arial', sans-serif;
	font-size-adjust: 0.49;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 10px;
}

h1, h2 {
	font-size: 36px;
}

h3 {
	color: #333;
	font-size: 24px;
}

h4 {
	font-size: 21px;
	margin-bottom: 7px;
}

#achieved h2, #map h2 {
	color: #333;
}

#achieved h3 {
	color: #666;
}

.mid h3, .mid p, .dark h3, .dark p, #achieved-people h3 {
	color: #fff;
}

.light h3 {
	color: #333;
}

.light p {
	color: #000;
}

#achieved h3 {
	font-size: 36px;
}

.mid .yr, .dark .yr {
	color: #d8e8f3;
}

p {
	margin-bottom: 10px;
}

.link {
	margin-bottom: 0;
}

#welcome-text p {
	text-shadow: #fff 0px 1px 0px, #999 0px -1px 0px;
}

#footer p {
	line-height: 14px;
}

.small {
	font-size: 10px;
	line-height: 14px;
}

.larger {
	font-size: 14px;
	line-height: 21px;
}

.yr {
	color: #b62758;
	font-family: 'FrankliGothiCompresseURDemBol', 'Arial Narrow', 'Arial', sans-serif;
	font-size-adjust: 0.49;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.1;
	margin-bottom: 0;
}

.light .yr {
	color: #b62758;
}

.light-blue .yr {
	color: #666;
}

.credit {
	font-size: 0.75em;
}

.testimonial-top p {
	font-family: 'FrankliGothiCompresseURDemBol', 'Arial Narrow', 'Arial', sans-serif;
	font-size-adjust: 0.49;
	font-size: 24px;
	font-weight: bold;
	line-height: 28px;
	margin-bottom: 0;
	text-align: center;
}

.testimonial-top p+p {
	padding-top: 28px;
}

.testimonial-bottom p, #network-text p {
	margin-bottom: 0;
}

.who span {
	color: #0188c0;
	font-weight: bold;
}

#map {
	text-align: center;
}

#footer p {
	color: #fff;
	font-size: 10px;
	margin-bottom: 0;
}



/*
	-----
	links
	-----
*/



a {
	color: #b62758;
	font-weight: bold;
	text-decoration: underline;
	text-shadow: none !important;
}

#timeline .light a, #timeline .light-blue a, .grey-link {
	color: #333;
}

.dark a, .mid a {
	color: #fff;
}

#map h2 a {
	color: #d90011;
	text-decoration: none;
}

#footer a {
	color: #fff;
}





/*
	----------------
	individual items
	----------------
*/



#welcome {
	height: 576px;
}

#welcome-text {
	background: transparent url(i/panos.jpg) 0 0 no-repeat;
	left: 20px;
	min-height: 150px;
	padding-left: 170px;
	top: 20px;
	width: 730px;
}

#network-small {
	background: transparent url(i/network-small.png) 0 0 no-repeat;
	min-height: 152px;
	padding-left: 268px;
	width: 672px;
}

#testimonials {
	background: transparent url(i/testimonials-gradient.png) 50% 0 no-repeat;
}

.testimonial-top {
	background: #0188c0 url(i/testimonial.png) 0 0 no-repeat;
	min-height: 210px;
	position: relative;
}

#testimonial-2 .testimonial-top {
	background-position: 0 -26px;
}

.testimonial-top:after {
	border-color: #0188c0 transparent;
	border-style: solid;
	border-width: 50px 50px 0 0;
	bottom: -50px;
	content:"";
	display: block;
	position: absolute;
	right: 80px;
	width: 0;
}

.testimonial-bottom {
	padding: 20px 150px 0 20px;
}

#timeline-86, #timeline-87 {
	height: 290px;
}

#timeline-87-text {
	height: 100%;
	left: 220px;
	top: 0;
	width: 400px;
}

#timeline-87a {
	height: 430px;
}

#timeline-87a-text {
	height: 100%;
	top: 0;
}

#timeline-90, #timeline-90a {
	height: 370px;
}

#timeline-90-text {
	height: 100%;
	left: 320px;
	top: 0;
}

#timeline-90a-text {
	bottom: 0;
}

#timeline-92, #timeline-95 {
	height: 315px;
}

#timeline-92-text {
	height: 100%;
	left: 240px;
	top: 0;
}

#timeline-95-text {
	height: 100%;
	top: 0;
}

#timeline-93 {
	height: 650px;
}

#timeline-93-text {
	bottom: 0;
}

#timeline-94, #timeline-96 {
	height: 416px;
}

#timeline-94-text, #timeline-96-text {
	bottom: 0;
}

#timeline-97 {
	height: 335px;
}

#timeline-97-text {
	height: 100%;
	left: 720px;
	top: 0;
}

#timeline-96-99 {
	height: 645px;
}

#timeline-96-99-text {
	height: 100%;
	top: 0;
}

#timeline-00, #timeline-00a, #timeline-00b, #timeline-03 {
	height: 365px;
}

#timeline-00-text, #timeline-00a-text {
	height: 100%;
	top: 0;
}

#timeline-00b-text, #timeline-03-text {
	bottom: 0;
}

#timeline-06-13 {
	height: 645px;
}

#timeline-06-13-text {
	height: 100%;
	left: 720px;
	top: 0;
}

#achieved-outer {
	background-image: url(i/achieved-gradient.png);
	background-position: 50% 100%;
	background-repeat: no-repeat;
}

#achieved div {
	text-align: center;
}

#achieved p {
	margin-bottom: 0;
}

#achieved-people, #achieved-continents, #achieved-journo-pubs {
	height: 296px;
}

#achieved-people-text {
	height: 246px;
}

#achieved-people-text:after {
	border-color: #0188c0 transparent;
	border-style: solid;
	border-width: 50px 0 0 50px;
	bottom: -50px;
	content:"";
	display: block;
	position: absolute;
	right: 110px;
	width: 0;
}

#achieved-people h3 {
	padding-top: 30px;
}

#achieved-people p {
	margin: 0 20px 10px 20px;
}

#achieved-people-pic {
	background: transparent url(i/achieved-people.png) 0 0 no-repeat;
	bottom: 0;
	height: 103px;
	right: 10px;
	position: absolute;
	width: 97px;
	z-index: 10;
}

#achieved-journalists {
	left: 20px;
	top: 0;
	width: 260px;
}

#achieved-journo-pubs h3, #achieved-continents-text h3 {
}

#achieved-publications {
	background: transparent url(i/achieved-book.png) 50% 1px no-repeat;
	height: 186px;
	padding: 15px 16px 0 164px;
	top: 95px;
	width: 120px;
}

#achieved-publications-more {
	padding: 0 13px 0 161px;
	top: 226px;
	width: 126px;
}

#achieved-continents {
	background-image: url(i/achieved-map.png);
	background-position: 50% 20px;
	background-repeat: no-repeat;
	height: 214px;
}

#achieved-continents-text {
	height: 82px;
	padding: 0 20px;
	top: 214px;
}

#achieved-radio, #achieved-published {
	height: 225px;
}

#achieved-radio {
	background: transparent url(i/achieved-radio.png) 50% 100% no-repeat;
}

#achieved-radio-text {
	left: 33px;
	top: 45px;
	width: 210px;
}

#achieved-radio-text h3 {
	margin-bottom: 45px;
}

#achieved-published-1-text {
	top: 30px;
	width: 139px;
}

#achieved-published-2-text {
	background: transparent url(i/achieved-screen.png) 50% 100% no-repeat;
	height: 180px;
	left: 159px;
	padding: 45px 20px 0;
	width: 261px;
}

#achieved-published-2-text p {
	margin-bottom: 10px;
}

#project-details {
	background: transparent url(i/projects.png) 0 10px repeat-y;
}



/*
	-----------
	network map
	-----------
*/



#map-outer {
background: rgb(255,255,255);
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 50%, rgba(238,238,238,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,rgba(255,255,255,1)), color-stop(100%,rgba(238,238,238,1)));
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 50%,rgba(238,238,238,1) 100%);
background: -o-linear-gradient(top,  rgba(255,255,255,1) 50%,rgba(238,238,238,1) 100%);
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 50%,rgba(238,238,238,1) 100%);
background: linear-gradient(to bottom,  rgba(255,255,255,1) 50%,rgba(238,238,238,1) 100%);
}

#network {
	height: 529px;
}

.tagyourimages-marker {
	background: transparent url(i/marker-1.png) 0 0 no-repeat;
}

.marker-type-2, .marker-type-3 {
	background-image: url(i/marker-2.png);
}

.tagyourimages-marker.active {
	background-position: 0 -24px;
}

.tagyourimages-tooltip {
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 10px;
	text-align: left;
	width: 580px;
}

.tooltip-type-2 {
	padding: 0 10px 10px;
	width: 290px;
}

.tagyourimages-tooltip.box-shadow {
	border: none;
	box-shadow: 0 0 8px #999;
}

.tagyourimages-tooltip-arrow {
	background: url(i/tooltip_arrow.png) left top no-repeat;
	height: 15px;
	width: 15px;
}

.tagyourimages-tooltip-image {
	border-radius: 10px 0 0 10px;
	float: left;
	height: 200px;
	margin-right: 10px;
	width: 200px;
}

.tagyourimages-tooltip h4 {
	padding: 10px 10px 0 0;
}

.tagyourimages-tooltip p {
	font-size: 11px;
	padding-right: 10px;
}

.tagyourimages-tooltip-link {
	font-size: 11px;
}

#network-text {
	margin: 0 80px;
	text-align: left;
}
