/*
	Theme Name: Boilerplate
	Theme URI: http://aarontgrogg.com/boilerplate/
	Description: A merger created by Aaron T. Grogg (<a href="http://aarontgrogg.com/">http://aarontgrogg.com/</a>) of the HTML5 Boilerplate (<a href="http://html5boilerplate.com/">http://html5boilerplate.com/</a>) and the Starkers theme (<a href="http://starkerstheme.com/">http://starkerstheme.com/</a>), Boilerplate: Starkers provides developers with an ideal, bleeding-edge, clean-start theme.  Mark-up is minimal (thanks Elliott) and the most edge-case web technology is baked right in (thanks Paul, Divya and a large cast of supporting characters)!  Boilerplate themes are designed to serve as a Parent theme to whatever Child (<a href="http://codex.wordpress.org/Child_Themes">http://codex.wordpress.org/Child_Themes</a>) you care to add, but you could just as easily use this as a starting point and alter the PHP as your design needs.  More about this theme can be found at <a href="http://aarontgrogg.com/boilerplate/">http://aarontgrogg.com/boilerplate/</a>.
	Author: Aaron T. Grogg, based on the work of Paul Irish, Divya Manian, and Elliot Jay Stocks
	Author URI: http://aarontgrogg.com/
	Version: 3.0
	Tags: custom-menu, editor-style, theme-options, threaded-comments, sticky-post, microformats, rtl-language-support, translation-ready

	License: GNU General Public License v2.0
	License URI: http://www.gnu.org/licenses/gpl-2.0.html

	This CSS file is a concatenation of style.css from HTML5 Boilerplate and style.css from Starkers.
	Comment blocks indicate where each begins and ends, like this, for example...
*/

/** START HTML5 Boilerplate CSS **/

/**
 * HTML5 ✰ Boilerplate
 *
 * style.css contains a reset, font normalization and some base styles.
 *
 * Credit is left where credit is due.
 * Much inspiration was taken from these projects:
 * - yui.yahooapis.com/2.8.1/build/base/base.css
 * - camendesign.com/design/
 * - praegnanz.de/weblog/htmlcssjs-kickstart
 */


/**
 * html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
 * v1.6.1 2010-09-17 | Authors: Eric Meyer & Richard Clark
 * html5doctor.com/html-5-reset-stylesheet/
 */

html, body, body div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after { content: ""; content: none; }

ins { background-color: #ff9; color: #000; text-decoration: none; }

mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }

table { border-collapse: collapse; border-spacing: 0; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

.none
{
	display: none;
	text-indent: -9000px;
	visibility: hidden;
}

#header{
width: 100%;
height: 170px;
margin-bottom: 2px;
}

header{

}

#page{
    margin: 0 auto;
    overflow: hidden;
    width: 960px;
    position: relative;
}

/* MENU */

.menu-header{
display: block;
height: 120px;
left: 80px;
position: absolute;
top: 38px;
width: 191px;
}

ul.bloc-header li{
    display:inline-block;
    float:left;
}
    
li.menu-item:first-child{
    margin-left: 0px;
}

/*.category .menu-item a,
.page .menu-item a
{ text-decoration: line-through; } */

.home .menu-item a:hover,
.category .menu-item a:hover,
.page .menu-item a:hover{ 
  text-decoration: none;
}

.bloc-header{
    left: 213px;
    position: absolute;
    top: 58px;
    z-index: 999;
}
    
.bloc-header a {
    font-family: 'proxibold',sans-serif;
    font-size: 13px;
    letter-spacing: 0.5em;
    line-height: 17px;
    text-transform: uppercase;
    }
    
/*.category .bloc-header a,
.page .bloc-header a{
	text-decoration: line-through;
    }
    */
    
.page .bloc-header .current_page_item a,
.category .bloc-header a:hover,
.page .bloc-header a:hover{
	text-decoration: none;
}
.category .current-menu-item a,
.page .current-menu-item a
{ text-decoration: none; }

/**
 * Font normalization inspired by YUI Library's fonts.css: developer.yahoo.com/yui/
 */

body { font:13px/1.231 droid sans mono, sans-serif; *font-size:small; } /* Hack retained to preserve specificity */

/* Normalize monospace sizing:
   en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome */
pre, code, kbd, samp { font-family: monospace, sans-serif; }


/**
 * Minimal base styles.
 */

/* 1) Always force a scrollbar in non-IE
   2) Remove iOS text size adjust without disabling user zoom: www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
html { overflow-y: scroll; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; }

/* j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: #FF5E99; }

/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: none; }

a, a:active, a:visited { color: gray; text-decoration: none;}
a:hover { color: gray; }

ul, ol { margin:0;
list-style-type: none;}
ol { list-style-type: decimal; }

/* Remove margins for navigation lists */
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }

small { font-size: 85%; }
b, strong, th { font-weight: bold; }

