/* @group info */

/*
Theme Name: Art blog 1
Theme URI: http://wordpress.org/
Description: Randy's mod of the default Kubrick WordPress theme.
Version: 0.1
Author: Randy Burgess
Author URI: http://raburgess.com/
Tags: gallery, art, header, fixed width, two columns, widgets

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/
/* @end */

/* @group UNKNOWN */

.thread-alt {
	background-color: #f8f8f8;
}

.thread-even {
	background-color: white;
}

.depth-1 {
	border: 1px solid #ddd;
}

.even, .alt {
	border-left: 1px solid #ddd;
}

.clear {
	clear: both;
}



/* @end */

/* @group top-level stuff */

body {
	font-size:1em; 
    /* Kubrick: "Resets 1em to 10px" */
	/* font-size: 62.5%; */
	font-family: "Big Caslon", Palatino, "Palatino Linotype", "Century Schoolbook", "Century Schoolbook L", "Times New Roman", Times, serif;
	text-align: center;
	color: #FDFDFD;
	background-color: #333332;
	color: #FDFDFD;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

html {
	font-size:100%; 
}
/* @group page */

#page {
	text-align: left;
	background-color: #333332;
	color: #FDFDFD;
	padding: 0 0 0 20px;
	width: 860px;
	height: auto;
	border: 0;
	margin: 0 auto auto;
	clear: left;
	overflow: hidden;
}

h2.pagetitle {
	font-size: 1.6em;
	margin-top: 30px;
	text-align: center;
}



/* @end */

/* @group raw text styles */


h2 {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-weight: normal;
	margin: 30px 0 0;
	font-size: 1.4em;
	letter-spacing: 1.75px;
}

h3 {
	font-family: Palatino, "Palatino Linotype", "Century Schoolbook", "Century Schoolbook L", "Times New Roman", Times, serif;
	font-weight: bold;
	padding: 0;
	margin: 30px 0 0;
	font-size: 1.3em;
}


/* a, h1, h1 a, h1 a:hover, h1 a:visited, h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited {
	text-decoration: none;
	color: white;
} */


/* @end */

/* @group special styles */

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	color: #777;
}


cite {
	text-decoration: none;
}

.postmetadata, blockquote, strike {
	color: #777;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}

.alt {
	margin: 0;
	padding: 10px;
}

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;
}

.hidden {
	display: none;
}

hr {
	display: none;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}


/* @end */

/* @end */

/* @group Header  */

/* Colors of headerWrapper and header should match,
and should be chosen to contrast nicely with the
colors of page and body, which likewise should match.
*/
/* all the spans here, plus float_left and float_right,
are to gimmick up the blog title and blog description
in the HTML (which has also been fiddled with) for
header.php, so that the blog title floats left and is
big and the blog descr floats right & is smaller but
both align to baseline. So far this works in Firefox
on Mac but being suck a kludge it may be vulnerable
elsewhere. */

#headerWrapper {
	background-color: #4B4B44;
	text-align: center;
	border: 0;
	margin: 0 auto 20px;
	overflow: hidden;
	border-bottom: 1px solid #847c6f;
        position: relative;
        /* hacks for IE 7 and IE 6 on Windows */
        !height: 90px;
        _height: 90px;
}

#header {
	/* make wider to hold 60px wide cat logo */
	/* width: 860px; */
	width: 920px;
	/* increase padding for same reason */
	/* padding-left: 20px; */
	padding-left: 80px;
	background-color: #4B4B44;
	text-align: left; 
	margin: 0 auto;
	overflow: hidden;
	vertical-align: text-bottom;
}


#header h1 {
	font-size: 1.2em;
	padding-bottom: 0;
	margin-top: 33px;
	margin-bottom: 12px;
	overflow: hidden;
	color: white;
}

#header h1 a {
	color: white;
	text-decoration: none;
}
span.blogtitle {
	letter-spacing: .3ex;
	/* font: normal 2em Palatino, "Palatino Linotype", "Century Schoolbook", "Century Schoolbook L", "Times New Roman", Times, serif; */
	font: normal 2em "Batang", "Baskerville Old Face", "Baskerville", "MgOpen Canonica", "Times New Roman", Times, serif; 
	vertical-align: baseline;
	text-align: left;
	clear: left;
	margin: 40px 0 0;
}
span.blogtitle_hidden {
	font: "Batang", "Baskerville Old Face", "Baskerville", "MgOpen Canonica", "Times New Roman", Times, serif; 
	font-size: 1em;
	color: #FDFDFD;
	vertical-align: baseline;
	text-align: right;
	background-position: right;
	margin-bottom: 0;
	margin-top: 40px;
	margin-right: 0;
	position: relative; 
}


