/*  
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.5
Author: Michael Heilemann
Author URI: http://binarybonsai.com/

	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
	

	*** REGARDING IMAGES ***
	All CSS that involves the use of images, can be found in the 'index.php' file.
	This is to ease installation inside subdirectories of a server.

	Have fun, and don't be afraid to contact me if you have questions.
*/

@font-face {
	font-family: 'FontinSans';
	font-weight: bold;
	src: url('/res/font/Fontin_Sans_B_45b.eot');
	src: local('Fontin Sans Bold'), local('FontinSans-Bold'), url('/res/font/Fontin_Sans_B_45b.otf') format('opentype');
}

@font-face {
	font-family: 'FontinSans';
	font-weight: bold;
	font-style: italic;
	src: url('/res/font/Fontin_Sans_BI_45b.eot');
	src: local('Fontin Sans Bold Italic'), local('FontinSans-BoldItalic'), url('/res/font/Fontin_Sans_BI_45b.otf') format('opentype');
}

@font-face {
	font-family: 'FontinSans';
	src: url('/res/font/Fontin_Sans_R_45b.eot');
	src: local('Fontin Sans Regular'), local('FontinSans-Regular'), url('/res/font/Fontin_Sans_R_45b.otf') format('opentype');
}

@font-face {
	font-family: 'FontinSans';
	font-style: italic;
	src: url('/res/font/Fontin_Sans_I_45b.eot');
	src: local('Fontin Sans Italic'), local('FontinSans-Italic'), url('/res/font/Fontin_Sans_I_45b.otf') format('opentype');
}

/*
@font-face {
	font-family: 'Candela';
	src: url('/res/font/CandelaBook.eot');
	src: local('Candela Book'), local('Candela-Book'), url('/res/font/CandelaBook.ttf') format('truetype');
}

@font-face {
	font-family: 'Candela';
	font-style: italic;
	src: url('/res/font/CandelaItalic.eot');
	src: local('Candela Book Italic'), local('Candela-Book-Italic'), url('/res/font/CandelaItalic.ttf') format('truetype');
}

@font-face {
	font-family: 'Candela';
	font-weight: bold;
	src: url('/res/font/CandelaBold.eot');
	src: local('Candela Bold'), local('Candela-Bold'), url('/res/font/CandelaBold.ttf') format('truetype');
}

@font-face {
	font-family: 'Candela';
	font-style: italic;
	font-weight: bold;
	src: url('/res/font/CandelaBoldItalic.eot');
	src: local('Candela Bold Italic'), local('Candela-Bold-Italic'), url('/res/font/CandelaBoldItalic.ttf') format('truetype');
}
*/

/*
@font-face {
	font-family: 'quicksand';
	font-weight: 100;
	font-style: italic;
	src: url('/res/font/Quicksand_Light_Oblique.eot');
	src: local('Quicksand Light Oblique'), local('QuicksandLightOblique-Regular'), url('/res/font/Quicksand_Light_Oblique.otf') format('opentype');
}

@font-face {
	font-family: 'quicksand';
	font-weight: 100;
	src: url('/res/font/Quicksand_Light.eot');
	src: local('Quicksand Light'), local('QuicksandLight-Regular'), url('/res/font/Quicksand_Light.otf') format('opentype');
}

@font-face {
	font-family: 'quicksand';
	font-weight: bold;
	src: url('/res/font/Quicksand_Bold.eot');
	src: local('Quicksand Bold'), local('QuicksandBold-Regular'), url('/res/font/Quicksand_Bold.otf') format('opentype');
}

@font-face {
	font-family: 'quicksand';
	font-weight: bold;
	font-style: italic;
	src: url('/res/font/Quicksand_Bold_Oblique.eot');
	src: local('Quicksand Bold Oblique'), local('QuicksandBoldOblique-Regular'), url('/res/font/Quicksand_Bold_Oblique.otf') format('opentype');
}

@font-face {
	font-family: 'quicksand';
	font-style: italic;
	src: url('/res/font/Quicksand_Book_Oblique.eot');
	src: local('Quicksand Book Oblique'), local('QuicksandBookOblique-Regular'), url('/res/font/Quicksand_Book_Oblique.otf') format('opentype');
}

@font-face {
	font-family: 'quicksand';
	src: url('/res/font/Quicksand_Book.eot');
	src: local('Quicksand Book'), local('QuicksandBook-Regular'), url('/res/font/Quicksand_Book.otf') format('opentype');
}
*/

