/* site-wide styles */

* {
	margin: 0px;
	padding: 0px;
}

a {
	text-decoration: none;
}

body {
	width: 900px;
	margin: auto;
}

#head {
	width: 900px;
	height: 100px;
	background: #333;
	background: url(http://www.ewaslabour.org.uk/styles/images/header.jpg) top;
}

#head a {
	position: absolute;
	top: 0;
	width: 900px;
	height: 100px;
	margin: auto;
}

#head a:hover {
	background: url(http://www.ewaslabour.org.uk/styles/images/headerroll.gif) right no-repeat;
}

#head a h1 {
	display: none;
	text-indent: -9999px;
	visibility: hidden;
}

#wrapper { /* included in top.txt and bottom.txt */
	margin-top: 10px;
	width: 900px;
}

#wideColumn { /* about 3 columns wide */
	width: 675px;
	float: left;
	background: url(file:///C|/Users/Pops/AppData/Local/Temp/images/ccc-line.jpg) repeat-y right;
	margin-right: 5px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	margin-top: 10px;
	margin-bottom: 5px;
}

.topMargin {
	margin-top: 10px;
}

.bottomMargin {
	margin-bottom: 10px;
}

.mainImage { /* main article image */
	width: 215px;
	padding: 5px;
	background-color: #333;
	float: left;
}

.clear {
	clear: both;
}

#foot {
	width: 900px;
	margin-top: 10px;
	border-top: 4px solid #CCC;
	padding: 10px 0 10px 0;
	background: url(http://www.ewaslabour.org.uk/styles/images/background_foot.gif) repeat-y #E1E1E1;
}

.foot_narrow {
	width: 220px;
	padding: 0 15px 0 15px;
	float: left;
}

.foot_narrow span a {
	text-decoration: none;
	color: #637213
}

.foot_narrow span a:hover {
	text-decoration: none;
	background-color: #637213;
	color: #FFF;
}

#foot_wide {
	width: 370px;
	padding: 0 15px 0 15px;
	float: left;
}

#foot p {
	font-family: Georgia;
}

#foot p span {
	font-size: 10px;
}

#foot_wide ul{
	list-style-type: none;
	display: block;
	width: auto;
}

#foot_wide li {
	display: block;
	height: 30px;
	width: auto;
	line-height: 30px;
}

#foot_wide li a {
	line-height: 30px;
	font-family: Georgia;
	font-size: 14px;
	border-bottom: 2px solid #CCC;
	text-decoration: none;
	display: block;
}

#foot_wide li a:hover {
	background: url(http://www.ewaslabour.org.uk/styles/images/foot_bullet.gif) no-repeat right center;
	border-bottom: 2px solid #006699;
	text-indent: 5px;
}

.foot_narrow ul{
	list-style-type: none;
	display: block;
	width: auto;
}

.foot_narrow li {
	display: block;
	height: 30px;
	width: auto;
	line-height: 30px;
}

.foot_narrow li a {
	line-height: 30px;
	font-family: Georgia;
	font-size: 14px;
	border-bottom: 2px solid #CCC;
	color: #CC0000;
	text-decoration: none;
	display: block;
}

.foot_narrow li a:hover {
	background: url(http://www.ewaslabour.org.uk/styles/images/foot_bullet_ext.png) no-repeat right center;
	border-bottom: 2px solid #CC0000;
	text-indent: 5px;
}

#foot h4 {
	height: 30px;
	font-weight: normal;
	font-family: Georgia;
	line-height: 30px;
	font-size: 18px;
	display: block;
	margin-bottom: 5px;
	border-bottom: 2px solid #999;
	color: #999;
}

#cloud {
	background: url(http://www.ewaslabour.org.uk/styles/images/cloudh4.png) no-repeat right center;
}

#lost {
	background: url(http://www.ewaslabour.org.uk/styles/images/losth4.png) no-repeat right center;
}

#ext {
	background: url(http://www.ewaslabour.org.uk/styles/images/exth4.png) no-repeat right center;
}

a.pages { /* links in footer and a few other places */
	color: #006699;
	font-weight: bold;
}