span.blogdescription {
	font: normal 1em "Batang", "Baskerville Old Face", "Baskerville", "MgOpen Canonica", "Times New Roman", Times, serif; 
	color: #FDFDFD;
	vertical-align: baseline;
	text-align: right;
	background-position: right;
	margin-bottom: 0;
	margin-top: 40px;
	margin-right: 0;
	/* padding-left: 15%; */
	position: relative;
	letter-spacing: .25ex;
}
span.blogdescription_hidden {
	color: #4B4B44;;
	letter-spacing: .3ex;
	/* font: normal 2em Palatino, "Palatino Linotype", "Century Schoolbook", "Century Schoolbook L", "Times New Roman", Times, serif; */
	font: normal 2em "Batang", "Baskerville Old Face", "Baskerville", "MgOpen Canonica", "Times New Roman", Times, serif; 
	vertical-align: baseline;
	text-align: left;
	margin: 40px 0 0;
	padding-left: 0;
	padding-right: 0;
	width: auto;
}
#float_left {
	float: left;
	width: 580px;
}
#float_right {
	float: left;
}


/* @end */

/* @group footer */

#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	border: none;
}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
}



/* @end */

/* @group Content */

#content_wrapper {
	width: 580px;
	overflow: hidden;
	float: left;
}


#content {
	font-size: 1.2em;
}

#content h1, h2, h3{
	color: white;	
}

#post h1, h2, h3{
	color: white;	
	font-size: 3empx;
}


/* @end */

/* @group columns and posts */

.widecolumn .entry p {
	font-size: 1em;
}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
}
.widecolumn {
	line-height: 1.6em;
}

.narrowcolumn .postmetadata {
	text-align: center;
}

.narrowcolumn {
	float: left;
	margin: 10px auto 0 0;
	width: 450px;
	height: auto;
	padding: 0;
	overflow: hidden;
}

/* for page text */

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	float: left;
	clear: all;
}

.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;
}

/* @group narrowcolumn text styles - RAB */

.narrowcolumn .entry h3 {
	font: normal 1.25em "Lucida Grande", Lucida, Verdana, sans-serif;
	list-style-type: none;
	color: whitesmoke;
	padding: 0;
	margin: 10px 0 0;
	}

.narrowcolumn .entry p {
	font-size: 1em;
	text-align: left;
}

.narrowcolumn .entry {
	font: normal .7em "Lucida Grande", Lucida, Verdana, sans-serif;
	line-height: 1.35em;	
}

.narrowcolumn .entry p {
	font-size: 1em;
	text-align: left;
	line-height: 1.35em;	
}

.narrowcolumn .entry a, .narrowcolumn .entry a:link {
	text-decoration: none;
	color: #FED689;
	}

.narrowcolumn .entry a:hover {
	text-decoration: none;
	color: #d1b072;
	}

.narrowcolumn .entry ul {
	padding: 0 0 0 35px;
	margin: ;
	margin-bottom: 1em;
}

.narrowcolumn .entry ul li {
	padding: 0;
	line-height: 1.3em;
	margin-bottom: .6em;
}



/* @end */

/* @group post */

.postmetadata {
	clear: both;
}

.post {
	text-align: justify;
	margin: 0;
	float: left;
	clear: both;
	overflow: hidden;
}

.post hr {
	display: block;
}

.widecolumn .post {
	margin: 0;
}



/* @end */



/* @end */

/* @group sidebar and page description area */

/* @group sidebar wrapper */

/* to hold original sidebar plus some text below
it for page descriptions etc. */

#sidebarWrapper {
	width: 280px;
	overflow: hidden;
	float: right;

	/* not sure next line is needed - only had it when
	I was still unsure how to position footer_copyright
	within this div at a fixed point below all other content. */
	/* height: 470px; */

	/* this is more like what we usually want for height! */
	height: auto
	padding: 0;
	margin: 0;
	clear: right;
	/* only turn on next line if we wish to keep
	the footer_copyright text inside the sidebar
	(where I have experimented with it) */
	/* position: relative; */
}

/* @end */

/* @group fake footer to hold copyright */

/* @group creature_logo */

#creature_logo {
	width: 50px;
	height: 44px;
	background: #FFFFFF url("images/copyright_cat.png") no-repeat 0 top;
	float: left;
	position: absolute;
	bottom: 5px;
	right: 5px;
}


/* @end */

