﻿/*
Theme Name: Customs
Theme URI: http://www.alistair.com
Description: An experiment in Child Themes. Starting with Thematic.
Version: 0.9
Template: thematic
Author: Alistair Calder
Author URI: http://alistair.com
Tags: simple, clean, single column

*/

@import url(../thematic/style.css);

body {
	font-family: "Lucida Grande", "Helvetica Neue", Helvetica, Corbel, Arial, Sans-serif;
}


#blog-title * {
font-size: 1.25em;
}

.menu {
font-size: 1.25em;
}


body #wrapper {
font-size:1.4em;
line-height:1.25em;
}

body #wrapper h2 {
font-size: 1.6em;
line-height: 1.75;
}

.sf-menu a {
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:7px 13px;
	text-decoration:none;
}
