/* Stylesheet The Magic Lantern Society - www.magiclantern.org.uk
	Author: Mark Butterworth
	
	Two column page with links, headlines and adverts
	Used for the Main Index and Weblog Pages

*/
a:link, a:visited, a:hover {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */
ul {
	list-style-type: square;
}
ul ul {
 	list-style-type: disc;
}
ul ul ul {
 	list-style-type: none;
}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#navBar {
	margin: 1% 0 0 79%;
	padding: 0;
	background-color: #f1f7fb;
	border-left: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
}
#content {
  	float:left;
	width: 75%;
	margin-left: 0.425em;
}
/*************** #pageName styles **************/
#pageName {
	padding: 0 0 .625em .625em;
}
/************* #breadCrumb styles *************/
#breadCrumb {
	font-size: 80%;
	padding: .3125em 0 .3125em .625em;
}
/************** .feature styles ***************/
.feature {
	padding: 0 0 .625em .625em;
}
.feature h4 {
	padding: 1.875em 0 .3125em 0;
	font: 110%;
	font-weight:bold;
}
.feature img {
	float: left;
	padding: 0 .625em 0 0;
	margin: 0 .3125em .3125em 0;
}
.feature a:link {
	color: #0000ff;
} 
/* adjust margins to change separation between the feature image and text flowing around it */
/************** .story styles *****************/
.story {
	clear: both;
	padding: .625em 0 0 .625em;
}
.story h4 {
	font: 110%;
	font-weight:bold;
	
}
/*********** #navBar link styles ***********/
#navBar ul a:link, #navBar ul a:visited {
	display: block;
}
#navBar ul {
	list-style: none; 
	margin: 0; padding: 0;
}
/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {
	border-bottom: .0625em solid #eeeeee;
}
/* fix for browsers that don't need the hack */
html>body #navBar li {
	border-bottom: none;
}
/*********** #sectionLinks styles ***********/
#sectionLinks {
	position: relative;
	margin: 0;
	padding: 0;
	border-bottom: .0625em solid #c0c0c0;
	font-size: 100%;
}
#sectionLinks h3 {
	padding: .625em .125em .125em .625em;
}
#sectionLinks a:link {
	padding: .125em 0 .125em .625em;
	border-top: 1px solid #c0c0c0;
	width: 100%;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: auto;
}
#sectionLinks a:visited {
	border-top: .0625em solid #c0c0c0;
	padding: .125em 0 .125em .625em;
}
#sectionLinks a:hover {
	border-top: .0625em solid #c0c0c0;
	background-color: #c0c0c0;
	padding: .125em 0 .125em .625em;
}
/*********** .relatedLinks styles ***********/
.relatedLinks {
	margin: 0;
	padding: 0 0 .625em .625em;
	font-size: 95%;
}
.relatedLinks h3 {
	padding: .625em 0 .125em 0;
	font-size: 95%;
	font-weight:bold;
}
/************** #advert styles **************/
#advert {
	padding: .625em 0 0 .625em;
	border-top: .0625em solid #cccccc;
}
#advert img {
	display: block;
}
/************** #headlines styles **************/
#headlines {
	margin: 0px;
	padding: .625em 0 1.25em .625em;
}
#headlines h3 {
	padding: .625em 0 .125em 0;
	font-size: 95%;
	font-weight:bold;
}
#headlines p {
	padding: .3125em 0 .3125em 0;
}
