/**
	File:
		elements.css

	Validates:
		CSS Level 2.1

	Project:
		Higher Riscombe

	Author:
		Kristina Floyd

	Date Created:
		2008 04 25

	About:
		Contains styles for specific elements

	File content:
		.eSection

	Colour scheme
		Dark brown #542200
		Brown #a84300
		Orange #ff6600


	Notes:
		Place second in the cascade

	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
*/



/* START .extraSection */
.extraSection { float: left; padding: 10px; width: 272px; }
	.extraSection ol {  }
		.extraSection li {  }
			.extraSection a { border-top: 1px solid #A58C7B; display: block; padding: 4px; text-decoration: none; }
			.extraSection a:hover { background: #EFE5DE; }
/* END .extraSection */






/* START .subSection */
.subSection { padding: 10px; width: 272px; }
	.subSection ol {  }
		.subSection li {  }
			.subSection a { border-top: 1px solid #A58C7B; display: block; padding: 4px; text-decoration: none; }
			.subSection a:hover { background: #EFE5DE; }
/* END .subSection */






/* START #search */
#search { padding-top: 1.0055em; }
	#search fieldset {  }
		#search label { display: none; }
		#search input.inputText { width: 190px; }
		#search input.inputSubmit {  }
/* END #search */
