@charset "utf-8";
/*****************************************************

	Trefoil Guild CSS
	Created by Andrew McEwan / The Web Workshop Ltd
	
	Article View CSS for News, Celebrate & International
	
******************************************************/

ul#articleImages {
	list-style-type:none;
	width:500px;
	margin:0;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

ul#articleImages li {
	float:left;
	width:250px;
	}
	
ul#articleImages li.secondImage {
	padding-bottom:15px;
	padding-left:5px;
	float:left;
	width:245px;
	}
	
ul#articleImages li.articleSeparator {
	width:500px; 
	float:left; 
	height:1px;
/*	background-color:#0000CC;*/
	}
	
.articleSeparator {
	width:500px; 
	float:left; 
	height:1px;
/*	background-color:#0000CC;*/
	}
	
ul#articleImages li img {
	float:left !important;
	width:245px;
	margin-bottom:10px;
	}
	
ul#articleImages li p {
	padding-bottom:15px;
	width:240px;
	color:#333333;
	line-height:1.4em;
	font-size:0.8em;
	}
	
#articleCopy {
	width:500px;
	padding-bottom:50px;
	}
	
h1.articleHeadline {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.0em;
	line-height:1.4em;
	padding-bottom:0px;
	width:500px;
	float:none;
	margin-top:-6px;
	}
	
p.datePublished {
	font-size:0.8em;
	color:#999999;
	padding-bottom:15px;
	}

p.articleParagraph {
	font-size:1em;
	line-height:1.4em;
	padding-bottom:10px;
	}
	
dl.articleImage {
	float:left;
	padding:5px;
/*	border:1px solid #999999;*/
	width:200px;
	margin-right:10px;
	margin-bottom:20px;
	}
	
.articleImage2 {
	float:right !important;
	margin-left:10px !important;
	margin-right:0px !important;
	margin-top:10px !important;
	margin-bottom: 10px !important;
	}
	
	
dl.articleImage dt {
	width:200px;
	padding-bottom:10px;
	}
	
dl.articleImage dd {
	font-size:0.7em;
	font-weight:bold;
	line-height:1.4em !important;
	padding-bottom:10px;
	}
	
#articleImagesHolder {
	float:left;
	width:220px;
	}
	
#articleCopyText {
	margin-left:240px;
	width:250px;
	font-size:0.8em;
	line-height:1.4em !important;
	}
	
.firstPara {
	font-weight:bold;
	}
	
div.extraGap {
/*	height:15px !important;*/
/*	padding-bottom:15px !important;*/
	width:100%;
	}
	
ul#articleDownloads {
	list-style-type:none;
	}

ul#articleDownloads li {
	padding-bottom:10px;
	}
	
ul#articleDownloads li h2 {
	color:#333333;
	font-size:1.2em;
	line-height:1.6em;
	padding-bottom:10px;
	}

ul#articleDownloads li h2 a {
	color:#333333;
	text-decoration:underline;
	}
	
ul#articleDownloads li h2 a:hover {
	text-decoration:none;
	}
	
ul#articleDownloads li p {
	font-size:1.0em;
	line-height:1.2em;
	}