/*
Theme Name: emergency medicine updates
Theme URI: http://emupdates.com/
Description: A custom theme for emupdates.com
Author: Dan Phiffer
Author URI: http://phiffer.org/
Template: thematic
Version: 1
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');


/* Widen the design a bit */

#main {
  width: 1148px;
}

.menu, #branding {
  width: 1128px;
}

#container {
  width: 836px;
}

#content {
  width: 787px;
}

/* Use a sans serif instead of a serif font */

body, input, textarea {
	font: 12px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
//  font-family: helveticaneue, "helvetica neue", helvetica, arial, sans-serif;
}

/* Use a serif for the information about the post */

.entry-meta {
	font: 12px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
  //font-family: helveticaneue, "helvetica neue", helvetica, arial, sans-serif;
  //font-family: georgia, serif;
}

.entry-utility {

	font: 12px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
  //font-family: helveticaneue, "helvetica neue", helvetica, arial, sans-serif;
//  font-family: georgia, serif;
  margin-top: 22px;
}