td { vertical-align: top; }

/* Set sub, sup without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre {
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre; white-space: pre-wrap; word-wrap: break-word;
  padding: 15px;
}

.ie6 legend, .ie7 legend { margin-left: -7px; }

/* 1) Make inputs and buttons play nice in IE: www.viget.com/inspire/styling-the-button-element-in-internet-explorer/
   2) WebKit browsers add a 2px margin outside the chrome of form elements.
      Firefox adds a 1px margin above and below textareas
   3) Set font-size to match <body>'s, and font-family to sans-serif
   4) Align to baseline */
button, input, select, textarea { width: auto; overflow: visible; margin: 0; font-size: 100%; font-family:  droid sans mono, sans-serif; vertical-align: baseline; }

/* 1) Remove default scrollbar in IE: www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/
   2) Align to text-top */
textarea { overflow: auto; vertical-align:text-top; }

/* Hand cursor on clickable input elements */
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }

/* Remove extra padding and inner border in Firefox */
input::-moz-focus-inner,
button::-moz-focus-inner { border: 0; padding: 0; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }

/* Bicubic resizing for non-native sized IMG:
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img { -ms-interpolation-mode: bicubic; }


/**
 * You might tweak these..
 */

body, select, input, textarea {
  /* #444 looks better than black: twitter.com/H_FJ/statuses/11800719859 */
  color: #444;
  /* Set your base font here, to apply evenly */
  /* font-family: Georgia, serif;  */
}

/* Headers (h1, h2, etc) have no default font-size or margin; define those yourself */
h1, h2, h3, h4, h5, h6 { font-weight: bold; }

/* These selection declarations have to be separate
   No text-shadow: twitter.com/miketaylr/status/12228805301
   Also: hot pink! */
::-moz-selection { background: #000; color:#fff; text-shadow: none; }
::selection { background:#000; color:#fff; text-shadow: none; }

/**
 * Primary styles
 *
 * Author:
 */
















/**
 * Non-semantic helper classes: please define your styles before this section.
 */

/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements in most situations.
   nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }



/**
 * Placeholder media queries for responsive design. Modify as design requires.
 * These follow after, and will override, the primary ('mobile first') styles
 * The closing /mediaquery comment is required by respond.js min/max-width Media Query polyfill
 */

@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */

}/*/mediaquery*/

@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */

}/*/mediaquery*/



/**
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 */
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}

/** END HTML5 Boilerplate CSS **/

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

input[type=search] {
  /* the webkit overrides need to stay at the top */
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  /* your styles here */
}


/** START Starkers CSS **/

/* LAYOUT */
/* ----------------------------------------- */

/* These rather presentational classes are generated by WordPress, so it's useful to have some styles for them. Edit as you see fit. More info: http://codex.wordpress.org/CSS */
.aligncenter { display:block; margin:0 auto }
.alignleft { float:left }
.alignright { float:right }
.wp-caption { border:1px solid #666; text-align:center; background:#ccc; padding:10px; margin:10px }

/* You might find the following useful */
/* div, ul, li { position:relative } This will save you having to declare each div / ul / li's position as 'relative' and allows you to absolutely position elements inside them
br.clear { clear:both; display:block; height:1px; margin:-1px 0 0 0 } /* Use this br class to clear your floated columns */
li#theme-switcher { background:#fff; border:10px solid red; padding:20px; position:fixed; top:0; right:0 } /* Use this if you have the Theme Switcher Reloaded plugin (http://themebot.com/webmaster-tools/1-wordpress-theme-switcher-reloaded) installed and want to make it nice and obvious */

body{
  margin:0;
	width: 100%;
}
body.home{
	background-color: #fff;
}
body.category-boutique{
	background-color: #fee;
}

body.category-vintage{
	background-color: #eff;
}

body.category-production{
	background-color: #ffd;
}

.post{
    /*background-color:rgba(0,0,0,0.1);*/
    display: block;
    float: left;
    height: auto;
    padding: 0px;
    overflow: hidden;
}

.single .post{
	background-color: #FFFFFF;
    position: relative;
    z-index: 10;
    padding: 10px;
    margin-left: -10px;
    
}

.search-results .post,
.tag .post{
width: 172px;
overflow: hidden;
position: relative;
padding: 10px;
background-color: #eee;
margin-bottom:10px;
-webkit-transition: box-shadow 1s ease;
-moz-transition: box-shadow 1s ease;
-o-transition: box-shadow 1s ease;
transition: box-shadow 1s ease;; 
}

.search-results .post.category-production,
.tag .post.category-production{
background-color: rgba(255, 255, 0, 0.2);
}

.search-results .post.category-vintage,
.tag .post.category-vintage{
background-color: rgba(120, 255, 255, 0.2);
}

.search-results .post.category-boutique,
.tag .post.category-boutique{
background-color: rgba(255, 120, 120, 0.2);
}


.home .grille .post{
	height: 232px;
    margin:0 2px 2px 0;
    overflow: hidden;
    position: relative;
    width: 383px;
}



.category .post{
    width: 172px;
    background-color: #fff;
    padding: 10px;
    margin-bottom: 10px;
    -webkit-transition: box-shadow 1s ease;
	-moz-transition: box-shadow 1s ease;
	-o-transition: box-shadow 1s ease;
	transition: box-shadow 1s ease;
}
.category .post.type-post:hover,
.archive .post.type-post:hover,
.search-results .post.type-post:hover{
	-webkit-box-shadow:0 0 10px rgba(0,0,0,0.2);
	-moz-box-shadow:0 0 10px rgba(0,0,0,0.2);
	-ie-box-shadow:0 0 10px rgba(0,0,0,0.2);
	-o-box-shadow:0 0 10px rgba(0,0,0,0.2);
    box-shadow:0 0 10px rgba(0,0,0,0.2);
    z-index: 99;
}


.home .liste .post {
	height: 270px;
    margin-bottom: 18px;
    overflow: hidden;
    position: relative;
    width: 798px;
}
.home #sticky-loop{
margin-bottom: 6px;
}

