/*
THEME NAME: Kaizen
THEME URI: http://www.kickflop.net/themes/kaizen/
DESCRIPTION: An image-less and clean sandbox-based theme
VERSION: 1.0
AUTHOR: <a href="http://www.kickflop.net/blog/">Jeff Blaine</a>
AUTHOR URI:
*/

/**** RESET ************************************************************/
/***********************************************************************/
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, 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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/**** VERY GENERIC HTML CONSTANTS / DEFAULTS ****************************/
/************************************************************************/
html {
	padding: 0;
	margin: 0 0 0.001em 0 ;
	overflow: auto;
	height: 100%;
}
body {
	font-size: 1em;
	padding: 0;
}
a {
	background: inherit;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: none;
	outline: none;
}
a:visited {
	text-decoration:none;
	outline:none;
}
blockquote {
	background:inherit;
	border: 0;
}
p {
	display: block;
}
/* Crap -- FIX THIS -- this is needed for lists next to images */
/* but it breaks all lists! */
ul,ol {
	margin: 0;
	padding: 0;
        overflow: hidden;
}
* html ul, * html ol { /* for IE6 */
	overflow: visible;
	height: 1%;
}
h1,h2,h3,h4,h5,h6 {
	font-family: "etica-display-1","etica-display-2", Arial, Verdana, sans-serif;
	font-weight: 900;
}
h1 {
	font-size:1.6em;
	letter-spacing: -0.02em;
}
h2 {
	font-size:1.4em;
}
h3 {
	font-size:1.2em;
}
h4 {
	font-size:1.1em;
}
h5 {
	font-size:1em;
}
h6 {
	font-size:.9em;
}
strong {
	font-weight: 700;
}
em {
	font-style: italic;
}
del,del a {
	background: inherit;
}
code,pre {
	color: #660000;
	white-space: pre-wrap;
	font-size: 0.9em;
	font-family: "Bitstream Vera Sans Mono", "Lucida Console", Monaco, monospace;
	margin-bottom: 0;
	margin-left: 0;
}

/**** CORE HTML THEME SPECIFICS *******************************************/
/**************************************************************************/
body {
	font-family: "etica-display-1","etica-display-2", Arial, Verdana, sans-serif;
        font-weight: 300;
	background: #fcfcfc;
	margin: 0 10% 10% 10%;
	border: 1px solid #888888;
}

a {
	color: #c90808;
}

blockquote {
	margin: 0 20px 0 10px;
	padding: 0 0 0 10px;
	border-left: 5px solid #cccccc;
	color: #000000;
	font-style: italic;
}
pre {
	margin: 0 0 0.7em 0;
	padding: 1em 10px 1em 10px;
	background: #f0f0f0;
	color: #000000;
	border: 1px dotted #777777;
	font-size: 0.75em;
	line-height: 1.4em;
	white-space: pre-wrap;
}
/**** MAIN LAYOUT *********************************************************/
/**************************************************************************/

div#container {
        float: right;
        margin: 2em 0 0 -13em;
        width: 100%;
}
div#content {
        margin: 0 20px 0 12.5em;
	padding-left: 20px;
	line-height: 1.4em;
	border-left: 1px solid #777777;
}
div.sidebar {
        float: left;
        width: 11em;
        overflow: hidden;
	margin-right: 1em;
}
div#secondary {
	clear: left;
	margin-top: 0;
}
div#footer {
        clear: both;
	width: 100%;
	text-align: center;
	height: 3em;
	padding-top: 1.5em;
}

/*
** Change things up when we're displaying a single post.  Get rid
** of the sidebar and let our content be wide
*/
body.single div#container {
        margin: 2em 0 0 0;
}
body.single div#content {
        margin: 0 20px 0 10px;
	line-height: 1.4em;
	border: none;
}
body.single div.sidebar {
	display: none;
}
/*
** Let the user know he/she is in single-post view and the sidebar
** did not disappear by accident.  This does not work in IE, but is
** does not harm IE, so we include it for browsers that actually follow
** standards.
*/
div#singlepost-warning {
	padding-bottom: 1.4em;
	color: #888888;
}

