#itsawrap {
	max-width: 65em;
	min-width: 15em;
	margin: 0 auto;
	}
	
/*  ---- site titles section ---- */
header div#siteTitle{
	padding: 1em;
}
	/* Custom Font */
@font-face {
  font-family: 'Belfast Heavy Bold';
  src: url("/fonts/belfh.ttf");
}
header div#siteTitle h1{
	font-size:3em;
	font-family:'Belfast Heavy Bold', Georgia, Times, serif;
	margin: 0;
	padding: 0;
}
header #siteTitle h2{
	font-size: .75em;
	margin: 0;
	padding: 0;
	border-top:thin solid;
	border-bottom: thin solid;
}
/*	Split the site Title into two cols */
header div.hgroup {
	float: left;
	margin-right: 3em;
}
header #siteTitle ul {
	margin:0;
	padding:0;
//  float: right;
}

/* ---- navigation bar ---- */
nav {
	margin-bottom: 1em;
}

/* From scriptTutorials.com - handles the dropdown on click menus*/
#nav {
    display:inline;
    text-align:left;
    position:relative;
    list-style-type:none;
}
#nav > li {
    float:left;
    padding:0;
    position:relative;
}
#nav > li > a {
    border:1px solid transparent;
    display:block;
    font-size:90%;
    padding:3px 10px;
    position:relative;
    text-decoration:none;
}
#nav > li.selected  > a {
    z-index:2;
}
#nav li div {
    position:relative;
}
/* sub menu styling */
#nav li div div {
    border:1px solid;
    padding:12px 0;
    display:none;
    font-size:0.75em;
    margin:0;
    position:absolute;
    top:-1px;
    z-index:1;
    width:190px;
}
#nav li div div.wrp2 {
    width:380px;
}
#nav .sep {
    left:190px;
    border-left:1px solid #E3E3E3;
    bottom:0;
    height:auto;
    margin:15px 0;
    position:absolute;
    top:0;
    width:1px;
}
#nav li div ul {
    padding-left:10px;
    padding-right:10px;
    position:relative;
    width:170px;
    float:left;
    list-style-type:none;
}
#nav li div ul li {
    margin:0;
    padding:0;
}
#nav li div ul li h3 {
    border-bottom:1px solid;
    font-weight:bold;
    margin:0 5px 4px;
    font-size:0.95em;
    padding-bottom:3px;
    padding-top:3px;
}
#nav li ul ul {
    padding:0 0 8px;
}
#nav li ul ul li {
    margin:0;
    padding:0;
}
#nav li ul ul li a {
    display:block;
    margin-bottom:1px;
    padding:3px 5px;
    text-decoration:none;
    font-size:0.9em;
}


/**/
#pageContent  {
	padding: 1.5%;
}
div.tab {
	clear:both;
}
#pageContent img.floatLeft {
	float: left;
	margin-right: 1em;
}
#pageContent img.floatRight {
	float: right;
	margin-left: 1em;
}
#pageContent div.headerGroup img {
	width: 45%;
	height: auto;
	float: right;
	margin-left: 1em;
}
#pageContent div.headerGroup {
	padding:1.5%;
	margin-bottom: 1em;
}
#pageContent div.headerGroup h1 {
	font-size: 1.75em;
}
#pageContent div.headerGroup h3 {
	margin:0;
	padding:0;
}
#pageContent div.headerGroup dl.postalAddr {
	margin:0;
	padding:.5em 0 0 0;
	float:left;
}
#pageContent div.headerGroup dl.postalAddr dd {
	font-size: .75em;
	margin:0; padding:0 1.0em 0 1.5em;
	white-space:nowrap;
}
#pageContent h2 {
	font-size: 1em;
}
#pageContent h3 {
	padding-top:.5em;
	font-size: .85em;
	font-weight:bold;
	border-bottom:thin solid;
}
#pageContent h4 {
	font-size: .85em;
	text-transform:uppercase;
	margin:0;
	padding:0;
}
#pageContent p {
/*	font-size: .85em; */
	margin:0 0 .5em;
	padding:0;
}
#pageContent ul {
	overflow: hidden;
}
#pageContent li {
	font-size: .85em;
}
cite {
	font-style: italic;
}
/*tab-set navigation - from Rachel Andrews CSS Anthology, Sitepoint*/
#pageContent #tabset ul {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
}

#pageContent #tabset ul li {
  float: left;
  min-width: 8em;
  text-align: center;
}

#pageContent #tabset ul li a:link,
#pageContent #tabset ul li a:visited {
  /*background-color: rgba(255,255,255,0.4);
  color: rgb(0,0,0);*/
  text-decoration: none;
  display: block;
  padding: 0.75em;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-radius: 3px 3px 0px 0px;
  border-radius: 3px 3px 0px 0px;
  -webkit-box-shadow: 0px -3px 2px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px -3px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px -3px 2px 0px rgba(0, 0, 0, 0.2);
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

#pageContent #tabset ul li.selected a:link,
#pageContent #tabset ul li.selected a:visited {
  /*background-color: rgb(255,255,255);*/
}

