/*
--------------------------------------------------
JarretYoshida.com GLOBAL STYLES
Last revised 5 January 2007
--------------------------------------------------
*/
/*
--------------------------------------------------
Color palette:
--------------------------------------------------

PowderBlue #b0e0e6
PowderBlue 50% #d8f0f3

Pantone 1545 U #705037
Pantone 1545 U 85% #856a55
Pantone 1545 U 50% #b8a89b
Pantone 467 U #d0bb92
Pantone 467 U 50% e8ddc9
SeaShell #fff5ee

Pantone Cool Gray 11 U #797777
DarkGray #a9a9a9

*/
/*
--------------------------------------------------
GLOBAL RESET
--------------------------------------------------
undohtml.css (CC) 2004 Tantek Celik. Some Rights Reserved.
*/
:link, :visited { text-decoration: none }
ul, ol	{ list-style: none }
h1, h2, h3, h4, h5, h6, pre, code { font-size: 1em }
body, html, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, p, blockquote, img { margin: 0; padding: 0; }
a img, :link img, :visited img { border: none }
address { font-style: normal }

/* All font sizes fixed to pixel units, per client request 11-15-2006 */

/*
--------------------------------------------------
DEFAULT HTML STYLES
--------------------------------------------------
This section concerns generalizations and common elements
*/
body	{
		color: #fff5ee; /* SeaShell */
		font-size: 14px;
		font-family: Georgia, "Proforma-Medium", serif;
		text-align: center;	/* horizontal centering in Win IE */
		min-width: 1024px; /* @73em -- < Win IE7 ignores this */
		background: #705037; /* Pantone 1545 U */
		}

/* Links */
a		{
		color:  #b0e0e6; /* PowderBlue */
		text-decoration: none;
		}
a:focus {
		outline: none; /* most browsers do not support yet support this property */
		-moz-outline: none; /* remove focus outline in Mozilla browsers */
		}
a:visited {
		color: #a9a9a9; /* DarkGray */
		}
a:hover {
		color: #d0bb92; /* Pantone 467 U */
		border-bottom: 2px solid #e8ddc9; /* Pantone 467 U 50% */
		}
a:active {
		color: #fff5ee; /* SeaShell */
		border-bottom: 2px solid #fff;
		}
a[name] { /* remove dotted underline from internal hyperlinks */
		border-bottom: none;
		}

/* Headers */
h1, h2, h3, h4, h5, h6 {
		color: #a9a9a9; /* DarkGray */
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
		line-height: 1.5;
		margin: 1.5em 0 .75em;
		}
h1		{
		color: #b8a89b; /* Pantone 1545 U 50% */
		font: normal 32px/.65625 Georgia, "Proforma-Medium", serif;
		margin: 0 0 .65625em;
		}
h2		{
		color: #a9a9a9; /* DarkGray */
		font-size: 15px;
		line-height: 1.4;
		margin: 1.4em 0 .7em;
		}
h3		{
		}

p		{
		margin-bottom: .75em;
		}
blockquote {
		margin: 1.5em;
		}
address {
		margin: .75em 0;
		}

/* Lists */
ul ul, ol ol, ul ol { /* nested list indent */
		margin-left: 1em;
		}

abbr, acronym {
		font-size: 11px;
		letter-spacing: .1em;
		border-bottom: none;
		cursor: help;
		}

/*
--------------------------------------------------
PAGE STRUCTURE
--------------------------------------------------
This section defines layout elements and respective environmental formatting
*/
#wrapper {
		text-align: left; /* reset Win IE workaround */
		width: 1024px; /* 73em */
		margin: 0 auto; /* standard CSS horizontal centering */
		padding: 0;
		background: transparent;
		}

#banner { /* identity + navigation */
		position: relative;
		height: 65px;
		margin: 20px 0;
		background: transparent;
		}
/* identity grouping for logo + motto or slogan */
#header	{
		float: left;
		background: transparent;
		}
#header  h2 {
		color: #fff;
		font: 17px/1.235 Georgia, serif;
		margin: 0;
		}

#header img {
		display: block;
		margin-bottom: .375em;
		}

#container { /* grouping for content + sidebar */
		line-height: 1.5;
		margin: 0;
		padding: 0;
		background: transparent;
		}

