/*
Theme Name: Kanuck.net
Theme URI: http://kanuck.net/
Description: The theme underpinning the almighty <a href="http://kanuck.net/" title="Kanuck.net">Kanuck.net</a>.
Version: 1.0
Author: Aaron Adams
Author URI: http://kanuck.net/

This stylesheet (style.css) consists of basic styling rules for all devices.

The following device-specific stylesheets are also included:
  style-screen.css
  style-screen-ie.css
  style-print.css

*/

body {
	font-family: Constantia, Palatino, Georgia, serif;
	font-size: 1em;
}

a,
a:link {
	color: #00e;
}

a:visited {
	color: #707;
}

a:focus,
a:hover,
a:active {
	color: #c00;
}

h1 {
	font-family: Constantia, Palatino, "Trebuchet MS", serif;
	font-size: 2em;
	font-weight: bold;
}

h2 {
	font-family: Constantia, Palatino, "Trebuchet MS", serif;
	font-size: 1.5em;
	font-weight: bold;
}

h3 {
	font-family: Constantia, Palatino, "Trebuchet MS", serif;
	font-size: 1.25em;
	font-weight: bold;
}

h4 {
	font-family: Constantia, Palatino, "Trebuchet MS", serif;
	font-size: 1em;
	font-weight: bold;
}

#content h2 {
	margin-bottom: 0;
}

ol.commentlist h4 {
	margin-bottom: 0;
}