/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */

.bannerbg {
background-image : url("layout/images/banner-bg.jpg");
background-repeat : repeat-x;
}

body {
background-color : #eeeeee;
background-image : url("http://www.chloe-sevigny.org/wp/wp-content/themes/v3/layout/images/background-1.jpg");
background-repeat : repeat;
margin : 0;
padding : 0;
}
body, tr, table, td, input, textarea {
color : #5f585b;
font-size : 11px;
font-family : Arial;
line-height : 16px;
}

p {
	margin-bottom: 14px;
	margin-top: 3px;
	}

.indexmt {
color: #bd3f08;
font-style: italic;
font: 11px Georgia;
}
.intro {
line-height: 17px;
color : #623a11;
font : 11px Arial;
font-weight : normal;
}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.postmetadata {
	text-align: left;
	line-height: 11px;
	font-size: 9px;
	font-family: Arial;
	font-weight: normal;
	color: #7b7679;
	}

.postmetadata a {
	text-align: left;
	line-height: 11px;
	font-size: 9px;
	font-family: Arial;
	font-weight: normal;
	color: #688166;
	}

.postmetadata a:hover {
	text-align: left;
	line-height: 11px;
	font-size: 9px;
	font-family: Arial;
	font-weight: normal;
	font-decoration: underline;
	color: #ffffff;
	}

.alt {
	background-color: #f6f6f6;
	-webkit-border-radius: 4px; 
	border-radius: 4px; 
	-moz-border-radius: 4px;
	}

.page-footer {
	padding: 5px;
	background-color: #f6f6f6;
	-webkit-border-radius: 4px; 
	border-radius: 4px; 
	-moz-border-radius: 4px;
	margin-bottom: 20px;
	text-align: center;
	}

.small {
	font-size: 12px;
	font-style: italic;
	color: #bd3f08;
	font-family: Georgia;
	padding-left : 8px;
	}

.spoiler {
	color: #81787c;
	}
.sp-normal {
	color: #d8d8d8;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 11px 'Arial', Verdana, Arial, Sans-Serif;
	}

.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: 12px;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Arial', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, {
	color: #777;
	}

small, small a {
	font-size: 9px;
	font-weight: normal;
	font-family: Arial;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a {
color : #6f8a6c;
font-weight : bold;
text-decoration : none;
}
a:active {
color : #000000;
font-weight : bold;
text-decoration : none;
}
a:hover {
color : #ffffff;
font-weight : bold;
text-decoration : underline;
}
a:visited {
color : #7a8878;
font-weight : bold;
text-decoration : none;
}

#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 */

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .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;
}

.clear {
	clear: both;
}
/* End Structure */



/*	Begin Headers */

h3, h3 a {
color : #5c5c5c;
font : 12px Trebuchet MS;
font-weight : bold;
text-align: left;
text-decoration : none;
text-transform : uppercase;
}

.h2 {
color : #717171;
border-bottom: 1px dotted #d6bdbf;
font : 14px Arial;
font-weight : bold;
margin-bottom : 4px;
padding-bottom : 4px;
padding-left : 8px;
padding-top : 7px;
text-align: left;
text-decoration : none;
text-transform : none;
}

.h3 {
color : #717171;
border-bottom: 1px dotted #d6bdbf;
font : 14px Arial;
font-weight : bold;
margin-bottom : 10px;
padding-bottom : 4px;
padding-left : 8px;
padding-top : 7px;
text-align: left;
text-decoration : none;
text-transform : none;
}

.h2 a {
color: #717171;
}

.content-link {
	border-bottom: 1px dotted #bcbcbc;
	color: #bd3f08;
	font: 11px Trebuchet MS;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 4px;
	margin-bottom: 4px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	}

.h4, .h4 a {
	border-bottom: 1px dotted #c7abaf;
	font: 11px Georgia;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 4px;
	margin-bottom: 4px;
	font-weight: none;
	font-style: italic;
	text-align: left;
	}
.h5 {
	border-bottom: 1px dotted #faf6f7;
	color: #939912;
	font: 12px Arial;
	padding-top: 10px;
	padding-bottom: 4px;
	padding-left: 4px;
	margin-bottom: 4px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	text-transform: lowercase;
	}
.h6 {
color : #bd3f08;
font : 12px Georgia;
font-style: italic;
font-weight: normal;
margin-bottom : 4px;
padding-bottom : 8px;
padding-left : 4px;
padding-top : 15px;
text-decoration : none;
text-transform: none;
}
.h7 {
border-bottom: 1px dotted #bcbcbc;
color : #939393;
font : 10px Arial;
font-weight : normal;
margin-bottom : 6px;
padding-bottom : 1px;
padding-left : 4px;
padding-top : 20px;
text-decoration : none;
text-transform : uppercase;
}

/* 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) */

.imgborder {
border : 1px solid #777777;
}

.cpmfetch img {
border : 1px solid #777777;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 0px;
	margin: 5px;
	display: inline;
	float: right;
	text-align: right;	
	}

img.alignleft {
	border : 1px solid #cfd111;
	padding: 1px;
	background-color: #ffffff;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	text-align: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal 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 1px 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;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#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 textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	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 Calendar */
#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 Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote{
background-image : url("layout/images/blockquote.gif");
padding-left: 30px;
background-repeat : no-repeat;
color : #81787c;
font-size : 11px;
font-family : Arial;
line-height : 16px;
}
	blockquote:before { content: open-quote; font-weight: bold; }
	blockquote:after { content: close-quote; font-weight: bold; }

.center {
	text-align: center;
	}

hr {
margin-top : 12px;
margin-bottom : 12px;
height: 1px;
border-color: #baa9b7;
border-style: dotted;
border-width: 1px 0 0 0;
text-align : center;
width : 95%;
}

.aff {
	border:0;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
