@import url('css/reset.css');
@import url('css/structure.css');
@import url('css/nav.css');
@import url('css/comments.css');
@font-face {
	font-family:"trajanpro";
	src:url("fonts/trajanpro-bold.otf");
}

/*
Theme Name: Perfect Day
Theme URI: http://www.perfectdaychairs.co.uk/
Description: A clean and minimal theme that is completely compatible with WordPress 3.0
Author: Dom Cox
Author URI: http://www.theletterzero.co.uk
Version: 1.0
*/

html {
	background:#666;
}
body {
	background:url('images/bg/body.gif') top center;
	font:14px arial;
}
h1 {
	margin:0 0 15px 0;
	font:bold 25px 'trajanpro',georgia;
	color:#59007c;
}
h2 {
	margin:0 0 15px 0;
	font:bold 20px 'trajanpro',georgia;
	color:#59007c;
}
h3 {
	margin:0 0 15px 0;
	font:bold 18px 'trajanpro',georgia;
	color:#59007c;
}
a,
a:link,
a:visited {
	color:#59007c;
	text-decoration:underline;
}
a:active,
a:hover {
	color:#9463cd;
}
p {
	margin:0 0 10px 0;
	line-height:150%;
}
p.none {
	margin-bottom:0;
}
strong {
	font-weight:bold;
}