/*
f1period8.com Cascading Style Sheet
All Right Reserved
------------------
Base.css
	Foundation for all the CSS found on f1period8.com.
------------------
Created:
Last Modified:
*/

/*--Import Core stylesheets--*/

@import url("layout.css"); /* Layout */

/*--Standard XHTML Elements--*/
body { margin: 0; padding: 0; }
	
strong { font-weight: bold; }
em { font-style: italic; font-size: .9em; background-color: transparent;}
blockquote { font-size: .9em; border-left: 3px solid #222; padding-left: 5px; }

small { letter-spacing: 1px;} /*--Fix for unreadable light text on a dark background--*/

/*--Standard Form Elements--*/

form {}
fieldset { border: none; margin: 0; padding: 10px 0 10px 0; }
label { font-weight: normal; }


/*--Special Case 'Standard' IDs,Classes--*/
#float-left, .float-left { float: left; }
	#float-left img, .float-left img { margin-right: 10px; }
#float-right, .float-right { float: right; }
	#float-right img, .float-right img { margin-left: 10px; }
#float-none, .float-none { float: none; }
#inline, .inline { display: inline; }
.mute { }
.hide { display: none; }
.notice { }
.invisible { visibility:  hidden; }
#clear, .clear { clear: both; }
.nowrap { white-space: nowrap; }


.text-align-center { text-align: center; }
.text-align-left { text-align: left; }
.text-align-right { text-align: right; }
.text-align-justify { text-align: justify; }

.margin-zero { margin: 0; padding: 0; }