/* Main content */
#content {
		width: 840px; /* @60em, excluding padding */
		height: 600px;
		float: left;
		margin: 0;
		padding-right: 20px;
		border-right: 1px solid #856a55; /* Pantone 1545 U 85% */
		background: transparent;
		/* background: #fff url(../images/background.jpg) no-repeat top left; */
		}
/* Apply paragraph styles to main content area */
#content p {
		margin-bottom: 0;
		}
#content p + p { /* Only paragraphs after first are indented -- IE6 does not understand adjacent selectors */
		text-indent: 1em;
		margin-top: 0;
		}
#content p.last, #sidebar p.last, #content .last {
		margin-bottom: 0;
		}
#content p.last:after { /* IE does not implement <content> property */
		/* content: "\2767"; */ /* floral heart ornament -- does not work in Firefox Win, which will only display an ornament contained in the current font */
		content: url(../images/jy.png);
		padding-left: .375em;
		}
/* 1st paragraph following H1 with dropcap styling
#content > h1 + p {
		text-align: justify;
		}
*/

#content #inset { /* left photo area */
		position: relative;
		float: left;
		width: 471px;
		height: 600px;
		margin: 0 1.5em 0 0;
		padding: 0;
		background-color: transparent;
		background-repeat: no-repeat;
		}
#content #inset img {
		width: auto; /* 33.643em */
		}
#content #inset .copyright { /* copyright notice appears over background images */
		font: italic 11px Georgia, serif;
		position: absolute;
		right: 1em;
		bottom: 1em;
		}

/* Text-swap box */
#content #text-swap {
		width: 348px;
		float: left;
		margin-top: 1.5em;
		border-top: 1px solid #856a55; /* Pantone 1545 U 85% */
		background: transparent;
		}
#content #text-swap h2 {
		margin-top: 1.125em;
		}
#content #text-swap h2 span:first-child {
		font-style: italic;
		}
#content #text-swap ol {
		font-style: italic;
		font-size: 13px;
		margin-left: 1.1em;
		list-style-type: square;
		}
#hold	{
		display: none;
		}

/* Slideshow */
#photodiv {
		background-repeat: no-repeat;
		}
#photoimg {
		}

/* Thumbnail gallery */
h3.thumb {
		font-size: 13px;
		text-transform: uppercase;
		line-height: 1.615;
		margin: 1.615em 0 .808em;
		}
.thumb	{		
		}
.thumb li {
		display: inline;
		float: left;
		margin-bottom: -5px;
		}
.thumb img {
		margin: 2px;
		}
/* auto-size thumbnail image width to fit layout */
#content .thumb img {
		width: 54px;
		}
#sidebar .thumb img {
		width: 43px;
		}
.thumb img:hover {
		margin: 1px;
		border: 1px solid #b0e0e6; /* PowderBlue */
		}

/* Columns */
/* 2-column layout */
#content .column {
		width: 409px;
		float: left;
		margin-right: 1.5em;
		}
#content .column.right { /* rightmost column -- matches selectors with both class .column and .right */
		margin-right: 0;
		}
/* 3-column layout */
#content .column3 {
		width: 266px;
		float: left;
		margin: .75em 1.5em 0 0;
		}
#content .column3.right { /* rightmost column -- matches selectors with both class .column and .right */
		margin-right: 0;
		}
/* 4-column layout */
#content .column4 {
		font-size: 13px;
		width: 195px;
		float: left;
		margin: 0 1.5em 0 0;
		}
#content .column4.right { /* rightmost column -- matches selectors with both class .column and .right */
		margin-right: 0;
		}

/* Sidebar */
#sidebar {
		font: 13px/1.615 "Gill Sans", "Gill Sans MT", "Helvetica Neue", Helvetica, Arial, sans-serif;
		width: 143px;
		float: left;
		padding-left: 20px;
		background: transparent;
		}
#sidebar h1, #sidebar h2, #sidebar h3, #sidebar h4, #sidebar h5, #sidebar h6 {
		color: #797777; /* Pantone Cool Gray 11 U */
		font-size: 14px;
		line-height: 1.5;
		margin: .75em 0;
		}
#sidebar p {
		margin-bottom: .8077em;
		}
#sidebar ul ul, #sidebar ol ol, #sidebar ul ol {
		text-transform: lowercase;
		margin-bottom: 0;
		}
#sidebar ul.normal, #sidebar ol.normal {
		text-transform: none;
		}
