/* --------------------------

Title: High-vis Stylesheet
Last updated: 17/03/2008 by Mike B

* Some ideas from Blueprint
* code.google.com/p/blueprintcss

-------------------------- */


/* --------------------------
 @Reset - Based on http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
----------------------------- */

html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, code,del, dfn, em, img, q, dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {	margin: 0;	padding: 0;	border: 0;font-weight: inherit;font-style: inherit;font-size: 100%;font-family: inherit;vertical-align: baseline;} table { border-collapse: separate; border-spacing: 0; } caption, th, td { text-align: left; font-weight:400; } blockquote:before, blockquote:after, q:before, q:after { content: ""; } blockquote, q { quotes: "" ""; } a img { border: none; }


/* --------------------------
 @Typography
----------------------------- */

body {
	margin:0 36px 10em 36px ;
	color:#fff ;
	background-color:#123 ;
	background-image:none ;
	font-family: arial, helvetica, sans-serif;
	font-weight:bold ;
	font-size: 100%;
	width: 760px;
}

/* Headings */

h1,h2,h3,h4,h5,h6 { font-weight: bold; }

h1 { color: #fff; font-size: 2.5em; margin-bottom: 0.5em;}
h2 { color: #fff; font-size: 1.75em; margin-bottom: 0.5em; }
h3 { font-size: 1.25em; line-height: 1; margin-bottom: 1em; margin-top: 0.833em }
h4 { font-size: 1.2em; font-weight: bold; line-height: 1.25; margin-bottom: 1.25em; }

/* Text elements */

p           { margin: 0 0 1.5em; }

ul, ol      { margin: 1.5em 0 1.5em 1.5em; }
ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

/* Default link styles */

a:link,
a:visited { background: none; color: #fc3; }

a:hover,
a:active,
a:focus { text-decoration: none }


h2 a:link, h2 a:visited { color: #fff }


/* --------------------------
 @Random
----------------------------- */

.hide { display: none; }

#pagephotos { list-style-type: none; }
#pagephotos li { display: inline; }
#sitetools { display: none; }
#sitetools img { cursor: pointer; }