/**
 *  Structure
 *
 *  This stylesheet contains rules relating to the main structure of the site.
 *
 *  @package thameslink_structure
 */

#wrapper {
	background: #FFF url(../img/drop-shadow.png) repeat-y;
	height: 100%;
	margin: 0 auto;
	width: 1002px;
}

#page {
	background: #FFF url(../img/background-gradient.png) left bottom repeat-x;
	font-size: 1em;
	line-height: 1.4em;
	margin: 0 auto;
	padding-bottom: 10px;
	width: 950px;
}

#header {
	width: 100%;
	height: 113px;
	background: #A6A6A6 url(../img/header_background.gif) no-repeat;
}

#footer {
	width: 950px;
}

.rounded_box,
.box,
#main_left,
#main_right,
#miniRouteFilter,
#liveInfoMiniSummary,
#miniDepartureBoardForm,
#anchor_point_main_right {
	width: 230px;
}

#main_centre,
.wide_rounded_box {
	width: 450px;
}

#main_centre,
#main_right {
	margin-left: 10px;
}

#header #left_container {
	float: left;
	height: 53px;
	margin: 30px 320px 0 0;
	width: 400px;
}

#header #right_container {
	float: left;
	margin: 12px 0 0 0;
	padding: 0px;
}

#inner_container {
	padding-left: 10px;
	padding-right: 0;
	min-height: 380px;
	height: auto !important;
	height: 380px;
	padding-top: 10px;
	overflow: none;
}

div.row {
	clear: both;
	display: block;
	padding-bottom: 1em;
	width: auto;
}

div.column {
	display: inline;
	float: left;
	width: auto;
}

div.half_width {
	width: 220px;
}

div.full_width {
	width: 430px;
}

div.spaced div.half_width {
	width: 210px;;
}

div.third_width {
	width: 146px;
}

div.twothirds_width {
	width: 292px;
}

div.label {
	width: 25%;
}

div.panel {
	width: auto;
	padding: 8px;
	margin-bottom: 1em;
	border: 1px solid #B5C8ED;
}

.clearfix {
	clear: both;
}