#sidebar div.subsection {
		margin-bottom: 1.2115em;
		padding-bottom: .4038em; /* margin-bottom - padding-bottom = <p> margin-bottom */
		border-bottom: 1px solid #856a55; /* Pantone 1545 U 85% */
		}
#sidebar div.last-subsection {
		margin-bottom: 0;
		}

/* Main navigation */
#nav	{
		font: 11px/1.909 "Helvetica Neue", Helvetica, Arial, sans-serif;
		letter-spacing: .1em;
		position: absolute;
		bottom: -5px;
		left: 491px;
		list-style: none;
		}
#nav li {
		display: inline;
		}
#nav a	{
		text-decoration: none;
		text-transform: uppercase;
		text-align: center;
		float: left; /* gives layout, allows selection of colored background */
		padding: 0 10px;
		border-bottom: none;
		background: transparent; /* select colored background here */
		}
#nav a:link, #nav a:visited {
		color: #856a55; /* Pantone 1545 U 85% */
		}
#nav a:hover {
		color: #b8a89b; /* Pantone 1545 U 50% */
		}
#nav a:active {
		color: #b0e0e6; /* PowderBlue */
		}
#nav a.first {
		padding-left: 0 !important;
		}
#nav a.last {
		padding-right: 0 !important;
		}
#nav a.selected {
		color: #fff !important; /* overwrites preceding :hover + :active properties */
		}

/* Auxiliary navigation */
#sidebar a:link {
		color: #b8a89b; /* Pantone 1545 U 50% */
		border-bottom: none;
		}
#sidebar a:visited {
		color: #a9a9a9; /* DarkGray */
		}
#sidebar a:hover {
		color: #b0e0e6; /* PowderBlue */
		border-bottom: 2px solid #d8f0f3; /* PowderBlue 50% */
		}
#sidebar a:active {
		color: #d0bb92; /* Pantone 467 U */
		border-bottom: 2px solid #e8ddc9; /* Pantone 467 U 50% */
		}
#sidebar a.selected {
		/* overwrite preceding :hover + :active properties */
		color: #fff !important;
		font-style: normal;
		border-bottom: none !important;
		}

/* Footer */
#footer {
		color: #fff5ee; /* SeaShell */
		font: 12px/1.75 "Helvetica Neue", Helvetica, Arial, sans-serif;
		position: relative;
		margin: .875em 0;
		clear: both;
		list-style: none;
		}
#footer li {
		padding: 0 .5em;
		display: inline;
		background: url(../images/pipe.gif) no-repeat right;
		}
#footer li.first {
		padding-left: 0;
		}
#footer li.last {
		background: none;
		}
#footer li.byline { /* use for site-design credit */
		color: #856a55; /* Pantone 1545 U 85% */
		font: 11px/1.909 "Helvetica Neue", Helvetica, Arial, sans-serif; /* @11px */
		text-transform: uppercase;
		letter-spacing: .1em;
		position: absolute;
		right: -7px;
		background: none;
		}
#footer a:link {
		color: #fff5ee; /* SeaShell */
		}
#footer a:visited {
		color: #a9a9a9; /* DarkGray */
		}
#footer .byline a:link, #footer .byline a:visited {
		color: #856a55; /* Pantone 1545 U 85% */
		border-bottom: none;
		}
#footer a:hover, #footer .byline a:hover {
		color: #b0e0e6; /* PowderBlue */
		border-bottom: 2px solid #d8f0f3; /* PowderBlue 50% */
		}
#footer a:active, #footer .byline a:active {
		color: #d0bb92; /* Pantone 467 U */
		border-bottom: 2px solid #e8ddc9; /* Pantone 467 U 50% */
		}
#footer a.selected {
		color: #b0e0e6; /* PowderBlue */
		border-bottom: 2px solid #d8f0f3; /* PowderBlue 50% */
		}

/*	Utility elements */
.hidden { /* completely remove from layout */
		display: none;
		}
.invisible { /* does not display but remains in layout flow */
		visibility: hidden;
		}
.clip	{
		overflow: hidden;
		}
.clearance {
		height: 0;
		clear: both;
		}
.clear	{
		clear: both;
		}

/*
--------------------------------------------------
FORMATTING STYLES
--------------------------------------------------
Positional, text, font, and miscellaneous formatting not defined in environmental contexts
*/
/* Positioning elements */
.center {
		text-align: center;
		}
