/* 
Title:     MedicImage Print Styles: These styles are intended for paged material and for documents viewed on screen in print preview mode.
Author:    Darrin Waterbury, darrin@darrinscottstudios.com
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background: white;
	}

/* ( hidden elements to save ink )
------------------------------------------------------------------------------------------------- */

/* global styles */	
#links, #tabNav, #navContainer, #searchNavContainer, #title, #imagebar, #sidebar, #footer, .closeBtn {
	display: none;
	}
/* home styles */
#loginBar {
	display: none;
	}
/* search styles */
#browseToPageNum {
	display: none;
	}
/* preview styles */
#pageNav {
	display: none;
	}
	
/* links
------------------------------------------------------------------------------------------------- */

a:link, a:visited {
	color: blue;
	text-decoration: none;
	}

#logo {
	margin: 0;
	padding-bottom: 1em;
	}
	
#wrapper, #innerWrapper, #primaryContent, #container {
	width: auto;
	border: 0;
	margin: 0;
	padding: 0;
	float: none !important;
	color: black;
	background: transparent;
	}
	
/*
In a fully CSS2-conformant browser, we can insert the URLs of the links after each one,
thus making them fairly useful to anyone who has a copy of the printout and a web browser handy.

After every link in the printout the URL of the link should be in parentheses.

If the browser doesn't support the :after pseudo-class - only the hyperlinked text will show.
*/

#primaryContent a:link:after, #primaryContent a:visited:after, #footer a:link:after, #footer a:visited:after {
   content: " (" attr(href) ") ";
   }
	
h1, h2, h3, h4, h5 {
	margin: .5em 0 .5em 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18pt;
	color: black
	}
h2 {
	font-size: 14pt;
	}
h3 {
	margin: 0 0 .5em 0;
	font-size: 12pt;
	border-bottom: 1px solid #ccc;
	}
h4 {
	font-size: 12pt;
	}

p {
	margin: 1em 0;
	padding: 0;
	}
em {
	font-style: italic;
	}
	
strong {
	font-weight: bold;
	}
ul {
	margin: 0 0 2em 0;
	padding: 0;
	list-style: none;
	}

#newsTicker, #worldTimes {
	margin: .5em 0;
	}

/* Channels - Podcasts/Video Clips/Cartoons/MedicText/The Medic Foundation
------------------------------------------------------------------------------------------------- */	
#channels {
	margin: 0 auto;
	padding: 0;
}
.box {
	float: left;
	width: 230px;
	height: auto;
}
.box .gutter {
	padding: 17px 10px 0 10px;
	text-align: center;
}

.box a:link, .box a:visited {
	color: #666;
	text-decoration: none;
}
.box a:hover, .box a:active {
	color: #4987bf;
	text-decoration: none;
}
.box h3 {
	margin: 0;
	padding: 0 0 5px 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666;
	line-height: 1em;
	text-align: left;
	border-bottom: none;
}
.box p {
	margin: 0;
	padding: 0 0 0 10px;
	font-size: 85% !important;
	font-size: 11px;
	color: #666;
	line-height: 1.2em;
	text-align: left;
}
.box img {
	padding-right: 8px;
}
#cartoons {
	margin-right: 11px;
}
#lastBox {
	margin-right: 0;
}
