/*
Theme Name: AC Matiere
Theme URI: http://www.acmatiere.fr
Description: red & grey for acmatiere
Author: U. Uhlig
Author URI: http://www.curlybracket.net
*/

* {
	margin:0;
	padding:0;
}

body {
	font: 12px  Helvetica, Arial, Verdana, sans-serif;
 	color: #333;
	margin: 0;
	background: #eee;
}

img {
	border:none;
}

hr {
	visibility: hidden;
        clear: both;
        padding: 0.2em 0;
}

a {
	color:	#C20202;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.more-link {
	text-align: right;
	display: block;
	color: #333;
}

blockquote {
        border-left: 10px solid #eee;
        padding: 0 1em;
}
table {
        border: none;
}
img.alignright {
        float: right;
        margin: 0 0 0.35em 0.5em;
}

img.alignleft {
        float: left;
        margin: 0 0.35em 0.5em 0;
}

.clear { clear:both; }
/*************************************
* Homepage
*************************************/
#home {
      text-align: center;
      color: #ccc;
}
#home #header h1 a {
      margin : auto;
}
#home #wrap {
      margin: 0 auto;
      width: 1000px;
}
#home .container {
      background: #C20202;
}
.goto {
      float: left;
      width: 40%;
      margin: 25px auto 25px 95px;
      text-align: left;
      color: #fff;
}
.goto#paints-and-colours {
      margin-left: 300px;
}
.goto#paints-and-colours img {
      width: 100px;
      height: 100px;
}
.goto img {
      display: block;
      float: left;
      margin-right: 1em;
      border: 1px solid #fff;
      width: 130px;
      height: 130px;
}
.goto ul {
      margin-left: 145px;
}
.goto li {
      display: block;
      margin-bottom: 1em;
      background: url(images/fleche.gif) left 3px no-repeat;
      padding-left: 25px;
}
.goto a {
      color: #fff;
}

#adress {
	  padding: 0.3em 0.2em;
      color: #fff;
      background: #C20202;
      text-align: center;
}
/*************************************
* Structure
*************************************/
#wrap {
	text-align: left;
        width: 782px;
        margin: 0 20px 0;
        position: relative;
}
#container {
        border: 1px solid #666;
        border-top: 0;
        margin-left: 180px;
}
* html #container {
        margin-left: 177px;
        width: 600px;
        overflow: hidden;
}
#header {
	padding: 0 0 10px 0;
	position: relative;
        height: 190px;
        background: #C20202;
}
#header h2 {
display: none;
/*
        position: absolute;
        right: 0;
        bottom: 0;
	display: block;
	height: 28px;
        border: 0px solid #333;
	width: 600px;
        z-index: 2;
	background: url(images/banner.jpg) no-repeat;
*/
}
.english #header h2 {
	/*background: url(images/banner-en.gif) no-repeat;*/
}

#header h1 {
	font: 2em bold "Arial", "Helvetica", sans-serif;
	color: #fff;
	letter-spacing:-1px;
	padding: 10px 0 0 15px;
}

#header h1 a {
	display: block;
	height: 160px;
	width: 162px;
        background: url(images/logo-home.jpg) no-repeat;
}

h1 span, h2 span {display: none;}

#matieremois {
        position: absolute;
        right: 0;
        top: 0;
}
/*************************************
* Sidebar / Menus
*************************************/
#mainmenu {
        background: #333;
        padding: 5px;
/*        margin-bottom: 10px;*/
        text-align: right;
}
#mainmenu ul {
        list-style: disc;
}
#mainmenu li {
        display: inline;
        margin: 0 1em;
}
#mainmenu a {
        color: #ccc;
}
#mainmenu .current_page_item a, #mainmenu .current_page_ancestor a  {
        color: #fff;
        font-weight: bold;
}
#changelang {
        float: left;
}
#sidebar {
	width: 180px;
	float: left;
	margin: 0;
}
#sidebar ul {
	list-style: none;
}
#sidebar li {
        position: relative;
}
/*
#sidebar ul ul {
        display: none;
}
#sidebar ul li:hover ul {
        display: block;
        position: absolute;
        left: 160px;
        top: 0;
        width: 200px;
}*/
#sidebar a, #sidebar #infos li, ul.related a {
	padding: 5px;
	display: block;
        background: #C20202;
        border-bottom: 1px solid #eee;
	color: #fff;
        font-size: 0.9em;
}
#sidebar .menucouleur a { background: #A21F2D; }
#sidebar .menumatiere a { background: #7A3140; }
#sidebar .menuconseil a { background: #533F49; }

