/*
The Bonsai Journal
by Andy Rutledge - November/December 2008
*/

/* Reset Styles
------------------------------------------------------------------------ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #22160b;
}

a {
	text-decoration: none;
}

a:hover {
	cursor: pointer;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	text-align: left;
}

p {
	text-align: left;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* Main Page Styles
------------------------------------------------------------------------ */
.topper {
	width: 100%;
	background: #000;
	height: 70px;
	border-bottom: 1px solid #fff;
}

.logoNav {
	margin: 0 auto;
	width: 960px;
}

.logoNav ul {
	float: right;
	width: 372px;
	font-size: 1.2em;
}

.logoNav li {
	float: right;
	text-align: center;
	line-height: 32px;
	display: inline;
}

.logoNav li a:link, .logoNav li a:visited {
	margin-top: 38px;
	margin-left: 16px;
	height: 32px;
	width: 75px;
	display: block;
	background: #66401f;
	color: #78dcdc;
}

.logoNav li a:hover {
	background: #fff;
	color: #000;
}

.main li#home a {color: #000; background: #fff;}
.archive li#archive a {color: #000; background: #fff;}

.logoNav h1 a:link, .logoNav h1 a:visited {
	float: left;
	margin-top: 11px;
	width: 304px;
	height: 48px;
	display: block;
	font-size: 1em;
	color: #fff;
	text-indent: -5000px;
	background: url(../images/bonsaijournal_logo.gif) no-repeat 0 0;
	overflow: hidden;
}

.logoNav h1 a:hover {
	background: url(../images/bonsaijournal_logo.gif) no-repeat 0 -48px;
}

.mainPicOuter {
	clear: both;
	width: 100%;
	height: 200px;
	background: #e8e8e8;
}

.mainPic {
	margin: 0 auto;
	height: 200px;
	width: 100%;
	display: block;
	background: url(../images/covers/bj_coverstrip_kaede.jpg) 0 0 repeat;
}

.categoryNavOuter {
	clear: both;
	width: 100%;
	background: #22160b;
	border-bottom: 5px solid #51341a
}

.categoryNav {
	margin: 0 auto;
	width: 960px;
}

.categoryNav div {
	float: left;
	padding: 16px 0;
	width: 176px;
	display: inline;
	margin-left: 20px;
}

.categoryNav div:hover {
	background: #322010;
}

.categoryNav div#first {
	margin-left: 0;
}

.categoryNav h3 {
	font-size: 1.7em;
	padding: 0 10px 16px;
}

.categoryNav h3 a:link, .categoryNav h3 a:visited {
	color: #78dcdc;
	text-decoration: none;
}

.categoryNav h3 a:hover {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
}

.categoryNav p {
	font-size: 1.2em;
	line-height: 1.4em;
	color: #963;
	padding: 0 10px 16px;
}

.mainBodyOuter {
	clear: both;
	width: 100%;
	background: #412914;
}

.mainBody {
	margin: 0 auto;
	padding-bottom: 16px;
	width: 960px;
	background: url(../images/main_brown_bg.jpg) no-repeat top center;
}

.bodyContent {
	float: left;
	width: 764px;
}

.bodyContent h2 {
	font-size: 2.2em;
	color: #fff;
	padding-top: 30px;
}

.bodyContent ul {
	display: inline;
	text-align: left;
}

.bodyContent li {
	float: left;
	width: 372px;
	padding: 15px 0 10px;
	border-bottom: 1px solid #53351a;
}

.bodyContent li a:link img, .bodyContent li a:visited img {
	border: 5px solid #764f27;
}

.bodyContent li a:hover img {
	border: 5px solid #000;
}

.bodyContent li h3 {
	font-size: 1.8em;
	padding: 8px 0 5px;
}

.bodyContent li h3 a:link, .bodyContent li h3 a:visited {
	color: #78dcdc;
	text-decoration: none;
}

.bodyContent li h3 a:hover {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
}

.bodyContent li h3 a span {
	color: #fff;
}

.bodyContent li h6 {
	font-size: 1em;
	color: #999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.bodyContent li p {
	font-size: 1.4em;
	color: #963;
	line-height: 1.4em;
	padding: 10px 0 0;
}

li.rightSide {
	margin-left: 20px;
}

.mainSidebar {
	float: left;
	width: 176px;
	margin-left: 20px;
}

.mainSidebar h4 {
	font-size: 1.9em;
	color: #999;
	padding: 30px 0 0;
}

.mainSidebar p {
	font-size: 1.2em;
	color: #d3a97e;
	line-height: 1.4em;
	padding: 10px 0 5px;
}

.base {
	clear: both;
	padding: 40px 0;
	width: 100%;
	background: #22160b;
	border-top: 5px solid #000;
}

.footer {
	margin: 0 auto;
	width: 960px;
}

.footer p {
	font-size: 1.2em;
	line-height: 2.5em;
	color: #963;
}

.footer p a:link, .footer p a:visited {
	color: #78dcdc;
	text-decoration: none;
}

.footer p a:hover {
	color: #fff;
	text-decoration: none;
}

/* Archive Styles
------------------------------------------------------------------------ */
dl.archiveMenu {
	float: left;
	width: 176px;
	margin-left: 20px;
	display: inline;
}

.archiveMenu dt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	margin-bottom: 15px;
	padding: 0 0 5px;
	border-bottom: 5px solid #000;
}

.archiveMenu dd {
	display: block;
	padding: 6px 0;
	font-size: 1.5em;
	line-height: 1.3em;
}

.archiveMenu dd a:link, .archiveMenu dd a:visited {
	color: #388;
	border-bottom: 1px dotted #999;
}

