/*
    Blue - #5c7be4
    Off-White - #ffffcc
*/

/*
	UTILITY
*/
.floatLeft	{ float: left; }
.floatRight	{ float: right; }
.clear		{ clear: both; }
.button		{ border: 1px solid #272727; background: white; padding: 3px 8px; color: #272727;
                  -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }
.button:hover	{ background: #990000; color: #fff; }


/*
	FORMS
*/
input		{ padding: 3px; }


/*
	TYPOGRAPHY
*/
body { background-color: #5c7be4; }
a    { color: #ffffcc; text-decoration: underline; }
a:hover { text-decoration: none; }


/*
	STRUCTURE
*/


/*
	HEADER
*/


/*
	MENU
*/



/*
	FOOTER
*/


