@charset "UTF-8";
/* bouvardstay-textonly.css
   
   Look, learn, but please do not steal. */

/* For BOTH Layouts, see:
   /includes/bouvardstay.css

   For CONTENT Layout, see:
   /includes/bouvardstay-content.css

   For IE 6 + 7 OVERRIDE, see:
   /includes/bouvardstay-override7.css

   For IE 6 OVERRIDE, see:
   /includes/bouvardstay-override.css

   For PRINT Layout, see:
   /includes/bouvardstay-print.css

   For AURAL Layout, see:
   /includes/bouvardstay-aural.css

   For TEXT-ONLY Layout, see:
   /includes/bouvardstay-textonly.css */

/* GENERIC */

* { padding: 0;
	margin: 0; }

body { font: 14px Verdana, Arial, Helvetica, sans-serif; }

p { margin: 10px 0; }

h1, h2, h3, h4, h5, h6 { margin: 15px 0;
	font-size: 1em; }
h1 { font-size: 2.142857em; }
h2 { font-size: 1.7143em; }
h3 { font-size: 1.5em; }
h4 { font-size: 1.2857em; }
h5 { font-size: 1.1429em; }

ul, 
ol { margin: 10px 0 10px 40px; }
ul { list-style-type: square; }
ul li, 
ol li { margin: 5px 0; }

dl { margin: 10px 0; }
dl dt { font-weight: 800; }
dl dd { margin-left: 40px; }

table { margin: 10px 0; }

blockquote { margin: 10px 40px; }

acronym { padding-right: 1px;
	border-bottom: 1px dashed #555;
	cursor: help; }

img { width: 0;
	height: 0;
	visibility: hidden; }
img:after { visibility: visible;
	content: '[image- ' attr(alt) '] ';
	font-size: 0.8571em; }

div#entirety { padding: 10px 20px; }

div#header:before { display: block;
	content: 'Welcome to Bouvard Stay';
	font-size: 2.5714em;
	font-weight: 800; }
div#header img { display: none; }
div#header div#menu-accessibility:before { display: block;
	margin-bottom: 25px;
	content: 'Port Bouvard, Western Australia';
	font-size: 1.5em; }

div#menu:before { display: block;
	margin-top: 25px;
	content: 'Main navigation';
	font-size: 1.7143em;
	font-weight: 800; }

div#content { line-height: 1.5; }