/*
Theme Name: Campbell Whyte
Theme URI: http://wordpress.org/
Description: Campbell Whyte's theme
Version: 1.6
Author: Alex MacRae
Tags: 


*/

@import url('css/structure.css');
@import url('css/header.css');
@import url('css/navigation.css');
@import url('css/post.css');
@import url('css/sidebar.css');
@import url('css/comments.css');
@import url('css/projects-index.css');
@import url('css/project-page.css');

/* Begin Typography & Colors */
body {
	background:#fffffc url(images/bg.jpg) top center no-repeat;
	margin:0;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Times "Times New Roman", Times, serif;
	color: #333;
	text-align: center;
	}

