/*   
Theme Name: Right Move
Theme URI: http://rightmoveoflostwithiel.co.uk/
Description: Moving on
Author: Rich Brown
Author URI: http://cregy.com/
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');


body {
background: #bbb;
}
#wrapper {
background: #fff url(header.jpg) no-repeat top left;
margin: 0 auto;
width: 960px;
border: 1px solid #ccc;
}
#header {
background: transparent;
}
#blog-title {
border: none;
}
#access {
background: transparent;
border: none;
}
#container {
margin: 0;
padding: 0;
}
#main {
padding: 10px 0;
margin: 0;
}
/*#inner-wrapper {
background: url(footer.jpg) no-repeat bottom left;
}*/
#footer {
background: transparent;
border: none;
color: #a0a0a0;
padding: 0;
margin: 0;
}
#footer a {
color: #a0a0a0;
}
.slug-contact-us #wrapper {
background: #fff url(contact.jpg) no-repeat top left;
}
.slug-contact-us #inner-wrapper {
background: transparent;
}
.category, .archive #wrapper {
background: #fff url(category.jpg) no-repeat top left;
}
.category, .archive #inner-wrapper {
background: transparent;
}
