/********************************************************************************
*                                                                               *
*  Author    :  Geoff Moore                                                     *
*  Web       :  http://www.phase8.com                                           *
*  E-mail    :  studio ( at ) phase8 ( dot ) ( com )                            *
*  Modified  :  10-Aug-2007                                                     *
*                                                                               *
*  Copyright (c) 2007 Geoff Moore. All Rights Reserved.                         *
*  Use of this code is not permitted without permission!                        *
*                                                                               *
********************************************************************************/

/* TIPS FOR THE STYLESHEET
================================================================================ 

The correct order for shrothand font stylying is....
font:font-style, font-variant, font-weight, font-size, line-height, font-family

Always Declare font styles above, again on forms.

The correct order for site links a, hover etc is....
link, visited, hover, focus, active.

/*
--------------------------------------------------------------------------------
PRINT STYLE SHEET - SETS UP PAGE/SITE FOR PRINTING
--------------------------------------------------------------------------------
*/

* { background: #fff; }
body { font-family: georgia, times, serif; color: black; }
blockquote { font-style: italic; color: black; }
a:link, a:visited { border-bottom-width: 1px; border-bottom-style: solid; }
#navigation {display:none;}
#courses-content {}

.infoBox2, .infoBox3 { display: block; visibility: visible; }

#site-top, #site-left, #site-right, .productOptions, #footer, #leftNav, #upcomingEvents, .sidePlugin, .bookmarks, #morelinks, .titles, .title, .cell-6, .zoom
{ display: none; visibility: hidden; }

