/*
THEME NAME: Loupe theme
THEME URI: http://patdryburgh.net/junction/
DESCRIPTION: A hack of the Junction Child-Theme based on Thematic. Typographic changes only for now
Template: thematic
VERSION: 0.1
AUTHOR: Jeremy Yuille
AUTHOR URI: http://isomorpho.us
TAGS: two columns,fixed width,simple,seo,microformats,widgets,framework,options page,hooks,filters,valid XHTML,valid CSS, blue
.
This work, like WordPress, is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/

@import url('../thematic/library/styles/reset.css');
@import url('../thematic/library/styles/typography.css');
@import url('../thematic/library/styles/sitemeta.css');
@import url('../thematic/library/layouts/2c-r-fixed.css');
@import url('../thematic/style.css');

/* General */

/* change the body size BIG with leading */

body {
	font-size: 18px;
	line-height: 24px;
	}


/* and now the sidebar - smaller with less leading */

div#primary, div#secondary {
	font-size: 14px;
	line-height: 20px;
	}

/* menu text upsize */

#access {
	font-size: 18px
	}
	
	
#blog-title {
	font-weight:normal;
	padding:40px 0 0;
	}

.wp-caption-text {
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	}

/* yep.. that's all folks - for now. */