/**
	File:
		content.css

	Validates:
		CSS Level 2.1

	Project:
		Wirebird

	Author:
		Kristina Floyd

	Date Created:
		2008 07 30

	About:
		Contains styles for general content

	Notes:
		Place second in the cascade

	Site Colour Scheme:
		Background colour - Powder Blue : #96BBC4
		Dark blue : #03556D
		Text - Almost Black : #333333
		Lime Green - #B0D23B

	Font sizing:
		Body font size - 11px

		formula:
			1 / parent font size (px) x required pixels = em equivalent
		eg:
			1 / 11px x 12px = 1.090909091em

	Cascade index:
		01	undo.css - Resets browser default styles
		02	layout.css - Styles for the main layout and framework of the site
		03	content.css - Styles for general content
		04	elements.css - Styles for specific page elements
		05	ie6.css - IE6 specific styles.
		06	ie7.css - IE7 specific styles.
		07	clearing.css - Enables the use of .clearfix across the site.
		08	main.css - Continuity generated stylesheet
		09	print.css - Print specific styles
*/



p { margin-bottom: 1.27273em; }
img { padding-bottom: 8px; }
em { color: #BA56AC; font-style: normal; }
strong { font-weight: bold; }
blockquote { margin: 1em; }
hr {  }
address { float: left; margin-right: 50px; }


/* START Hx */
h1 {  }
h2 {  }
h3 {  }
h4 {  }
h5 {  }
h6 {  }
/* END Hx */



/* START A */
a { color: #BA56AC; text-decoration: underline; }/* #78126E */
	a:hover { text-decoration: none; }
	a:visited { color: #808080; }
/* END A */



/* START list */
ul { margin: 1em; }
#subContent ul { margin: 0 1em 1em 1em; }
	ul li { list-style: disc; }
ol { margin: 1em; }
	ol li { list-style: decimal; }
	li { margin: 0 2em; padding: 0 0.5em; }
	#largeTemplate li { margin: 0; }
dl { margin: 1em; }
	dt { font-weight: bold; }
	dd { margin-left: 1em; }
/* END list */



/* START table */
table { display: table; font-size: 100%; margin-bottom: 1em; }
	caption { font-weight: bold; padding: 1em 0; }
		tr {  }
		thead {display: table-header-group; vertical-align: middle; }
			th { font-weight: bold; padding: 3px 5px; vertical-align: top; }
			td { padding: 3px 5px; vertical-align: top; }
		tbody { display: table-row-group; vertical-align: middle; }
		tfoot { display: table-footer-group; vertical-align: middle; }
/* END table */




/* START form */
form {  }
	fieldset {  }
		legend {  }
		label {  }
		input { font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 1em; }
		.submit { cursor: pointer; }
/* END form */
