.contentbox {
  height: 200px;
  width: 640px;
  overflow:hidden;
}
.showcontent {
  background:white;
  position:relative;
  top:0;
  left:0;
  
  -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}
.showcontent:hover {
  top:-201px;
}


/*--------------- LITTERBOX FONT-----------------*/
@font-face {
    font-family: 'LitterboxICGRegular';
    src: url('handwriting-markerlitterbox-icg-regular-webfont.eot');
    src: url('handwriting-markerlitterbox-icg-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('handwriting-markerlitterbox-icg-regular-webfont.woff') format('woff'),
         url('handwriting-markerlitterbox-icg-regular-webfont.ttf') format('truetype'),
         url('handwriting-markerlitterbox-icg-regular-webfont.svg#LitterboxICGRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.litterbox {
	font-family: 'LitterboxICGRegular' ;
	color: #9d2929 ;
	font-size: 2.5em ;
	font-weight: 500;
	text-decoration: none ;
}
a.litterbox {
	font-family: 'LitterboxICGRegular' ;
	color: #9d2929;
	font-size: 2.5em ;
	font-weight: 500;
	text-decoration: none ;
	-webkit-transition:all .1s ease-in;  
   -moz-transition:all .1s ease-in;  
   -o-transition:all .1s ease-in;  
   transition:all .1s ease-in;
}
a:hover.litterbox {
	font-family: 'LitterboxICGRegular' ;
	color: #000 ;
	font-size: 2.5em ;
	font-weight: 500;
	text-decoration: none ;
}

/*------------ END LITTERBOX FONT -------------*/

/*Student Activities*/
.st-act td {
	border:1px dotted #fff;
	padding-left:5px;
}
/*END Student Activities*/

/* PAGE NAV */
ul.page-nav {
	position: relative;
	background-color: #444135;
	padding-left: 1px;
	padding-bottom: 6px;
}
ul.page-nav li {
	float: left;
	margin: 0 2px;
}
ul.page-nav a {
	display: block;
	font-size: .8em;
	padding: 2px 8px;
	background-color: #DAD1B4;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	color: black;
	text-decoration: none;
}

ul.page-nav a:hover, ul.page-nav li.active-trail a {
	background-color: #FFF;
	color: #888;
}

/* VIEW STYLES */
.views-view-grid {
	width: 100%;
}
.views-view-grid td {
	padding: .5em 20px .5em 0;
}
.views-view-grid td.col-3 {
	padding-right: 0;
}
#atoz td {
	width: 33%;
}
#program-page td.col-1, #program-page td.col-2, #program-page td.col-3 {
	padding: .5em 0;
	padding-right: 27px;
	width: 300px;
}
#program-page td.col-3 {
	padding-right: 0;
}
.p-list {
	float: left;
	width: 514px;
	padding: 0 20px;
}
.p-side {
	float: right;
	width: 400px;
}
#class-notes .view-filters {
	padding: 5px;
	margin: 15px 0;
}
#class-notes .class-note {
	padding: 10px;
	margin-bottom: 10px;
}
/* PAGE STYLES */
#pageMain .title {
	background-color: #FFF;
	padding: 1.5em .5em .5em;
	font-size: 1.1em;
	color: #524B38;
}
.content {
	padding: 1.5em 0 1em;
}
p.hang {
	text-indent:-1.5em; padding:0 0 0 3em;
	margin:0;
}
p.end {
	margin:1em 0;
}

.google-dfp {
	
	zoom: 1;
    filter: alpha(opacity=100);
    opacity: 1;
	-moz-opacity: 1;
		
}

.google-dfp:hover {
	
	/*background:#fff;*/

	zoom: 1;
    filter: alpha(opacity=85);
    opacity: 0.85;
	-moz-opacity: .85;
		
}
