/*
Theme Name: MinuteBox
Theme URI: http://minutebox.com/
Description: Revised version of the Handgloves theme for MinuteBox
Version: 1.1
Author: George Wiscombe
Author URI: http://www.georgewiscombe.com
Tags: two columns, clean, white, grey, helvetica, jquery

Revised version of the Handgloves theme for MinuteBox

*/


@import url('css/structure.css');
@import url('css/header.css');
@import url('css/navigation.css');
@import url('css/post.css');
@import url('css/sidebar.css');
@import url('css/comments.css');


body {
background:#edf1f4 url(css/images/background.jpg) top center repeat-x;
font-family:Helvetica, Arial, sans-serif;
color:#2a2a2a;
p.small {line-height:120%;}
p.big {line-height:150%;}
font-size: 62.5%; /* Resets 1em to 10px */
margin:0;
}

.post .post-header h2 {
  font-size: 30px;
  line-height: 35px;
}

.post p {
  font-size: 14px;
  line-height: 18px;
}

.post p img.alignleft {
  margin-right: 20px;
}

