/*
--------------------------------------------------
JarretYoshida.com PRINT STYLES
Last revised 11 December 2006
--------------------------------------------------
*/
/*
--------------------------------------------------
DEFAULT HTML STYLES
--------------------------------------------------
*/
body	{
		color: #000;
		font-family: "Proforma-Medium", Georgia, serif;
		margin-top: -1em;
		}

h1		{
		font-family: "Proforma-Medium", Georgia, serif;
		}

/* Links */
a:link, a:visited {
		color: ; /* change link color to more visible color */
		font-style: italic;
		}

/*
--------------------------------------------------
PAGE STRUCTURE
--------------------------------------------------
*/
#wrapper {
		height: 7.5in;
		width: 10.5in;
		margin: .5in .75in;
		}
#header h2:before {
		content: "Jarret Yoshida";
		color: #999;
		font: 72px/.29167 "Knockout-HTF47-Bantamweight", sans-serif;
		text-transform: uppercase;
		margin-bottom: .0729em;
		padding: 0;
		display: block;
		}
#header h2 {
		color: #666;
		font-family: "Proforma-Medium", Georgia, serif;
		display: block;
		}
#header img {
		display: none;
		}
#header a {
		font-style: normal;
		}

/* Content areas */
#container {
		}
#content {
		height: auto;
		border-right: none;
		}
#content a:link:after, #content a:visited:after { /* display URL in parentheses after link */
		content: " (" attr(href) ") ";
		font-size: 13px;
		}
#content a[href^="/"]:after { /* auto-complete relative URLs with CSS3 */
		content: " (http://www.jarretyoshida.com" attr(href) ") ";
		}
#sidebar {
		color: #000;
		font: 14px/1.5em Georgia, serif;
		width: 840px;
		float: none;
		position: relative;
		top: 1.5em;
		margin: 0;
		padding: 0;
		}
#sidebar h2 {
		font-weight: bold;
		margin-top: 1em;
		padding-top: 0;
		padding-bottom: 0;
		border-bottom: none;
		}
#sidebar:after {
		content: "Copyright \A9 \20 2006 Jarret Yoshida, Inc.";
		}
#nav	{ /* hide navigation */
		visibility: hidden;
		}
#footer {
		display: none;
		}

/* FORMATTING STYLES */
.blink, .flink, .print {
		display: none;
		}
