/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */


/* =============================================================================
   HTML5 element display
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio[controls], canvas, video { display: inline-block; *display: inline; *zoom: 1; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Force vertical scrollbar in non-IE
 * 3. Remove Android and iOS tap highlight color to prevent entire container being highlighted
 *    www.yuiblog.com/blog/2010/10/01/quick-tip-customizing-the-mobile-safari-tap-highlight-color/
 * 4. Prevent iOS text size adjust on device orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */

html {
font-size: 100%;
overflow-y: scroll; -webkit-overflow-scrolling:
touch; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;
background: #eeeeee;
margin:3px 10px;
}

body {
margin: 0;
font-size: 13px;
line-height: 1.231;
text-align:center;
background: #eeeeee !important;
}
footer{
  text-align: center;
}
footer a{
  text-decoration: underline;
  color: #0000EE;
}

body, button, input, select, textarea { font-family: sans-serif; color: #222; }
h1 {
  margin:  0;
  padding: 6px 0;
  font-size: 1.3em;
}
h2 {
  margin: 0;
  padding: 3px 0;
  font-size: 1.1em;
}
div#container{
  max-width: 1050px;
  min-width: 900px;
  margin:10px auto 10px auto;
  text-align: left;
  background: #fffdf0; /* replace with custom container variable */
border: 2px solid #454646;
  -moz-box-shadow: 3px 3px 3px #aaaaaa;
  -webkit-box-shadow: 3px 3px 3px #aaaaaa;
  box-shadow: 3px 3px 3px #aaaaaa;
  padding: 15px 15px 15px 15px;
  -moz-border-radius:5px; /* Firefox */
  -webkit-border-radius:5px; /* Safari and chrome */
  -khtml-border-radius:5px; /* Linux browsers */
  border-radius:5px; /*CSS3*/
  /* begin border gradient */
}
header{
  margin: -15px -15px 0 -15px;
  border-bottom: solid 2px #454646;
}
div#headingtext{
width:450px;
display: inline-block;
padding-left:15px;
}
header div#brandingimage{
  max-width: 300px;
  overflow: hidden;
  text-align: center;
  margin:0;
  padding: 0;
  display: inline-block;
  border: none;
}
div#brandingimage img{
  border: none;
  alignment-adjust: central;
  margin:0;
  padding:0;
}

header h1{
  font-family: "Open Sans", Verdana, Arial, Helvetica, sans-serif;
  font-size: 1.4em;
  font-weight: 600;
  line-height: 100%;
  float: left;
  margin: 10px 0 0 6px;
  padding: 0;
}
header h2{
font-family: "Open Sans", Verdana, Arial, Helvetica, sans-serif;
font-size: 1em;
margin: 4px 0 0 6px;
float: left;
}

header img{
  float: left;
}

div#main{
  margin:0;
  padding: 0;
  width: auto;
  position: relative;
-moz-border-radius:5px; /* Firefox */
-webkit-border-radius:5px; /* Safari and chrome */
-khtml-border-radius:5px; /* Linux browsers */
border-radius:5px; /*CSS3*/
}

div#advanced{
  width: 240px;
  border: none;
  overflow: hidden;
  float: left;
  margin:0 0 10px 0;
  -moz-border-radius:5px; /* Firefox */
  -webkit-border-radius:5px; /* Safari and chrome */
  -khtml-border-radius:5px; /* Linux browsers */
  border-radius:5px; /*CSS3*/
  background: #e7f0fa; /* replace this value with container box variable */
  border: 1px solid #999999;
  -moz-box-shadow: 3px 3px 3px #aaaaaa;
  -webkit-box-shadow: 3px 3px 3px #aaaaaa;
  box-shadow: 3px 3px 3px #aaaaaa;
  padding: 15px 5px 15px 5px;
}

#searchwithin{
  display:none;
  margin-top: 4px;
}

#compactform{
  float: right;
  margin: 4px 20px 0 0;
  text-align: center;
  padding: 0;
  width: 180px;
}
#SearchBox a{
  color: #000000
}

#compactform input{
  margin-bottom:3px
}
#compactform a{
  font-size: 80%;
}
compactform #span1, compactform #span2{
  margin:0;
  padding: 0;
}