a:hover.pages {
	background: #006699;
	color: #FFF;
	text-decoration: none;
}

.lightGrey {
	background: #E0E0E0;
}

p.padding {
	padding: 5px;
}

.underborder {
	display: block;
	width: auto;
	font-family: Georgia;
	padding-left: 5px;
	text-transform: uppercase;
	font-size: 13px;
	margin: 10px 10px 15px 0px;
	border-bottom: 2px solid #CC0000;
	text-decoration: none;
}

.evensmaller {
	display: block;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 5px;
	font-size: 12px;
	margin: 7px 10px 10px 0px;
	border-bottom: 1px solid #CC0000;
	text-decoration: none;
}



.block { /* block colour headings */
	display: block;
	width: auto;
	font-family: Georgia;
	text-transform: uppercase;
	padding-left: 5px;
	font-size: 15px;
	margin-right: 10px;
}

.red {
	background: #CC0000;
	color: #FFF;
}

.black {
	background: #000;
	color: #FFF;
}

.yellow {
	background: #FFCC00;
	color: #000;
}

.newsTitle { /* small news title (ie, like on more news in homepage) */
	font-family: Georgia;
	font-size: 14px;
	line-height: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.snippet { /* paragraph formatting, adds border to bottom */
	line-height: 20px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 10px;
	border-bottom: 1px dashed #CCC;
	padding-bottom: 10px;
}

#commentForm { /* about 2 cols wide, contains comment form on comment page */
	width: 440px;
	margin-right: 10px;
	float: left;
}

#policy { /* show/hide comment policy styles */
	background: #DFFFBF;
	color: #000;
	margin-right: 10px;
}

.avatar {
	padding: 3px;
	background: #FFCCCC;
	float: left;
	margin: 10px 5px 5px 0;
}

.avatar:hover {
	background:#CC0000;
}

#policy ul { /* comment policy list */
	padding-left: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

#imageInfo { /* on comment page, left hand column of article with main article image and date posted etc */
	width: 225px;
	margin-right: 10px;
	float: left;
}

#imageInfo:hover {
	background: #DFFFBF;
}

#mainArticle { /* on comment page, where the main article appears */
	width: 430px;
	float: left;
	margin-bottom: 10px;
}

.recent {
	min-height: 100px;
	width: 660px;
	margin-right: 10px;
}

.recent:hover {
	background:#FFFFCC;
}

.avatarAuthor {
	padding: 5px;
	background: #FFCCCC;
	float: left;
	margin: 5px 5px 5px 0;
}

.authorInfo {
	width: 200px;
	float: left;
}

.articleExcerpt {
	width: 330px;
	float: left;
	background: url(file:///C|/Users/Pops/AppData/Local/Temp/images/ccc-line.jpg) repeat-y left;
	padding-left: 10px;
}

.defaultFont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1px;
	line-height: 20px;
}

#emily {
	width: 430px;
	padding: 5px;
	background: #333;
	margin-right: 10px;
}

.moreRecent ul{
	list-style-type: none;
	display: block;
	width: 200px;
	font-size: 12px;
}

.moreRecent li {
	display: block;
	width: 200px;
}

.moreRecent li a {
	background: #FFE6E6 url(file:///C|/Users/Pops/AppData/Local/Temp/images/news-story-bullet.gif) no-repeat left;
	border-bottom: 2px solid #FFB0B0;
	text-decoration: none;
	color: #333;
	display: block;
	margin-bottom: 5px;
	padding-left: 30px;
}

.moreRecent li a:hover {
	background: #FFD9D9 url(file:///C|/Users/Pops/AppData/Local/Temp/images/news-story-bullet.gif) no-repeat left;
	border-bottom: 2px solid #FFB0B0;
}

