/*------------------------------------------------+
 | Site: American Academy of Orthopaedic Surgeons |
 |       State Orthopaedic Socity site generator  |
 | Part: Print styles                             |
 +------------------------------------------------*/


/* Imports
=====================================================================*/
@import "reset.css"; /* Reset styles */


/* Hide unnecessary elements
=====================================================================*/
#content-secondary, #extras, #map, #nav, #ss { display: none; }


/* Fonts
======================================================================*/
body { font-family: Georgia "Times New Roman", Times, serif; }
#disclaimer { font-family: Verdana, Arial, sans-serif; }


/* Basics
======================================================================*/
a { color: #000; }
address { font-style: normal; }
body { font-size: 12pt; line-height: 1.5; padding: 1em; }
blockquote, dl, ol, p, table, ul { margin-bottom: 1.833em; }
cite, em { font-style: italic; }
dt { margin-top: 1em; }
dt, h1, h2, h3, h4, h5, h6, strong { font-weight: bold; }
h1 { font-size: 2em; line-height: 1.09; margin-bottom: 0.75em; }
h2 { font-size: 1.375em; line-height: 1.333; margin-bottom: 0.242em; }
h3 { font-size: 1.1em; }
ol { list-style: decimal; }
ol, ul { margin-left: 2em; }
table { border-collapse: collapse; width: 100%; }
table p { margin: 0; }
thead th { background: #f1f1f1; }
tbody th { vertical-align: top; }
td, th { border: 1px solid #d0d0d0; line-height: 1.725; }
th { font-size: 0.9em; font-weight: bold; padding: 0.3em 1.5em 0.4em; vertical-align: bottom; }
td { padding: 0.3em 1.2em 0.4em; vertical-align: top; }
ul { list-style: disc; }


/* Core layout
======================================================================*/
.clear, #footer { clear: both; }
#content { clear: both; padding: 2em 0; }
#header { border-bottom: 1px solid #ddd; margin-bottom: 1em; }
#disclaimer { border-top: 1px solid #ddd; clear: both; padding-top: 0.5em; }
.home #content-secondary { display: block; }

/*--- Columns ---*/
.c2l, .c2r { width: 48%; }
.c2l, .c3l, .c3m { float: left; }
.c2r, .c3r { float: right; }
.c3l { margin-right: 3%; }
.c3l, .c3m, .c3r { width: 31%; }


/* Content
======================================================================*/

/*--- Disclaimer ---*/
#disclaimer { color: #666; font-size: 0.5em; }

/*--- Feature ---*/
#feature-primary { float: left; }
#feature-primary, #feature-secondary { width: 48%; }
#feature-secondary { float: right; }
#feature { border-bottom: 1px solid #ddd; margin-bottom: 1em; }

/*--- Footer ---*/
#footer { border-top: 1px solid #ddd; font-size: 0.7em; line-height: 1.375; padding: 1em 0; }
#footer .adr, #footer .fax, #footer .street-address, #footer .tel { display: inline; margin-right: 0.75em; }
#footer .org { display: block; font-weight: bold; }
#footer p { margin: 0; }

/*--- Galleries ---*/
.gallery li { float: left; margin: 0 15px 15px 0; }

/*--- Header ---*/
#header p { margin: 0; }
	
	/* Logo */
	#logo { float: left; margin-right: 1em; }
	
	/* Slogan */
	#slogan { color: #41606e; font-style: italic; }
	
	/* Title */
	#title { font-size: 1.5em; line-height: 1.2; padding-top: 0.75em; }
	#title, #title a { color: #1e3742; text-decoration: none; }
	#title a { padding: 0.5em 0; }
	#title a:hover { color: #73848b; }

/*--- Secondary content ---*/
#content-secondary { font-size: 0.8em; }
#content-secondary p { margin-bottom: 0.5em; }
#content-secondary h3 { border-top: 1px solid #ddd; padding-top: 0.5em; }
.panel { margin-bottom: 1em; }

	/* vCard */
	.adr, .adr a, .street-address, .tel { display: block; }
	.org { font-weight: bold; }
