@charset "utf-8";

@import url(type.css);        /* handles the typography */
@import url(grid.css);        /* handles the layout grid */
@import url(widgets.css);     /* handles widgets like tabs, drop-down menus, and "read more" buttons. */

* {margin: 0; padding: 0;}
a {outline: none;}
a img {border: none;}
ul, ol {list-style: none;}
hr {}

.clear {clear: both; position: relative; font-size: 0px; height: 0px; line-height: 0px;} 
