/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Meta Data - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*
DC-publisher="Georgetown University"
DC-creator="Ignatius Hsu"
DC-title="Site Style Sheet: GUMC Gateway: GeorgetownExplore: Screen"
DC-type="Cascading style sheet"
DC-date="2008-12"
DC-source="GeorgetownExplore V.2, http://explore.georgetown.edu/"
DC-relation="Requires universal explore style sheet V.2.0.0, http://www1.georgetown.edu/uis/keybridge/_ksefiles/explore/explore-2.0.0.css"
DC-coverage="Specific to a unit site or a cluster of sites (e.g. within a school or campus)"
<link rel="schema.DC" href="http://dublincore.org/documents/dces/" />
*/


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* CSS - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* Generic Views */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* Eliminates default table border (some explore pages still use tables for presentation and layout) */
body.explore div#main th, body.explore div#main td {
	border: none;
	padding-left: 0;
	padding-right: 0;
}

/* Creates separation between faculty members in list */
body.facultydirectory  div#main td { padding-bottom:10px; }

body.explore img { border: none; }

/*overcome the generated center tag that surrounds tables output from explorer. Width will be use specific*/
center{width:0;}
center table{width:644px;}

/*2 COLUMNS (main->sub)*/
body.col2d #subnavplus { float:left; width:0px;}
body.col2d #main { float:left; width:100%; }
body.col2d #sub { float:left;}
body.col2d #main #main1{float:left; width:610px;padding-right:40px;}
body.col2d #main #main2{float:left; width:260px;}



/* Explore Faculty Directory */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

body.facultydirectory div#main img { border: none; }

body.facultydirectory div.Breadcrumbs1, body.facultydirectory div.Breadcrumbs2, body.facultydirectory div.Breadcrumbs3
{ display: none; }

body.facultydirectory div#main div#browseLetters { font-size: 1.2em; } 

/*Explore Faculty Profile */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

body.facultyprofile div.ed h3 { font-size: 1.9em; }

/* Explore News Releases */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

body.newsrelease h5 { font-size: 1.3em; }

/* too many nested span tags in source, cannot override it. */
body.newsrelease #main span { font-family: arial, sans-serif; !important}

body.newsrelease div.sharethis { float: right; margin: 0 25px 0 0; }

