/**
	File:
		content.css

	Validates:
		CSS Level 2.1

	Project:
		Clear Attitude

	Author:
		Kristina Floyd

	Date Created:
		2008 08 12

	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	ie6.css - IE6 specific styles.
		06	ie7.css - IE7 specific styles.
		07	clearing.css - Enables the use of .clearfix across the site.
		08	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-size: 3em; } /* 36px */
h2 { font-size: 2em; margin-bottom: 0.67em; } /* 24px */
h3 { font-size: 1.5em; margin: 0.67em 0; } /* 18px */
h4 { font-size: 1.3333em; margin: 0.67em 0; } /* 16px */
h5 { font-size: 1.1667em; margin: 0.67em 0; } /* 14px */
h6 { font-size: 1em; margin: 0.67em 0; } /* 12px */
/* END Hx */



/* START A */
a { color: #2D6A69; font-weight: bold; text-decoration: underline; }
	a:hover { color: #08ABAB; 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; }
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 { margin-bottom: 2em; }
	fieldset fieldset { margin-bottom: 1em; }
		legend { border-bottom: 1px solid #2D6A69; color: #2D6A69; display: block; font-size: 1.16667em; font-weight: bold; margin-bottom: 1em; width: 100%; }
		label { display: block; float: left; width: 16.6667em; }
		input { font-family: Arial, Helvetica, sans-serif; }
			input.inputText { font-size: 1em; width: 16.6667em; }
			input.inputCheckbox {  }
			input.inputRadio {  }
		textarea { font-family: Arial, Helvetica, sans-serif; font-size: 1em; width: 16.6667em; }

		#formButtons { border-top: 1px solid #2D6A69; padding: 1em 0 0 16.6667em; }
			input.inputSubmit { cursor: pointer; font-size: 1em; font-weight: bold; }
			button {  }
/* END form */