/*
Theme Name: Brasserie
Theme URI: http://manonatelier.com/
Description: Fench bistro custom theme.
Version: 1.0
Author: Manon Michel
Author URI: http://manonatelier.com/
Tags: dark, colorful, custom header, fixed width, two columns, widgets
*/

/* @group Typography HTML */

body {
font-size: 68%;
font-family: Arial, Helvetica, Geneva, sans-serif;
color: #452210;
text-align: left;
}

code {
font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, 
abbr, 
span.caps {
font-size: 0.9em;
letter-spacing: .07em;
}

a {
color: #d21511;
text-decoration: none;
}

a:hover {
color: #f84510;
text-decoration: none;
}

a:visited {
color: #b0100a;
text-decoration: none;
}

small {
font-size: 0.9em;
line-height: 1.5em;
color: #737373;
}

/* @end */

/* @group Typography STRUCTURE */

#page {
text-align: left;
}

#footer {
border: none;
}

#footer p {
text-align: center;
}

/* @end */

/* @group Typography HEADER */

#headerimg .description {
font-size: 1.2em;
text-align: center;
}

h1,
h2,
h3 {
font-weight: bold;
text-transform: uppercase;
color: #891e08;
text-align: left;
}

h1 {
font-size: 4em;
}

h2 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 1.6em;
}

#content h2 {
font-size: 6em;
color: #d3cfbd;
line-height: .9em;
text-align: center;
}

#content h2 a {
color: #d3cfbd;
}

#content h2 a:hover {
color: #891e08;
}

#content.cats h2 {
font-size: 2em;
text-align: left;
}

#sidebarwrap h2,
#sidebarwrap2 h2 {
font-size: 1.3em;
color: #978e41;
text-transform: uppercase;
font-weight: normal;
font-style: normal;
}

h3 {
font-size: 1.3em;
}

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;
}

/* @end */

/* @group Typography CONTENT */

#content {
font-size: 1em;
line-height: 1.7em;
}

#content.contact {
text-align: left;
}

#content.contact .entry #mmf-f1-p116-o1 form,
#content.contact .entry #mmf-f3-p124-o1 form {
text-align: center;
}

#content.contact .entry form p span.formlabel {
font-weight: bold;
}

.entry {
font-size: 1.2em;
}

.entry a:hover {
color: #f84510;
text-decoration: none;
}

.postmetadata {
text-align: left;
}

.postmetadata p {
margin: 0 0 10px 0;
}

.thread-alt {
background-color: #f8f8f8;
}

.thread-even {
background-color: white;
}

.depth-1 {
border: 1px solid #ddd;
}

.even, 
.alt {
border-left: 1px solid #ddd;
}

small, 
.nocomments, 
.postmetadata, 
blockquote, 
strike {
color: #777;
}

a.piclenselink {
font-size: .8em;
}

a.more-link,
a.more-link p.serif {
font-style: italic;
font-size: .9em;
}

/* @end */

/* @group Typography COMMENTS */

.commentlist li, 
#commentform input, 
#commentform textarea {
font-size: 0.9em;
}

.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 {
}

.commentmetadata {
font-weight: normal;
}

/* @end */

/* @group Typography SIDEBARS */

#topnav {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 1.2em;
color: #836f4e;
}

#topnav a {
color: #836f4e;
text-decoration: none;
}

#topnav a:hover {
color: #fff;
text-decoration: none;
}

#sidebarwrap,
#sidebarwrap2 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 1.1em;
text-align: left;
line-height: 1.5em;
color: #9e9468;
font-style: italic;
}

#sidebarwrap a,
#sidebarwrap2 a {
font-family: Arial, Helvetica, Geneva, sans-serif;
color: #891e08;
text-decoration: none;
display: block;
font-style: normal;
}

#sidebarwrap a:hover,
#sidebarwrap2 a:hover {
color: #f00f0e;
font-weight: bold;
}

#legalcopy {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 1em;
line-height: 1.5em;
}

/* @end */

/* @group Typography FORMS */

#content.contact .entry .wpcf7 p {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: .9em;
font-style: italic;
color: #333;
}

/* @end */

/* @group Structure */

* {
margin: 0;
padding: 0;
outline: none;
}

html, body {
height: 100%;
}

body {
background: #e2d296 url(images/bg-body.jpg) repeat 0 0;
color: #2c0f02;
}

/* HEADER */

#header {
width: 347px;
height: 184px;
margin: 0;
padding: 0;
top: 0;
right: 0;
position: fixed;
}