#pageContent #tabset ul li a:hover {
  /*background-color: rgba(255,255,255,0.8);*/
}

/*in-content navigation list- from Rachel Andrews CSS Anthology, Sitepoint**/
#pageContent nav.inContent ul {
  list-style: none;
  margin: 0 1em 0 0;
  padding: 0;
  width: 30%;
  min-width:10em;
  float:left;
}

#pageContent nav.inContent li {
  border-left: thick solid /*rgb(144,154,181)*/;
  border-bottom: thin solid /*rgb(144,154,181)*/;
}

#pageContent nav.inContent li a:link,
#pageContent nav.inContent li a:visited {
  padding: 0.5em;
  display: block;
  text-decoration: none;
  /*border-left: 5px solid rgb(239,213,252);*/
}
#pageContent dt {
	font-weight: bold;
	font-size: 1em;
}
#pageContent dd {
/*	font-style: italic; */
	font-size: 1em;
	margin-bottom: .75em;
}

/*Floating 2Col display*/
div.col1 {
	width: 42%;
	float:left;
	padding: 0 1em 1em;
}
div.col2 {
	width:42%;
	float:right;
	padding: 0 1em 1em;
}
/* css two col*/
div#textCol{
	columns:100px 2;
	-webkit-columns:100px 2; /* Safari and Chrome */
	-moz-columns:100px 2; /* Firefox */
}
.twoCol {
	columns:100px 2;
	-webkit-columns:100px 2; /* Safari and Chrome */
	-moz-columns:100px 2; /* Firefox */
}
/* Simple Accordion - From Jquery novice2ninja - sitepoint */
.accordion {
	width:94%;
}
.accordion li{
	cursor: pointer;
	background:url(../img/accordion_bg.png) repeat-x;
	font-weight:bold;
	border:1px solid;
	margin-bottom:.2em;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 4px 8px;
}


.accordion li dl{
	padding:0;
	margin: 1.5em 0 0 0;
	cursor: auto;
}

.accordion li.active dt{
	text-indent:0;
}
.accordion li dt{
	font-weight: bold;
	background:none;
	border:0;
}
.accordion li dd {
	font-weight: normal;
	margin-bottom:.25em;
}
#pageContent h4.wowPrint {
	font-size:3em;
	line-height:.85em;
	color:red;
}

.programList {
	margin:0;
	padding:0;
}
#pageContent dl.programList > dt {
	font-size:1em;
//	text-transform:uppercase;
	cursor:pointer;
	-moz-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, hsl( 197, 100%, 75%)), color-stop(1, hsl(196,83%,32%)) );
	background:-moz-linear-gradient( center top, hsl( 197, 100%, 75%) 5%, hsl(196,83%,32%) 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='hsl( 197, 100%, 75%)', endColorstr='hsl(196,83%,32%)');
	background-color: #4CCCFF;
//	height:24px;
	border:1px solid;
	margin-bottom:.2em;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 4px 8px;
}
.programList > dt:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, hsl(196,83%,32%)), color-stop(1, hsl( 197, 100%, 75%)) );
	background:-moz-linear-gradient( center top, hsl(196,83%,32%) 5%, hsl( 197, 100%, 75%) 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='hsl(196,83%,32%)', endColorstr='hsl( 197, 100%, 75%)');
	background-color:#0E7195;
}
.programList > dt:active {
	position:relative;
	top:1px;
}
.programImg, .programList > dd img{
	width:25%;
	float:left;
	margin-right:1em;
}
/* Mostly designed for the references page*/
ul.institutionsList {
	margin:0;
	padding:0;
	list-style-type: none;
}
ul.institutionsList > ul {
	margin:0;
	padding:0;
	list-style-type: none;
}
ul.institutionsList > dd {
	margin:0;
	padding:0;
}
.postalAddr  dt {
	display:none;
}
#pageContent dl.postalAddr dd {
	font-style: normal;
	font-size: 1em;
	margin-bottom: 0;
}
#pageContent dl.postalAddr dd  h4{
	font-style: normal;
	font-size: 1.25em;
	margin-bottom: 0;
}
/* responsive video page layout rules  - from: http://amobil.se/2011/11/responsive-embeds/ */
.youtube {
	float:left;
	margin-right:.5em;
//	max-width:560px;
	height:auto;
	width:560px;
	height:349px;
	
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%; /* 75% for 4/3 ratio - use 56.25% for 16/9 */
    padding-top: 25px; /* IE6 workaround*/
    height: 0;
    overflow: hidden;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* audio page layout rules */
#AudioControl {
	
}
div.audioBlock {
	display:block;
	clear:right;
	margin: 15px 0;
	border: thin solid;
	padding: .25 em;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
    -webkit-border-radius: 3px 3px 0px 0px;
	border-radius: 3px 3px 0px 0px;
    -webkit-box-shadow: 0px -3px 2px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px -3px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px -3px 2px 0px rgba(0, 0, 0, 0.2);
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
div.audioBlock img {
	float:left;
}
div.audioBlock audio {
	clear:both;
}
/* photo page */
ul.catalog {
	margin:0;
	padding:0;
	list-style-type:none;
}

ul.catalog > li {
	float:left;
	margin:.5em;
	padding: .5em;
	border: thin solid;
}

/* books and cd's page*/
ul#publications {
	margin:0;
	padding:0;
	list-style-type:none;
	
}
ul#publications > li > ul {
	margin:0;
	padding:0;
	list-style-type:none;
	
}