.home .liste #not-sticky .post {
    width: 192px;
    height: auto;
    margin-left: 10px;
}

.home .liste #not-sticky .post:first-child {
    margin-left: 0px;
}

.home .liste #not-sticky {
    width: 808px;
    float : left;
     padding-top: 17px;
     border-top: 1px solid #999;
}


/*

.home .post:hover{
    overflow: visible;
    z-index: 0;
}

.home .liste .post.category-boutique {
    width: 191px;
    
}

.home .liste .post.category-production {
    width: 191px;
    
}

.home .liste .post.category-vintage {
    width: 191px;
    
}
*/


.post .vignette{
    margin: -10px 0 0 -10px;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.tag .post:hover .vignette,
.search-results .post:hover .vignette{
    z-index: 0;
}

.search-results .post .vignette,
.archive .post .vignette{
    position:relative;
    margin: 0 0 13px;
    height: 159px;
    overflow: hidden;
    z-index: 0;
}




.archive .post .vignette{
 	z-index: 0;
}


#post-list{
width: 808px;
}

.search-results .entry-summary,
.tag .entry-summary{
font-size: 11px;
line-height: 18px;
margin-top: 12px;
}


.home .liste .post .vignette{
	height: 100%;
    margin: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: -1;
}


.home .liste #not-sticky .post .vignette{
	height: 126px;
    margin: 0;
    overflow: hidden;
    position: relative;
    width: 192px;
    z-index: 0;
}


.home .liste .post .vignette img{
position: relative;
top: -98px;
min-width: 800px;
}


.home .liste #not-sticky .post .vignette img{
position: relative;
top: -10px;
left: -5px;
min-width: 200px;
}

.home #sticky-loop .post:hover .vignette img{
opacity : 0.5;
}

.home .grille .post .vignette{
	height: 100%;
    margin: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: -1;
}

.home .grille .post .vignette img{
	height: auto;
	position: relative;
    top: -15px;
    width: 382px;
}
.home .liste .post .home-post-excerpt{
clear: both;
    color: #000000;
    font-size: 10px;
    line-height: 14px;
    margin: 0;
    position: relative;
    width: 172px;
}
.home .grille .post .home-post-excerpt{
display: none;
}




.category #cat-desc{
 font-size: 11px;
    line-height: 18px;
    margin-top: 4px;
    width: 136px;
    padding-right: 15px;
}

.category .entry-summary{
font-size: 11px;
    line-height: 18px;
}

.category .vignette img,
.search-results .post .vignette img,
.archive .post .vignette  img{
	left: -10%;
	top: -10%;
    min-height: 172px;
    position: relative;
    width: auto;
}

#vue
{
	font-size: 10px;
	left: 975px;
	position: fixed;
	top: 161px;
	width: 35px;
	height: 12px;
	background-color: transparent;
	display: none;
}
#vue #vue-liste,
#vue #vue-grille
{
	background-color: transparent;
    background-image: url("images/liste.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    display: inline-block;
    height: 12px;
    line-height: 9px;
    margin-bottom: 7px;
    overflow: hidden;
    padding-left: 18px;
    width: 50px;
    color: #000;
    cursor : pointer;
}

#vue #vue-grille
{
	background-image: url("images/grille.png");
}

.mode-liste#vue #vue-grille {
 background-position: 0 -13px;
 color: #666;
}

.mode-grille#vue #vue-liste {
 background-position: 0 -13px;
  color: #666;
}


#vue a#vue-liste:hover,
#vue a#vue-grille:hover{
	background-position: 0 0px;
	color: #000;
}