#headerimg {
background: transparent url(images/logo.png) no-repeat 0 0;
margin: 0;
width: 347px;
height: 184px;
}

#headerimg a {
display: block;
width: 347px;
height: 184px;
}

#headerimg a span {
display: none;
}

/* CONTENT */

#page {
margin: 0;
padding: 70px 0 0 0;
width: 100%;
}

#contentwrap {
float: left;
width: 70%;
margin: 0;
padding: 0;
}

.contentinner {
margin: 0;
padding: 0 0 200px 0;
}

#content {
background: #ede8d1 url(images/illus-frontresto.jpg) no-repeat center 0;
margin: 0 0 0 20px;
padding: 335px 40px 50px 40px;
border: 1px solid #fff;
overflow: hidden;
}

.post {
margin: 0 0 50px 0;
text-align: justify;
}

.entry p {
margin: 0 0 20px 0;
}

.post hr {
display: none;
}

.postmetadata {
margin: 10px 0;
clear: both;
}

.tags {
background: transparent url(images/icn-tag.png) no-repeat 0 0;
padding-left: 20px;
}

.smallattachment {
text-align: center;
float: left;
width: 128px;
margin: 5px 5px 5px 0px;
}

.attachment {
text-align: center;
margin: 5px 0px;
}

/* CUSTOM PRIX FIXE */

#content.contact .entry #mmf-f1-p116-o1 form,
#content.contact .entry #mmf-f3-p124-o1 form,
#content.contact .entry form .prixfixe table {
background-color: #dad4c0;
border: 5px double #ede8d1;
padding: 20px 25px 35px 25px;
margin: 0 auto;
width: 90%;
}

#content.contact .entry .prixfixe h3,
#content.contact .entry .prixfixe p {
margin: 20px 0 10px 0;
padding: 0 5%;
}

#content.contact span.mmf-list-item {
display: block;
}

#content.contact td {
padding: 8px 5px;
vertical-align: top;
}

#content.contact .entry p {
margin: 20px 0;
}

#content.contact .entry .addtoany_share_save_container {
display: none !important;
}

/* HOMEPAGE */

#contentwrap.homepage {
width: 100%;
float: none;
}

#contentwrap.homepage .contentinner {
background-image: none;
width: 100%;
margin: 0;
padding: 0;
}

#contentwrap.homepage #content {
background-image: none;
background-color: transparent;
width: 100%;
margin: 0;
padding: 0;
border: none;
}

#contentwrap.homepage #content .fifasticker {
background: transparent url(images/sticker-wc2010.png) no-repeat 0 0;
width: 300px;
height: 305px;
right: 0;
top: 150px;
position: absolute;
}

#contentwrap.homepage #content .entry p img {
max-width: 100%;
height: 100%;
}

#contentwrap.homepage .entry .addtoany_share_save_container {
display: none;
}

/* FOOTER */

#footer {
width: 70%;
padding: 0;
margin: 0;
}

#footer p {
margin: 0;
padding: 0;
}

#stain1 {
background: transparent url(images/stain1.jpg) no-repeat 0 0;
width: 401px;
height: 562px;
top: 100px;
right: 50px;
position: fixed;
z-index: -9999;
}

#illus-plate {
background: transparent url(images/illus-plate.png) no-repeat 0 0;
width: 139px;
height: 271px;
right: 0;
bottom: 20px;
position: fixed;
}

#illus-poster1 {
background: transparent url(images/illus-poster1.png) no-repeat 0 0;
width: 126px;
height: 141px;
left: 710px;
top: 0;
position: fixed;
}

#illus-poster2 {
background: transparent url(images/illus-poster2.png) no-repeat 0 0;
width: 160px;
height: 151px;
left: 580px;
top: -20px;
position: fixed;
}

/* @end */

/*	@group Headers */

h1 {
padding: 0;
margin: 0;
}

h2 {
margin: 0;
}

#content.contact h2 {
margin: 0 0 20px 0;
}

#content h2 {
padding: 0 0 40px 0;
clear: both;
overflow: hidden;
}

#content.cats h2 {
padding: 0 0 10px 0;
}

#contentwrap.homepage #content h2 {
display: none;
}

h3 {
padding: 0;
margin: 30px 0 0;
}

h3.comments {
padding: 0;
margin: 40px auto 20px;
}

/* @end */

/* @group 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;
}

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 Lists */

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;
}

