/*   
Theme Name: Briere Light
Theme URI: http://www.brierearchitectes.com/
Description: a very light theme for a fullflash website
Author: Bruno Cheriaux
Author URI: http://www.cheriaux.net
Version: 2.0
*/
/* global */
* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	background-color: #E6E7E7;
	color: #252525;
	font-family: Helvetica, Verdana, 'Lucida Grande', Arial, sans-serif;
	font-size: 12px;
	height: 100%;
}

img {
	border: 0;
}

h1,h2,h3,h4,h5,big {
	font-family: Helvetica, Verdana, 'Lucida Grande', Arial, sans-serif;
	font-weight: bold;
	color: #b01e0f;
	margin: 5px 0 10px;
}

h1 {
	font-size: 20px;
	padding: 3px 3px 0px 3px;
	height: 100px;
}

h2 {
	font-size: 16px;
	color: #FFFFFF;
	background-color: #444444;
	padding:5px;
}

h3 {
	font-size: 16px;
	color: #444444;
}

h4 {
	font-size: 14px;
}

h5 {
	font-size: 18px;
	color: #888888;
	margin: 10px 0px 0px 0px;
}

h1 a,h2 a {
	color: #b01e0f;
	text-decoration: none;
}
p {
	margin:5px 0 10px;
}
a {
	color: #888888;
}

small {
	font-family: Helvetica, Verdana, 'Lucida Grande', Arial, sans-serif;
	font-size: 12px;
	color: #888888;
}

sub {
	font-size: 30px;
}

div.clearer {
	clear: both;
	height: 0px;
}

li {
	list-style-position: inside;
	list-style-type: disc;
}

.nobr {
	white-space: nowrap;
}

/* header */
div#header {
	float: left;
	margin-top: 0;
	margin-left: 0;
	width: 215px;
	height: 100%;
	min-height: 480px;
	background-color: #FFFFFF;
	position: fixed;
}

div#pageContent {
	float: left;
	margin-top: 0;
	margin-left: 215px;
	padding: 10px;
	width: 400px;
}

div#wrapper {
	width: 400px;
}

div#address {
	color: #888888;
	padding: 3px;
	position: absolute;
	bottom: 0px;
}

div#installFlash { 
	margin-bottom:10px ;
	width: 378px;
	background-color: #FFFFFF;
	padding: 10px;
	border: 1px solid #B01E0F;
	font-size: 14px;
	z-index: 100;
	font-weight: bold;
}

/* navigation */
ul#navigation {
	background-color: #FFFFFF;
	width: 209px;
	font-family: Helvetica, Verdana, 'Lucida Grande', Arial, sans-serif;
	font-size: 14px;
}

ul#navigation li {
	list-style: none;
	color: #888888;
	font-weight: bold;
}

ul#navigation li a {
	color: #888888;
	text-decoration: none;
	font-weight: bold;
	width: 209px;
	display: block;
	padding: 2px 3px;
}

ul#navigation li a:hover,ul#navigation li.current_page_item a,ul#navigation li.current-cat a
	{
	color: #FFFFFF;
	background-color: #b01e0f;
}

/* content */
div#content {
	width: 400px;
}

/* post */
div.postContent {
	float: left;
	display: inline;
	width: 394px;
}

div.postDescription {
	background-color: #FFFFFF;
	width: 394px;
	padding: 5px;
	margin: 5px 0px;
}

div.postGalleryImage,img.postGalleryImage {
	margin: 5px 0 0 0;
}

div.postGalleryImage img {
	background-color: #FFFFFF;
	border: 2px solid #FFFFFF;
}

div.postGallery ul {
	display: block;
	padding: 8px 0px;
}

div.postGallery li {
	display: inline;
	list-style: none;
	margin: 0px 5px 0px 0px;
}

a.postGalleryLink img {
	height: 44px;
	width: 64px;
	border: 2px solid #FFFFFF;
	padding: 1px;
}

a.postGalleryLink:hover img {
	border: 2px solid #999999;
}

div.postEndLine {
	clear: both;
	height: 0px;
	margin: 10px 0;
	border-top: 1px solid #888888;
	width: 405px;
}