li.container {
	margin:.5em 0;
	padding:.25em;
	border: thin solid;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
    -webkit-border-radius: 3px 3px 0px 0px;
	border-radius: 3px 3px 0px 0px;
    -webkit-box-shadow: 0px -3px 2px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px -3px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px -3px 2px 0px rgba(0, 0, 0, 0.2);
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
li.container p {
	text-shadow: none;
}
li.container > img {
	float:left;
	margin-right:1em;
}
/*Calendar table rules*/
table#calendar {
	width: 100%;
}
table#calendar tr {
	height: 2em;
	border-bottom: thin dotted;
}
table#calendar td{
	width: 25%;
}
table#calendar tr.calMonthYear {
	height: 1em;
	border-top: thick solid;
	border-bottom: none;
}
table#calendar tr.calMonthYear h3{
	margin:0;
	padding:0;
	border: none;
}
#sshow  {
	margin-bottom:1em;
	
}

#sshow ul{
	list-style-type:none;
	margin:1em 0;
	padding:.5em;

}

#sshow li {
	display:inline;
	line-height:2.5;
	padding:.5em 0;
}
#sshow li a {
	white-space:nowrap;
	
}
#sshow li a:link,
#sshow li a:visited {
	padding: 0.5em;
	
	text-decoration: none;

}
.slideshow {
	position:relative;
}
.slideshow img {
	left:0; top:0;
	width: 100%;
	height: auto;
	margin-bottom: .65em;
}
#search {
	margin-bottom:1em;
}
#search h3{
	margin-top:0;
	padding-top:0;
}
.nowrap{
	white-space:nowrap;
}
.clearBoth {
	clear:both;
}

/*Courtesy CSSButtonGenerator.com */
.PDFButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, hsl( 197, 100%, 75%)), color-stop(1, hsl(196,83%,32%)) );
	background:-moz-linear-gradient( center top, hsl( 197, 100%, 75%) 5%, hsl(196,83%,32%) 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='hsl( 197, 100%, 75%)', endColorstr='hsl(196,83%,32%)');
	background-color:#80DBFF;
	-webkit-border-top-left-radius:0px;
	-moz-border-radius-topleft:0px;
	border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topright:0px;
	border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
	text-indent:0;
	border:1px solid #84bbf3;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:28px;
	line-height:28px;
	width:100px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #528ecc;
}
.PDFButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, hsl(196,83%,32%)), color-stop(1, hsl( 197, 100%, 75%)) );
	background:-moz-linear-gradient( center top, hsl(196,83%,32%) 5%, hsl( 197, 100%, 75%) 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='hsl(196,83%,32%)', endColorstr='hsl( 197, 100%, 75%)');
	background-color:#0E7195;
}
.PDFButton:active {
	position:relative;
	top:1px;
}
.bloggerEmbed {
	width:100%;
	height:60em;
}
.flaggedText {
 	font-size:large;
	color:red;
}
div.aside-right {
	float: right;
	clear:right;
	width: 25%;
	margin:3% 0 3% 3%;
}
div.aside-left {
	float: left;
	clear:left;
	width: 25%;
	margin:3% 3% 3% 0;
}
div.aside-right figure img{
	width:100%;
}
div.aside-left figure img{
	width:100%;
}
figure figcaption {
	font-style:italic;
	font-size:.75em;
}
footer {
	font-style:italic;
	font-size:.75em;
}
div.announcementBlock {
	width:95%;
	padding:2.5%;
	margin:1em 0 1em 0;
	background-color:#F0C400;
}
div.announcementBlock>h2 {
	margin: 1em 0 0 1em;
	padding:0 0 .5em 0;
	clear:right;
}
div.announcementBlock img {
width:20%;
height:auto;
border: black thin solid;
}
div.boxedItem{
	display: block;
	float:left;
	width:44%;
	padding: 0 2% 0 2%;
}
#pageContent div.announcementBlock > h3.fancyTitle {
	font-family:'Belfast Heavy Bold', Georgia, Times, serif;
	font-size:3em;
	margin:0;
	padding:0;
	border:none;
}
#pageContent div.announcementBlock ul.dateList{
    font-family:'Belfast Heavy Bold', Georgia, Times, serif;
	font-size:1.5em;
    font-weight:bold;
	margin:1.5em 0 0 0;
	padding:0;
    text-decoration:none;
 }
 #pageContent div.announcementBlock h4 {
    font-family:'Belfast Heavy Bold', Georgia, Times, serif;
	font-size:1.5em;
	margin:0;
	padding:0;
 }
  #pageContent div.announcementBlock h5 {
    border-top: solid thin;
    border-bottom:solid thin;
	margin:0;
	padding:0;
 }
  #pageContent div.announcementBlock .performer{
    font-size:1.2em;
    font-weight:bold;
 }