/**** HELPER CLASSES ***************************************************/
/***********************************************************************/

/* Sometimes you may want an unordered list with no indention          */
div.page ul.noindent {
	padding-left: 0;
	margin-left: 0;
}
/* Sometimes you may want list items on a page with no list marker      */
/* I used this item below, and the one above, to make the documentation */
/* list at http://www.kickflop.net/kaizen/documentation/                */
div.page ul li.nomarker {
	list-style-type: none;
}
.alignright {
	float: right;
	clear: right;
}
.alignleft {
	float:left;
	clear: left;
}
.clear {
        width: 350px;
        height: 1px;
        clear: both;
}

/**** HEADER AND FOOTER SPECIFICS **************************************/
/***********************************************************************/
div#header {
	text-align: left;
	background: #222222;
	margin: 0;
	padding: 1em 0 1em 20px;
}

div#header h1#blog-title {
	font-size: 3em;
}

div#header #blog-description {
	color: #fcfcfc;
}

div#footer a {
	color: #888888;
}

/**** THE NAVIGATION MENU AT TOP ****************************************/
/************************************************************************/
div#menu {
	font-family: "etica-display-1","etica-display-2", Arial, Verdana, sans-serif;
	font-size: 1em;
	height: 1.5em;
	padding-top: 0.3em;
	width: 100%;
	background: #cccccc;
}
div#menu ul a {
	font-weight: 700;
	text-decoration: none;
}
div#menu ul, div#menu ul ul, div#menu ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background: #cccccc;
}
div#menu ul li a {
	margin: 0 0 0 20px;
	padding: 0.3em 0 0.3em 0;
}
div#menu ul li a:hover {
	color: #222222;
}
div#menu ul ul {
	display: none;
}
div#menu ul ul li {
	float: none;
}
div#menu ul li:hover ul {
	display: block;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	padding-right: 1em;
	position: absolute;
	margin: 0 0 0 10px;
}
div#menu ul li:hover ul li a {
	border: none;
	display: block;
	margin: 0 10px 0 10px;
	padding: 0.3em 0 0.3em 0;
}
div#menu ul li {
	float: left;
}
div#menu ul ul li a {
	margin:0;
	padding:0;
}

/**** POST-RELATED ITEMS ************************************************/
/************************************************************************/
.entry-title a {
	color: #222222;
}
.entry-title {
	clear: both;
	margin-bottom: .35em;
	font-family: Georgia, "Palatino Linotype", "Times New Roman", serif;
}
.entry-date {
	font-size: 0.8em;
	color: #777777;
	text-align: right;
}
.entry-content {
	font-family: Georgia, "Palatino Linotype", "Times New Roman", serif;
	line-height: 1.4em;
        font-weight: 300;
}
.entry-content p {
	margin-bottom: 0.7em;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
	padding: 0.5em 0 0.5em 0;
}
/* Lighten up our headings a tiny bit as we get smaller, to a point */
.entry-content h2 {
        color: #333333;
}
.entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
        color: #444444;
}
.entry-content ul, .entry-content ol {
	margin-bottom: 0.7em;
}
.entry-content ul li {
	margin-left: 2em;
	list-style-type: disc;
}
.entry-content ol li {
	margin-left: 2em;
	list-style-type: decimal;
}
.post {
	margin-bottom: 1.4em;
}
.entry-meta {
	text-align: right;
	font-size: 0.8em;
	color: #777777;
}
.entry-meta a {
	color: #555555;
}
/* All images in posts will have a border */
.post img, .page img {
	border: 1px solid #aaaaaa;
	margin: 0.35em auto;
	padding: 5px;
}
.post img.alignright, .post img.right {
	float: right;
	clear: right;
	margin: 0.35em 0 0.35em 0.35em;
}
.post img.alignleft, .post img.left {
	float: left;
	clear: left;
	margin: 0.35em 0.35em 0.35em 0;
}
.post img.center {
	display: block;
	margin: 0.35em auto;
}
/*
** When you use an image at the very start of a post, you don't
** want it to have a margin, so give it an additional class of 'top'
*/
.post img.top {
	margin-top: 0;
}

