html {
	/*	background: white url("http://peinturefraiche.ca/img/background.jpg") repeat-x top;*/
}

body {
	color: #333;
	font-size: 75%;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
	font-size-adjust: none;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1.5em; /* 18px */
}

html>body {
	font-size: 12px;
}

p {
	color: #333;
	margin: 0 0 1.5em 0; /* 18px */
}

em {
	font-style: normal;
	color: #E59DB3;
}

hr {
	color: #EEE;
	height: 1px;
}

th, td {
	border: none;
	padding: 0;
}

/* HEADING */

h1,
h2,
h3 {
	color: black;
	font-weight: normal;
	margin: 0;
}

h1 {
	font-size: 2.5em; /* 30px */
	line-height: 1.2em; /* 36px */
	font-weight: bold;
	padding: 0 0 0.6em;
}

h2 {
	font-size: 1em; /* 12px */
	line-height: 1.5em; /* 18px */
	font-weight: bold;
	margin-top: 1.5em;
	/*	background: url("http://10.0.2.2/~georges/peinturefraiche/img/topheaderbg.png") repeat-x bottom;*/
}

fieldset {
	margin-bottom: 0;
}

.price,
.email {
	color: black;
	font-weight: bold;
}

/* LAYOUT */

#hd {
	margin-bottom: 1.5em;
}

#ft {
	margin-top: 1.5em; /* 18px */
	padding: 0 1.5em 3em 1.5em; /* 0 18px 36px 18px */
}

/* IMAGE */

a.icon:hover img {
	border: 0;
	border-bottom: none;
}

img.large,
img.medium,
img.small {
	background-color: white;
	border: 3px solid #DDD;
}

img.large {
	width: 700px;
	height: auto;
}

img.medium {
	width: 155px;
	height: 155px;
}

img.small {
	height: 50px;
	width: auto;
}

/* LINK */

a {
	color: #08C;
	text-decoration: none;
	/*	border-bottom: 1px solid;*/
	position: relative;
}

.tweet a {
	color: #999;
}

a:hover {
	/*	border-bottom: none;*/
	border-bottom: 1px solid;
}

a.img {
	border-bottom: none;
}

.item a.img {
	display: block;
}

.item a:hover img {
	border: 3px solid #08C;
}

a.title {
	border-bottom: none;
}

/* MISC */

.header {
	height: 9em;
	margin-left: -30px;
}

.hidden {
	display: none;
}

.sub {
	color: #999;
	font-size: 2em; /* 24px */
	line-height: 1.5em; /* 36px */
	padding-bottom: 0.75em; /* 18px */
/*	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;*/
}

.quiet {
	/*	font-size: 0.9em;*/
	color: #999;
}

.error {
	color: red;
}

.blue {
	background: #E1F2FC none repeat scroll 0 0;
	border-bottom: 1px solid #CBDCE9;
	border-top: 1px solid #CBDCE9;
	color: #587D92;
	padding: 0.5em;
}

.contact {
	float: right;
}

.icon {
	height: 1.5em;
	vertical-align: middle;
	display: none;
}

.footer ul {
	margin: 0;
	float: left;
}

.nav {
	color: #999;
	border-bottom: 0.083em solid #DDD; /* 1px */
	margin-bottom: 0.75em; /* 9px */
	padding-bottom: 0.666em; /* 8px */
}

.stat {
	color: #999;
	float: right;
}

ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
}

ul li {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	border-bottom: 0.083em solid #DDD; /* 1px */
}

ul li.padded {
	padding: 0.75em 0 0.667em 0; /* 9px 0 8px 0 */
	color: #999;
}

.menu a {
	display: block;
	padding: 0.75em 0 0.667em 0; /* 9px 0 8px 0 */
	padding: 0.7em 0 0.717em;
}

.menu a:hover {
	border: none;
}

.menu a:hover .label {
	border-bottom: 1px solid;
}

.less,
.more {
	cursor: pointer;
}

.tools {
	text-align: right;
}

strong {
	color: black;
	font-weight: bold;
}

/* ITEMS */

.items .item {
	float: left;
	margin: 0 0 1.5em 1.5em; /* 0 0 18px 18px */
}

.items {
	margin-top: 1.5em; /* 18px */
	display: inline-block;
}

/* PAGINATION */

.pagination a {
	padding: 2px 6px;
	border: 1px solid #DDD;
}

.pagination a:hover {
	background-color: #08C;
	color: white;
	border: 1px solid #DDD;
}

.breadcrumb {
	color: #999;
}

.tools {
	padding-top:1.5em;
}