@charset "UTF-8";

/*
	----------------------------------------
    AUTHOR/COPYRIGHT: 
	Chris Johnson (scientific.imaging@gmail.com) 
    Copyright (c) 2009, Townsend Center
    All Rights Reserved.

	DESCRIPTION:
	print.css file handles style and formatting instructions when 
	webpages are printed from the browser.

	CREDITS:
    Portions of this source code adapted from the following sources:
    The Music Department at UWG (http://www.westga.edu/music/).

    REVISIONS:
	9/15/09 - Added comment styling, combined duplicated style declarations, 
			  removed unused source code.
	
	NOTE: 
	In this file, most lowercase styles are recent edits.
	----------------------------------------
*/

/* 
	----------------------------------------
	PAGE STYLES 
	----------------------------------------
*/
HTML {
	BACKGROUND: #fff;
	HEIGHT: 100%;
}
BODY {
	BACKGROUND: #fff;
	HEIGHT: 100%;
}
BODY {
	FONT: 100%/1.7em Verdana, helvetica, arial, sans-serif;
	COLOR: #000;
}
H3 {
	FONT: 2.4em Georgia, serif
}
/* 
	----------------------------------------
	/PAGE STYLES 
	----------------------------------------
*/

/* 
	----------------------------------------
	DIVS 
	----------------------------------------
*/
/*
	----------------------------------------
	#HEAD 
	----------------------------------------
*/
#head {
	DISPLAY: none;
}
/*
	----------------------------------------
	end #HEAD 
	----------------------------------------
*/

/*
	----------------------------------------
	#BREADTOP 
	----------------------------------------
*/
#breadTop {
	DISPLAY: none;
}
/*
	----------------------------------------
	end #BREADTOP 
	----------------------------------------
*/

/*
	----------------------------------------
	#FOOTERNAV 
	----------------------------------------
*/
#footerNav {
	DISPLAY: none;
}
/*
	----------------------------------------
	end #FOOTERNAV 
	----------------------------------------
*/

/*
	----------------------------------------
	#XHTMLCSS 
	----------------------------------------
*/
#xhtmlcss {
	DISPLAY: none;
}
/*
	----------------------------------------
	end #XHTMLCSS 
	----------------------------------------
*/

/*
	----------------------------------------
	#WRAPPER 
	----------------------------------------
*/
#wrapper {
	BORDER-BOTTOM: #999 1px dashed;
}
/*
	----------------------------------------
	end #WRAPPER 
	----------------------------------------
*/

/* 
	----------------------------------------
	#CONTENTBODY 
	----------------------------------------
*/
#contentBody .photo {
	BORDER-RIGHT: #999 1px solid;
	BORDER-TOP: #999 1px solid;
	FLOAT: left;
	MARGIN: 0.5em 0.5em 0.5em 0px;
	BORDER-LEFT: #999 1px solid;
	BORDER-BOTTOM: #999 1px solid;
	TEXT-ALIGN: center;
}
#contentBody .photo IMG {
	BORDER-RIGHT: #999 1px solid;
	BORDER-TOP: #999 1px solid;
	MARGIN: 0.5em;
	VERTICAL-ALIGN: middle;
	BORDER-LEFT: #999 1px solid;
	BORDER-BOTTOM: #999 1px solid;
}
#contentBody .photo P {
	FONT-SIZE: 0.7em;
	COLOR: #333;
	TEXT-ALIGN: center;
}
/* 
	----------------------------------------
	end #CONTENTBODY 
	----------------------------------------
*/
/* 
	----------------------------------------
	end DIVS 
	----------------------------------------
*/

/* 
	----------------------------------------
	LINKS 
	----------------------------------------
*/
A {
	COLOR: #062044;
}
A:hover {
	COLOR: #f00;
}
A IMG {
	BORDER-TOP-STYLE: none;
	BORDER-RIGHT-STYLE: none;
	BORDER-LEFT-STYLE: none;
	BORDER-BOTTOM-STYLE: none;
}
/* 
	----------------------------------------
	end LINKS 
	----------------------------------------
*/

/* 
	----------------------------------------
	MISC 
	----------------------------------------
*/
.clear {
	CLEAR: both;
}
.hidden {
	DISPLAY: none;
}
/* 
	----------------------------------------
	end MISC 
	----------------------------------------
*/

/* 
	----------------------------------------
	FOOTER STYLES 
	----------------------------------------
*/
#footer {
	FONT-SIZE: 0.9em;
}
#footer ADDRESS {
	FONT-STYLE: normal;
	HEIGHT: 0.5em;
}
#footer #copyright {
	CLEAR: left;
	DISPLAY: block;
}
/* 
	----------------------------------------
	end FOOTER STYLES 
	----------------------------------------
*/