ul, 
ul ol {
margin: 0;
padding: 0;
}

ul li {
list-style-type: none;
list-style-image: none;
margin-bottom: 15px;
}

ul p, 
ul select {
margin: 5px 0 8px;
}

ul ul, 
ul ol {
margin: 5px 0 0 10px;
}

ul ul ul, 
ul ol {
margin: 0 0 0 10px;
}

ol li, 
ul ol li {
list-style: decimal outside;
}

ul ul li, 
ul ol li {
margin: 3px 0 0;
padding: 0;
}

ul li,
ul li {
list-style-type: none;
list-style-image: none;
}

ul li {
margin: 0 0 20px 0;
}

ul ul li {
margin: 0;
}

/* @end */

/* @group Form Elements */

#searchform {
margin: 10px auto 0 auto;
padding: 5px 3px;
text-align: center;
}

#searchform #s {
width: 108px;
padding: 2px;
}

#searchsubmit {
padding: 1px;
}

.entry form {
/* This is mainly for password protected posts, makes them look better. */
text-align: left;
}

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 Sidebar */

/* TOPNAV */

#topnav {
background-color: #4a0404;
border-bottom: 1px solid #62251d;
width: 100%;
height: 70px;
top: 0;
left: 0;
position: absolute;
}

#topnav #sidebar1 ul {
height: 70px;
padding: 0 0 0 20px;
margin: 0;
}

#topnav #sidebar1 ul li {
float: left;
border-right: 1px solid #62251d;
}

#topnav #sidebar1 ul li a {
height: 30px;
display: block;
padding: 40px 10px 0 10px;
}

#topnav #sidebar1 ul li a:hover {
background-color: #000;
height: 30px;
display: block;
padding: 40px 10px 0 10px;
}

/* SIDEBARWRAP */

#sidebarwrap {
float: left;
width: 22%;
padding: 100px 0 0 0;
}

#sidebarinner {
margin: 0;
padding: 0;
}

#sidebar2,
#sidebar3,
#sidebar4,
#legalcopy {
padding: 0 0 20px 40px;
margin: 0;
}

#sidebar2 ul li,
#sidebar3 ul li,
#sidebar4 ul li {
list-style-position: inside;
margin: 0 0 0 -10px;
}

#sidebar3 ul li,
#sidebar4 ul li {
margin-bottom: 20px;
}

#sidebar3 ul li ul li,
#sidebar4 ul li ul li {
margin-bottom: 5px;
}


#sidebar3 ul li#flickr-feed-gallery img {
border: 6px double #e2d296;
padding: 2px;
background-color: #f1e6c4;
}

#sidebar1 h2.widgettitle {
display: none;
}

#sidebar1 form,
#sidebar2 form,
#sidebar3 form.
#sidebar4 form {
margin: 0;
}

ul.xoxo {
margin-bottom: 15px;
}

#legalcopy p {
margin-bottom: 10px;
}

#legalcopy a:hover {
border: none;
}

#sidebar2 ul li#sp_image-3.widget {
margin-bottom: 20px;
margin-left: -28px;
}

#sidebar7 {
bottom: 0;
right: 100px;
position: absolute;
}

/* SIDEBARWRAP2 */

#sidebarwrap2 {
width: 80%;
margin: 20px auto 0 auto;
padding: 0;
}

#sidebar5 {
width: 30%;
float: left;
}

#sidebar5 {
padding: 0 60px 20px 0;
margin: 0;
}

#sidebar5 ul li,
#sidebar6 ul li {
list-style-position: inside;
margin: 0 0 0 -10px;
}

#sidebar5 ul li,
#sidebar6 ul li {
margin-bottom: 20px;
}

#sidebar5 ul li ul li,
#sidebar6 ul li ul li {
margin-bottom: 5px;
}

#sidebar5 form,
#sidebar6 form {
margin: 0;
}

#sidebar6 {
background: transparent url(images/illus-drawing1.jpg) no-repeat 0 100%;
width: 45%;
float: left;
padding: 0 0 200px 0;
}

/* @end */

/* @group Comments */

.alt {
margin: 20px 0;
}

.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 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;
}

.hidden {
display: none;
}

hr {
display: none;
}

a img {
border: none;
}

.navigation {
display: block;
text-align: center;
margin-top: 10px;
margin-bottom: 60px;
}

.addtoany_share_save_container a {
border: none;
}

.clear {
clear: both;
}

/* @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 */

/* "That's all folks!" */