@charset "UTF-8";
/* CSS Document */

/*****************************************************************************/
/* www.wythenshaweforum.co.uk  //  forum_print.css (print)
   Copyright © 2008 The Wythenshawe Forum Trust. All Rights Reserved. */
/*****************************************************************************/

/*-  Normalize 
----------------------------------------------------------------------*/

/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, legend, p, blockquote, th, td
{ margin: 0; padding: 0; }

/* Normalizes font-size for headers */
h1, h2, h3, h4, h5, h6 { font-size: 100%; }

/* Removes list-style from lists */
ol, ul { list-style: none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style: normal; font-weight: normal; }

/* Removes list-style from lists */
table { border-collapse: collapse; border-spacing: 0; }

/* Removes border from fieldset and img */
fieldset, img { border: 0; }

/* Left-aligns text in caption and th */
caption, th { text-align: left; }

/* Removes quotation marks from q */
q:before, q:after { content: ''; }

/* Removes dotted ouline on links in Firefox */
a { outline: none; }


/*-  HTML tag styles 
----------------------------------------------------------------------*/

html, body{
	margin: 0; 
	padding: 0;
	border: 0;
}

body {
	font: 14pt/1.5 Helvetica, Verdana, sans-serif;
	color: #000;
	background-color:#fff;
}

h1 {
	font-size: 18pt;
	padding-top: 20px
}

h2 {
	font-size: 14pt;
	padding-top: 20px
}

h3 {
	font-size: 11pt;
	padding-top: 20px
}

p, li, td, td h3, .record h3 {
	font-size: 11pt;
}

p { padding-bottom: 15px; }


/* mainContent list */

#mainContent ul {
	margin: 0;
	padding: 0.5em 0 0.5em 1.7em;
	list-style-type: disc;
}

#mainContent li {
	padding: .1em 0 .1em 0;
}


/*-  default links
----------------------------------------------------------------------*/

a:link, a:visited, a:active {
	color: #000;
	text-decoration: none;
}


/* show links only inside the mainContent div */

#mainContent a:after {
	content: " (" attr(href) ")";
	font-size: 11pt;
}


/*-  hide the following items
----------------------------------------------------------------------*/

#navMain,
#secondaryContent,
#zoneNavContainer,
#skipToZoneLinks,
#footer,
form#FormEventSearch,
.pagelinks,
.RecordLinks,
.record a {
	display: none;
}


/*-  news article page
----------------------------------------------------------------------*/

.TextFrame {
	margin: 0;
	padding: 10px 0 0 0;
}

.TextFrame .newsPhoto {
	float: left;
	padding-right: 15px;
	padding-bottom: 5px;
}