.flush-right {
		text-align: right;
		}
.justify {
		text-align: justify;
		}		
.inline {
		display: inline;
		}
.floatLeft {
		float: left;
		}
.floatRight {
		float: right;
		}
.allPad {
		padding: 1em;
		}
.leftPad {
		padding: 0 0 .75em 1.5em;
		}
.rightPad {
		padding: 0 1.5em .75em 0;
		}
.bottomPad { /* also use to provide paragraph spacing in IE Win */
		padding-bottom: 1em;
		}
.trim	{
		margin: 0;
		padding: 0;
		}

/* Fonts */
.italic {
		font-style: italic;
		}
.bold	{
		font-weight: bold;
		}
.normal {
		font-variant: normal;
		font-style: normal;
		font-weight: normal;
		text-transform: none;
		letter-spacing: normal;
		}
.small {
		font-size: 12px;
		}
.smaller {
		font-size: smaller;
		}
.caption {
		font-style: italic;
		font-size: 12px;
		}
.sig	{ /* highlight of signature color */
		color: #b0e0e6; /* PowderBlue */
		}
p abbr, p acronym {
		font-size: 12px;
		}
#sidebar p abbr, #sidebar p acronym {
		font-size: smaller;
		}

/* Typographic ornaments */
#content h1 + p:first-letter { /* dropcap styling */
		color: #d0bb92; /* Pantone 467 U */
		font: 5em/.3 "Helvetica Neue", Helvetica, Arial, sans-serif;
		float: left;
		margin: .15em .075em 0 0;
		}
#content h1 + p > span:first-child, #content h2 + p > span:first-child { /* all caps highlight */
		font: .786em "Helvetica Neue", Helvetica, Arial, sans-serif; /* @11px */
		text-transform: uppercase;
		letter-spacing: .1em;
		}

/* Highlights */
#content .overhead { /* text highlight */
		color: #d0bb92; /* Pantone 467 U */
		font: italic normal 24px/.875 "Century Schoolbook", Georgia, serif;
		float: right;
		margin-top: -1em;
		}
address span {
		color: #b0e0e6; /* PowderBlue */
		font: bold 11px "Helvetica Neue", Helvetica, Arial, sans-serif;
		margin-right: .25em;
		}

/* Links */
a.img:link, a.img:visited, a.img:hover, a.img:active,
#sidebar a.img:link, #sidebar a.img:visited, #sidebar a.img:hover, #sidebar a.img:active {
		/* remove dotted underline beneath linked images */
		border-bottom: none !important;
		}

#content .blink, #content .flink { /* internal hyperlink -- back + forward */
		font-family: "Gill Sans", "Gill Sans MT", "Helvetica Neue", Helvetica, Arial, sans-serif;
		text-align: right;
		margin-top: .75em;
		}
#content .blink:first-letter, #content .flink:first-letter {
		color: #b0e0e6; /* PowderBlue */
		}
#content .blink a, #content .flink a  {
		font-style: italic;
		margin-left: .3em;
		}

#sidebar .blink, #sidebar .flink { /* internal hyperlink -- back + forward */
		font-family: "Gill Sans", "Gill Sans MT", "Helvetica Neue", Helvetica, Arial, sans-serif;
		text-align: left;
		margin-top: -.8077em;
		}
#sidebar .blink:first-letter, #sidebar .flink:first-letter {
		color: #b0e0e6; /* PowderBlue */
		}
#sidebar .blink a, #sidebar .flink a  {
		font-style: italic;
		margin-left: .7em;
		}

/* Lists */
/* N.B. May need to declare float value to make lists indent properly */
.square {
		margin: auto 0 .75em 1.1em;
		list-style: square;
		}
#sidebar ul, #sidebar ol, #sidebar .square {
		margin-bottom: .8077em;
		}
.inline li {
		margin-left: 1em;
		display: inline;
		}
.inline li:first-child {
		margin-left: 0;
		}
.inline li.first {
		margin-left: 0;
		}

#sidebar address {
		margin: .8077em 0;
		}
#calendar {
		font-size: .86em; /* @12px */
		margin: 0 auto;
		}
#calendar h4 {
		font-size: 1.16em; /* revert inherited value to 1em equivalent */
		}