/*  
Theme Name: izm2
Theme URI: http://stevenbrown.ca
Description: Customized Kubrick 1.6.
Version: 0.3
Author: Steven Brown
Author URI: http://stevenbrown.ca

	Original Kubrick (designed and built by Michael Heilemann)
	http://binarybonsai.com/kubrick/

	This customization was designed and built by Steven Brown,
	whose blog you will find at http://stevenbrown.ca/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* Avatars */
.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	margin: 0px 0px 1ex 1ex;
	}

/* 
This page was referenced when debugging the menu:
  http://www.howtocreate.co.uk/tutorials/testMenu.html
*/

/* COLOURS 
lightgrey: 	#d3d3d3
grey: 		#a9a9a9
darkgrey: 	#808080
*/

/* COLOURS */
/*light orange: #ffce91 */
/*dark orange: 	#ff8822 */
/*light blue: 	#a7cbe3 */
/*dark blue: 	#3387c0 */
/*bright blue: 	#0099ff */

/* TODO
@import url("sidebar.css");
@import url("specific-smaller.css");
*/

div.navigation {
	border: 0px;
	font-weight: bold;
	}
div.navigation div a {
/*	border: none;*/
	display: block;
	padding: 1ex;
	}

div.navigation div a:hover, div.navigation div.alignleft a:hover, div.navigation div.alignright a:hover {
	background-color: #a7cbe3; /* light blue */
	border-color: #ff8822;
	text-decoration: none;
	}

div.navigation div.alignleft a {
	border-right: 5px solid #fff;
	}

div.navigation div.alignright a {
	border-left: 5px solid #fff;
	}
div.navigation div.alignleft, div.navigation div.alignright {
	width: 50%;
	}
div.navigation div.alignright a {
    width: 100%
    }

.entry ul li, .entry ol li {
	margin-top: 1ex;
	}

/* CUSTOM Added 05/02/20 */
.gallery { 
     padding: 6px 6px 6px 6px;
     margin: 1em auto 1em auto;
     background-color: #F7FBF7;
     /*border-bottom: 1px solid #959596;*/
     /*border-top: 1px solid #959596;*/
     text-align: center;
}

.gallery_item { 
     display: inline;
     margin: 8px 4px 8px 4px;
     padding: 0;
     position: relative;
}


img { border: none; }
a img, a img:link, a img:visited { border: 2px solid #959596; }
a img:hover, .gallery img:hover { border: 2px solid #06c !important;}
a img:active { border: 2px solid #fff; }
/*.gallery a:hover {border: 2px solid #06c;}*/

/* Begin Typography & Colors */
body {
	/*font-size: 62.5%;  Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	/*background-color: #d5d6d7;*/
	background-color: #613c10; /* #ffc075 light */
	background-color: #7b4300;
	background-color: #522c00;
	background-color: #ffce91;
	background-color: #ffc075; 
	background-color: #d5d6d7; /* light grey */

	color: #333;
	text-align: center;
	}

#page {
	background-color: white;
	/*border: 1px solid #959596;*/
	border: 1px solid black;
	text-align: left;
/*	overflow: hidden;*/
	}

#header {
/*	background: #73a0c5 url('images/header.png') repeat-x bottom center;*/
	background: #73a0c5 url('images/header2.png') repeat-x top center;
	/*background-color: #73a0c5;*/
	/*border-bottom: 1px solid black;*/
/*	z-index: 999;	*/
	}

#headerimg 	{ 
	margin: 7px 9px 0; 
	height: 192px; 
	width: 740px; 
	} 

#content {
	font-size: 1em;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.post .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

/* post title */
.post h2.post-title {
	/*background-color: #73a0c5; */ /* the blue */
	/*background:  white url('images/post-titlebg.png') repeat-x bottom;*/
	/*border-bottom: 1px solid black;*//* #959596;*/
	}

/* post metadata */
.postmetadatatop small, .postmetadatabottom small {
	float: left;
	display: inline;
	}

.postmetadatatop {
    border-top: 2px solid #A9A9A9;
	}

.postmetadatabottom {
	border-top: 1px solid #A9A9A9; /*#959596;*/
	}