table.tags{
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 90%;
  vertical-align: top;
    border-collapse: separate;
  border-spacing: 5px;
}
table.tags td{
  text-align: left;
  padding: 0 3px;
  margin: 0;
  vertical-align: top;
}
table.tags th{
  padding:2px 10px 2px 5px;
  text-align: left;
  font-weight: normal;
  vertical-align: top;
  background-color: #e3ddb3;
  border: 1px solid #999999;
-moz-box-shadow: 2px 2px 2px #aaaaaa;
  -webkit-box-shadow: 2px 2px 2px #aaaaaa;
  box-shadow: 2px 2px 2px #aaaaaa;
  text-shadow:  #aaaaaa 1px 1px 2px;
  -moz-border-radius:3px; /* Firefox */
  -webkit-border-radius:3px; /* Safari and chrome */
  -khtml-border-radius:3px; /* Linux browsers */
  border-radius:3px; /*CSS3*/
}
table.tags th a,table.tags td a{
  color: blue;
  text-decoration: none;
  display: inline-block;
}
table.tags th a:hover,table.tags td a:hover{
  color: blue;
  text-decoration: underline;
}
table.tags span.subtag{
  display: block;
  background: #fff;
  padding: 3px;
  border-left: #454646 1px dotted;
  border-right:#454646 1px dotted;
}
/* ------------------- Results Table on Search Page ------------------- */
table.searchresults{ /* some of this style is inline on the table tag so it renders in < IE9 */
  width: 100%;
  line-height: 130%;
  border: #666666 1px solid;
-moz-box-shadow:0px 0px 1px #000000;
-webkit-box-shadow:0px 0px 1px #000000;
box-shadow:0px 0px 1px #000000;
/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
background-image: -moz-linear-gradient(left, #ffffff, #ededed);
background-image: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#ededed));
background-image: -o-linear-gradient(left, #ffffff, #ededed);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#ffffff', endColorstr='#ededed');
/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#ffffff', endColorstr='#ededed')";
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
background-image: linear-gradient(left, #ffffff, #ededed);
-moz-background-clip: padding-box;
-webkit-background-clip: padding-box;
background-clip: padding-box;
/*Use "background-clip: padding-box" when using rounded corners to avoid the gradient bleeding through the corners*/
/*--IE9 WILL PLACE THE FILTER ON TOP OF THE ROUNDED CORNERS--*/
}

div#SearchResults table.searchresults td.highlight{
text-align: center;
background:#e4ebe2;
}
td.highlight a{
  text-decoration: underline
}

div#SearchResults table.searchresults tr.border{
  border-bottom: #8da783 4px double;
}
tr.borderlite{
  border-bottom: #cbd7c6 1px solid;
}
td.borderright{
 border-right: #cbd7c6 1px solid;
}

div#SearchResults table.searchresults td{
  padding: 4px;
}
.odd, .r1 { background: #fff; }
.even, .r2 { background: #eee; }
.r3 { background: #ebebeb; }
/* embedded homepage video player */
#myvidplayer {
margin:0px auto;
text-align:left;
width:700px;
height:300px; display:none;
border:1px solid #8faa34;
background: #fff url(../images/theme_1.jpg) right top no-repeat;
}

.floater	{float:left; height:50%; margin-bottom:-160px;}

#outer {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  height: 1px;
  overflow: visible;
}
/* search box drop down - old code */
/*.autocomplete {
border:none;
padding: 0 5px 5px;
width:500px;
height:275px;
overflow:hidden;
position:absolute;
margin-top:12px;
visibility:visible;
z-index:100;
}*/
/* search box drop down - new code */
.autocomplete div {
border:none;
padding: 5px 5px 5px;
width:500px;
/*height:275px;*/
overflow:hidden;
position:absolute;
margin-top:22px;
visibility:visible;
z-index:100;
}
.autocomplete a{
	color:#000000;
	}

div#SearchResults table.searchresults th{
  padding: 6px;
  background: #CBD7C6;
}
/* begin CSS copied from index page */

div#main{
  margin:0;
  padding: 0;
  width: auto;
  position: relative;
-moz-border-radius:5px; /* Firefox */
-webkit-border-radius:5px; /* Safari and chrome */
-khtml-border-radius:5px; /* Linux browsers */
border-radius:5px; /*CSS3*/
}

div#advanced{
 /* previous value width: 22%;*/
  width: 250px;/* new value */
  border: none;
  overflow: hidden;
  float: left;
  margin:10px 0 10px 0;
  -moz-border-radius:5px; /* Firefox */
  -webkit-border-radius:5px; /* Safari and chrome */
  -khtml-border-radius:5px; /* Linux browsers */
  border-radius:5px; /*CSS3*/
  background: #e7f0fa; /* replace this value with container box variable */
  border: 1px solid #999999;
  -moz-box-shadow: 3px 3px 3px #aaaaaa;
  -webkit-box-shadow: 3px 3px 3px #aaaaaa;
  box-shadow: 3px 3px 3px #aaaaaa;
  padding: 15px 5px 15px 5px;
}
div#search{
  text-align: center;
  margin:10px 0 10px 10px;
  -moz-border-radius:5px; /* Firefox */
  -webkit-border-radius:5px; /* Safari and chrome */
  -khtml-border-radius:5px; /* Linux browsers */
  border-radius:5px; /*CSS3*/
