/* State I'm In - Settings styles
	Author: Teddy Wing
		http://www.teddywing.com
	Created: June 09, 2009
	
	Colour scheme:
	
*/

/* ### IMPORT ### */
@import 'layout.css';
@import 'top-navigation.css';
@import 'typography.css';
@import 'form.css';
@import 'top-login-links.css';

/* ### GLOBAL ### */
.center {
	margin: 0 auto 0 auto;
	text-align: center;
}
.clear {
	clear: both;
}
.invisible {
	visibility: hidden;
}
.hide {
	display: none;
}
.invisible-hide {
	height: 0;
}