.post .postmetadata, .post .postmetadata-tags, 
.post .postmetadata-cats, .post .postmetadata-cmts {
	margin: 0 0 0 2em;
	border: none;
	padding: none;
	display: inline;
	text-align:left;
	color: #999;
	/* font-size: small; */
	}

.post .postmetadata-date { /* Date */
	float: left;
	margin: 0 0 1.5em 0;
}

.post .postmetadata-cats { /* Categories */
	float: left;
}

.post .postmetadata-tags { /* Tags */
	float: left;
}

.post .postmetadata-cmts { /* Edit and Comments links. */

	float: right;
	/* background-color:transparent; */
	/* background: none; */
	/* border:none; */
	}
/* END Post Meta Data ****************/

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
/*	background: #73a0c5 url('images/footer.png') repeat-x top;*/
	background: #73a0c5 url('images/footer2.png') repeat-x top;
	/*background-color: #eee;*/
	background-color: #73a0c5;
	border: none;
	/*border-top: 1px solid #959596;*/
	color: white;
	}

/* small is used for form labels... */
small, .post .postmetadatatop, .post .postmetadatabottom {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	text-align: left;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

.post h2{

	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
/*	font-family: 'Lucida Grande', Verdana, Sans-Serif;*/
	font-size: 1.2em;
	color: #808080;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

.small {
	font-size: small;
	}

code, .codeblock {
	font: 1.0em 'Courier New', Courier, Fixed, Mono;
	/*background-color: lightgrey;*/
	background-color: #F9F9F9;
	border-style: none;
	border-bottom: 1px dotted silver;
	color: black;
	line-height: 1em;
	overflow: hidden;
	}

.codeblock {
	padding: 6px;
	display: block;	
	/*border: 1px dashed grey;*/
	border: 1px solid silver;
	/*border-style: dashed none;*/
	max-height: 15em;
	max-width: 100%;
	overflow: auto;
	line-height: 0.5em;
	white-space: pre;
}

div.wp_syntax {
	width: auto;
	/*max-height: 20em;*/
	overflow: auto;
	/*font-family: Fixed;*/
}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

a.ondark {
	color: #ff8822;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	/*margin: 0 0 20px 0;*/
	margin: 0;
	padding: 0; 
	border: 0;
	}

#page {
	background-color: white;
	margin: 20px auto 20px auto;
	padding: 0px;
	width: 95%;
	max-width: 1024px;
	border: 1px solid black;
	}

#header {
	padding: 0;
	margin: 0 auto;
	height: 200px;
	width: 100%;
	background-color: #73a0c5;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

#content, #archivespage {
	margin: 0px 200px 0px 0px;	
	padding: 0px;
/*	border: 2px solid red;*/
	}

#contentwrapper {
	float: left;
	width: 100%;
	/*display: inline;*/
	}

.post {
	/*margin: 0 0 40px;*/
	padding: 2em;
	/* text-align: justify;  IE Makes a Big Fuss if I use this... I guess I'll remove it... */
	/*border: 2px solid yellow;*/
	}

.post .entry p{
	/*overflow: hidden;*/
	}

.hidden {
	visibility: hidden;
	}

hr.hidden , .entry hr{
	clear: both;
	visibility: hidden;
	margin: 0;
	border: 0;
	padding: 0;
	}

.post hr {
	/*display: block;*/
	}

.widecolumn .post {
	margin: 0;
	}

.post .postmetadata {
	/*padding-top: 5px;*/
	}

.widecolumn .postmetadata {
	/*margin: 30px 0;*/
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

#footer {
	padding: 0;
	margin: 0 auto;
	height: 100px;
	width: 100%;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
	
#footer p a {
	color: white;
	font-weight: bold;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

.description {
	text-align: center;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
	border: 0px;
	/*border-bottom: 2px double black;*/
	/*text-decoration: underline;*/
	color: #959596;
	border-bottom:3px double silver;

}
/*
#sidebar h2 {
	margin: 5px 0 0;
	padding: 1ex 0 0;
	}
*/

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
	
h3#comments, h3#respond {
	border-bottom: 2px solid #a9a9a9;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */


img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1ex;
	margin-bottom: 1ex;
	}