@font-face {
	font-family: 'Museo';
	font-weight: bold;
	src: url('/res/font/Museo700-Regular.eot');
	src: local('Museo 700'), local('Museo-700'), url('/res/font/Museo700-Regular.otf') format('opentype');
}

/*
@font-face {
	font-family: 'Museo';
	src: url('/res/font/Museo500-Regular.eot');
	src: local('Museo 500'), local('Museo-500'), url('/res/font/Museo500-Regular.otf') format('opentype');
}
*/

@font-face {
	font-family: 'Museo';
	src: url('/res/font/Museo300-Regular.eot');
	src: local('Museo 300'), local('Museo-300'), url('/res/font/Museo300-Regular.otf') format('opentype');
}


/* Begin Typography & Colors */
body {
	font-size: 9pt; /* Resets 1em to 10px */
	font-family: fontinsans, 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: white url(http://www.davidturgeon.net/wp-content/2008/12/vide001.jpg) top center no-repeat fixed;
	color: #333;
	text-align: center;
padding: 0px;
margin: 0px;
-moz-font-feature-settings: "hist=1";
	}

.picdesc {
  display: block;
  font-size: 8.5pt;
  text-align: right;
}

#ga_shade {
display: none;
}

form {
	margin: 0;
	}

#page {
  background: white url(/res/element/hdr.jpg) top right no-repeat;
	text-align: left;
border-top: 0px;
	}

#header {
  position: relative;
  height: 100px;
	}

#content {
  margin-top: 140px;
  font-size: 10pt;
	}

#content p, #content ul {
  line-height: 1.5em;
  margin: 1.5em 0px;
}

.widecolumn .entry p {
	font-size: 9pt;
	}

.narrowcolumn .entry, .widecolumn .entry {
	}

.widecolumn {
	}
	
.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #eee;
	}

#footer {
  font-size: 8pt;
}
#footer a {
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}

small {
	font-size: 8.5pt;
	}

sup {
	vertical-align: top;
	line-height: 1em;
}

h2, h3 {
	font-weight: bold;
	}

h1 {
  margin: 0px;
  font-family: 'times new roman', serif;
  font-size: 30pt;
  font-weight: normal;
  text-transform: lowercase;
  letter-spacing: -2px;
  color: #cc3;
  line-height: 24pt;
}
h1 a {
  display: block !important;
  height: 80px;
}
h1 span {
  display: none;
}

#header .description {
  position: absolute;
  color: #fff;
  font-size: 8pt;
width: 135px;
top: 80px;
left: 45px;
text-shadow: 0 0 5px rgba(0,0,0,.6);
-moz-text-shadow: 0 0 5px rgba(0,0,0,.6);
-webkit-text-shadow: 0 0 5px rgba(0,0,0,.6);
	}

h2 {
  font-family: museo, 'lucida grande', verdana, arial, sans-serif;
  font-size: 20pt;
  font-weight: normal;
  color: #06c;
}

h2.pagetitle {
  color: #ccc;
}

#content h2, #content h3 {
  /*letter-spacing: 3px;*/
}

#sidebar h2 {
  /*letter-spacing: 1px;*/
	font-size: 12pt;
        font-weight: normal;
  color: #06c;
	}

h3 {
  font-family: museo, 'lucida grande', verdana, arial, sans-serif;
	font-size: 14pt;
  font-weight: bold;
  color: #06c;
	}

#content b, #content strong {
  color: #06c;
  font-family: museo, 'lucida grande', verdana, arial, sans-serif;
}

h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: inherit;
	}

h2 a, h2 a:visited, h3 a, h3 a:visited {
	color: inherit;
	}

h2 a, h3 a, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.commentlist li, #commentform input, #commentform textarea {
	font-size: 8.5pt;
	}
	
.commentlist li {
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 8.5pt;
	}

.commentlist p {
	font-weight: normal;
	line-height: 8.5pt;
	text-transform: none;
	}

#commentform p {
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font-size: 8.5pt;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, strike {
	color: #666;
	}

#vieuxblog {
  border: 1px solid #eed;
  background-color: #ffe;
  padding: 10px;
  margin: 0px -11px;
}

#envente {
  border: 3px double #fcc;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  padding: 8px;
  margin: 0px -11px;
}
#aparaitre {
  border: 3px double #eee;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  padding: 8px;
  margin: 0px -11px;
}
a.achat, a.achat {
  color: #f33;
}
a.epuise, span.epuise {
  color: #333;
  text-decoration: line-through;
}
#envente ul li, #aparaitre ul li {
  margin-top: 1em !important;
}
#envente ul ul li, #aparaitre ul ul li {
  margin-top: 0.1em !important;
}