#fixedside{
position : fixed;
width: 158px;

}


/*DIAPO*/
.home .diapo .post{
margin:0 0px 2px 0;
width: 768px;
height: 460px;
overflow: hidden;
}


/* TYPOGRAPHY */
/* ----------------------------------------- */

h1, h2, h3, h4, h5, h6 { font-weight:bold } /* This helps to identify headings at the initial build stage, so I thought it'd be useful to have it */
.alert { background:red; color:white } 
/* 'alert' has a basic style, since it's useful to have it standing out for testing purposes.*/

@font-face{
font-family: replibold;
src: url('font/replibol.ttf');
	font-weight: normal;
	font-style: normal;

}

@font-face{
	font-family: proxibold;
	src: url('font/proxibold.ttf');
	font-weight: normal;
	font-style: normal;
	}



@font-face {
	font-family: 'avnxtbold';
	src: url('font/avnxtbold.eot');
	src: local('☺'), url('font/avnxtbold.woff') format('woff'), url('font/avnxtbold.ttf') format('truetype'), url('font/avnxtbold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}



@font-face {
	font-family: 'avnxtdem';
	src: url('font/avnxtdem.eot');
	src: local('☺'), url('font/avnxtdem.woff') format('woff'), url('font/avnxtdem.ttf') format('truetype'), url('font/avnxtdem.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}



#header h1 {
	background-color: transparent;
    font-family: 'proxibold',sans-serif;
    font-size: 30px;
    font-weight: normal;
    height: 159px;
    margin: 0 0 0 627px;
    padding-top: 0;
    position: fixed;
    text-align: left;
    text-transform: lowercase;
    width: 191px;
    z-index: 100;
}
#header h1 a
{
	background-image: url("images/odetta.svg");
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 50% 23px;
	color: transparent;
	width: 191px;
	height: 159px;
	display: block;
}
h2.entry-title{
font-family: 'proxibold',sans-serif;
    font-size: 24px;
    font-weight: normal;
    line-height: 0.9;
    margin-bottom: 7px;
    text-align: left;
    text-transform: lowercase;
}
.search-results h2.entry-title,
.tag h2.entry-title,
.archive h2.entry-title{
    font-family: 'avnxtdem',sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 18px;
    margin-bottom: 1px;
    text-align: left;
    text-transform: lowercase;
}
.home h2.entry-title{
font-family: 'proxibold',sans-serif;
    font-size: 64px;
    font-weight: normal;
    line-height: 0.9em;
    margin-bottom: 7px;
    margin-left: 3px;
    margin-right: 0;
    margin-top: 3px;
    text-align: left;
    text-transform: lowercase;
    width: 50%;}

.home .liste h2.entry-title{

    display: block;
    float: left;
    font-family: 'avnxtbold',sans-serif;
    font-size: 60px;
    font-weight: bold;
    line-height: 53px;
    text-align: left;
    text-transform: none;
}

.home .liste #sticky-loop h2.entry-title{
	height: 160px;
    left: 50%;
    margin: -99px 2px 9px -250px;
    overflow: hidden;
    padding: 20px 0;
    position: relative;
    text-align: center;
    top: 50%;
    width: 500px;
    -webkit-text-shadow:0 0 20px rgba(50, 50, 0, 0.3);
    -moz-text-shadow:0 0 20px rgba(50, 50, 0, 0.3);
    -o-text-shadow:0 0 20px rgba(50, 50, 0, 0.3);
    -ie-text-shadow:0 0 20px rgba(50, 50, 0, 0.3);
    text-shadow:0 0 20px rgba(50, 50, 0, 0.3);
}

.home .liste #sticky-loop h2.entry-title a{
	color: #fff;
}

.home #sticky-loop .post:hover h2.entry-title a{
	color: #000;
}

.home .liste #not-sticky h2.entry-title{
    margin:10px 0 0 0;
    padding: 0px;
    width: 192px; 
    font-size: 20px;
    line-height: 18px;
    text-align: center;
    font-family: 'avnxtdem',sans-serif;
    
}


.home .grille h2.entry-title{
    font-size: 46px;
    font-weight: normal;
    line-height: 0.8em;
    margin-top: 8px;
}

.entry-content h3 {display: block;
    font-family: proxibold,sans-serif;
    font-size: 20px;
    margin-bottom: 3px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 17px;
    text-transform: lowercase;
    font-weight: normal;
    color: #333;}

.home .liste .post-date,
.home .liste .post-category{
float: left;
    width: 143px;
    }
    
.home .liste #not-sticky .post-category{
    width: 100%;
    }
    
    .home .liste .post-date{
margin-right: 2px
    }


.menu-item {
font-family: 'proxibold', sans-serif;
font-weight: normal;
font-size: 13px;
text-transform: uppercase;
text-align: left;
letter-spacing: 0.5em;
}


