/*
Theme Name: CMSyourPSD
Theme URI: http://www.cmsyourpsd.com
Description: Purveyors of clean code & happy customers!
Version: 1.0
Author: George Wiscombe
Author URI: http://www.georgewiscombe.com
*/


/* Sorts out the basic structure and a generic set of type rules */
@import url('css/structure.css');					
@import url('css/typography.css');

/*   Styles that are page specific 	 */
@import url('css/pg_homepage.css');
@import url('css/pg_contact.css');
@import url('css/pg_blog.css');
@import url('css/pg_portfolio.css');
@import url('css/templates.css');



html, body {
margin:0;
padding:0;
}

html {
font-family:Helvetica, Arial, sans-serif;
color:#252632;
}

body { background:#fff url(css/images/structure/normal-header-bg.jpg) top left repeat-x; }
body.id-home { background:#fff url(css/images/pages/homepage/home-header-bg.jpg) top left repeat-x; }
body.id-contact, body.id-portfolio { background:#252632 url(css/images/structure/normal-header-bg.jpg) top left repeat-x; }

.last {
margin-right:0;
float:right;
}

.right {
float:right;
}

.left {
float:left;
}

img {border:none;}
