/*  
Theme Name: jamesvulling
Theme URI: http://jamesvulling.com/
Description: Customised theme by jamesvulling.com
Version: 0.1
Author: James Vulling
Author URI: http://www.linkedin.com/in/jamesvulling

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


body {
	color: #222;
	font-family: Georgia;
	font-size: 85%;
	line-height: 1.5;
	text-align: left;
}

div { border: 0 solid black; }

h1, h2, h3, h4 {
	font-weight: bold;
}

h1 {
	font-size: 138.5%;
	line-height: 197%;
}

h1 a:link, h1 a:visited, h1 a:active, h1 a:hover {
	text-decoration: none;
}

h2 {
	font-size: 123.1%;
}

p {
	margin-bottom: 1em;
}

blockquote {
	margin: 1em 1em;
	padding-left: 1em;
	border-left: 2px solid #333;
}

ul, ol {
	margin-bottom: 18px;
}

a:link {
	color: #222;
	text-decoration: underline;
}

a:visited {
	color: #333;
}

a:active, a:hover {
	color: #339;
}

div#yui-main ul li {
	list-style-type: disc;
}

div#yui-main ol li {
	list-style-type: decimal;
}

div#ft {
	text-align: center;
}

div#ft li {
	display: inline;
}