/* Font stack options

	The following represents a list of font stacks, as recommended by Nathan Ford in
	http://unitinteractive.com/blog/2008/06/26/better-css-font-stacks/

	I've added inverted commas around the relevant family names to ensure compatibility.
	p = balanced for paragraphs or body copy
	t = balanced for headlines or titles

	- - - -

Arial, "Helvetica Neue", Helvetica, sans-serif - p, t

Baskerville, "Times New Roman", Times, serif - p
Baskerville, "Times, Times New Roman", serif - t

Cambria, Georgia, Times, "Times New Roman", serif - p, t
"Century Gothic", "Apple Gothic", sans-serif - p, t

Consolas, "Lucida Console", Monaco, monospace - p, t

"Copperplate Light", "Copperplate Gothic Light", serif - p, t

"Courier New", Courier, monospace - p, t

"Franklin Gothic Medium", "Arial Narrow Bold", Arial, sans-serif - p, t

Futura, "Century Gothic", "Apple Gothic", sans-serif - p, t

Garamond, "Hoefler Text", "Times New Roman", Times, serif - p
Garamond, "Hoefler Text", Palatino, "Palatino Linotype", serif - t

Geneva, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif - p
Geneva, Verdana, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif - t

Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif - p
Georgia, Times, "Times New Roman", serif - t

GillSans, Calibri, Trebuchet, sans-serif - p
GillSans, Trebuchet, Calibri, sans-serif - t

"Helvetica Neue", Arial, Helvetica, sans-serif - p
Helvetica, "Helvetica Neue", Arial, sans-serif - t

Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif - p, t

"Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif - p, t

Palatino, "Palatino Linotype", Georgia, Times, "Times New Roman", serif - p
Palatino, "Palatino Linotype", "Hoefler Text", Times, "Times New Roman", serif - t

Tahoma, Geneva, Verdana - p
Tahoma, Verdana, Geneva - t

Times, "Times New Roman", Georgia, serif - p, t

Trebuchet, "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif - p
Trebuchet, Tahoma, Arial, sans-serif - t

Verdana, Geneva, Tahoma, sans-serif - p
Verdana, Tahoma, Geneva, sans-serif - t

*/

/** END Starkers CSS **/

/** START WordPress-Defined CSS Classes **/
.wp-caption-text{}
.gallery-caption{}
.bypostauthor{}
.sticky{}
/** END WordPress-Defined CSS Classes **/


#myCanvas{
right: 0px;
    position: fixed;
    top: 0px;
    z-index: -1;
    
}

#mysecondCanvas{
left: 0px;
    position: fixed;
    top: 0px;
    z-index: -1;
    display: none;
}

#arc{
position: fixed;
top: 0px;
z-index: -1;left: 50%;
margin-left: -75px;
display: none;
}


#content{
margin-left: 80px;
max-width: 768px;
}

.home #content.diapo{
width: 768px;
height: 460px;
overflow: hidden;
}



#description{
	color: #000000;
    font-family: Droid Sans Mono,andale mono,courier,monospace;
    font-size: 12px;
    font-weight: normal;
    left: 807px	;
    letter-spacing: 0.2em;
    line-height: 18px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 1px;
    position: relative;
    top: 37px;
    width: 121px;
    }
/*
.page-id-29 #description{
	color: red;}
*/
	
	
.home .entry-meta{
    color: #000;
    font-size: 10px;
    margin-left: 7px;
}
.home .liste .entry-meta{
	color: #000000;
    float: right;
    font-size: 10px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 13px;
    width: 174px;
}

.home .liste #not-sticky .entry-meta{
    float: left;
    font-size: 10px;
    margin:  13px 0 7px;
    width: 100%;
    text-align: center;
}

.single .entry-meta{
    color: #000;
    font-size: 11px;
    margin-top: 2px;
    line-height: 18px;
}

.related-title{
display: block;
margin: 5px 0 0;
text-align: center;

}

#footer{
	height: 50px;
	border-top-color: #999;
    border-top-style: solid;
    border-top-width: 1px;
    clear: both;
    color: #666;
    font-size: 11px;
    margin-left: 80px;
    padding-bottom: 30px;
    padding-top: 10px;
    position: relative;
    top: 0px;
    width: 800px;
    line-height: 17px;
}

.page #footer,
.category #footer,
.search-results #footer{

}

.archive #footer {

}

#footer a{
    color: #666;
}

#footer a:hover{
    color: #333;
    text-decoration: underline;
}

.bloc-footer{
	-moz-box-sizing: padding-box;
	-webkit-box-sizing: padding-box;
	box-sizing: padding-box;
    float: left;
    width: 202px;
}

.bloc-footer#address-footer{
float: right;
padding-right: 0px;
width: 160px;
}

