@charset "utf-8";

/*
Theme Name: John D. Berry dot com
Theme URI: http://johndberry.com
Description: 
Version: 1.0
Author: Paul Novitski
Author URI: http:/juniperwebcraft.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/
/*====================
general
====================*/
*
{
	margin: 0;
	padding: 0;
	font-family: Georgia, serif;
	font-weight: normal;
	font-style: normal;
}
a
{
	text-decoration: none;
	color: #006666;
}
a:hover
{
	color: #993300;
}
a img
{
	border: none;
}
.hovereffect a:hover img
{
	/* For web browsers who care */
	opacity: 0.70;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	/* For IE 8(+?) */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
br
{
	clear: both;
}
em
{
	font-style: italic;
}
/* default for Share This injection is invisible; override in blog */
/*
p.akst_link
{
	display: none;
}
*/
span.title
{
	font-style: italic;
}
strong
{
	font-weight: bold;
}
ul
{
	list-style-type: none;
}
/*====================
page
====================*/
html
{
	height: 100%;
}
body
{
	height: 100%;
	font-size: 100%;
	background-color: #FFF;
}
#pagewrap
{
	position: relative;
	width: 730px; /* 301 + 315 + 18 + 96 */
	min-height: 100%;
	margin-left: 0px;
	background-color: #FFF;
}
/*====================
header
====================*/
#header
{
	position: relative;
	height: 186px;
	margin-left: 296px;
}
#header .logo
{
	padding-top: 43px;
	margin-left: -66px;
}
#header h1
{
	position: relative;
	top: 8px;
	left: 5px;
	height: 24px;
	margin: 0;
	margin-top: -33px;
	font-size: 1em;
	overflow: hidden;
}
#header h1 img
{
	position: absolute;
	top: 0;
	left: 0;
}
/*====================
content column
====================*/
#contentcol
{
	float: left;
	position: relative;
	width: 616px;
	xheight: 100%;
	margin-left: 0px;
	padding-bottom: 5em;
	xbackground-color: Yellow;
}
#contentcol h2
/* type 16/23 */
/* type 19/23 */
{
	margin-top: 1em;
	font-size: 1.03125em;
	line-height: 1.4375;
	color: #993300;
}
#contentcol h2.first
{
	margin-top: 0;
}
#contentcol p
/* type 11/17 */
{
	margin-bottom: 1em;
	font-size: .6875em;
	line-height: 1.545;
}
#contentcol div.text h2 span,
#contentcol div.text p span
{
	white-space: nowrap;
}
/*--------------------
list of designs
--------------------*/
#contentcol ul#designlist li
{
	clear: both;
}
/*--------------------
lefthand sidebar
--------------------*/
#contentcol div.side
{
	float: left;
	width: 215px;
	margin-left: 71px;
	text-align: right;
}
div#contentcol div.side p
{
	xmargin: 0;
	text-align: right;
}
/*====================
site nav menu
====================*/
ul#sitenav li
{
	width: 96px;
	height: 15px;
	list-style-type: none;
}
ul#sitenav li a
{
	position: relative;
	display: block;
	overflow: hidden;
	width: 96px;
	height: 15px;
	xheight: .8125em;
	font-size: 0.5625em;
	border: none;
	text-decoration: none;
}
ul#sitenav li a img
{
	position: absolute;
	top: 0;
	border: none;
	color: #1D251A;
}
ul#sitenav li a:hover
{
	color: #696A4B;
}
ul#sitenav li.hover a img,
ul#sitenav li a:hover img
{
	top: -15px;
}
body#index ul#sitenav li.index a img,
body.blog ul#sitenav li.blog a img,
body#dotfont ul#sitenav li.dotfont a img,
body.portfolio ul#sitenav li.portfolio a img,
body#writing ul#sitenav li.writing a img,
body#books ul#sitenav li.books a img,
body#bio ul#sitenav li.bio a img
{
	top: -15px;
	cursor: default;
}
/* home page link will show up only on the blog page */
ul#sitenav li.index
{
	display: none;
}
body.blog ul#sitenav li.index
{
	display: block;
}

Xul#sitenav li.blog
{
	display: none;
}

/*====================
sidebar
====================*/
#sidebar
{
	float: left;
	width: 96px;
	xheight: 100%;
	margin-left: 18px;
	font-family: Tahoma, sans-serif;
	text-align: left;
}
#sidebar p
{
	margin-bottom: 1em;
	color: #993300;
}
#sidebar h2
{
	margin-top: 2em;
	margin-bottom: .2em;
	font-size: .59375em;
	line-height: 1.1578947;
	color: #006666;
}
#searchform
{
	display: none;
}
#searchform h2
{
	margin-top: 1.5em;
}
#sidebar h2,
#sidebar h2 a, 
#sidebar h2 label
{
	font-weight: bold;
	font-family: Tahoma, sans-serif;
}
/*====================
sidebar
====================*/
#sidebar li
{
	list-style-type: none;
}
.sidebar li,
.sidebar li a,
.sidebar li label
{
	margin-top: 2em;
	font-weight: bold;
	color: #993300;
}
.sidebar li a:hover
{
	color: #016563;
}
.sidebar li ul
{
	margin-top: .5em;
}
.sidebar li ul li,
.sidebar li ul li a
{
	margin-top: 0;
	font-weight: normal;
	font-family: Georgia, serif;
	color: #016563;
}
.sidebar li ul li a:hover
{
	border-bottom-color: #231F20;
	color: #993300;
}
#searchform label
{
	display: block;
	margin-bottom: 1.0em;
}
input#s
{
	width: 125px;
	border: 1px solid #000;
}
#subscribeform h2
{
	margin-bottom: .6em;
}
#subscribeform input
{
	font-size: .7em;
}

/*====================
footer
====================*/
#footer
{
	position: relative;
	margin-top: -5em;
	
	clear: both;
	xwidth: auto;
	width: 315px;
	xheight: 100%;
	margin-bottom: .5em;
	margin-left: 301px;
	xpadding: 6em 0 0.2em 0;
	padding-bottom: 0.2em;
}
#footer p
{
	margin-bottom: .1em;
	font-size: .6em;
	font-family: Tahoma, sans-serif;
	xtext-align: center;
}
#footer p.copyright
{
}
#footer a
{
	text-decoration: none;
	font-family: Tahoma, sans-serif;
	border: none;
	color: #006666;
}
#footer a:hover
{
	border: none;
	color: #993300;
}
/*====================
Lightbox styling augmentation
====================*/
div#stimuli_imageContainer
{
}
