/*
Theme Name: Borders Scrap Store Print
Theme URI: http://www.bordersscrapstore.org.uk/
Description: Borders Scrap Store - ReDesign 2007
Version: 1.0
Author: Gareth J M Saunders
Author URI: http://www.garethjmsaunders.co.uk/
*/

body, #container {
    background: white;
    border: 0;
    float: none !important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
  	font-weight: normal;
	margin: 0;
	padding: 0;
	text-align: left;
    width: auto;
	}

#header {
    background: transparent url('images/logo_bss.gif') no-repeat top right;
    height: auto;
    margin: 0px;
    width: auto;
    }

#header p {
    font-size: 14pt;
    }

#menu, #sidebar, .hide {
    display: none;
    }

h1, h2, h3, h4, h5, h6 {
    font-family: Tahoma, Arial, sans-serif;
    text-decoration: none;
    }

a {
    color: black;
    text-decoration: underline;
    }

a:link:after, a:visited:after {
   content: " (" attr(href) ") ";
   }