.category #cat-titre h1,
.single h1 form input[type="search"],
.single h1,
.page h1,
.search-results h1#result-recherche{
color: #000000;
    font-family: 'proxibold',sans-serif;
    font-size: 26px;
    font-weight: normal;
    line-height: 0.8;
    min-width: 138px;
    max-width: 185px;
    border: 0;
    margin: 0;
    padding: 0
}

form input[type="search"]{
cursor:text;
}

.bloc-titre {
	margin-left: -100px;
    padding: 20px;
    position: fixed;
    background-color: rgba(0,0,0,0.9);
    z-index:99;
    margin-top: -35px;
    width: 150px;
    -webkit-box-shadow: 0 8px 10px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 8px 10px rgba(0,0,0,0.5);
	box-shadow: 0 8px 10px rgba(0,0,0,0.5);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}

body.vintage .bloc-titre a,
body.vintage .bloc-titre h1,
body.vintage .bloc-titre #share-button,
body.vintage .bloc-titre #vendu{
color:#e5ffff !important;
}

body.production .bloc-titre a,
body.production .bloc-titre h1,
body.production .bloc-titre #share-button,
body.production .bloc-titre #vendu{
color:#ffd !important;
}

body.boutique .bloc-titre a,
body.boutique .bloc-titre h1,
body.boutique .bloc-titre #share-button,
body.boutique .bloc-titre #vendu{
color:#FFEEEE !important;
}

#vendu{
	font-size: 18px;
    border-top: dotted 1px rgba(255, 255, 255, 0.7);
    padding: 4px 0 0 0;
    margin: 4px 0 4px 0;
    cursor:pointer;
	display:inherit!important;
	color:aliceblue;
}

#vendu:hover{
	color:#fff;
}
#vendu.hidesold { text-decoration: line-through; }


body.production #vendu{
display: none;
visibility: hidden;
text-indent: -9000px;
}

#reddot{
width: 10px;
height: 10px;
display: inline-block;
position: relative;
margin: 0 5px 3px 0;
background-color: rgba(255, 20, 0, 0.75);
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
-o-border-radius: 20px;
border-radius: 20px;
top:1px;

}

.bloc-titre.bottomindex{
	z-index:9;
	-webkit-box-shadow: 0 0 0 transparent;
	-moz-box-shadow: 0 0 0 transparent;
	box-shadow: 0 0 0 transparent;
	margin-left: -240px
}

/*.bloc-titre.bottomindex:hover{
	z-index:99;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,0.3);
	box-shadow: 0 5px 10px rgba(0,0,0,0.3);
	margin-left: -80px
}
*/
#openclose{
background: url("images/right.gif") no-repeat scroll 0 50% transparent;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 12px;
    width: 10px;
    z-index: 100;
    cursor: pointer;
}

.bottomindex #openclose{
background: url("images/left.gif") no-repeat scroll 100% 50% transparent;
}

.category #cat-titre{
width: 172px;
height: 172px;
}


.single .post img {
max-width: 576px;
 height: auto;
 padding: 10px 0;
}



.current-menu-parent a{
/*border-bottom : 1px dashed #000;*/
}

.single .entry-content {
width: 798px;
}

#recent-posts{
width: 800px;
float : left;
margin:0 0 0 -10px;
padding: 0 10px 17px;
background-color: #fff;
position: relative;
z-index: 10;

}

.home #recent-posts{
border-top:0px solid #999 ;
padding-top: 0px;
margin-top: 23px;
}

#recent-posts .excerpt-recent p {
font-size: 11px;
line-height: 15px;
margin: 5px 0 0 0;
}

#recent-posts a:hover {
text-decoration: underline;
}

#recent-posts li{
float : left;
width: 192px;
margin-left:10px;
}

.img-recent{
height: 120px;
overflow: hidden;
}

.home #recent-posts li{
float : left;
width: 259.333px;
margin-left:10px;
border-top: 3px double #999;
padding: 5px 0 0;
}

.home .excerpt-recent{
min-height: 100px;
padding-right: 20px;
}

.home a.to-single{
	border-top: #999999 dashed 1px;
	display: block;
    font-size: 11px;
    padding: 5px;
    text-align: center;
}

#recent-posts li:first-child, 
.home #recent-posts li:first-child {
margin-left:0px;
}

.home #recent-posts a.img-recent {
height: 150px;
overflow: hidden;
display: block;
margin-bottom: 11px;
}

.home #recent-posts a.img-recent img{
	position: relative;
    top: -20%;
}

/* NGG */
.ngg-gallery-thumbnail img{
border: none !important;
margin: 0!important;
padding: 0!important;
}

.ngg-galleryoverview{
width: 810px !important;
}

.ngg-gallery-thumbnail-box{
width: auto;
margin: 0 0px 10px 0px;
overflow: hidden;
height: auto;
}

.ngg-gallery-thumbnail {
    margin-right: 0px !important;
    }

