@import "css/reset.css";
@import "css/300.css" (min-width:300px);
@import "css/500.css" (min-width:500px);
@import "css/700.css" (min-width:700px);
@import "css/900.css" (min-width:900px); 


/* Common or basic styles */

html 							{ font-family: "rooney-web", Helvetica, Arial; }
body 							{ padding: 0 auto; margin: 0 auto; text-align: center; }
.floatClearer					{ clear: both; }
header a:hover,
footer a:hover,
article a:hover,
article p.tags a:hover			{ color: #1692fc; border-bottom: 1px solid #1692fc; }