.archiveMenu dd a:hover {
	color: #999;
	border: none;
}



#firstMenu {
	margin-left: 0;
}



/* Article Page Styles
------------------------------------------------------------------------ */
.sectionTitleOuter {
	clear: both;
	margin-top: -1px;
	.margin-top: -2px; /* for IE6 */
	width: 100%;
	background: #999;
	border-top: 7px solid #130d06;
	border-bottom: 7px solid #e2e2e2;
	display: block;
}

.sectionTitle {
	margin: 0 auto;
	width: 960px;
	height: 60px;
	display: block;
}

.sectionTitle h3 {
	color: #fff;
	font-size: 2.6em;
	margin: 0 0 0 588px;
	line-height: 60px;
}

.articleOuter {
	clear: both;
	width: 100%;
	background: #fff;
}

.contentWrap {
	margin: 0 auto;
	padding: 34px 0;
	width: 960px;
	display: block;
}

.articleContent {
	float: left;
	width: 568px;
	display: inline;
	text-align: center;
}

.articleContent h2 {
	font-size: 2.6em;
	color: #66401f;
	padding: 0 0 10px;
}

.articleContent h3 {
	font-size: 2em;
	color: #000;
	margin-top: 15px;
	padding: 15px 0 0;
	border-top: 1px dotted #999;
	clear: both;
}

.articleContent h4 {
	font-size: 1.8em;
	font-weight: bold;
	color: #999;
	padding: 15px 0 0;
}

.articleContent h5 {
	font-size: 1.4em;
	font-weight: bold;
	color: #000;
	padding: 5px 0 20px;
}

.articleContent h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #666;
	padding: 0 0 15px;
	line-height: 1.2em;
}

.articleContent p {
	font-size: 1.6em;
	color: #333;
	padding: 10px 0 5px;
	line-height: 1.4em;
}

.articleContent p a:link, .articleContent p a:visited {
	color: #388;
	border-bottom: 1px dotted #999;
}

.articleContent p a:hover {
	color: #999;
	border: none;
}

p.topBorder {
	margin-top: 20px;
	border-top: 1px dotted #999;
}

p.bottomDivide {
	margin-bottom: 24px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #999;
}

ul.normalList {
	font-size: 1.4em;
	color: #000;
	margin: 0 0 0 15px;
	padding: 15px 0;
	list-style: square;
	text-align: left;
}

.normalList li {
	padding: 5px 0;
	line-height: 1.4em;
}

.normalList li a:link, .normalList li a:visited {
	color: #388;
	border-bottom: 1px dotted #999;
}

.normalList li a:hover {
	color: #999;
	border: none;
}

dl.normal {
	display: block;
	text-align: left;
}

.normal dt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #000;
	padding: 20px 0 5px;
}

.normal dd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	padding: 4px 0;
	line-height: 1.3em;
}

.normal dd a:link, .normal dd a:visited {
	color: #388;
	border-bottom: 1px dotted #999;
}

.normal dd a:hover {
	color: #999;
	border: none;
}

.articleSidebar {
	float: left;
	width: 372px;
	margin-left: 20px;
	padding: 16px 0 0;
	display: inline;
	border-top: 5px solid #000;
}

.articleSidebar h4 {
	font-size: 1.8em;
	color: #666;
	margin-top: 20px;
	padding: 10px 0 5px;
	border-top: 5px solid #000;
	clear: both;
	width: 372px;
	display: block;
}

.articleSidebar p {
	font-size: 1.2em;
	color: #666;
	padding: 10px 0 5px;
	line-height: 1.4em;
	display: block;
}

.articleSidebar p a:link, .articleSidebar p a:visited {
	color: #388;
	border-bottom: 1px dotted #999;
}

.articleSidebar p a:hover {
	color: #999;
	border: none;
}

ul.articleSubNav {
	float: right;
	clear: right;
	width: 176px;
	margin-left: 20px;
	padding-bottom: 40px;
	display: inline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.7em;
}

.articleSubNav li {
	display: block;
	padding: 6px 0;
}

.articleSubNav li a:link, .articleSubNav li a:visited {
	color: #388;
	border-bottom: 1px dotted #999;
}

.articleSubNav li a:hover {
	color: #999;
	border: none;
}

.gallery li#galleriesPage a { color: #b07035; text-decoration: none; border: none; }
.article li#articlesPage a { color: #b07035; text-decoration: none; border: none; }
.profile li#profilesPage a { color: #b07035; text-decoration: none; border: none; }
.fiction li#opinionsPage a { color: #b07035; text-decoration: none; border: none; }
.extras li#extrasPage a { color: #b07035; text-decoration: none; border: none; }


ul.articlesNav {
	float: left;
	width: 176px;
	display: inline;
	font-size: 1.2em;
	clear: left;
	padding-bottom: 60px;
	list-style: square;
}

.articlesNav li {
	display: block;
	padding: 6px 0;
	line-height: 1.3em;
}

.articlesNav li a:link, .articlesNav li a:visited {
	color: #b07035;
	text-decoration: none;
	border-bottom: 1px dotted #999;
}

.articlesNav li a:hover {
	color: #999;
	text-decoration: none;
	border: none;
}




/* Image Styles
------------------------------------------------------------------------ */
img.imgClearMid {
	margin: 20px 0;
	border: 5px solid #e2e2e2;
}

img.imgClearMidNB {
	margin: 20px 0;
}

img.floatright {
	border: 5px solid #e2e2e2;
	margin: 15px 0 15px 15px;
	float: right;
}



/* Float Clearing Styles
------------------------------------------------------------------------ */
.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */
