
html {width: 100%;}

body	{
	color: #000;
	background: #fff;
	padding: 0;
	text-align: center;
	font: 10pt Georgia, "Times New Roman", Times, serif;
	width: 90%;
	margin: 0;
}

.invisible {
	display: none;
}

	/* Print URLs ... see Eric Meyer, alistapart.com:articles:goingtoprint */
#content-padding a:link:after, #maincontent a:visited:after {
   	content: " (" attr(href) ")";
   	font-size: 75%;
  	 }

h1 a:after {font-size: 40% !important;}

#content-padding a[href^="/"]:after {
   	content: " (http://www.studyit.org.nz" attr(href) ")";
	}
/* will affect all links, thus making URLs much longer and malformed; needs to be killed*/
#maincontent a[href^=""]:after {
   	content: " (http://www.studyit.org.nz/" attr(href) ")";
	}



/* Link me up baby */

#content-padding a, a:visited {
	text-decoration: underline;
	color: #630;
}

#footer-padding a, a:visited {
	text-decoration: underline;
	color: #630;
}

/* Typography */

p, li {
	font-size: 10pt;
	margin: 2px;
	margin-bottom: 4px;
}

#content li {
	list-style-type: square;
}

#content h2, h3, h4, h5, h6 {
	margin-top: 5px;
	margin-bottom: 3px;
	font-family: Helvetica, Arial, sans-serif;
}

#content h2 {
	border-bottom: 1px solid #000;
	font-size: 0.85em;
	font: 15pt Helvetica, Arial, sans-serif;
	margin: 0;
	display: block;
} 

h1.banner-h1 {
	font: bold 13pt Arial, Helvetica, sans-serif;
	margin: 0;
	display: inline;
}

.orangebox {
	margin-bottom: 20pt;
	background: #fff;
	border: 0px solid #000;
}

.comm-people {
	display: inline;
	font: 10pt Verdana, Arial, Helvetica, sans-serif;
}

#as-details {
	margin-bottom: 15pt;
}

#as-details li {
	font-size: 9pt;
	display: inline;
	color: #999;	
}

#as-details ul {
	display: block;
	margin : 0;
	list-style: none;
	padding-left: 0px;
}

.as-before-colon {
	font-weight: bold;
}

.back-to-top {
	display: none;
}

/* Form elements */

form {
	display: none;
}

/* Primary layout sections */


#sitewrapper {
	text-align: left;
	width: 8in;
}

#white-border {
	background: transparent;
}

#headerwrapper {
	background: #fff url(/studyit/img/print-page-header.gif) no-repeat;
	margin-bottom: 5px;
	height: 60px;
}

#logo-search {
	display: none;
}

.nav {
	display: none;
}

#find {
	display: none;
}

#contentwrapper {
	background: transparent;
	width: 100%;
}

#content {
	background: transparent;
	width: 100%;
}

/* Content tables */

#forum-forumtbleData td, th {
	 border-width: 0 1px 1px 0;
}

#forum-forumtbleData p {
	padding-top: 2px;
	font-size: 1.0em;
}

table.forumtbleData {
	margin: 0px auto;
	background-color:#96968C;
	width: 50%;
	font-size: 11pt;
	border: 1px 0 0 1px;
	margin-bottom: 5px;
}
	
table.forumtbleData td, table.forumtbleData th {
	border:1px solid #999;
	padding:3px;
	vertical-align:top;
	text-align: left;
}

table.forumtbleData tr.head th {background-color:#fff;color:#fff;font-weight:bold;}
table.forumtbleData tr.odd {background-color:#eee;}
table.forumtbleData tr.even {background-color:#fff;}
table.forumtbleData tr.question {background-color:#fff;}
table.forumtbleData tr.foot td {background-color:#ccc;font-weight:normal;text-align: right;}


#intro-blurb {
	display: none;
}

.news-reel-outline {
	display: none;
}

#menu {
	display: none;
}

#communicate {
	display: none;
}

#footer {
	background: fff;
	padding-top: 20px;
}

#footer-logos {
	margin-top: 5px;
	background: transparent url(/studyit/img/logo-minedu-print.gif) no-repeat;
	height: 46px;
	width: 178px;
        display: none;
}

#footer-logos img {
	display: none;
}

#footer-padding {
	padding-top: 5px;
	background: transparent;
	color: #999;
}
