/*
Theme Name: PaperTrail
Theme URI: http://papertrailmusic.com
Description: The theme used on Paper Trail's official site
Version: 1.0
Author: The Funky Pixel
Author URI: http://thefunkypixel.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* Reset default browser styles */
@import url('reset.css');

/* Rebuild default browser styles */
@import url('rebuild.css');

/* Basic WordPress Styles */
@import url('wp.css');

/* Import a basic layout */

#wrapper {
  margin: 0 auto;
  width: 960px;
}

#access {
 margin: 0 0 1.5em 0;
 overflow: auto;
}
.skip-link {
 position:absolute;
        left:-9000px;
}

