/**
 * styles.css
 * Stylesheet for Keywords Project
 * 
 * copyright (c) 2011-17 University Library System, University of Pittsburgh
 * June 2011 / Feb 2013 / April 2013 / Sept 2017
 * kep31
 *
 */

/* ____________________________________Basic Styles________________________________________*/



* { padding: 0; margin: 0; }

html { overflow: -moz-scrollbars-vertical; overflow-y: scroll; }

body { font-size: 62.5%; margin: 0; padding: 0; font-family: Verdana, Geneva, sans-serif; background-color: #6591ad; background-repeat: repeat-y; background-position: center; }

p.active { color: #009BD7; font-style: italic; }

/* ____________________________________Links________________________________________*/


a { text-decoration: none; }

a:link, li a:link { color: #3B77AD; font-weight: normal; }

a:visited, li a:visited { color: #666; /*#B7CFE6*/ font-weight: normal; }

a:hover { color: #66D5FF; text-decoration: none; }

label input { background-color: #F7F3E3; }

a img { border: 0; text-decoration: none; }

#banner a img, #banner a:hover { border: 0; text-decoration: none; background-color: transparent; }

/* ____________________________________Heading and Paragraph Styles________________________________________*/



p { font-size: 1.4em; font-weight: normal; color: #000; padding: 7px 0px; line-height: 1.5em; text-align: left; }

p.lg { font-weight: normal; font-size: 1.7em; color: #333333; padding-top: 10px; padding-bottom: 10px; text-align: left; line-height: 2em; }

.small { font-size: 1.1em; line-height: 1.3em; }

p.fade { color: #696D5F; }

p.hangingIndent { text-indent: -30px; font-size: 1.3em; padding: 10px 20px 5px 30px; line-height: normal }

p.sm { font-size: 1.1em; text-align: left; color: #16476D; line-height: 1.3em; }

ol p { font-size: 1em; font-style: normal; font-weight: normal; font-variant: normal; }

.specialchars { font-family: Calibri, Tahoma, "Arial Unicode MS"; letter-spacing: 0px; font-weight: normal; font-size: 1.2em;}

#copyright p { color: #918360; font-size: 0.7em; text-align: left; line-height: 1.2em; }

#leftcolumn { float: left; width: 225px; padding-top: 10px; }

#leftcolumn .section { margin: 30px 0 0 0; padding: 0 0 10px 0; background-color: #346a90; }

#leftcolumn li { padding: 0px 0px 0px 3px; margin: 0px; display: block; list-style-type: none; width: inherit; padding-left: 20px; }

#leftcolumn ul#graduate-words {padding: 0px 0px 0px 3px; margin: 0px; display: block; list-style-type: none; width: inherit; padding-left: 40px; }

#leftcolumn .section ul li a, #leftcolumn .section ul li.active { display: block; font-size: 1.2em; line-height: 1.5em; padding: 5px 0 }

#leftcolumn .section ul li a:hover { color: #fff; display: block;/*-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;*/ }

#leftcolumn .section ul li:hover { background-image: url(../images/grey_arrow.gif); background-repeat: no-repeat; background-position: left center; background-color: #16476D; }

/*#leftcolumn .section ul li.active:hover {
	background-color: #2C567C;
	color: #FFF;
	display: block;	
}
#leftcolumn .section ul li.active{
	color:#FFF;
	background-image: url(../images/blue_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	background-color: #2C567C;
}
*/

#leftcolumn a:link, #leftcolumn li a:link { color: #9BE3FF; font-weight: normal; text-decoration: none; }

#leftcolumn a:visited, #leftcolumn li a:visited { color: #ccc; /*#B7CFE6*/ font-weight: normal; text-decoration: none; }

#leftcolumn a:hover { color: #FFF; text-decoration: none; }

.shadow { -moz-box-shadow: 3px 3px 4px #072f5a; -webkit-box-shadow: 3px 3px 4px #072f5a; box-shadow: 3px 3px 4px #072f5a; /* For IE 8 */ -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#072f5a')"; 	/* For IE 5.5 - 7 */ filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#072f5a');
}

.boxshadow {-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.5);	-moz-box-shadow: 0 0 4px rgba(0,0,0,0.5);	box-shadow: 0 0 4px rgba(0,0,0,0.5);}

.border_radius { -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; }

.offset { outline: solid 1px #eee; outline-offset: 5px; }

h1 { padding-bottom: 0px; font-size: 40px; line-height: normal; font-weight: normal; font-family: "Century Gothic", "Gill Sans", Futura, "Trebuchet MS", Arial, Helvetica, sans-serif; color: #173152; border-bottom: 1px solid #173152; }

.hightlight { color: #6591AD; }

.white { color: #fff; border: #fff; }

.serif { font-family: Georgia, "Times New Roman", Times, serif; }

.san-serif { font-family: Verdana, Geneva, sans-serif;}

h2 { font-family: Georgia, "Times New Roman", Times, "serif;"; padding-top: 15px; padding-bottom: 5px; font-size: 2.4em; font-weight: normal; color: #2C567C; font-style: italic; }

h2.booklisting { font-family: "Century Gothic", "Gill Sans", Futura, "Trebuchet MS", Helvetica, Arial, sans-serif; padding-top: 15px; padding-bottom: 0px; font-size: 1.8em; font-weight: normal; color: #2C567C;  text-align: center; border-bottom: 1px solid #173152; font-style: normal;}

h3 { font-family: "Century Gothic", "Gill Sans", Futura, "Trebuchet MS", Helvetica, Arial, sans-serif; padding-top: 15px; padding-bottom: 0px; font-size: 1.8em; font-weight: normal; color: #2C567C; }

.border-underline { border-bottom: 1px solid #173152;  }

.years { padding: 5px 0 0 0; color: #000; font-size: 1.3em }

p.carousel-years {font-family: "Century Gothic", "Gill Sans", Futura, "Trebuchet MS", Helvetica, Arial, sans-serif; padding: 5px 0 0 0; color: #000; font-size: 1.3em; font-weight: normal; text-align:center; !important}

.red { color: #900 }

h4, p.author-name { padding-top: 15px; padding-bottom: 2px; font-size: 1.4em; line-height: inherit; font-weight: bold; font-family: "Century Gothic", "Gill Sans", Futura, "Trebuchet MS", Helvetica, Arial, sans-serif; color: #16476D; text-transform: none; letter-spacing: 1px; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #16476D; }

h5, p.navi-title { font-size: 1.3em; line-height: inherit; font-weight: bold; font-family: "Century Gothic", Futura, "Trebuchet MS", Helvetica, Arial, sans-serif; color: #EEE; text-transform: uppercase; letter-spacing: 2px; background-color: #16476d; padding: 10px; margin-bottom: 10px; }

p.navi-booktitle{ font-size: 1.3em; line-height: inherit; font-weight: bold; font-family: "Century Gothic", Futura, "Trebuchet MS", Helvetica, Arial, sans-serif; color: #EEE; text-transform: none; letter-spacing: 0px; background-color: #16476d; padding: 10px; margin-bottom: 10px; }

h6 { padding-top: 15px; padding-bottom: 2px; font-size: 1.3em; line-height: inherit; font-weight: bold; font-family: "Century Gothic", "Gill Sans", Futura, "Trebuchet MS", Helvetica, Arial, sans-serif; color: #16476D; text-transform: uppercase; letter-spacing: 1px; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #16476D; }

/* ____________________________________Layout________________________________________*/



.wrapper { margin: 0 auto; width: 100%; }

.topbar { background-color: #fff; width: 100% }

.header { margin: 0px auto; width: 100%; padding: 0px; background-image: url(../images/whitebar_bg.png); background-repeat: repeat-x; background-color: #173152; Box-shadow: 0px 0px 10px #000; -webkit-box-shadow: 0px 0px 10px #000; -moz-box-shadow: 0px 0px 10px #000; border-bottom: solid 1px #000; }

.indextitle { margin: 0px auto 15px auto; width: 100%; padding: 0px; background-image: url(../images/whitebar_bg.png); background-repeat: repeat-x; }

#logos { width: 980px; padding: 0px; height: 50px; margin: 0 auto; background-color: #FFF; }

.pitt { float: left; }

.jesus { float: right; }

.bold { font-weight: bold; }

.underline { text-decoration: underline; }

.aligncenter { text-align: center; }

.alignright { text-align: right; }

.floatright { float: right; padding: 5px; margin: 5px 0 5px 5px; }

.floatleft { float: left; margin: 5px 15px 5px 0px; background-color: #E8E8E8; padding: 0; }

.hptext { float: left; margin: 0; padding: 0; width: 450px; position: static; }

#box { width: 90%; border: 1px dotted #999; padding 10px;}

#rightcolumn { float: right; width: 725px; padding: 40px 0 0 0; /* background-color: #f2f5fa; */ margin-top: 0px; }

#rightcolumn a:link, #rightcolumn li a:link { font-weight: normal; text-decoration: underline; }

#rightcolumn a:visited, #rightcolumn li a:visited { font-weight: normal; text-decoration: underline; }

#rightcolumn a:hover { color: #FFF; text-decoration: none; background-color: #6591AD; }

#rightcolumn ul { margin-left: 1.5em; list-style-type: disc; margin-bottom: 1em; margin-top: 1em; }

#rightcolumn ol { margin-left: 1.5em; margin-bottom: 1em; margin-top: 1em; list-style-position: inside; list-style-type: lower-alpha; }


#rightcolumn li { font-size: 1.2em; line-height: 1.7em; border-bottom: 0px dotted #666; color: #173152; }

#content ul { margin-left: 0; margin-bottom: 1em; margin-top: 1em; list-style-position: inside; list-style-type: disc; padding-left: 2em; text-indent: -2em; }

#content ol { margin-left: 0em; margin-bottom: 1em; margin-top: 1em; list-style-position: inside; list-style-type: lower-alpha; padding: 0 4em; text-indent: -2em; }

#content ol.numbers { list-style-type: decimal }

#content li { font-size: 1.4em; line-height: 1.5em; border-bottom: 0px dotted #666; color: #333333; padding: 0 0 1em 0; margin: 0 2em; }

#banner { margin: 0 auto; width: 980px; }

.indexpage { background: url(../images/index_bg.jpg) no-repeat center top; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; width: 100%; height: 100%; }

#title { width: 295px; padding: 25px 10px 0px 15px; margin: 0 auto; height: 235px; float: left; }

.container { width: 980px; margin: 0px auto; }

#content { margin: 10px; padding: 15px; border: 0; background-color: #F7F7F7; }

#content_callout{ margin: 10px; padding: 15px; border: 0; background-color: #CFDEE7; }

.special { text-align: left; padding: 5px 0; margin: 0; font-family: Georgia, "Times New Roman", Times, serif; font-style: normal; font-size: 1.4em; line-height: 1.4em; 
}

.sm_indent { margin: 0px 25px; padding: 7px 0px; }

.med_indent { margin: 0px 50px; padding: 7px 0px; }

.left_indent { margin: 0 0 0 50px; padding: 7px 0px; }

.indent { margin: 0px 100px; padding: 7px 0px; }

#content_information { margin: 10px; padding: 10px 10px 20px 10px; width: 470px; background-color: #f7f7f7; }

#content_information a:link, #content_information a:visited { text-decoration: underline; }

#content_information a:hover { text-decoration: none; }

#sectiontitle { padding: 0px 0px 0px 0px; width: 95%; }

#subsectiontitle { padding: 15px 0px; width: 80%; }

#rightcolumn .section { border: 0; padding: 10px 0 0 0; margin: 0 0 10px 0; }

#rightcolumn .section_line { border: 1px dotted #858D98; padding: 10px 0; margin: 0 0 10px 0; }

.section_left { margin: 15px 15px 5px 0px; float: left; }



/* ____________________________________Footer Sytles________________________________________*/


.footer { width: 100%; color: #6591AD; font-size: 0.9em; margin: 20px 0 0 0; padding: 10px 0px; background-color: #173152; border-top-width: 1px; border-top-style: solid; border-top-color: #CCC; bottom: 0px; }

#credits { width: 980px; margins: 0 auto; margin: 0 auto; padding: 20px 0; }

#credits p { color: #fff; text-align: center; font-size: 1.6em; font-family: Georgia, "Times New Roman", Times, serif; }

#credits a, #credits a:visited { color: #9AB6C9; text-decoration: underline; }

#credits a:hover { color: #F7f7f7; text-decoration: none; }

.footer div.right { width: 980px; text-align: right; margin: 0 auto; padding: 10px 0px 30px 0; }

.footer div.right a, .footer div.right a:visited { color: #9AB6C9; text-decoration: underline; }

.footer div.right a:hover { color: #F7f7f7; text-decoration: none; }

.footer div.rightbox { margin: 10px 0 0 0; }


/* ____________________________________Clear Sytles________________________________________*/


#clear, .clear { clear: both; }

/* ____________________________________Video Styles________________________________________*/



#featured_video { margin: 15px auto; width: 490px; float: left; background-color: #000; }

#vid_bg { margin: 10px 0px; background-color: #173152; overflow: auto; padding: 0 15px; }

#vid_details { width: 490px; float: left; margin: 0 0 15px 0; }

#vid_details h2, #vid_details p { color: #f7f7f7; }

#vid_list { margin: 15px 0px; float: right; width: 190px; }

#vid_list li { margin: 0; padding: 10px; display: block; list-style-type: none; background: #CECECE; /* old browsers */ background: -moz-linear-gradient(top, #CECECE 0%, #AFAFAF 100%); /* firefox */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #CECECE), color-stop(100%, #AFAFAF)); /* webkit */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CECECE', endColorstr='#AFAFAF', GradientType=0 ); /* ie */
background: -o-linear-gradient(top, #CECECE 0%, #AFAFAF 100%); /* opera */ font-size: 1.2em; }

#vid_list ul { padding: 0; margin: 0; width: 190px; }

#vid_list ul li a, #vid_list ul li a:visited, #vid_list ul li:hover a { text-decoration: none; color: #173152; }

#vid_list ul li.playing a { text-decoration: none; color: #fff; }

#vid_list ul li.playing { background: #4f85bb; /* old browsers */ background: -moz-linear-gradient(top, #4f85bb 0%, #416D99 100%); /* firefox */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4f85bb), color-stop(100%, #416D99)); /* webkit */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f85bb', endColorstr='#416D99', GradientType=0 ); /* ie */
background: -o-linear-gradient(top, #4f85bb 0%, #416D99 100%); /* opera */ color: #fff; }

#vid_list ul li:hover { color: #477AA9; background: #cfe7fa; /* old browsers */ background: -moz-linear-gradient(top, #cfe7fa 0%, #6393c1 100%); /* firefox */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cfe7fa), color-stop(100%, #6393c1)); /* webkit */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfe7fa', endColorstr='#6393c1', GradientType=0 ); /* ie */
background: -o-linear-gradient(top, #cfe7fa 0%, #6393c1 100%); /* opera */ }

#vid_list ul li.playing:hover { background: #4f85bb; /* old browsers */ background: -moz-linear-gradient(top, #4f85bb 0%, #416D99 100%); /* firefox */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4f85bb), color-stop(100%, #416D99)); /* webkit */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f85bb', endColorstr='#416D99', GradientType=0 ); /* ie */
background: -o-linear-gradient(top, #4f85bb 0%, #416D99 100%); /* opera */ }

.vid_img { float: left; margin: 0; width: 60px; }

.vid_caption, a.vid_caption { line-height: normal; text-align: left; float: right; width: 105px; text-decoration: none; }

#centered-blackbox {margin:0 auto; background color: #000;}

.sidenote { line-height: normal; text-align: left; padding: 5px 0; margin: 0; font-family: Georgia, "Times New Roman", Times, serif; color: #666; font-style: italic; font-size: 1.1em; }

.sidenote a { color: #900 }

.caption_active { font-size: 0.9em; line-height: normal; text-align: center; color: #999; }

.clearfloat { clear: both; height: 0; }

.audio_caption { width: 400px; padding: 0px; float: right; margin: 10px 0 0 0; }

.audio_details { padding: 0px; float: left; margin: 20px 0 0 0; }
 audio::-webkit-media-controls-timeline, video::-webkit-media-controls-timeline {
color:#CCC;
}

video { outline: none; }

/* ----------------------------------------------Mediabox-------------------------------------*/


.mediabox { padding: 0; }

.close-notify { white-space: nowrap; float: right; margin-right: 10px; color: #fff; text-decoration: none; border: 2px #fff solid; padding-left: 3px; padding-right: 3px; }

.close-notify a { color: #fff; }



/* ____________________________________JCAROUSEL LITE		________________________________________*/

#slideshow { margin: 20px 0 0 0; width: 190px; padding: 10px; float: right; overflow: hidden; position: relative; background-color: #95B3C6; }

#slideshow p { font-size: 1.3em; padding: 1em 0 0 0; }

#list { height: auto; margin: 0; }

#slideshowbox { padding: 1em 0; margin: 3em 0; }

.slider { margin: 0px; visibility: hidden; position: relative; }

.slider ul { height: auto; text-indent: 0; }

.slider ul li { padding: 10px 0px 200px 0px; height: auto; text-indent: 0; }

.slider ul li img { cursor: pointer; padding-top: 3px; height: 230px; margin: 0 auto; }

.prev { cursor: pointer; width: 35px; margin: 0 0 0 50px; float: left; padding: 1em 0; }

.next { cursor: pointer; width: 35px; margin: 0 0 0 5px; float: left; padding: 1em 0; }



/* ____________________________________CAPTIFY CAPTION		________________________________________*/




.caption-top, .caption-bottom { background: #000000; color: #ffffff; cursor: default; padding: 2px; font-size: 11px; text-align: center; }

.caption-top { border-width: 0px; }

.caption-bottom { border-width: 0px; padding: 10px 3px; }

.caption a, .caption a { background: #000; border: none; text-decoration: none; padding: 2px; }

.caption a:hover, .caption a:hover { background: #202020; }

.button { -moz-border-radius: 4px; -webkit-border-radius: 4px; -khtml-border-radius: 4px; border-radius: 4px; -moz-box-shadow: inset 1px 1px 0 rgba(255,255,255,0.3); -webkit-box-shadow: inset 1px 1px 0 rgba(255,255,255,0.3); box-shadow: inset 1px 1px 0 rgba(255,255,255,0.3); cursor: pointer; display: inline-block; font-size: 1.3em; font-weight: bold; padding: 6px 16px; outline: none!important; text-align: center; text-decoration: none; position: relative; -moz-box-sizing: border-box!important; line-height: 16px; margin: 15px 0 0 0; }

.button-gray, .button-gray a:link, button-gray a, button-gray a:visited { background: #f1f1f1; background: -webkit-gradient(linear, left top, left bottom, from(#e9e9e9), to(#d1d1d1)); background: -moz-linear-gradient(top, #e9e9e9, #d1d1d1); -pie-background: linear-gradient(top, #e9e9e9, #d1d1d1); border: 1px solid #bbb; color: #173152 }

.button-gray:hover, .button-gray:focus { border: 1px solid #aaa; background: #ececec; background: -webkit-gradient(linear, left top, left bottom, from(#e1e1e1), to(#c1c1c1)); background: -moz-linear-gradient(top, #e1e1e1, #c1c1c1); -pie-background: linear-gradient(top, #e1e1e1, #c1c1c1); border: 1px solid #999; color: #09F }

#rightcolumn #vid_bg #vid_list ul li a .vid_caption { text-decoration: none; }

.calloutBox { clear: both; margin: 2em 0em 3em 2em; width: 350px; background: #f1f5fb; padding: 2em; border: 2px solid #d8e0f5; }

.calloutBox h3 { font-size: 1.8em; color: #2b569d; width: 200px; padding-top: 3px; text-align: left; font-weight: bold; font-family: Arial, Helvetica, sans-serif; }

.calloutBox form { float: right; margin: 0; }

.calloutBox form input { padding: .5em 1em; }

.info { padding: 0.2em .5em; margin: 1em 0 0 0; background-color: #FFF; border: 1px solid darkgray; box-shadow: 1px 1px 1px 0 lightgray inset; width: 200px; }

.info p { font-size: 1.4em; line-height: normal; font-family: Arial, Helvetica, sans-serif; font-weight:bold; }

.calloutBox p { font-size: 1.3em; line-height: normal; font-family: Arial, Helvetica, sans-serif; }

.wrapper.container #rightcolumn #content #slideshow #slideshowbox #list .slider ul, .wrapper.container #rightcolumn #slideshow #slideshowbox #list .slider ul { text-indent: 0; margin: 0px; padding-left: -2em; }

.wrapper.container #rightcolumn #content #slideshow #slideshowbox #list .slider ul li, .wrapper.container #rightcolumn #slideshow #slideshowbox #list .slider ul li { margin: 0 0 3em 0; padding: 2px; background-color: #Eee; height: 400px; text-align: center; border: 1px solid white; }

.wrapper.container #rightcolumn #content #slideshow #slideshowbox #list .slider ul li p, .wrapper.container #rightcolumn #slideshow #slideshowbox #list .slider ul li p { font-size: .8em; color: #000; text-indent: 0; text-align: center; }

/*Quicklinks*/
#content .quicklinks_box .quicklinks li { margin-left: 0; margin-bottom: 0.5em; margin-top: 0em; list-style-position: inside; list-style-type: disc; padding-left: 2em; text-indent: -1em; font-style: italic; line-height: normal; padding: 0; font-family: Georgia, "Times New Roman", Times, "serif;"; }

#content .quicklinks_box .quicklinks li ul {
margin:.5em 0;
}
#content .quicklinks_box .quicklinks li ul li {
font-size: .9em;
}
.quicklinks_box{ clear: both; margin: 2em 4em; background: #f1f5fb; padding: 1em; border-left: 0.7em solid #d8e0f5 /*2px solid #d8e0f5*/; }

#content .guidelines_box ul.guidelines li{ margin-left: 0; margin-bottom: 0.5em; margin-top: 0em; list-style-position: inside; list-style-type: disc; padding-left: 1em; text-indent: -1em; font-style: normal; line-height: normal; padding: 0; font-family: Verdana, Geneva, sans-serif; font-size: 1.3em; }

.guidelines_box{ clear: both; margin: 3em; background: #eee; padding: 1em; border-left: 0.7em solid #ccc /*2px solid #d8e0f5*/; }

/* 2.5 BLOCKQUOTES AND QUOTES
--------------------------------------------------------- */
blockquote {	border-left: 0.5em solid #DDD;	margin:1em 6em;}
li blockquote {	margin-left: 0;}
blockquote p {	margin: 0 1em;}
blockquote p+p {  margin-top: 1.5em;}
blockquote footer {  margin-bottom: 0;}
blockquote blockquote, .callout blockquote, blockquote ol, blockquote ul {	margin-left: 1.5em;	margin-right: .75em;}
blockquote>blockquote {	margin-top: .75em}
.note-block blockquote {	font-style: normal;}
blockquote mark {	font-weight: bold;}
blockquote strong mark, blockquote mark strong {	font-style: italic;}


/* Quotes for two levels of nested quotations */
q {	quotes: '“' '”' '‘' '’';}

/* extra content definitions for pre-2011 WebKit */
q:before {	content: '“';	content: open-quote;}
q:after {	content: '”';	content: close-quote;}
q q:before {	content: '‘';	content: open-quote;}
q q:after {	content: '’';	content: close-quote;}
 
/* q in blockquote */
blockquote q:before {	content: '‘';	content: open-quote;}
blockquote q:after {	content: '’';	content: close-quote;}
blockquote q q:before {	content: '“';	content: open-quote;}
blockquote q q:after {	content: '”';	content: close-quote;
}
/* hanging opening quote */
blockquote:before {	display: block;	height: 0;	content: "“";	margin-left: -.9em; font: italic 600%/1 Cochin,Georgia,"Times New Roman", serif;color: #999;}


/* ____________________________________Tables________________________________________*/


table { padding: 30px 0; }

th {font-size: 1.4em; font-weight: normal; color: #039; border-bottom: 2px solid #6678b1; padding: 10px 10px; text-align: left; }

td { font-size: 1.3em; font-weight: normal; color: #333; padding: 5px 10px; line-height: 1.5em; text-align: left; }
.keywords li a { }

.seminar-keywords li a { }