#TB_caption{
display: block;
color: #000 !important;
margin: 18px 0 0 0  !important;
padding: 0 15px !important;
height: auto !important;
}

#TB_secondLine{
color: transparent !important;
}

#TB_window{
/*
box-shadow: none !important;
-moz-box-shadow: none !important;

background: none !important;*/
border: 0px !important;
}
##TB_window img#TB_Image{
border: 0px !important;
}
#TB_prev{
	left: 10px;
     position: fixed;
    top: 50%;
    margin-top: -50px;
    position: fixed;
    width: 48px;
    height: 95px;
}

#TB_next{
	right: 10px;
    position: fixed;
    top: 50%;
    margin-top: -50px;
    position: fixed;
    width: 48px;
    height: 95px;
}

#TB_prev a,
#TB_next a{
color: transparent !important
}
#TB_prev a {
	background-image: url("images/prev-img.gif");
    width: 48px;
    height: 95px;
    display: block;
    background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0 0;
}

#TB_next a
{
	background-image: url("images/next-img.gif");
	width: 48px;
	height: 95px;
	display: block;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0 0;
}


#TB_closeWindow {
    float: none  !important;
    height: 25px  !important;
    padding: 15px 0 0 0 !important;
    text-align: center  !important;
    }


#TB_closeWindowButton img{
	display: none;
	visibility: hidden;
	opacity: 0;
}

#TB_closeWindowButton{
background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url("images/close-img.gif");
	display: inline-block;
    height: 47px;
    width: 47px;
    right: 15px;
    top: 15px;
    position: fixed;
}




#TB_secondLine{
}


#TB_window img#TB_Image{
margin : ;
/*
-moz-box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
-webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
*/
border: 0 !important;
}

#TB_overlay{
background-color: rgba(0,0,0,0.2) !important;
background-image: none !important;
}


/* DIAPO */
#nav-diapo{
    margin-top: 13px;
    position: relative;
    text-align: center;
}




#single-nav-diapo a,
#nav-diapo a{
color: transparent;
padding: 0px;
width: 10px;
height: 10px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
background-color: #ccc;
margin:0 5px;
padding: 0;
display: inline-block;
/*box-shadow:-1px 2px 0px rgba(0,0,0,0.2) inset;
-moz-box-shadow:-1px 2px 0px rgba(0,0,0,0.2) inset;
-webkit-box-shadow:-1px 2px 0px rgba(0,0,0,0.2) inset;*/
}

#single-nav-diapo a.activeSlide,
#nav-diapo a.activeSlide{
background-color: #666;
}


#back-home{
position: fixed;
font-size: 10px;
left: 10px;
top: 41px;
}

#back-home a{
color: rgba(0,0,0,0.5);
}

#back-home a:hover{
color: rgba(0,0,0,1);
}

#back-home a:hover:before{
content : "< ";
}

/*
body.page-id-29{
color: red !important;
background-color: #ffcccc ;
border-top-color: red !important;
}

body.page-id-29 a,
body.page-id-29 h1{
color: red !important;
}
*/

#prev-post
{
 margin-top: 20px;
    position: fixed;
    right: 10px;
    top: 50%;
	text-align: right;
	width: 192px;
}

#next-post
{
	width: 192px;
 margin-top: 20px;
    position: fixed;
    top: 50%;
    left: 10px;
    text-align: left;
    }
    
    .hide{
    display: none;
    }
    
#social{
    clear: both;
    padding: 17px 0 0;
    position: relative;
    }
    
    #about{
    border-top : 3px double #eee;
    border-bottom : 3px double #eee;
    padding: 10px 20px;
    float: left;
    font-size: 13px;
    line-height: 18px;
    color: #eee;
    margin-bottom: 18px;
    background-color: #333;
    }
    #about h3{
    font-family: 'proxibold',sans-serif;
    display: block;
    text-align: center;
    font-weight: normal;
    text-transform: lowercase;
    font-size: 18px;
    margin-bottom: 10px;
    letter-spacing: 2px;
    }
    
    h3.recent{
    font-family: 'proxibold',sans-serif;
    display: block;
    text-align: center;
    font-weight: normal;
    text-transform: lowercase;
    font-size: 14px;
    margin-bottom: 5px;
    letter-spacing: 1.5px;
    border-top:3px double #999 ;
    padding: 15px 0;
    }
    
    a.to-page{
    font-size: 11px;
    display: inline;
    float:right;
    color: #eee;
    }
    
    a.to-page:after    {
	content:" →";
    color: #eee;
}
    
    h3.cat-name{
     font-family: 'proxibold',sans-serif;
    display: block;
    text-align: center;
    font-weight: normal;
    text-transform: lowercase;
    font-size: 14px;
    margin-bottom: 5px;
    letter-spacing: 1.5px;
    }
    
    .single #tag-list
    {
    	margin-top: 18px;
	line-height: 30px;
    	font-size: 18px;
    }
    
    .single #tag-list a
    {
    	color: #666;
    }
    
    .single #tag-list a:hover
    {
    	color: #000;
    }
    
