/***	********************************************* 
Style sheet for Cycling Edinburgh site.
Created by Mike Lewis, August 2008.
Updated Feb 2009.
This version for articles other than the main
page; created Sepetember 2011.
*************************************************/

body {
	width: 970px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
	margin: 0 auto;
	line-height: 1.2em; 
	background-color:#FFFFCC;
	}
		
	h1 {font-size: 180%; color: #800000 }
	h2 {font-size: 140%; color: #800000 }
	h3 {font-size: 100%; color: #800000 }
	h4 {font-size: 100%; color: #000000 ; font-weight: bold}
	li {padding-bottom: 5pt }
	hr {color:#800000 }
		
.MainContent 
    /* Main body of the page */
	{
	width: 732px;
	float:left;
	padding: 10px 20px 0 10px;
	}

.SideBar 
	/* Navigation, adverts, etc */
    {
    width: 165px;
	float: right;
	padding: 10px 0 0 10px;
	}
.SmallPrint {font-size: 85%; line-height:1.2em;}
.PictureCaption {font-weight:bold }
.PictureCredit {color:dimgray; font-size: 0.8em}
.Figure-L {float:left; margin-right: 1em}
.Figure-L p  {font-weight:bold; font-size:80%; margin: 1em 0 1em 0}
.Figure-R {float:right; margin-left: 1em; text-align:right }
.Figure-R p  {font-weight:bold; font-size:80%; margin: 1em 0 1em 0}

.Endpiece
	{
	/* Foot of page, mainly to provide a place for clearing the above floats */
	padding-top: 15px;
	font-size: 18pt;
	line-height:1.5em;
	clear: both;
	text-align: center;
	width: 100%; 
}

.FootAd
	/* Advert at foot of main section */
	{
	margin-left:-5px;
	}