﻿/*
---

name: SPIN 2 Grid Layout

description: Provides grid layout for SPIN2

provides: [CSS.SPIN2GridLayout]

...
*/

.gridLayout .sectionhead {
	border-top: 5px solid #D1D1D1;
	margin: 0 0 7px;
    padding-top: 2px;
}
	.gridLayout .sectionhead .sectionhead_sleeve {
		border-bottom: 1px solid #D1D1D1;
	}
.gridLayout .sectionhead H2,
#main .gridLayout .sectionhead H2 {
    font-size: 1.0769em;
    line-height: 1.2857;
    margin: 0 20px 2px 0;
    text-transform: uppercase;
}
	.gridLayout .sectionhead H2 A {
		color: #CE0306;
		padding-right: 25px;
	}
.gridLayout LI {
	background: 0;
	display: inline-block;
	margin: 0 20px 16px 0;
	padding-left: 0;
	vertical-align: top;
	width: 144px;
}
	.gridLayout h2,
	#main .gridLayout h2 {
		font-size: 1em;
    	line-height: 1.3846;
		margin: 0 0 5px;
		text-transform: none;
	}
		.gridLayout h2 a {
			text-decoration: none;
		}
		.gridLayout h2 a:hover {
			text-decoration: underline;
		}
		.gridLayout h2 .icon {
			margin-right: -4px;
		}
		.gridLayout .picture {
			margin: 0 0 10px
		}
		.gridLayout .picture IMG {
			display: block;
		}
		.gridLayout li p {
			font-size: 1em;
			line-height: 1.3846;
			margin: 0;
		}
		.gridLayout li .meta {
			font-size: .846em;
			line-height: 1.3636em;
			margin-bottom: 6px;
		}
		.gridLayout li p + .meta {
			margin: 4px 0 0;
		}
	.gridLayout .more {
		border-top: 1px solid #CCC;
		clear: both;
	    font-size: .9231em;
		line-height: 1.1667;
		padding-top: 7px;
		text-align: right;
	}
		.gridLayout .more a {
			background: url(/National_Library/20160930123623oe_/http://www.screendaily.com/magazine/graphics/arrow_red.gif) no-repeat left 3px;
			font-weight: bold;
    		padding-left: 15px;
    	}
		.gridLayout .more a:hover,
		.gridLayout .more a:focus {
			text-decoration: underline;
		}

.oneColumn .gridLayout UL {
	width: 996px;
}
.twoColumns .columnOne .gridLayout UL {
	width: 498px;
}
.twoColumns .columnTwo .gridLayout UL {
	width: 498px;
}
.twoColumnsSmallRight .columnOne .gridLayout UL {
	width: 664px;
}
.twoColumnsSmallLeft .columnTwo .gridLayout UL {
	width: 664px;
}

/* MAIN */
#main.area .gridLayout UL {
	width: 664px;
}
/* TOP / FOOT */
#top.area .oneColumn .gridLayout LI, #foot.area .oneColumn .gridLayout LI {
	width: 144px;
}

.htmlContent {
	margin-top: 9px;
}
	.htmlContent  H1 {
		margin: 0 0 16px;
	}
	.htmlContent  H2 {
		margin: 0 0 10px;
		padding-bottom: 1px;
	}
	.htmlContent P {
		margin: 0 0 17px;
	}
	.htmlContent  H3 {
		margin: 0 0 16px;
	}
	.htmlContent  H4 {
		margin: 0 0 17px;
	}
	.htmlContent UL {
		list-style: disc outside none;
		margin: 0 0 18px;
		overflow: hidden;
		padding-left: 18px;
	}
		.htmlContent UL LI {
			background: 0;
			display: list-item;
			list-style: disc outside none;
			margin: 0;
			padding-left: 5px;
		}
	.htmlContent OL {
		margin: 0 0 18px;
		overflow: hidden;
    	padding: 0 0 0 2px;
	}
		.htmlContent OL LI {
			margin: 0;
			padding: 0;
		}