/**
	File:
		content.css

	Validates:
		CSS Level 2.1

	Project:
		Higher Riscombe

	Author:
		Kristina Floyd

	Date Created:
		2008 04 25

	About:
		Contains styles for general content

	Notes:


	File content:
		#mainContent


	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	colour.css - Different colour schemes for Lego
		06	ie6.css - IE6 specific styles.
		07	ie7.css - IE7 specific styles.
		08	clearing.css - Enables the use of .clearfix across the site.
		09	main.css - Continuity generated stylesheet
		10	print.css - Print specific styles
*/



p { margin-bottom: 1em; }
img { display: block; }
em { font-style: italic; }
strong { font-weight: bold; }
blockquote {  }
hr {  }



/* START Hx */
h1 { font-family: Georgia,"Times New Roman",Times,serif; color: #542200; font-size: 3.1667em; } /* 38px */
h2 { color: #542200; font-size: 2.3333em; margin: 0.67em 0; } /* 28px */
h3 { color: #542200; font-size: 1.5em; margin: 0.67em 0; } /* 18px */
h4 { color: #542200; font-size: 1.3333em; margin: 0.67em 0; } /* 16px */
h5 { color: #542200; font-size: 1.1667em; margin: 0.67em 0; } /* 14px */
h6 { color: #542200; font-size: 1em; margin: 0.67em 0; } /* 12px */
/* END Hx */



/* START A */
a { color: #A84300; font-weight: bold; text-decoration: underline; }
	a:hover { text-decoration: none; }
/* END A */



/* START list */
ul { list-style: disc; list-style-position: outside; margin: 1em; padding: 0 1em; }
ol { list-style: decimal; list-style-position: outside; margin: 1em; padding: 0 1em; }
	li {  }
dl {  }
	dt { font-weight: bold; line-height: 1.5em; }
	dd { line-height: 1.5em; margin-left: 1em; }
/* END list */



/* START table */
table { display: table; width: 100%; }
table { font-size: 100%; }
	caption { font-weight: bold; padding: 1em 0; }
		thead  { display: table-header-group; vertical-align: middle; }
		tr {  }
			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 {  }
		label {  }
		input {  }
			input.inputText { border: 1px solid #565656; padding: 5px 3px; }
			input.inputCheckbox {  }
			input.inputRadio {  }

			input.inputSubmit { background: #542200; border: none; color: #FFFFFF; cursor: pointer; font-weight: bold; padding: 5px 3px; }
			button {  }
/* END form */