﻿/*
Theme Name: Le Pain Des Roseaux
Theme URI: http://lepaindesroseaux.com
Description: Thème créé pour la boulangerie du pain des roseaux
Version: 1.0
Author: Grégory Fontaine
Tags: two columns,
*/

body {
  margin: 0;
  text-align: center;
  padding: 0;
  background: #660000 url(images/img01.gif) repeat-x scroll left top;
  font-size: 13px;
  color: #ffffff;
}
body, th, td, input, textarea, select, option {
  font-family: Arial,Helvetica,sans-serif;
}
h1, h2, h3 {
  	font-style: italic; 
	font-family: Palatino Linotype;
	font-weight: normal;
	color: #ffffff;
}
h1 {
  letter-spacing: -2px;
  font-size: 3em;
}
h2 {
  letter-spacing: -1px;
  font-size: 2em;
}
h3 {
  font-size: 1em;
}
p, ul, ol {
  line-height: 150%;
}
blockquote {
  padding-left: 1em;
}
blockquote p, blockquote ul, blockquote ol {
  line-height: normal;
  font-style: italic;
}
a {
  color: #ffea6f;
}
a:hover {
  text-decoration: none;
}
img {
  border:  none;
}
#fullpage {
	margin-left: auto; 
	margin-right: auto; 
	width: 830px;
	text-align: left;
}

#header {
  margin: 0 auto;
  background: transparent url(images/img02.jpg) no-repeat scroll center 0px;
  width: 830px;
  height: 280px;
  color: #660000;
}
#logo {
  background: transparent url(images/img07.gif) no-repeat scroll 20px 65%;
  height: 170px;
  margin-top: -16px;
}
#logo h1 {
	padding: 60px 40px 0 70px;
	float: left;
	letter-spacing: -2px;
	font-size: 32px;
	text-align: center; 
	font-style: italic; 
    font-family: Palatino Linotype;
	color: rgb(153, 0, 0); 
}

#gallery {
  margin: 0 auto;
  clear: both;
  width: 830px;
  height: 300px;
}
#top-photo h2 {
  height: 1.4em;
  font-size: 1em;
}
#top-photo p {
  margin: 0;
  padding: 0 0 10px;
}
#menu {
 text-align: center;
  width: 830px;
  height: 70px;
}

#menu ul {
  margin: 0;
  padding-left: 10px;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
  line-height: 200%;
  text-align: center;
}
#menu li {
  display: inline;
}
#menu a {
  display: block;
  float: left;
  width: 120px;
  height: 73px;
  padding-top: 33px;
  text-transform: lowercase;
  text-decoration: none;
  text-align: center;
  letter-spacing: -1px;
  font-size: 20px;
  color: #ffffff;
  font-style: italic; 
  font-family: Palatino Linotype;
}
#menu a:hover {
  background: transparent url(images/img09.png) no-repeat scroll 0% 30px;
  color: #ffffff;
}
#menu .current-cat a {
  background: transparent url(images/img09.png) no-repeat scroll 0% 30px;
  color: #372412;
}
#menu .current-cat-parent a {
  background: transparent url(images/img09.png) no-repeat scroll 0% 30px;
  color: #372412;
}
#page {
  margin: 0 auto;
  padding: 20px 0;
  width: 830px;
}
#content {
  float: left;
  width: 532px;
}
.post {
  padding: 0 0 20px;
}
.title {
  border-bottom: 2px solid #4a3903;
  margin: 0;
}
.byline {
  margin: 0;
}
.entry {
	font-style: italic; 
	font-family: Palatino Linotype;
}
.aligncenter{
	text-align: center;
}
.meta {
  border-top: 1px solid #4a3903;
  text-align: right;
  color: #646464;
}
.meta a {
  background: transparent url(images/img06.gif) no-repeat scroll left center;
  padding-left: 15px;
  font-weight: bold;
}
#sidebar {
  float: right;
  width: 240px;
}
#sidebar ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
}
#sidebar li {
}
#sidebar li ul {
  padding: 15px 0;
}
#sidebar li li {
	border-bottom: 1px dotted #4a3903;
	background: transparent url(images/img06.gif) no-repeat scroll 15px 50%;
	padding-left: 30px;
  	font-style: italic; 
	font-family: Palatino Linotype;
	font-size: 18px;
}
#sidebar h2 {
  border-bottom: 2px solid #4a3903;
  margin: 0;
  padding: 20px 0 2px 30px;
  background: transparent url(images/img05.gif) no-repeat scroll left bottom;
}
#sidebar a {
  text-decoration: none;
}
#sidebar a:hover {
  text-decoration: underline;
}

/* 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) */

img.aligncenter  {
	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 Images */

#footer {
  border-top: 3px solid #e8ad35;
  padding: 20px 0;
  background: #ffea6f none repeat scroll 0% 50%;
  clear: both;
  text-align: center;
  font-size: smaller;
  color: #e8ad35;
}
#footer a {
  color: #c28c21;
}

