/* General */body {
	   background: white;
        margin: 10px 5% 10px 5%;
        width:auto;
        padding:0px;
        font:12px georgia, serif;
        float:none;
	    background: url(http://educationaltechnology.ca/iteachered/images/iTEd_print_small.gif) no-repeat fixed right top;
        }

/* Links */

a:link, a:visited {
        color: #520;
        background: transparent;
        font-weight: bold;
        text-decoration: underline;
        }

#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }

#content a[href^="/"]:after {
  content: " (http://www.educationaltechnology.ca" attr(href) ") ";
   }

/* Header stuff */

#header img {
	display: none;
}

#header h1 {
	color: #00601f;
	font-size: 18px;
}

#menu #navbar {
	display: none;
}

#breadcrumbs {
	color: #9b9b9b;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 7px;
	margin-left: 7px;
	font-size: 9pt;
	list-style: none;
}

/* Textology */

h1 {
	font-size: 18pt;
}

h2 {
	font-size: 16pt;
}

h3 {
	font-size: 14px;
	font-weight: bold;
}

p {
	line-height: 1.5em;
}

/* Footer */

#footer {
	border-top: 1px dotted #c5c5c5;
	padding-left: 15px;
	color: #585858;
	padding-bottom: 10px;
	font-size: 9pt;
}

/* Spurl Links */

.spurl_list {
	margin-bottom: 10px;
}

.spurl_entry {
	margin-bottom: 7px;
}

.spurl_title {
	display: block;
}

.spurl_info {
	font-size: 0.9em;
}

/* Helpers */

.hidden {
	display: none;
}

ul {
	/*list-style-type: disc;*/
	/*list-style-image: url(/iteachered/images/arrow.gif);*/
	text-align: left;
}

ul.nobullet {
	list-style: none;
}

ul.contents {
        display: none
}
