/*  ####  All the layout of the box model */

@import url("photo.css");

#container
{
  width: 631px;
  margin: 10px auto;
  background-color: #fff;
  color: #333;
  border: 1px solid gray;
  line-height: 130%;
}

#top
{
  padding: 1.5em;
  background-color: #ddd;
  border-bottom: 1px solid gray;
}

#top h1
{
  padding: 0;
  margin: 0 0 0 15px;
}

#content
{
  float: left;
  background-color: white;
  border-right: 0px solid gray;
  padding: 1em;
  width: 610px;
  min-height: 250px;
}

#footer
{
  clear: both;
  margin: 0;
  padding: .5em;
  color: #333;
  background-color: #ddd;
  border-top: 1px solid gray;
}

/*  ####  Text formatting */
 
body
{
  font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif;
  font-size: 8pt;
  font-weight: normal;
  font-style: normal;
}

#container h1,#container h2,#container h3,#container h4
{
  color: #000;
  line-height: 110%;
  clear: left;
}

#container h1 {
	font-size:		x-large;
	line-height:		120%;
}

#container h2 {
	font-size:		large;
	line-height:		120%;
	border-bottom:		1px solid gray;
	border-left:		4px solid gray;
	padding:		4px;
	background-color:	none;
	color:			#ff6666;
}

#container h3 {
	font-size:		11pt;
    font-weight: bold;
	background-color:	none;
	border-bottom:	1px dashed gray;
	padding:		2px;
}

#container h4 {
    font-size: small;
	font-size:		10pt;
    clear: none;
}

#container h3.obit {background-color: gray;color: black;border-color: black;}

#container table {
	border-collapse:	collapse;
	border-spacing:		0px;
}

#container table + table {margin-top: 15px;}

#container td {
	line-height:		120%;
/*	padding:		0px; */
}

#leftnav p { margin: 0 0 1em 0; }
#content h2, #wide-content h2 { margin: 0 0 .5em 0; }
#content hr, #wide-content hr { width: 80%;}

/*  ####  Content classes */

div.start-left > p {clear: left;}

.fancy {
  font-family: 'Monotype Corsiva';
  font-size: x-large;
  text-align: center;
  color: black;
  margin: 15px 0px 35px 0px;
}

.red, .blk
{
	font-family: Verdana;
	font-size:   14px;
	color: red;
}
.blk {color: black;}

#container dd dt {
  font-weight:    bold;
/*  font-variant:   small-caps;*/
  margin-bottom:  2px;
  margin-top:     4px;
}

#container dl dt {
  margin-top: 5px;
  margin-bottom: 2px;
}

#content ol li, #content ul li {
	margin-top:		5px;
}

#container h2 + h3 + p > strong {color: red;}

#container dl.timeline dt {font-weight: bold;}

div.two-col div {
	float: left;
	width: 290px;
}

div.two-col div > table {margin-left: -80px;}

div.two-col div + div {margin-left: 20px;}

/* These from the newsletter */

span.team {font-variant: small-caps;}

dl.news dt {font-weight: bold;margin-bottom: 3px;}
dl.news dd {margin-bottom: 3px;}

dl.honour-roll dt {font-variant: small-caps;}
dl.honour-roll dd {color: #006400;font-weight: bold;}

.force-column {display: table;} /* not in the newsletter, it replaces the 'discard table' */

table.league td{text-align: center;}
table.league td:first-child {font-variant: small-caps;text-align: left;}
table.league tr:first-child  td:first-child {font-variant: normal;font-weight: bold;font-size: 12px;}
table.league tr:first-child  td:last-child {font-variant: normal;font-weight: bold;font-size: 12px;}
table.league tr:first-child  td {font-variant: small-caps;}

span.green-point {color: #006400;font-weight: bold;}

/* End of newsletter formats */

#nl-header {
    clear:both;
    float:left;
    width:100%;
    border: 0;
    padding: 0; /* keep this - see #hg-header-inner for padding */
}

#nl-header {border-bottom: 2px solid #ff6666;}
#nl-header {background: #fff;}

#nl-header p,
#nl-header h1,
#nl-header h2 {
    padding: 0.4em 15px 0 15px;
    margin: 0;
}

#banner-left {
    width: 28%;
    float: left;
    height: 20em;
    background: white;
    color: black;
}

#banner-left h1 {
    color: #ff6666;
    font-family: Calibri, Tahoma, Verdana;
    font-size: 36pt;
    line-height: 130%;
    margin-left: -0.7em;
    padding-left: 1.1em;
}

#banner-right {
    width: 72%;
    float: right;
    height: 20em;
    display: table;
    background: gray;
}

#banner-right p {
    float: left;
    font-family: Calibri;
    font-size: 16pt;
}
#banner-right a {color: white;}

#banner-right p.bottom-left {
    margin-top: 7.2em;
    clear: left;
}

#banner-right p.bottom-right {
    margin-top: 7.2em;
    float: right;
}

p.www span {color: #ff6666;}

/* These override the colours and links for photos for a 'tighter' look */

#content .photo,
#content .photo-left,
#content .photo-right,
#content .photo-centre {
    background-color:	gray;
}

#content a img {
    border-width: 1px;
}
