/*
BradMcGonigle.com v.0.3 Cascading Style Sheet
All Right Reserved
------------------
Base.css
	Foundation for all custom CSS found on BradMcGonigle.com.
------------------
Created 6.10.2008
Modified 6.10.2008
*/

/*--Import Core stylesheets--*/

@import url("layout.css"); /* Layout */
@import url("color.css"); /* Color */


/*--Standard XHTML Elements--*/

body {}
	
strong { font-weight: bold; }
em { font-size: .9em; color: #999; font-style: italic; }

a.img-link { border-bottom: none; }

/*--Special Case 'Standard' IDs,Classes--*/
#float-left, .float-left { float: left; }
#float-right, .float-right { float: right; }
#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; }

.margin-zero { margin: 0; padding: 0; }
