/* Advent 07 Print styles */

html {
    font-family: verdana, arial, helvetica, sans-serif;
}

/* Globally remove margin and padding and set normal font size for page */
* {
	padding: 0;
	margin: 0;
}

body {
  font-size: 10pt;
  background-color: #fff;
  color: #000;    
	text-align: left;
  margin: 3% 5%;
	background: none;
}

/* Page Layout */

div#wrapper {
	width: 100%;
	margin: 0;
}
div#about {
	float: none;
	width: 100%;
	margin: 0;
}
div#content {
	float: none;
	width: 100%;
	margin: 0;
}

body.home div#grid {
	width: 600px;
	height: 720px;	
	overflow: hidden;
	margin: 0px auto;
}

div#footer {
	clear: both;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

/* Grid Cells */
div#content div.outer {
	float: left;
	position: relative;
	width: 150px;
	height: 144px;
}
div#content div.outer div {
	width: 149px;
	height: 144px;
	overflow: hidden;
	border-top: 1px dashed #ccc;
	border-left: 1px dashed #ccc;
}
div#content div.top div {
	border-top: none;
}
div#content div.outer div p {
	position: absolute;
	display: block;
	margin: 10px;
	padding: 2px;
	font-size: 13pt;
	font-weight: bold;
	font-style: italic;
	text-align: left;
	color: #000099;
	background-image: url(images/bg_grey_alpha.png);
}
div#content div.outer div.visited a {
	display: block;
	height: 0;
	padding-top: 144px;
}
div#content div.outer div.visited a img, div#content div.outer div.visited p {
	display: none;
}
div#content img.activityImage {
	float: right;
	margin: 5px 16px;
}
div#content blockquote {
	margin-left: 4em;
	margin-right: 3em;
	font-style: italic;
}
/* Mini-grid! */
div#about div#grid {
	display: none;
}

/* Common tags */

p, li {
	font-size: 9pt;
	line-height: 12pt;
	margin: 0.5em 0;
	text-align: left;
}
ul, ol {
	list-style-position: inside;
}
h1, h1 a {
	font-size: 16pt;
	text-decoration: none;
	color: #990000;
}
h2 {
	font-size: 12pt;
	clear: right;
	border-top: 1px solid #660000;
	border-bottom: 1px solid #660000;
	text-align: center;
	padding: 0.2em 0;
	background: none;
}
h3 {
	padding: 0.3em 0;
	clear: right;
	font-size: 11pt;
	border-bottom: 1px solid #660000;
}
h4 {
	font-size: 10pt;
	border-bottom: 1px solid #660000;
}
#footer p {
	font-size: 8pt;
	text-align: center;
}

img {
    border: 0;
}

.hidden {
	display: none;
}

a, a:link, a:visited, a:hover {
	color: #0033FF;
	text-decoration: none;
}

/* Printed links */
#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
}
/* replace relative URLs with full address by inserting base address */
#content a[href^="/"]:after {
   content: " (http://www.reep.org/" attr(href) ") ";
}


/* Other type styles */

p.headerPic {
	display: none;
}


.centre {
	text-align: center;
}
.centreQuote {
	text-align: center;
	font-style: italic;
}
.redText {
	color: #0066CC;
}
.greenText {
	color: #006600;
}
.notprinted {
	display: none;
}