/**** PREVIOUS POST or NEXT POST ****************************************/
/************************************************************************/
div#nav-above, div#nav-below {
	width: 100%;
	height: 1em;
}

div#nav-above {
	margin-bottom: 1em;
}

div#nav-below {
	margin-top: 1em;
}

div.nav-previous {
	float:left;
}

div.nav-next {
	float:right;
}


/**** COMMENTS AREA ****************************************************/
/***********************************************************************/
div#comments {
	margin-top: 2em;
	width: 70%;
}
div#comments h3 {
	margin-top: 1em;
}
div.comment-meta {
	font-size: 0.8em;
}
div.comments ol li {
	margin: 1em 0 0 0;
	padding: 1em;
	background: #ffffff;
	border: 1px dotted #888888;
}
div#comments p {
	font-family: Georgia, "Palatino Linotype", "Times New Roman", serif;
	margin-top: 0.7em;
}
form#commentform .form-label {
	margin: 1em 0 0;
}

form#commentform span.required {
	background: #fff;
	color: red;
}

form#commentform,form#commentform p {
	padding:0;
}

input#author, input#email, input#url {
	width: 50%;
}

input#author,input#email,input#url,textarea#comment {
	padding: 0.2em;
}
textarea#comment {
	height: 15em;
	margin: 0 0 0.5em;
	overflow: auto;
	width: 100%;
}

/**** SIDEBAR **********************************************************/
/***********************************************************************/
#primary.sidebar {
	padding-top: 2em;
	padding-bottom: 0;
	padding-left: 20px;
}
#secondary.sidebar {
	padding-top: 0;
	padding-bottom: 2em;
	padding-left: 20px;
}

div.sidebar {
	margin: 0;
}

div.sidebar li h3 {
	font-size: 1em;
	line-height: 1.4em;
	color: #222222;
}

/* Text entry box for search */
div.sidebar input#s {
	width: 6em;
	padding: 0 2px 0 2px; 
}

div.sidebar li {
	list-style-type: none;
	margin: 0 0 1.4em 0;
}

div.sidebar li form {
	margin: 0 0 1.4em 0;
	padding: 0;
}

div.sidebar ul ul {
	margin: 0 0 0 10px;
	line-height: 1.4em;
	font-size: 0.9em;
}

div.sidebar ul ul li {
	list-style-type: none;
	margin: 0;
}

div.sidebar ul ul ul {
	margin: 0 0 0 5px;
}

div.sidebar ul ul ul li {
	list-style-type: none;
}
/* optional: flickrRSS plugin output styling
** SEE THE KAIZEN MANUAL
*/
div.sidebar ul li.flickrrss-square {
        list-style-type: none;
}

/**** PAGE-RELATED ITEMS ************************************************/
/************************************************************************/
h2.page-title {
	margin-bottom: 1em;
}

/* archives page */

ul#archives-page li {
	list-style-type: none;
}
ul#archives-page {
	margin: 0;
}
ul#archives-page a {
	font-family: "etica-display-1","etica-display-2", Arial, Verdana, sans-serif;
}

/*
** LIGHTBOX
*/
#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(/blog/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/blog/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/blog/images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px "etica-display-1","etica-display-2", Arial, Verdana, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 2.0em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	
.writing-piece {
        background: #f3f3f3;
        color: #000;
        border: 1px solid #888;
        padding: 1em 1em 0 1em;
        margin-bottom: 2em;
}