#tag-list { text-transform: capitalize;
margin: 18px 0 0 0 }

#tag-list li {
height: 30px;
}

#tag-list li a:hover:after{
content:" →";
}

#recherche input[type="search"]#s,
#recherche textarea[type="search"]#s{ 
font-family: 'proxibold',sans-serif;
font-size: 20px;
font-weight: normal;
line-height: 18px;
width : 148px;
border: 0 !important;
margin : 0 0 0 -5px !important;
padding: 2px 0 2px 5px !important;
-webkit-appearance: none;

}

#recherche input[type="search"]#s:hover,
#recherche textarea[type="search"]#s:hover{
-webkit-box-shadow:0 0 8px #ddd inset;
-moz-box-shadow:0 0 8px #ddd inset;
box-shadow:0 0 8px #ddd inset;
}

#recherche textarea[type="search"]#s{
height: 40px;
 resize: none;
}

#recherche input[type="submit"]#searchsubmit
{
	width: 30px;
	height: 30px;
	border: 0;
	margin: 0 0 0 -40px;
	padding: 0;
	position: absolute;
	color: transparent;
	background-image: url("images/loupe.svg");
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	opacity : 0.3;
	-webkit-transition: opacity 2s ease;
	-moz-transition: opacity 2s ease;
	-o-transition: opacity 2s ease;
	transition: opacity 2s ease;
}

#recherche #searchform:hover input[type="submit"]#searchsubmit{
opacity : 1;
}

#header input[type="submit"]#searchsubmit
{
	width: 26px;
	height: 26px;
	border: 0;
	margin: -4px 0 0 -40px;
	padding: 0;
	position: absolute;
	color: transparent;
	background-image: url("images/loupe.svg");
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0% 0%;
	opacity : 1;
	-webkit-transition: opacity 2s ease;
	-moz-transition: opacity 2s ease;
	-o-transition: opacity 2s ease;
	transition: opacity 2s ease;
	-moz-transform :scale(0.7);
	transform :scale(0.7);
	
}
#header input[type="search"]#s{
font-family: 'proxibold',sans-serif;
    font-size: 13px;
    letter-spacing: 0.5em;
    line-height: 17px;
    text-transform: uppercase;
    border: 0px;
    padding: 2px 0 2px 3px;
	margin: -2px 0 0px -3px;
}

/*#header input[type="search"]#s:hover,
body.search #header input[type="search"]#s
{
-webkit-box-shadow:0 0 8px #ddd inset;
-moz-box-shadow:0 0 8px #ddd inset;
box-shadow:0 0 8px #ddd inset;
}*/

.search-no-results #content p#oops,
.error404 #content p#oops{
	font-size: 18px;
    font-weight: lighter;
    line-height: 1.2;
    margin: 18px 0;
    padding: 0 310px;
    text-align: center;
}




#wrapper {
    position:relative;
    z-index:1;
    width:100%/* your desired width, auto and 100% are fine */;
    height:auto/* element height */;
    overflow:/* hidden|auto|scroll */;
}

.wpcf7{
float: left;
width: 390px
}

.wpcf7 p{
margin-bottom: 18px;
}

#share-button{
    border-top: dotted 1px rgba(255, 255, 255, 0.7);
    color: #eee;
	font-size: 11px;
    margin-top: 5px;
    padding-top: 5px;
    cursor: pointer;
}


/*
.single .ngg-gallery-thumbnail a.thickbox[title$="VENDU"] img{
opacity: 0.5;
}
*/


.sold{
background-color: rgba(255, 20, 0, 0.75);
    border-radius: 15px;
    top:50%;
    color: transparent;
    left: 50%;
    position: absolute;
    width: 20px;
    height: 20px;
    z-index: 1;
    margin: -10px 0 0 -10px;
}

.single .ngg-gallery-thumbnail a.thickbox img{
-moz-transition: 1s opacity ease;
-webkit-transition: 1s opacity ease;
transition: 1s opacity ease;
}

.single .ngg-gallery-thumbnail a.thickbox img:hover{
opacity:1 !important;
}

.post-37 .entry-content p {
margin-bottom: 7px;
}


.page h4{
font-size: 17px;
font-weight: normal;
color: #222;
margin-top: 5px:
}

.page #credit{
	border-top-color: #999999;
    border-top-style: solid;
    border-top-width: 1px;
    font-size: 11px;
    font-weight: normal;
    line-height: 1.5;
    margin-top: 15px;
    padding-top: 17px;
    text-align: center;
}

.ngg-navigation span.current{
display:none!important;
}

.wizard > .content > .body{
	position:inherit!important;
}
































