/* grid.css */
/************/

body {
	background:#ececec;
	margin-bottom:20px;
}

body.popup {
	background:#fff;
	margin:20px;
}

#grid h1 {
	background:#fff url(/assets/images/parliament-uk-logo.gif) no-repeat 8px 9px;
	border-bottom:solid 1px #ccc;
	height:55px;
	margin-bottom:30px;
	text-indent:-9999px;
}

#grid h2 {
	font:1.3em tahoma;
	font-weight:bold;
	margin:20px 0 20px 10px;
}

#grid div {
	font-size:11px;
}

#grid #wrapper {
	border:solid 1px #ccc;
	margin-left:10px;
}

#wrapper {
	background:#fff;	
	margin-left:20px;
	min-height:1px;
	padding:20px;
	width:940px;
}

#secondary-navigation {
	float:left;
	margin-right:10px;
	width:140px;
}

#content {
	float:left;	
	margin-bottom:15px;
	min-height:1px;
}

#content.wide,
#content.wide #content-small {
	width:940px;
}

#content.two-column-with-navigation,
#content.three-column {
	width:790px;
}

#content-small {
	float:left;
	padding-left:10px;
	padding-right:10px;
}

#content.two-column-with-navigation #content-small {
	padding-right:0;
	width:780px;
}

#content.wide #content-small {
	padding:0;
}

#secondary-navigation.search {
	width:210px;
}

#secondary-navigation.gallery {
	width:300px;
}

#secondary-navigation.search .inner {
	padding:10px;
}

#content.search-listings #content-small {
	background-position:left top;
	padding:0 0 0 10px;
	width:710px;
}

#content.gallery #content-small {
	background-position:left top;
	padding:0 0 0 10px;
	width:620px;
}

#content.three-column #content-small {	
	width:460px;
}

#content.two-column-with-panel #content-small {
	padding-left:0;
	width:620px;
}

#content.two-column-with-panel #content-small .two-wide {
	float:left;
	margin-right:20px;
	width:300px;
}

#content.three-column #content-small .two-wide {
	clear:none;
	float:left;
	margin-right:20px;
	width:220px;
}

#content.three-column #content-small .two-wide.last,
#content.two-column-with-panel #content-small .two-wide.last {
	margin-right:0;
}

#content.two-column-with-panel #content-small .get-involved div.three-wide {
	float:left;
	margin-right:10px;
	width:200px;
}

#content.two-column-with-panel #content-small .get-involved div.last,
#panel .get-involved div.last {
	margin-right:0;
}

#website-features .two-wide {
	display:block;
	float:left;
	overflow:hidden;
	width:480px;
}

#website-features.injected div#fullsize {
	width:460px;
}

#website-features.injected div.four-wide {
	display:block;
	float:left;
}

#content.two-column-with-panel #content-small .tabs-injected .two-wide {
	clear:none;
	display:block;
	float:left;
	margin-right:8px;
}

#content.two-column-with-panel #content-small .tabs-injected .two-wide {
	width:295px;
}

#content.two-column-with-panel #content-small .tabs-injected .two-wide.media-player {
	margin-right:9px;
	width:300px;
}

#content.two-column-with-panel .tabs-injected .two-wide {
	width:459px;
}

#content.two-column-with-panel .tabs-injected .two-wide.last,
#content.two-column-with-panel #content-small .tabs-injected .two-wide.last {
	margin-right:0;
}

.wide .sub-content .two-wide,
.wide #collection-artwork .two-wide,
.wide #gallery .two-wide {
	float:left;
	margin-right:20px;
	width:460px;
}

.wide .sub-content .two-wide.last,
.wide #collection-artwork .two-wide.last,
.wide #gallery .two-wide.last {
	margin-right:0;
}

.mlo .person .photos,
.mlo .person .information {
	float:left;
}

.mlo .person .photos {
	width:130px;
}

.mlo .person .information {
	width:330px;
}

#panel .get-involved div {
	float:left;
	margin-right:10px;
	width:145px;
}

#fat-footer .two-wide {
	float:left;
	margin-right:20px;
	width:450px;
}

#fat-footer .two-wide.last {
	margin-right:0;
}

#panel {
	float:left;
	padding-left:10px;
	width:300px;
}

#footer {
	clear:left;
}

#fat-footer .six-wide {
	float:left;
	margin-right:10px;
	padding-right:10px;
	width:136px;	
}

#fat-footer .six-wide.last {
	border-right:none;
	margin-right:0;
	padding-right:0;
	width:135px;
}

/* grid-colours.css */
/********************/

.show-colours #header {
	background:#800000;
}

.show-colours #header fieldset#site-search {
	background:green;
}

.show-colours #content,
.show-colours #content.three-column {
	background:#666633;
}

.show-colours #secondary-navigation {
	background:#ff9900;
}

.show-colours #content.two-column-with-navigation #content-small {
	background:#006600;
}

.show-colours #content.three-column #content-small {
	background:#ffcc00;
}

.show-colours #content.two-column-with-panel #content-small {
	background:#990033;
}

.show-colours #content.two-column-with-panel #content-small .two-wide {
	background:purple;
}

.show-colours #content.two-column-with-panel #content-small .two-wide.last {
	background:orange;
}

.show-colours #content.two-column-with-panel #fat-footer .two-wide {
	background:lime;
}

.show-colours #content.two-column-with-panel #fat-footer .two-wide.last {
	background:#ffc0cb;
}

.show-colours #panel {
	background:#99ccff;
}

.show-colours #footer {
	background:#336699;
}

/* Three column wide heading */

#content.three-column-wide-header,
#content.two-column-wide-header {
    background-image: url("/assets/images/tram-line-repeater.gif");
    background-position: left top;
    background-repeat: repeat-y;
    width: 790px;
}

#content.three-column-wide-header #page-heading,
#content.two-column-wide-header #page-heading {
    background-position: 10px 2px;
    background-repeat: no-repeat;
    height: 31px;
    margin-bottom: 10px;
    padding: 5px 5px 5px 8px;
    text-indent: -9999px;
    width: 790px;
}
