/*
DC-publisher="Georgetown University"
DC-creator="David Vespoli"
DC-title="Univeral Screen Style Sheet, V.3.0.0"
DC-type="Cascading style sheet"
DC-date="2008-12"
DCTerm-modified="2009-01"
DC-description="This is the base print style sheet that most KeySite Enterprise sites and ALL Fatwire sites must use as their first screen CSS. Alterations should only be made to this file with the Maintainer's knowledge. Any specific changes to the site specific screen CSS should be made in site.css which will override rules set in this file."
DC-coverage="All Georgetown University websites using Fatwire and developed under the university framework."
DCTerm-conformsTo="Eric Meyer's Reset Tool, V.1.0, 2008-02-12, http://meyerweb.com/eric/tools/css/reset/"
<link rel="schema.DC" href="http://dublincore.org/documents/dces/" />
<link rel="schema.DC" href="http://dublincore.org/documents/dcmi-terms/" />
*/

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* CSS - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/********* STYLE RESETS *********/
/* Based on Eric Myer's CSS Reset Tool [http://meyerweb.com/eric/tools/css/reset/] */
/* For some of the philosophy behind the font-sizing method used in this CSS see Richard Rutter's "How to Size Text in CSS" [http://www.alistapart.com/articles/howtosizetextincss/] */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, dl, dt, dd, ol, ul, li
{ background:transparent;border:0;margin:0;outline:0;padding:0;vertical-align:baseline; font-size: 100%; }
form input{font-size:100%;}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: none; }
/* remember to define focus styles! */
:focus { outline: 0; }
/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }
/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: collapse;border-spacing: 0;}

/**********STRUCTURAL CONTAINERS **********/
/* Clearfix */
/*Clearing floats*/
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
/* slightly enhanced, universal clearfix hack */
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

/********** UNIVERSAL SCREEN STYLES **********/
body { font-family: Arial, Helvetica, sans-serif; }