/*
Theme Name: Common Sense
Description: Customized from the "starkers" theme
Author: Nathan Lyle (Marquette Web Maestro)
Author URI: http://marquettewebmaestro.com
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";

#loginlinks ul {
	margin: 0;
	padding: 0;
	}
#loginlinks li {
	float: left;
	list-style-type: none;
	}
#loginlinks a {
	display: block;
	border: #ccc solid 1px;
	width: 85px;
	padding: 4px;
	margin: 4px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	}	
