/*  
Theme Name: Shan in Real Life (2.0)
Theme URI: http://shaninreallife.com
Description: Shan's Notebook
Version: 2.0
Author: Mack Richardson
Author URI: http://mackrichardson.com/
*/

/* Reset all browser styles */
@import url("css/reset.css");

/* Call in via @import the font, color and layout stylesheets */
@import url("css/base.css");

/* Next, call in the stylesheets to fix IE */
@import: url("css/base-ie.css");

/* Call IE/Mac only style sheets */
/*\\*//*/@import "css/base-ieMac.css";/**/

/* Only IE5.x Win sees this type of stylesheet import */
@media tty{i{content:"\";/*" "*/}} @import 'css/base-ie5.css'; /*";}}/* */

/* Finally, write out the print.css selectors */
@media print {

html {
	width:100%;
	}

body {
	margin:0;
	padding:0;
	font-family:"Times New Roman", Times, serif;
	font-size:12pt;
	line-height:16pt;
	background-color:#fff;
	color:#000;
	}

/* expand out abbreviations */
#bd abbr[title]:after, acronym[title]:after {
	content:"(" attr(title) ")"; 
	background-color:#fff; 
	color:#000;
	}

/* Images ----------------------------- */
img {
	display: block;
	border: 0;
	}

/* Layout ----------------------------- */
#doc3 {
	width:auto !important;
	}

#bd {
	margin: 0;
	padding: 0;
	width: auto;
	float: none !important;
	background: #fff;
	color: #000;
	}

/* Suppressed divs for printing ------- */
#navigation, #ft {
	display:none !important;
	}

/* Headers ---------------------------- */
h1, h2, h3 {
	font-weight: bold;
	background-color: #fff;
	color: #000;
	}

h2 {
	font-size:16pt;
	}
	
h2 {
	font-size:14pt;
	}
	
h3 {
	font-size:12pt;
	}

/* Links ------------------------------ */
a:link, a:visited {
	text-decoration: underline;
	font-weight: bold;
	background-color: #fff;
	color: #000;
	}

/* reveal link URLs - or use the neater http://alistapart.textdrive.com/articles/improvingprint */
#bd a:link:after, #bd a:visited:after {
	content:" ("attr(href)")"; 
	font-size: 11pt; 
	background-color: #fff; 
	color: #000;
	}
	
a img {
	border-width:0;
	}
	
} /* close the @media print tag */
