/*-----------------------------------------------------------------------------
Time Bandit Books
Print Style Sheet
http://www.timebanditbooks.com/
(format courtesy of Andy Budd, http://www.andybudd.com/)

version:   1.0
author:    Adam J. Barkafski, Dream Seed Multimedia
email:     webspinner [a t] dreamseedmultimedia.com
website:   http://www.dreamseedmultimedia.com/
-----------------------------------------------------------------------------*/


/* =General
-----------------------------------------------------------------------------*/
html, body {
	background: white;
	height: auto;
}

/* =Typography
-----------------------------------------------------------------------------*/
body, #wrapper  {
	font-size: 11pt;
}
p, ul, ol, dl, blockquote, address, #footer p {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: black;
}
kbd, code {
	font-size: 11pt;
}
abbr, acronym {
	text-decoration: none;
}
abbr[title]:after, acronym[title]:after {
   content: " (" attr(title) ") ";
   font-size: 90%;
}
#branding abbr[title]:after, #branding acronym[title]:after {
	content: "";
}

/* =Display
-----------------------------------------------------------------------------*/
img, #content img, #ad-content, #main-nav, #footer ul, #store form input, p.return, form, p.purchase {
	display: none;
}
#content .book-box img, #store img.right, #store form {
	display: inline;
}

/* =Headings
-----------------------------------------------------------------------------*/
h1, h2, h3 {
	font-family: Tahoma, Verdana, sans-serif;
	color: #003;
	background: white !important;
	padding: 0;
	border: none;
}
h1 {
	font-size: 20pt;
	border-bottom: 2px solid #003;
}
h2 {
	font-size: 16pt;
}
h3 {
	font-size: 14pt;
}

/* =Links
-----------------------------------------------------------------------------*/
a:link, a:visited, a:hover, a:active, #footer a {
	color: #003;
	text-decoration: underline;
	font-style: normal;
	font-weight: bolder;
}
a:link:after, a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
}
a[href^="/"]:after {
  content: " (http://www.timebanditbooks.com" attr(href) ") ";
}
#branding a {
	text-decoration: none;
}
#branding a:link:after, #branding a:visited:after {
	content: "";
}

/* =Wrapper, etc.
-----------------------------------------------------------------------------*/
#wrapper, #content {
	width: auto;
	border: 0;
	margin: 0 2%;
	padding: 0;
	float: none !important;
	background: transparent;
	color: black;
}

/* =Branding
-----------------------------------------------------------------------------*/
#branding p {
	height: auto;
	width: auto;
	font-size: 24pt;
	margin-bottom: 24px;
}
#branding, #branding p span {
	background: transparent;
}

/* =Navigation
-----------------------------------------------------------------------------*/


/* =Secondary Navigation
-----------------------------------------------------------------------------*/


/* =Content
-----------------------------------------------------------------------------*/
#main-content, #sec-content {
	width: auto;
	border: 0;
	margin: auto;
	padding: 0;
	float: none !important;
	background: transparent;
	color: black;
}
.book-box, #store img.right {
	background: white;
}

/* =Footer
-----------------------------------------------------------------------------*/
#footer {
	background: transparent;
	color: black;
	padding: 0;
}

/* =Forms
-----------------------------------------------------------------------------*/


/* =Tables
-----------------------------------------------------------------------------*/

/* =Misc 1
-----------------------------------------------------------------------------*/


/* =Misc 2
-----------------------------------------------------------------------------*/
