/**
	File:
		content.css

	Validates:
		CSS Level 2.1

	Project:
		Kimberly-Clark Sustainability

	Author:
		Kristina Floyd

	Date Created:
		2009 06 10

	About:
		Contains styles for general content

	Notes:
		Place second in the cascade

	Site Colour Scheme:

	Font sizing:
		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.18182em; }
#sub-content p { margin-bottom: 0; }
img {  }
em { font-style: italic; }
strong { font-size: 1.0404em; font-weight: bold; }
blockquote { color: #48774B; font-size: 1.1667em; margin: 1em 36px; }
	blockquote cite { display: block; font-weight: bold; text-align: right; }
hr {  }/* See elements.css */
address {  }


/* START Hx */
h2, h3, h4, h5, h6 { color: #48785D; font-weight: bold; }
h1 { color: #FFFFFF; font-size: 18px; font-weight: normal; line-height: normal; } /* font size - 17px */
h2 { font-size: 1.272723em; margin-bottom: 0.875em; } /* font size - 14px */
h3 { font-size: 1.272723em; font-weight: bold; margin-bottom: 0.875em; } /* font size - 14px */
h4 { font-size: 1em; margin-bottom: 0.6667em; } /* font size - 11px */
h5 {  }
h6 {  }
/* END Hx */



/* START A */
a { color: #48785D; font-weight: bold; text-decoration: underline; }
	a:hover { text-decoration: none; }
	a:visited {  }
/* END A */



/* START list */
ul { margin: 1em; }
	ul li { list-style: disc; }
ol { margin: 1em; }
	ol li { list-style: decimal; }
	li { margin: 0 2em; list-style-position: outside; padding: 0 0.5em; }
dl { margin: 1em; }
	dt { font-weight: bold; }
	dd { margin-left: 1em; }
/* END list */



/* START table */
table { background: transparent url(/template-images/sustainability/content/table/border.gif) no-repeat top left; border-top: 2px solid #D0D1D2; border-collapse: collapse; display: table; font-size: 100%; margin-bottom: 1em; width: 420px; }
#content-area.full-width-template table { background: transparent url(/template-images/sustainability/content/table/full-width-border.gif) no-repeat top left; width: 595px; }
	caption { color: #1953A5; font-weight: bold; padding: 0 1em 1em 1em; }
		tr { background: transparent; }
		thead { display: table-header-group; vertical-align: top; }
			th { background: transparent url(/template-images/sustainability/content/table/dotHorizontal.gif) repeat-x bottom left; color: #010101; font-size: 1.1667em; font-weight: bold; padding: 0.8571em; vertical-align: top; }
			table th.first,
			table td.first { background: transparent url(/template-images/sustainability/content/table/dotsHorizontalFirst.gif) no-repeat bottom left; }
			table th.last,
			table td.last { background: transparent url(/template-images/sustainability/content/table/dotsHorizontalLast.gif) no-repeat bottom right; }
			td { background: transparent url(/template-images/sustainability/content/table/dotHorizontal.gif) repeat-x bottom left; border-collapse: collapse; padding: .5em 1em; vertical-align: top; }
		tbody { display: table-row-group; font-size: 0.9537em; vertical-align: middle; }
		tfoot { display: table-footer-group; vertical-align: middle; }
/* END table */




/* START form */
form { line-height: normal; margin-bottom: 1em; }
	fieldset {  }
        fieldset ol { list-style: none; margin: 0; padding: 0; width: auto; }
            fieldset li { list-style: none; margin: 0 0 1em 0; padding: 0; width: auto; }
				fieldset li li { margin: 0; }
                fieldset li p { margin-bottom: 0; }
                legend { color: #636466; font-size: 1.1667em; }
                    fieldset fieldset legend { color: #636466; font-size: 1em; padding-bottom: 1em; }
					fieldset fieldset legend span { display: block; width: 460px; }
                label { color: #636466; display: block; font-weight: bold; margin: 0; padding: 0 6px 0 0; width: 150px; }
                textarea,
                select,
				option,
                input { border: 1px solid #D0D1D2; font-family: Arial, Helvetica, sans-serif; font-size: 1em; width: 250px; }

				textarea:hover,
                select:hover,
                input:hover { border: 1px solid #636466; }

				option { border: none; font-size: 1em; width: auto; }
				textarea { height: 15em; width: 250px; }
				select { padding: 0; }

	.formedit { clear: left; }
		.formedit label { float: left; padding-left: 0; }
		.formedit input {  }

	.formpassword { clear: left; }
		.formpassword label { float: left; padding-left: 0; }
		.formpassword input {  }

    .formradio {  }
        .formradio fieldset {  }
            .formradio li { float: left; width: 462px; }
                .formradio input { float: left; margin-right: 1em; width: auto; }
                .formradio label { display: block; float: left; margin: 0; padding: 0; }

    .formcheckbox { padding-left: 160px; }
        .formcheckbox fieldset {  }
            .formcheckbox li {  }
                .formcheckbox input { border: none; margin-right: 1em; width: auto; }
                .formcheckbox label { display: inline; float: none; margin: 0; padding: 0; width: auto; }

	.formdp { width: 100%; }
		.formdp input { float: left; }
		.formdp label { display: inline; float: right; font-size: 0.9167em; font-weight: normal; margin: 0 6px 0 0; padding: 0; width: 90%; }
		.formdp p { font-size: 0.9167em; }

    .formdate {  }
        .formdate fieldset {  }
            .formdate fieldset li { background: transparent; float: left; margin: 0; padding: 0; }
                .formdate fieldset input { margin: 0 0.5em; width: 50px; }

    .formselect {  }
		.formselect label { float: left;  }
		.formselect select { padding: 0; }
			.formselect option {  }

	.formfileupload {  }
		.formfileupload label { display: block; float: none; width: auto; }

	.formmemo {  }
		.formmemo label { float: left; padding-left: 0; }
		.formmemo textarea { height: 6em; }

    .validationerror { background: #FFF5B7 url(/template-images/sustainability/content/form/exclamation.gif) no-repeat top left; border: solid 2px #E5E5E5; clear: left; display: block; font-weight: bold; margin: 2em 0 0.5em 0; padding: 0.5em 0.5em 0.5em 28px; }
	.validationerrorabove {  }

	.pageformcontainer { padding: 0; }
		.pageformcontainer fieldset { padding: 0; }
			.pageformcontainer fieldset li { background: transparent; }
			.pageformcontainer fieldset .formradio { margin-bottom: 0; }
			.pageformcontainer fieldset .formfileupload { margin-bottom: 0; padding-top: 0; }

	.formbuttonbar { clear: both; padding-bottom: 0; }
		#formButtons {  }
			#formButtons ol {  }
				#formButtons li { float: right; margin-left: 2em; padding: 0; }
					#formButtons input,
					.submit { background: transparent url(/template-images/sustainability/content/form/submit-arrow.gif) no-repeat top right; border: none; color: #636466; cursor: pointer; font-weight: bold; padding: 4px 13px 6px 4px; text-decoration: none; width: auto; }
					#formButtons input:hover,
					.submit:hover { color: #8FB7C7; }
/* END form */

