/* New front page news stylesheet */

a {
	color: #006699;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

#leftWrapper {
	width: 450px;
	float: left;
}

#rightWrapper {
	width: 450px;
	float: left;
}


#mainArticle {
	width: 440px;
	height: auto;
	padding-bottom: 5px;
	border-bottom: 4px solid #E1E1E1;
	margin-right: 10px;
}

#mainArticle-img {
	width: 225px;
	float: left;
	margin-right: 10px;
}

#mainArticle h2 {
	font-size: 22px;
	letter-spacing: -1px;
	font-weight: normal;
	font-family: Georgia;
	margin-bottom: 7px;
	border-bottom: 2px solid #E1E1E1;
	padding: 0 0 5px 0;
}

#mainArticle h2 a {
	color: #000;
	text-decoration: none;
}

#mainArticle h2 a:hover {
	color: #FFF;
	background: url(http://www.ewaslabour.org.uk/styles/images/h2icon.png) no-repeat right center #CC0000;
	padding-right: 27px;
}

#mainArticle p {
	text-align: justify;
}

.clear {
	clear: both;
}

#relatedArticles {
	margin-top: 10px;
	border-right: 1px solid #E1E1E1;
	border-bottom: 1px solid #E1E1E1;
	padding-bottom: 10px;
}

#relatedArticles h3 {
	font-family: Georgia;
	font-size: 14px;
	font-style: italic;
	color: #333333;
	text-transform: lowercase;
	font-weight: normal;
	padding-bottom: 3px;
	border-bottom: 1px solid #E1E1E1;
	margin-bottom: 5px;
}

#relatedArticles ul {
	list-style: none;
}

#relatedArticles ul li a {
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	padding-left: 20px;
}

#relatedArticles ul li a:hover {
	text-decoration: underline;
	color: #000;
}

.internal {
	background: url(http://www.ewaslabour.org.uk/styles/images/related/bullet_black.png) no-repeat left top;
}

.external {
	background: url(http://www.ewaslabour.org.uk/styles/images/related/bullet_go.png) no-repeat left top;
}

.picture {
	background: url(http://www.ewaslabour.org.uk/styles/images/related/bullet_picture.png) no-repeat left top;
}

.movie {
	background: url(http://www.ewaslabour.org.uk/styles/images/related/film.png) no-repeat left top;
}

.leftColumn {
	float: left;
	width: 215px;
	border-right: 5px solid #E1E1E1;
	padding-right: 5px;
	margin-right: 5px;
}

.rightColumn {
	float: right;
	width: 210px;
	padding-left: 5px;
	margin-right: 5px;
}

h4.category {
	display: inline;
	padding-left: 5px;
	padding-right: 20px;
	line-height: 20px;
	height: 20px;
	color: #FFF;
	font-size: 16px;
	font-family: Georgia;
	font-style: italic;
	text-transform: lowercase;
}

h4.category a {
	color: #FFF;
	text-decoration: none;
}

h4.category a:hover {
	font-style: normal;
}

.redarrow {
	background: #CC0000 url(http://www.ewaslabour.org.uk/styles/images/related/category-arrowend.gif) right no-repeat;
}

.bluearrow {
	background: #006699 url(http://www.ewaslabour.org.uk/styles/images/related/blue-arrowend.gif) right no-repeat;
}

.categorised ul {
	list-style: none;
	display: block;
	margin: 10px 0 10px 0;
}

.categorised ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	padding: 0 0 3px 0;
	margin-bottom: 3px;
	border-bottom: 1px solid #E1E1E1;
}

.categorised ul li img {
	float: left;
	margin-right: 5px;
}

.categorised ul li a {
	font-family: Georgia;
	color: #006699;
	text-decoration:none;
}

.categorised ul li a:hover {
	color: #FFF;
	background: url(http://www.ewaslabour.org.uk/styles/images/h2iconnews.png) no-repeat left center #006699;
	padding-left: 18px;
}

.categorised span {
	font-family: Georgia;
	font-size: 10px;
}

.localListing {
	margin-bottom: 10px;
}

.localListing img {
	margin: 5px 0 5px 0;
}

.localListing h5 {
	font-size: 12px;
	line-height: 16px;
	font-family: Georgia;
	font-weight: normal;
	border-bottom: 2px solid #FFEAFA;
	margin: 5px 0 5px 0;
}

.localListing p {
	font-size: 12px;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 4px;
}

a.localListingUrl {
	padding-left: 20px;
	background: url(http://www.ewaslabour.org.uk/styles/images/related/bullet_go.png) left top no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0099CC;
}

a:hover.localListingUrl {
	text-decoration: underline;
}

.meetings {
	margin: 10px 0 10px 0;
	padding-bottom: 5px;
	border-bottom: 2px solid #E1E1E1;
}

.meetings h5 {
	font-size: 12px;
	line-height: 16px;
	font-family: Georgia;
	font-weight: normal;
	border-bottom: 2px solid #0BC0D5;
	margin: 5px 0 5px 0;
}

.meetings p {
	font-size: 12px;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 4px;
}

.meetings img {
	float: left;
	margin: 4px 5px 4px 0;
}

.warningBox {
	width: 187px;
	border: 4px solid #FFFF00;
	padding: 10px;
	margin-bottom: 10px;
}