img.alignright {
	padding: 4px;
	margin: 1ex 0 1ex 1em;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 1ex 1em 1ex 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists */

html body .entry ul {
	list-style: square;
	} 

html>body .entry li {
	/*margin: 7px 0 8px 10px;*/
	}

.entry ul li:before, #sidebar ul ul li:before {
	/*content: "\00BB \0020";*/
	}

/*
.entry ol {
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}
*/

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}


/* Begin Sidebar ***************************/
#sidebarwrapper {
	float: left;
	margin-left: -200px;
	width: 200px;
	}

#sidebar {
	background-color: lightgrey;
	background-color: #ffc075;
	background-color: white;

	border-width: 1px;
	border-style: none none none none;
	padding-bottom: 1ex;
	/*background:  white url('images/sidebarbg.jpg') repeat-x bottom; */ /* maybe #ffdcb3 */
	}
	
/* SIDEBAR DEFAULT *********************/
/* COLOURS */
/*light orange: #ffce91 */
/*dark orange: 	#ff8822 */
/*light blue: 	#a7cbe3 */
/*dark blue: 	#3387c0 */
/*bright blue: 	#0099ff */

/* default highlight on links */
#sidebar a:hover {
	background-color: #a7cbe3;
	text-decoration: underline;
	}
#sidebar ul li ul li {
	border-left: 1ex solid white;
	/*border-bottom: 1px dotted lightgrey;*/
	padding-right: 1ex; /*added for jesse*/
	}
#sidebar ul li ul li:hover { /* Non IE */
	border-left: 1ex solid #ff8822;
	/*border-bottom: 1px solid #ff8822;*/
	background-color: #a7cbe3;
	}
#sidebar ul li ul li:hover a { /* Non IE */
	text-decoration: none;
	}
#sidebar ul li {
	list-style-type: none;
}
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}
#sidebar form {
	margin: 0;
	}
#sidebar ul li h2, #sidebar li.widget h2.widgettitle { 
	margin-top: 0;
	padding-top: 2.5ex;
	padding-left: 0.5ex;
	/*background:  lightgrey url('images/sidebar-titlebg.jpg') repeat-x top;*/
/*	background:  white url('images/post-titlebg.png') repeat-x bottom;*/
	/*border-bottom: 1px solid black;*/
	}

/* Sidebar Widgets */

/* general widget anchor expansion (non-IE) */
li#pages li > a, li#recent-posts li > a, li#meta li > a, 
li#categories-1 li > a, li.widget_categories li > a, li.widget ul > li > a {
	display: block;
	width: 100%;
	}

li.widget_rss li > a {
    color: #808080;
    }
    
li.widget {
    color: #808080;
}

/* sidebar search widget li#search, li.widget_search */
li#search #searchform div, li.widget_search #searchform div {
	/*background:  white url('images/sidebar-searchbg.jpg') repeat-x top;*/
	padding-top: 0.5ex;
	padding-bottom: 0.5ex;
	
	}

li#search #searchform div #s, li.widget_search #searchform div #s {
	/*visibility: visible;*/
	margin-bottom: 2px;
	width: 108px;
	padding: 2px;
	background-color: white;
 	clear: both;
	}

input#s, li.widget_search #searchform div #s  { 	
    /* new */
    background: url("images/search.png") no-repeat scroll 5px 6px #FFFFFF;
    /*border-radius: 2px 2px 2px 2px;*/
    font-size: 14px;
    height: 22px;
    line-height: 1.2em;
    padding: 4px 10px 4px 28px;
    /* new */
	
	}

/* Special case handling of Subscribe by Email jetpack "module" */
li.jetpack_subscription_widget form#subscribe-blog p input#subscribe-field[style] {
    padding: 4px !important;
    /* Need !important to override inline style on modules/subscriptions.php */
    }
li.jetpack_subscription_widget form#subscribe-blog {
    padding: 0 1ex 0 1ex;
    }
li.jetpack_subscription_widget form#subscribe-blog p input[type=submit]{
    font-size: small;
    }
