/*
Theme Name: barebrick
Theme URI: http://carlnunes.com/barebrick/
Description: The default Wordpress 2.6 theme stripped of its skin. Custom Wordpress theme by <a href="http://somethingillstudios.com">carlnunes.com</a>.
Version: 1.0
Author: Carl Nunes
Author URI: http://carlnunes.com
Tags: carlnunes.com, stripped
*/

/* reset */
* {margin:0; padding:0}
html{overflow-y:scroll}
html, body{height:100%}
body{font-size: 62.5%; font-family: Arial, Helvetica, sans-serif; color:#000; background-color:#fff}
ul{list-style:none inside}
ol{list-style:none inside}
a{outline:none;text-decoration:none}
a img{border:none}
img{vertical-align:middle}
table{border-collapse: collapse}

/* utility */
.alignleft{float:left}
.alignright{float:right}
.aligncenter{}
.clear{clear:both}

/* structure */