.articleExcerptSmall {
	width: 250px;
	float: left;
	background: url(file:///C|/Users/Pops/AppData/Local/Temp/images/ccc-line.jpg) repeat-y left;
	padding-left: 10px;
}

.recentSmall {
	min-height: 100px;
	width: 430px;
	margin-right: 10px;
	margin-left: 10px;
}

/* what - table styling */

.entry {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 10px;
}

.entry table {
	border-collapse: collapse;
	width: 400px;
	border: 1px dotted #CCC;}

.entry th, td {
	padding: 2px;}

.entry .odd {
	background-color: #FFE1E1;}

.entry tr:hover {
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
	background: #99A3AF;
}

.entry tr #tory {
	padding-left: 8px;
}
.entry tr#labour{
	padding-left: 8px;
}
.entry tr #lib {
	padding-left: 8px;
}
.entry tr #ukip {
	padding-left: 8px;
}
.entry tr #green {
	padding-left: 8px;
}
.entry tr #tory:hover {
	background: #3366CC;
	padding-left: 8px;
}
.entry tr #labour:hover {
	background: #CC0000;
	padding-left: 8px;
}
.entry tr #lib:hover {
	background: #FF9900;
	padding-left:8px;
}
.entry tr #ukip:hover {
	background:#993366;
	padding-left: 8px;
}
.entry tr #green:hover {
	background: #33CC00;
	padding-left: 8px;
}

cite {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

.election {
	display: block;
	width: 900px;
	height: 50px;
	background: url(http://www.ewaslabour.org.uk/images/election-banner.jpg) no-repeat right #99A3AF;
	margin: 5px 0 0 0;
	border-bottom: #4F4F4D 2px solid;
}

.election h3 {
	line-height: 50px;
	font-family: Georgia;
	text-transform: none;
	font-size: 25px;
	text-align: center;
	color: #FFF;
	font-weight: normal;
}

.election h3 span {
	font-size: 14px;
	padding-left: 5px;
}

.candidates ul {
	list-style-type: none;
	display: block;
	width: 900px;
	padding: 0;
	margin: 0 0 10px 0;
}

.candidates ul li a {
	display: block;
	width: 280px;
	height: 60px;
	line-height: 20px;
	text-align: center;
	float: left;
	background: #99A3AF;
	font-family: Georgia;
	font-size: 16px;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
	color: #FFF;
	text-decoration: none;
	border-bottom: #4F4F4D 2px solid;
}

.candidates ul li a:hover {
	background: #4F4F4D;
	color: #FFF;
}

#comment h3 {

	display: block;
	width: 175px;
	height: 30px;
	line-height: 30px;
	font-family: Georgia;
	font-weight: normal;
	font-size: 16px;
	background: url(http://www.ewaslabour.org.uk/images/commenth3.jpg) no-repeat right center #4f4f4d;
	border-bottom: 2px solid #99a3af;
	color: #FFF;
	padding: 0 30px 0 5px;
	margin: 0 0 10p x0;

}

.comment-entry {
	
	border-bottom: #99A3Af 2px solid;
	margin: 10px 0 10px 0;

}

.comment-entry h2 a {

	font-family: Georgia;
	font-size: 16px;
	background: #637213;
	color: #FFF;
	text-decoration: none;
	font-weight: normal;

}

.comment-entry h2 a:hover {
	color: #637213;
	background: url(http://www.ewaslabour.org.uk/styles/images/h2iconcomment.png) no-repeat left center #FFF;
	padding-left: 18px;
}

.comment-entry img {

	float: right;
	margin: 2px 0 2px 2px;

}


.comment-entry p {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	font-weight: normal;

}

/* column splitter test */

.newscolumn {
	width: 30%;
	margin-right: 3.3%;
	float: left;
}

.newspage {
	display: block;
	width: 900px;
	height: auto;
	padding-bottom: 5px;
	margin: 5px 0 0 0;
	border-bottom: #006699 4px solid;
	background: #E1E1E1;
}

.newspage h3 {
	line-height: 50px;
	font-family: Georgia;
	text-transform: none;
	font-size: 25px;
	text-align: center;
	color: #006699;
	font-weight: normal;
}

.newspage h3 span {
	font-size: 14px;
	padding-left: 5px;
	color: #006699;
	line-height: 25px;
}
	
.opinionpage {
	display: block;
	width: 900px;
	height: auto;
	padding-bottom: 5px;
	margin: 5px 0 0 0;
	border-bottom: #637213 4px solid;
	background: url(http://www.ewaslabour.org.uk/images/opinionh3.jpg) no-repeat right center #E1E1E1;
}

.opinionpage h3 {
	line-height: 50px;
	font-family: Georgia;
	text-transform: none;
	font-size: 25px;
	text-align: center;
	color: #637213;
	font-weight: normal;
}

.opinionpage h3 span {
	font-size: 14px;
	padding-left: 5px;
	color: #637213;
	line-height: 25px;
}

.opinion ul {
	list-style: none;
	display: block;
	margin: 10px 0 10px 0;
}

.opinion 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;
}

.opinion ul li img {
	float: left;
	margin-right: 5px;
}

.opinion ul li a {
	font-family: Georgia;
	color: #637213;
	text-decoration:none;
}

.opinion ul li a:hover {
	color: #FFF;
	background: url(http://www.ewaslabour.org.uk/styles/images/h2iconnews.png) no-repeat left center #637213;
	padding-left: 18px;
}

.opinion span {
	font-family: Georgia;
	font-size: 10px;
}

#commenth2 {
	background: url(http://www.ewaslabour.org.uk/images/commenth2.jpg) no-repeat right center;
}

#logged_out {
	display: block;
	border: 2px solid #000;
	background: #FFFF00;
	padding: 10px;
	margin-bottom: 10px;
	
}

#logged_out p {
	font-family: Georgia;
}

#logged_out span {
	text-transform: uppercase;
}

#logged_out h4 {
	color: #000;
	background: #FFFF00 url(http://www.ewaslabour.org.uk/styles/images/membercontenth4out.png) no-repeat right center;
	font-size: 18px;
	height: 30px;
	font-weight: normal;
	font-family: Georgia;
	line-height: 30px;
	display: block;
	margin-bottom: 5px;
	text-transform: uppercase;
}