#ecoute {

  border: 3px double #eee;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  padding: 8px;
  margin: 0px -11px;
}
#ecoute a.radio {
  text-decoration: none;
}
#ecoute a.radio:hover {
  text-decoration: underline;
}
	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 8.5pt;
	letter-spacing: .07em;
	}


a {
	color: #039;
	text-decoration: underline;
	}

a:hover {
	text-decoration: underline;
	}

h2 a:hover, h3 a:hover {
	color: inherit;
	text-decoration: underline;
	}

.entry p a:visited {
	color: #339;
	}
.entry p a:visited:hover {
	color: #228;
	}
	
.postmetadata {
  font-size: 8.5pt;
  text-align: left;
}
.postmetadata a {
  text-decoration: none;
}
.postmetadata a:hover {
  text-decoration: underline;
}

#wp-calendar #prev a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 9pt '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;
	padding: 0; 
	}

#page {
	background-color: white;
	margin: 0px auto 20px auto;
	padding: 0;
	width: 760px;
	}
	
#header {
	padding: 0px 0px 40px 0px;
	margin: 0 auto;
	width: 100%;
	}
#headerimg {
  padding: 0px 0px;
}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 75px;
	width: 600px;
	}
	
.post {
	margin: 0 0 40px;
	}

.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;
}

#footer {
	padding: 0 0 0 1px;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

img.page {
  border: 6px solid #eee;
  margin-left: -6px;
  _margin-left: 0px;
}

/*	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: 6px;
  border: 6px solid #eee;*/
  box-shadow: 0 1px 2px rgba(0,0,0,.4);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.4);
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.4);
  -o-box-shadow: 0 1px 2px rgba(0,0,0,.4);
  margin: 0px -1em 2em 2em;
  display: inline;
  background-color: #fff;
}
.widecolumn img.alignright {
  margin-right: -3em;
}

img.pagethumb {
  float: right;
  clear: right;
  margin: 0px -1em 2em 2em;
  display: inline;
  background-color: #fff;
}
.widecolumn img.pagethumb {
  margin-right: -3em;
}

img.alignleft {
  /*padding: 6px;
  border: 6px solid #eee;*/
  box-shadow: 0 1px 2px rgba(0,0,0,.4);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.4);
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.4);
  -o-box-shadow: 0 1px 2px rgba(0,0,0,.4);
  margin: 0px 2em 2em -1em;
  display: inline;
  background-color: #fff;
}
.widecolumn img.alignleft {
  margin-left: -3em;
}

.alignright {
  float: right;
  clear: right
	}
	
.alignleft {
  float: left;
  clear: 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 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;
	}
	
#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 {
}
#searchform h2 {
  display: none;
  margin: 0px 0px 1em 0px;
  color: #fff;
}

#sidebar #searchform #s {
  width: 100px;
  padding: 1px 8px;
  font-family: museo, 'lucida grande', verdana, sans-serif;
  font-size: 12pt;
  color: #999;
  border: 1px solid #999;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -o-border-radius: 15px;
}

#sidebar #searchsubmit {
	padding: 2px 6px;
  font-size: 12pt;
  font-family: museo, 'lucida grande', verdana, sans-serif;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -o-border-radius: 15px;
  border: 0px;
  background: #0b2;
  color: #fff;
	}
#sidebar #searchsubmit:hover {
  background: #0a1;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
  width: 170px;
  padding: 5px;
  margin: 5px 5px 1px 0;
  border-width: 1px;
}

#commentform textarea {
  width: 588px;
  padding: 5px;
  border: 1px solid #999;
  font-size: 10pt;
}

#commentform #submit {
  margin: 0;
  float: right;
}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: left;
	}

.commentlist li {
  margin: 10px 0px;
  padding: 10px;
  list-style: none;
	}
.commentlist ul li {
  margin: 10px 10px;
  padding: 0px;
  list-style: disc;
}

.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 Sidebar */
#sidebar
{
	padding: 80px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

/* End Sidebar */



/* 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 {
  margin: 2em 0px;
  padding: 1px 2em;
 /* border: 1px solid #ddd; */
  box-shadow: 0 1px 2px rgba(0,0,0,.6);
  background: #efefef;
  font-family: museo, 'lucida grande', verdana, arial, sans-serif;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.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." */
