/**
 * master.css
 *
 * (c) Copyright Cornucopic 2011
 */


/*----- GENERAL AND HEADER -----*/

body {
	background: #f0f0f0;
	padding: 0;
	margin: 0px 0 50px 0;
	text-rendering: optimizeLegibility;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #404040;
}

h2 {
	cursor: pointer;
	margin-top: 0;
	color: #606060;
}

h2 span {
	font-size: 0.5em;
}

div#wrapper {
	background: #ffffff;
	width: 880px;
	padding: 0px 40px 0px 40px;
	margin: 0em auto 1em auto;
}

#crest {
	background: url("../images/header.png") 0px 0px no-repeat;
	height: 405px;
	margin: 0 auto 0 auto;
	width: 514px;
}

#currentstatus {
	font-size: 5em;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	padding-bottom: 20px;
	text-transform: uppercase;
	text-shadow : 0px 0px 2px #fff, 0px 2px 5px #888;
}

#currentstatus span {
	font-size: 0.3em;
	color: #a0a0a0;
	font-weight: normal;
	text-transform: lowercase;
}

#detail {
	background: url("../images/lazient.png") 0 10px repeat-x;
	padding-top: 60px;
}


#toggle {
	background: url("../images/lazient.png") 0 10px repeat-x;
}

ul#toggle {
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 50px;
}

ul#toggle li a {
	font-size: 0.8em;
	float: left;
	text-decoration: none;
	color: #808080;
	background: #ffffff;
	margin-top: 16px;
	margin-left: 10px;
	padding: 4px 10px 10px 10px;
}

ul#toggle li a.active {
	color: #404040;
	text-decoration: underline;
}

/*------ HOW IT WORKS ------*/

#footer p, th, td {
	font-size: 0.8em;
	text-align: justify;
	line-height: 1.7em;
}

#footer td {
	padding: 0.5em 0.5em 0em 0em;
}

#footer td + td {
	font-weight: bold;
	color: #ff0000;
}

a {
	color: #0000ff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/*------ CREDIT -----*/

#credit {
	background: #e0e0e0;
	color: #555;
	padding: 10px 20px;
	position: relative;
	top: 30px;
	box-shadow: 0px 0px 3px #ddd;
	border-radius : 6px;
}

/*------ LINES ------*/

.colhead {
	text-align: center;
	width: 100px;
	float: left;
	padding-bottom: 10px;
	font-size: 0.86em;
	font-weight: bold;
}

#col1 {
	margin-left: 110px;
}

#col2 {
	margin-left: 200px;
}

#col3 {
	margin-left: 195px;
}

.line {
	width: 5px;
	height: 20px;
	float: left;
}

.lineholder span {
	display: block;
}

.lineholder * {
	-webkit-transition: 0.5s all;
}

.lineholder .lineName {
	width: 150px;
	float: left;
	background: #e0e0e0;
	padding: 2px;
	margin-bottom: 2px;
	font-size: 0.8em;
}

.lineholder {
	width: 760px;
	background: #f0f0f0;
	clear: both;
	margin-bottom: 0px;
	height: 20px;
}

.realStatus {
	font-size: 0.5em;
	margin-left: 765px;
	padding-top: 4px;
	width: 100px;
}

#toggleRealStatus {
	clear: both;
	margin: 1em 0 1em 0;
	font-size: 0.7em;
	font-weight: bold;
	cursor: pointer;
}

#bakerloo {background: #ae6118;}
#central {background: #e41f1f;}
#circle {background: #f8d42d;}
#district {background: #00a575;}
#hammersmith-city {background: #e899a8;}
#jubilee {background: #8f98f9;}
#metropolitan {background: #893267;}
#northern {background: #000000;}
#piccadilly {background: #0450a1;}
#victoria {background: #009fe0;}
#waterloo-city {background: #70cec3;}
#dlr {background: #00bbb4;}
#london-overground {background: #f86c00;}
#tfl-rail {background: #0019ab;}

#overlay {
	position : fixed;
	width : 100%;
	height : 100%;
	top : 0;
	left : 0;
	background : black;
	background : rgba(0, 0, 0, 0.85);
	z-index : 100;
}

#olympics {
	width : 745px;
	padding : 1em;
	margin : 4em auto;
	background : white;
	text-align : center;
	box-shadow : 0px 0px 7px rgba(0, 0, 0, 0.9);
	border-radius : 6px;
	cursor : pointer;

	font-size : 0.8em;
	color : #bbb;
}