#logged_in {
	display: block;
	border: 2px solid #FFCC00;
	padding: 10px;
	margin-bottom: 10px;
}

#logged_in p {
	font-family: Georgia;
}

#logged_in img {
	float: right;
	margin: 0 0 1px 5px;
}

.member_content h4 {
	padding-left: 25px;
	height: 30px;
	font-weight: normal;
	font-family: Georgia;
	line-height: 30px;
	font-size: 14px;
	display: block;
	margin-bottom: 5px;
}

#in {
	border-bottom: 2px double #CC0000;
	color: #CC0000;
	background: url(http://www.ewaslabour.org.uk/styles/images/membercontenth4.png) no-repeat left center;
}

#out {
	border-bottom: 2px solid #000;
	border-top: 2px solid #000;
	color: #000;
	background: #FFFF00 url(http://www.ewaslabour.org.uk/styles/images/membercontenth4out.png) no-repeat left center;
}

#outForm {
	border-bottom: 2px solid #000;
	color: #000;
	background: #FFFF00 url(http://www.ewaslabour.org.uk/styles/images/membercontenth4out.png) no-repeat left center;
	font-size: 18px;
}

#about_people img {
	float: left;
	margin: 0 7px 0 0;
}

#about_people h5 {
	margin: 10px 0 10px 0;
	font-family: Georgia;
	size: 14px;
	color: #CC0000;
	border-bottom: 2px solid #CC0000;
	line-height: 25px;
	font-weight: normal;
}

#about_people h5 span {
	font-weight: bold;
}

#about_aside {
	border-bottom: 4px solid #E1E1E1;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#about_aside img {
	margin: 10px 0 10px 0;
}

#about_main h5 {
	margin: 10px 0 10px 0;
	font-family: Georgia;
	size: 14px;
	color: #CC0000;
	border-bottom: 2px solid #CC0000;
	line-height: 30px;
	font-weight: normal;
	background: url(http://www.ewaslabour.org.uk/styles/images/asideh5.png) left center no-repeat;
	padding-left: 30px;
}

#about_main img {
	margin: 10px 0 10px 0;
}

#entry-page img {
	float: right;
}