li.jetpack_subscription_widget h2 {
    display: none;
    }

#sidebar #searchform {
	text-align: center;
	}
#sidebar #searchsubmit { /* not in search widget */
	padding: 1px;
	display: none;
	border: 1px outset red;
	background-color: grey;
	}	
/*sidebar tag cloud widget, hack to make spacing consistent*/
li#tag_cloud, li.widget_tag_cloud, li.widget_izm2_tag_cloud {
	padding-left: 1ex;
	padding-right: 1ex;
	}
li#tag_cloud h2, li.widget_tag_cloud h2, li.widget_izm2_tag_cloud h2 {
	margin-left: -1ex;
	} 
		
/* sidebar recent comments widget */
li.widget_recent_comments ul li{
    font-size: small;
    }
li.widget_recent_comments a {
    color: #808080;
    }    
/*li#recent-comments li.recentcomments:hover {
	background-color: transparent;
	}
li#recent-comments li.recentcomments a {
	}*/

/* space out the tiny text */
li.widget_recent_comments li.recentcomments, li.widget_rss li {
    margin-bottom: 1ex;
    }

/* sidebar akismet stats widget */
li#akismet #akismetstats, li.akismet_widget #akismetstats {
	margin-left: auto;
	margin-right: auto;
	}

/* sidebar text widget */
li#text-1 div.textwidget, li.widget_text div.textwidget {
	padding-left: 1ex;
	}

/* sidebar rss widget */
li#rss-1 ul li, li.widget_rss ul li {
	font-size: small;
	}
li.widget_rss h2 a{
    color: #808080;
    }
/* */
li#blog_subscription-2.widget p {
	font-size: small;
	margin: 0;
	}

/* Un-used Widget styles **********/

	/* sidebar calendar widget
	li#calendar div table, li.widget_calendar div table {
		}*/

	/* sidebar archives widget
	li#archives, li.widget_archives {
		}*/
		
	/*#sidebar ul li.recentcomments a {
		}*/

	/* li#tag_cloud a:hover, li.widget_tag_cloud a:hover,
	li#calendar div table a:hover, li.widget_calendar div table a:hover,
	li#recent-comments li.recentcomments a:hover {
		background-color: #ffce91;
		}*/

/* END Un-used Widget styles **********/




/* End Sidebar ****************************/


/* Begin Form Elements */
form { /* This is mainly to handle forms and floated elements around IE */
	margin: 0;
	padding: 0;
	}
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

input, textarea{
    padding: 2px;
	margin: 5px 5px 1px 0;
	border: 1px solid #959596;
}

input:hover, textarea:hover, input:focus, textarea:focus{
        border: 1px solid #0066CC;
}

input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover{
        cursor:pointer;
}

#commentform input {
	width: 170px;
	}
#commentform textarea {
	width: 90%;
	}
#commentform input:hover, #commentform textarea:hover {
	/*border: 1px solid black;*/
	} 


#commentform #submit {
	margin: 1.5em 0 1.5em 1em;
	padding: 1ex;
	float: right;
	
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	clear: both;
	border: 2px solid blue;
	}
/* End Various Tags & Classes*/


/* Archives */
#archivespage #archives-by-month,#archivespage  #archives-by-cat,#archivespage  #archives-by-tag , .archive-box{
	display: block;	
	float: left;
	width: 50%;
	}

#archivespage #archives-by-month ul, #archivespage  #archives-by-cat ul, #archivespage  #archives-by-tag ul, .archive-box ul{
	list-style: none;
	margin: 0;
	padding: 1em;
	/*margin-left: auto;
	margin-right: auto;*/
}
.archive-box h2 {
/*	background:  white url('images/post-titlebg.png') repeat-x bottom;*/
	border-bottom: 1px solid black;
}

#archivespage .archive-spacer {
	/*background-color: lightgreen;*/
	margin: 2em;
	}
	
.iewrapper {
	margin: 0;
	padding: 0;
	border-width: 0px;
	border-style: none;
	display: block;
	/*float: left;
	border-right: 1px solid green;
	border-left: 1px solid green;*/
	overflow: hidden;
	}
