/**
	File:
		content.css

	Validates:
		CSS Level 2.1

	Project:
		Weatherfor

	Author:
		Kristina Floyd

	Date Created:
		2008 05 31

	About:
		Contains styles for general content

	Notes:


	File content:


	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
*/



.validationFail{
	color: black;
}

p { margin-bottom: 1em; }
img { display: block; }
em { font-style: italic; }
strong { font-weight: bold; }
blockquote {  }
	blockquote em { font-size: 1.083333333em; font-weight: bold; }
	blockquote p { margin-bottom: 0; text-align: right; }
hr {  }



/* START Hx */
h1 { font-size: 1.916666667em; font-weight: bold; margin-bottom: 0.67em; } /* 23px */
h2 { font-size: 1.333333333em; font-weight: bold; margin-bottom: 0.67em; } /* 16px */
h3 { font-size: 1.25em; font-weight: bold; margin: 0.67em 0; } /* 15px */
h4 { font-size: 1.3333em; font-weight: bold; margin: 0.67em 0; } /* 16px */
h5 { font-size: 1.1667em; font-weight: bold; margin: 0.67em 0; } /* 14px */
h6 { font-size: 1em; font-weight: bold; margin: 0.67em 0; } /* 12px */
/* END Hx */



/* START A */
a { color: #3E3E40; font-weight: bold; text-decoration: none; }
	a:hover { text-decoration: underline; }
/* 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 0; padding: 0 1em; }
	li {  }
dl { margin-bottom: 1em; }
	dt { font-weight: bold; line-height: 1.5em; }
	dd { line-height: 1.5em; margin-left: 1em; }
		dl p { margin-bottom: 0; }
/* 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: 1em; }
	fieldset fieldset {  }
		legend { display: block; font-size: 1.25em; font-weight: bold; margin-bottom: 1em; width: 100%; }
		label { display: block; float: left; width: 35%; }
		input { border: 1px solid #c7c8c9; color: #616264; font-family: Arial, Helvetica, sans-serif; font-size: 100%; width: 60%; }
			input.inputText { font-size: 1em; }
			input.inputCheckbox {  }
			input.inputRadio {  }
		textarea { font-family: Arial, Helvetica, sans-serif; font-size: 1em; width: 60%; }

		.formButtons { margin: 0; }
				button { cursor: pointer; }
/* END form */