/*  background-color: #e7f0fa;*/
  border: 1px solid #999999;
  -moz-box-shadow: 3px 3px 3px #aaaaaa;
  -webkit-box-shadow: 3px 3px 3px #aaaaaa;
  box-shadow: 3px 3px 3px #aaaaaa;
  padding: 5px;
  background-color: #e7f0fa !important; /* replace this value with container box variable */
  position: relative;
  float:left;
  width:69%;
}
input[type="text"]{
background:#fff2ff;
}
input[type="text"]:hover{
background:#ccffff;
}
div#SearchResults{
  width: auto;
  margin:30px 0 10px 5px;
  -moz-border-radius:5px; /* Firefox */
  -webkit-border-radius:5px; /* Safari and chrome */
  -khtml-border-radius:5px; /* Linux browsers */
  border-radius:5px; /*CSS3*/
  background-color: #e7f0fa !important;  /* replace this value with container box variable */
  border: 1px solid #999999;
  -moz-box-shadow: 3px 3px 3px #aaaaaa;
  -webkit-box-shadow: 3px 3px 3px #aaaaaa;
  box-shadow: 3px 3px 3px #aaaaaa;
  padding: 6px;
  position:relative;
  text-align:left
}
span.searcheverything{
margin: 3px auto 10px;
display:block;
position:absolute;
left:4px;
top:4px;
}
div.advanced{
display:block;
background-image: url(/images/horizgrad-fallback-advance-search.jpg);
background-image: -webkit-linear-gradient(135deg, #98c9ad, #ffffff);
background-image: -moz-linear-gradient(135deg, #98c9ad, #ffffff);
background-image: -o-linear-gradient(135deg, #98c9ad, #ffffff);
background-image: -ms-linear-gradient(135deg, #98c9ad, #ffffff);
background-image: linear-gradient(135deg, #98c9ad, #ffffff);
-moz-border-radius:2px; /* Firefox */
-webkit-border-radius:2px; /* Safari and chrome */
-khtml-border-radius:2px; /* Linux browsers */
border-radius:2px; /*CSS3*/
margin:0 auto 10px;
border:1px #4a8e67 solid;
padding:2px 2px 4px 5px;
position:relative;
}
div.advanced p{
	margin-bottom:4px;
}
div#MediaDiv, div#Cats{
margin:0 auto 10px;
background-image: url(/images/horizgrad-fallback-advance-search.jpg);
background-image: -webkit-linear-gradient(135deg, #98c9ad, #ffffff) !important;
background-image: -moz-linear-gradient(135deg, #98c9ad, #ffffff) !important;
background-image: -o-linear-gradient(135deg, #98c9ad, #ffffff) !important;
background-image: -ms-linear-gradient(135deg, #98c9ad, #ffffff) !important;
background-image: linear-gradient(135deg, #98c9ad, #ffffff) !important;
}
div#MediaDiv{
  margin-left: 20px;
}

div#Cats{
	 width:100%;
	 /*height:250px;*/
	 overflow:auto;
}
div#TagsDiv{
 max-height:250px;
 overflow:auto;
}
p.searchadd{
	margin:4px 0 6px 2px;
	padding:0;
}
p.searchadd a{
	text-decoration:underline;
}
h2.searchheading{
  margin:0;
  padding:0;
}
div#TagsDiv h2.searchheading:first-child{
margin-top:10px;
} 
ul.tagslist{
	margin-bottom:-10px
}
ul.tagslist li{
	list-style-type:none;
	padding-bottom:3px;
	list-style-position:outside;
	margin-left:-20px;
	}
ul.tagslist li:first-child{
	padding-top:5px;
	}
div#searchwithin{
	text-align:left;
	margin:5px 0 10px;
}
div#searchwithin>input[type="text"]{
border:1px solid #057413;
}
p.yousearched{
	background:#fff7bb;
	padding:4px;
    -moz-border-radius:5px; /* Firefox */
    -webkit-border-radius:5px; /* Safari and chrome */
    -khtml-border-radius:5px; /* Linux browsers */
    border-radius:5px; /*CSS3*/
	margin:0;
	border:1px solid #057413;
}
p.yousearched span.attention{
  font-weight: bold;
  color: #006633;
  font-size: 110%
}
/* end CSS copied from index page */
/* -----------------  resource detail table ------------------- */
table.resourcedetail{
  width: 98%;
  background: #f0f0f0;
  border: 1px solid #fff18c;
  margin: 10px;
  -moz-border-radius:5px; /* Firefox */
  -webkit-border-radius:5px; /* Safari and chrome */
  -khtml-border-radius:5px; /* Linux browsers */
  border-radius:5px; /*CSS3*/
  }
table.resourcedetail tr:last-child td:first-child {
-moz-border-radius-bottomleft:5px;
-webkit-border-bottom-left-radius:5px;
border-bottom-left-radius:5px;
}
table.resourcedetail tr:last-child td:last-child {
-moz-border-radius-bottomright:5px;
-webkit-border-bottom-right-radius:5px;
border-bottom-right-radius:5px;
}

table.resourcedetail td{
background: #f0f0f0;
border: #cbd7c6 1px solid;
line-height: 130%; /* needed when displaying details only */
padding: 4px; /* needed when displaying details only */
}
table.resourcedetail th.related{
background: #ccffcc url(../images/gradiantrelatedresource.jpg) repeat-x !important;
padding: none;
text-align:left;
}
table.resourcedetail th.related img{
vertical-align:middle
}
table.resourcedetail tr.relatedend td{
background: url(../images/gradiantrelatedresourcebottom.jpg) repeat-x bottom left !important;
}
/* -------------- end resource detail table ---------------- */
/* search page custom CSS */
p.yousearched{
	background:#fff7bb;
	padding:4px;
    -moz-border-radius:5px; /* Firefox */
    -webkit-border-radius:5px; /* Safari and chrome */
    -khtml-border-radius:5px; /* Linux browsers */
    border-radius:5px; /*CSS3*/
}
p.yousearched span.attention{
  font-weight: bold;
  color: #006633;
  font-size: 110%
}
td.listedin{
  text-align:right;
  vertical-align:text-top;
  padding-top: 10px !important;
}
dl#popular{
  background: #F8F8F8;
  border: 1px #B9B9B9 solid;
  padding: 10px;
  -moz-border-radius:5px; /* Firefox */
  -webkit-border-radius:5px; /* Safari and chrome */
  -khtml-border-radius:5px; /* Linux browsers */
  border-radius:5px; /*CSS3*/
  background-image: url(/images/horizgrad-fallback-popular.jpg);
background-image: -webkit-linear-gradient(135deg, #98c9ad, #ffffff);
background-image: -moz-linear-gradient(135deg, #98c9ad, #ffffff);
background-image: -o-linear-gradient(135deg, #98c9ad, #ffffff);
background-image: -ms-linear-gradient(135deg, #98c9ad, #ffffff);
background-image: linear-gradient(135deg, #98c9ad, #ffffff);
}
dl#popular dt{
  font-weight: bold;
  font-size: 125%
}
dl#popular dd{
  text-align: left;
}

div#popularlist{
  position: absolute;
  top: 30px;
  right: 2%;
/*  top: 35px;
  left: 275px;*/
  z-index: 500;
  max-width:500px;
  overflow: hidden;
}

dd span.tcell{
  width:70px;
  display: inline-block;
  line-height: 130%;
  vertical-align: top;
}
dd span.tlink{
  display: inline-block;
  width: 350px;
}

.adminlink{
  margin-top:4px;
  color: #006600;
  font-weight: bold;
}

/* ------------------- Item detail in Results Table on Search Page ------------------- */

span.left{ /* search page tag links */
  text-align:left;
  display:block;
  width: auto;
  float: left;
}
span.right{ /* search page top 10 link */
  text-align:right;
  display:block;
  width: auto;
  font-size: 120%;
  text-shadow:  #24959b 1px 1px 1px;
}
span.right a, span.right a:visited{
  color: #005128;
}
.closedetail{
vertical-align:bottom;
display:block;
float:left;
margin-right:4px;
}

/* Walter Zorn mouseover tip icon */
a.wztip img{
  margin:0 3px 0 0;
  padding: 0;
  vertical-align: text-bottom;
}
a.wztip{
  cursor: help;
}
a.plain{
  text-decoration: none;
}
a.plain:hover{
  text-decoration: underline;
}

/*
 * These selection declarations have to be separate
 * No text-shadow: twitter.com/miketaylr/status/12228805301
 * Also: hot pink!
 */

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }
/* begin CSS underline menu */
nav{
  margin: 0 -15px 0 -15px;
  border-bottom: solid 2px #454646;
  padding: 0;
}
.smaller{
  font-size: 85%;
}

.underlinemenu{
font-weight: bold;
width: 100%;
margin:0;
padding: 0;
}

.underlinemenu ul{
padding: 3px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
background: #cae0f3; /* replace with custom container variable */
}

.underlinemenu ul li{
display: inline;
text-align: center;
margin:0;
padding:0;
}

.underlinemenu ul li a{
color: #000;
padding: 2px 5px 2px;
font-size: 110%;
font-weight: normal;
margin: 0;
text-decoration:none;
}
.underlinemenu ul li a:hover{
  text-decoration: underline;
  color: #2F00F2;
  background: #fff
}

.underlinemenu ul li a.selected{
  color:#000 !important;
  text-decoration: none;
  cursor: default;
  background: #fff;
}

/*.underlinemenu ul li a.selected{
border-bottom: 3px solid #003c00;
}*/
/* end CSS underline menu */
/* =============================================================================
   Links
   ========================================================================== */
/* Begin Specific link type styling */

a[href^="http:"]
{
background: url(/icons/icon_external.gif) no-repeat right top;
	padding-right:15px;
	}
a[href^="http://www.humanitieslearning.org"], a[href^="http://humanitieslearning.org"], a[href^="http://mnhum.org"], a[href^="http://www.mnhum.org"]
{
background-image: none;
	padding-right:0;
	}
a[href$=".pdf"] {
background: url(/icons/icon_pdf.gif) no-repeat right top;
	padding-right:15px;
}
a[href$=".doc"] {
background: url(/icons/icon_doc.gif) no-repeat right top;
	padding-right:15px;
	}
a[href^="mailto:"] {
background: url(/icons/icon_mailto.gif) no-repeat right top;
	padding-right:15px;
}
a[href$=".xls"] {
background: url(/icons/icon_xls.gif) no-repeat right top;
	padding-right:15px;
}
a[href$=".ppt"] {
background: url(/icons/icon_ppt.gif) no-repeat right top;
	padding-right:15px;
}
a[href$=".swf"] {
background: url(/icons/swf.gif) no-repeat right top;
	padding-right:15px;
}

a[href$=".flv"] {
background: url(/icons/swf.gif) no-repeat right top;
	padding-right:15px;
}
/* end file type icons */

a { color: #00e;
text-decoration: none }
a:visited { color: #551a8b; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: en.wikipedia.org/wiki/User:Davidgothberg/Test59 */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 0 0 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * Improve image quality when scaled in IE7
 * code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
/* Google font reference
font-family: 'Andika', sans-serif;
font-family: 'Actor', sans-serif;
font-family: 'Varela', sans-serif;
font-family: 'Muli', sans-serif;
font-family: 'Oswald', sans-serif;
font-family: 'News Cycle', sans-serif;
font-family: 'Yanone Kaffeesatz', sans-serif;
font-family: 'Open Sans Condensed', sans-serif;
 */
img { border: 0; -ms-interpolation-mode: bicubic; }

/*
 * Correct overflow displayed oddly in IE9
 */

svg:not(:root) {
    overflow: hidden;
}


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }

/*
 * Remove inner padding and border in FF3/4
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* Remove default vertical scrollbar in IE6/7/8/9 */
textarea { overflow: auto; vertical-align: top; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }


/* =============================================================================
   Primary styles
   Author:
   ========================================================================== */








/* =============================================================================
   Non-semantic helper classes
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }



/* =============================================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */

}

@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */

}


/* =============================================================================
   Print styles.
   Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}
ul#red.treeview-red>li>div.hitarea+span{
  color: #AE0000;
  font-weight: bold;
  text-decoration: underline;
  font-size:120%;
}
ul#red2.treeview-red>li>div.hitarea+span{
  color: #015C1D;
  font-weight: bold;
  text-decoration: underline;
  font-size:120%;
}
ul#red.treeview-red{
  margin-bottom:10px
  }
ul#red.treeview-red>li>div.hitarea+span>input{
  display:none
  }
ul#red2.treeview-red>li>div.hitarea+span>input{
  display:none
  }
/* CSS for share button and links */
table.resourcedetail input[value="Share a link to this resource"], div#searchwithin input[value="Share Results"]{
box-shadow: 0px 0px 3px #993333;
color:#993333;
font-weight:bold;
}
span.shareme{
color:#993333;
font-weight:bold;
}
span.sharemelink{
font-weight:bold;
}