#sidebar a, ul.related a {
        text-transform: uppercase;
}
#sidebar a:hover {
	text-decoration:none;
	background: #333;
}
#sidebar ul li:hover a {
	background: #333;
}
#sidebar ul li:hover ul a:hover {
	background: #C20202;
}
#sidebar #infos a {
        background: none;
        padding: none;
        border: none;
        text-transform: none;
}
#sidebar img {
        border: 1px solid #333;
}
.current-cat, .current_page_item {
	font-weight: bold;
}
ul.related {
        margin: 0.2em 0 !important;
        padding: 0.5em 0;
}
ul.related li, ul.related a {
        display: inline;
}

* html #sidebar li {
        border: 1px solid #ccc; /* hack IE6 */
}
* html #sidebar a,
* html #sidebar #infos li,
* html ul.related a {
        border-bottom: none;
}
* html #sidebar li a,
* html #sidebar #infos li {
        width: 160px;
        overflow:hidden;
}
/*************************************
* Content
*************************************/
#content {
        padding-top: 10px;
}
* html #content {
        width: 590px;
}
#matieremois-bigimage {
        margin-top: -10px; /* inverse du padding de content */
        margin-bottom: 10px;"
}
#content ul,
#content ol,
#content blockquote {
	margin: 0.5em 0 0.5em 1.5em;
}
#content ul {
        list-style-position: inside;
        line-height: 1.4em;
}

#content p {
	padding: 0.5em 0;
	font-size: 1em;
        line-height: 1.3em;
}

#content ul li {
	margin: 0;
	list-style-type: disc;
}
/*************************************
* Post
*************************************/
.post {
	overflow: hidden;
/*        border: 1px dotted #333;
        background: #E4E4E4; */
	margin: 0 0 5px 0;
}
* html .post {
        width: 582px;
}
.entry {
	padding: 5px 10px;
}
.post h2 {
	font-weight: normal;
        font-size: 1em;
        text-transform: uppercase;
        clear: both;
}
.entry h2, .post h2 a {
	padding: 5px;
        margin-bottom: 0.7em;
        color: #fff;
        background: #666;
}

.post h2 a {
	display: block;
	text-decoration:none;
}

.post h2 a:hover {
        background: #333;
}

.post img {
	border: 1px dotted #333;
}
.post img.noborder {
	border: none;
}
.details {
        text-align: right;
        padding: 5px;
        clear: both;
}

.details a {
	color: red;
}
table.catalogue {
        text-align: center;
        width: 580px;
        font-style: italic;
}
table.catalogue td {
        padding-bottom: 0.2em;
        vertical-align: top;
}
table.catalogue em {
        font-size: 0.9em;
}
/*************************************
* Footer
*************************************/

#footer {
	background: #333;
	padding: 0.5em;
	color: #ccc;
        font-size: 0.9em;
        text-align: center;
}

#footer li {
        display: inline;
        margin-right: 0.5em;
}
/*************************************
* Search
*************************************/
.inputbox, .button {
	border: 1px solid #fff;
	background: #C20202;
	color: #fff;
	font-size: 0.85em;
}

.inputbox {
	padding: 1px 5px;
	width: 110px;
}

.button {
	display: inline;
	margin-left: 0.5em;
    cursor: pointer;
	padding: 0 2px;
}
.inputbox:focus, .button:hover {
	background: #333;
}

textarea {
        font-family: Arial, sans-serif;
        font-size: 1em;
}