#footer_copyright {
	font: normal .65em "Lucida Grande", Lucida, Verdana, sans-serif;
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
	/* next 4 lines are only if footer_copyright div
	is contained inside sidebar_wrapper so as to appear
	at bottom of sidebar in a fixed location. If this is
	the case you will also want to insert a <br> in the 
	text in the html. */
	/* position: absolute;
	width: 245px;
	top: 436px;
	bottom: 0; 	*/

	/* these lines are only for putting this div at
	the bottom right corner of the screen, knocking
	it completely out of what would otherwise be the
	enclosing div of sidebar_wrapper */
	position: absolute;
	bottom: 5px;
	right: 70px;
}


/* @end */

/* @group sidebar (page list) container */

#sidebar {
	float: left;
	width: 265px;
	overflow: hidden;
	margin-bottom: 10px;
	padding-right: 0;
	padding-top: 20px;
	padding-left: 0;
	height: auto;
}

#sidebar html {
	font-size:100%; 

}

/* @end */

/* @group sidebar headings */

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	text-decoration: none;
	list-style-type: none;
	font: 1.2em "Lucida Grande", Lucida, Verdana, sans-serif;
}



/* @end */

/* @group sidebar lists */

/* can change color of bullets here ...is for bullets or not, and if yes,
what color etc. */
#sidebar ul ul li, #sidebar ul ol li {
	list-style-type: none;
	list-style: none;
}

#sidebar ul, #sidebar ul ol {
	font-size: .95em;
	line-height: 1.5em;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

#sidebar ul p, #sidebar ul select {
	list-style-type: none;
	margin: 5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol {
	list-style-type: none;
	margin: 5px 0 0 10px;
}

#sidebar ul ul ul, #sidebar ul ol {
	list-style-type: none;
	margin: 0 0 0 10px;
}


/* checked */
#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	list-style-type: none;
}

/* @end */

/* @group Sidebar links */

.page_item {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	list-style-type: none;
	color: #FED689;
	padding: 0;
	margin: 0;
	
}

/* general link color in sidebar for pages */
.page_item a {
	list-style-type: none;
	text-decoration: none;
	color: #FED689;
}


/* for currently selected page in sidebar */
.current_page_item {
	font-color: #f8f7ec;
}
.current_page_item a, .current_page_item a:link .current_page_item, .current_page_item a:active {
	color: #f8f7ec;
}


/* to keep current parent pages from turning child page
links the same color */
.current_page_item ul li a, .current_page_item ul li a:link .current_page_item ul li, .current_page_item ul li a:active {
	color: #FED689;
}


/* this will control color of hover links in sidebar */
#sidebar .page_item a:hover {
	list-style-type: none;
	text-decoration: none;
	background-color: #h;
	color: #f8f7ec;
}


/* @end */

/* @group page_description */

#page_description {
	float: left;
	clear: left;
	overflow: hidden;
	width: 265px;
	text-align: left;
	margin-top: 10px;
	padding: 0;
}


/* content that normally would go on the page proper ...
but that we have moved over here */

/* note, find the h3 style over in Black minimalism RAB css */

/* @end */


/* @end */

/* @group entry (?) */

/* .entry p a:visited {
	color: #b85b5a;
}
 */


/* @end */

/* @group commentlist */

.commentlist li, #commentform input, #commentform textarea {

	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar {
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}

.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;
}

.nocomments {
	color: #777;
}

h3.comments {
	padding: 0;
	margin: 40px auto 20px;
}



/* @end */

/* @group wp-calendar */

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
}


#wp-calendar a {
	text-decoration: none;
}

#wp-calendar caption {
	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;
}

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

#wp-calendar td.pad:hover {


/* Doesn't work in IE */
	background-color: #fff;
}



/* @end */

/* @group images */

/* Left over from Kubrick - could have a pernicious
influence, so comment out */
/* a img {
	border: none;
	overflow: hidden;
margin-left: auto;
margin-right: auto;
} */

p img {
	padding: 0;
}

/*	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;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}



/* @end */

/* @group misc lists */

/* commented out to avoid pernicious influence on
other styles, e.g. something in here was causing
sidebar page list to have bullets */
/* html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
}

html>body .entry li {
	margin: 7px 0 8px 10px;
}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	
}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}

.entry ol li {
	margin: 0;
	padding: 0;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

*/
/* @end */

/* @group forms */

#sidebar form {
	margin: 0;
}

#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
}

#sidebar #searchsubmit {
	padding: 1px;
}

.entry form {


/* This is mainly for password protected posts, makes them look better. */
	text-align: center;
}

select {
	width: 130px;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform {
	margin: 5px 10px 0 0;
}

#commentform textarea {
	width: 100%;
	padding: 2px;
}

#respond:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}

/* @end */

/* @group comment lists?? */

.commentlist {
	padding: 0;
	text-align: justify;
}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
}

.commentlist li ul li {
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}

.children {
	padding: 0;
}

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}

/* @end */


/* @group captions */


.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* @end */