body {
	margin: 0;
	padding: 0;
	background: #4c4c4c;
	font-family: "Verdana", "Georgia", "Baskerville";
	color: #666;
}

a {
	color: #5f5f5f;
}

img {
	border: 0;
}


#menu {
	background-color: #191919;
	height:20px;
	border-bottom: 2px solid #373737;
}

#menu ul {
	width: 950px;
	margin: 0 auto;
	padding: 0;
	bottom: 0;
	left: 0;
	list-style: none;
}

.double-right-sidebar #menu ul {
	width: 947px;
}

#menu ul li {
	float: left;
}

#menu .page_item a {
	display: block;
	padding-right: 40px;
	line-height: 3.0em;
	color: #868686;
	text-decoration: none;
}

#menu .current_page_item a, #menu .page_item a:hover {
	color: #fff;
}



#header-wrap {
	background: url(http://www.laurentbourrelly.com/images/header-repeat.jpg) repeat-x center top;
}

#header {
	height: 230px;
	background: url(http://www.laurentbourrelly.com/images/header.png) no-repeat center;
}

.no-sidebar div #header {
	background-image: url(http://www.laurentbourrelly.com/images/header-no-sidebar.jpg);
}

.double-right-sidebar div #header {
	background-image: url(http://www.laurentbourrelly.com/images/header-double-sidebar.jpg);
}

#header div {
	width: 980px;
	margin: 0 auto;
}

.double-right-sidebar #header div {
	width: 947px;
}



#header a {
	font-family: "Ubuntu", Serif;
	margin: 0;
	color: #E4E4E4;
	text-decoration: none;
	word-spacing: 0.041em;
	letter-spacing: 0.04em;
	font-weight: 650;
	font-size:50px;
	text-shadow: #000 0 4px 5px;
	float: left;
	padding-left:220px;
	padding-top:30px;
}

#blog-description {
	font-family: "Ubuntu", Serif;
	float: left;
	margin: 0;
	font-size:22px;
	color: #E4E4E4;
	font-weight: 300;
	letter-spacing: 0.17em;
	word-spacing: 0.14em;
	text-shadow: #000 0 4px 5px;
	padding-left:220px;
	padding-top:10px;
}



#content-container {
	background: #f3f4ee url(http://www.laurentbourrelly.com/images/body.jpg) repeat-y center top;
}

.no-sidebar div #content-container {
	background-image: url(http://www.laurentbourrelly.com/images/body-no-sidebar.jpg);
}

.double-right-sidebar div #content-container {
	background-image: url(http://www.laurentbourrelly.com/images/body-double-sidebar.jpg);
}

#content {
	width: 980px;
	margin: 0 auto;
}

.double-right-sidebar #content {
	width: 947px;
}

#body {
	float: left;
	width: 580px;
	padding-left: 35px;
	padding-right: 10px;
	font-size: 0.8em;
	line-height: 1.6em;
}

.no-sidebar div div #body {
	width: 760px;
	float: none;
}



#sidebar {
	float: right;
	font-size: 0.8em;
	width: 270px;
	position: relative;
	left: -15px;
}


#footer-wrap-outer {
	margin-top: -51px;
	background: #4c4c4c url(http://www.laurentbourrelly.com/images/footer-repeat.jpg) repeat-x center top;
}

#footer-wrap {
	width: 100%;
	background: url(http://www.laurentbourrelly.com/images/footer.jpg) no-repeat center top;
	padding-top: 91px;
	padding-bottom: 30px;
}

.no-sidebar div #footer-wrap {
	background-image: url(http://www.laurentbourrelly.com/images/footer-no-sidebar.jpg);
}

.double-right-sidebar div #footer-wrap {
	background-image: url(http://www.laurentbourrelly.com/images/footer-double-sidebar.jpg);
}

#footer {
	width: 800px;
	margin: 0 auto;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 90px;
	min-height: 30px;
}

/

h1 {
	font-size: 1.6em;
	font-weight: bold;
	font-style: normal;
	color: #3b3b3b;
	margin-top: 10px;
	margin-bottom: 0.5em;
}

h1 a {
	text-decoration: none;
	color: #3b3b3b;
}
h2 {
	font-size: 1.3em;
	font-weight: bold;
	font-style: normal;
	color: #3b3b3b;
	margin-top: 10px;
	margin-bottom: 0.5em;
}

h2 a {
	text-decoration: none;
	color: #3b3b3b;
}

h3 {
	font-size: 1.1em;
	font-weight: bold;
	font-style: normal;
	color: #3b3b3b;
	margin-top: 10px;
	margin-bottom: 0.5em;
}

h3 a {
	text-decoration: none;
	color: #3b3b3b;
}

h4 {
	font-size: 1.1em;
	font-weight: bold;
	font-style: normal;
	color: #3b3b3b;
	margin-top: 10px;
	margin-bottom: 0.5em;
}

h4 a {
	text-decoration: underline;
	color: #3b3b3b;
}


.metadata {
	margin-top: 40px;
	text-align: center;
	font-size: 0.7em;
	color: #797979;
}

.metadata a {
	text-decoration: none;
}

.hr {
	clear: both;
	border: 0;
	background-image: url(http://www.laurentbourrelly.com/images/hr.jpg);
	color: #f8faf7;
	background-color: #f8faf7;
	width: 426px;
	height: 121px;
	margin: -8px auto 0;
}

.hr hr {
	display: none;
}

.aligncenter, div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
  	float: left;
}

.alignright {
   float: right;
}

.clear {
	clear:both;
}


input.text {
	width: 200px;

	padding: 5px;
	border: 1px solid #f2f2f2;
}

textarea {
	width: 410px;
	height: 100px;
	margin: 0;
	padding: 5px;
	border: 1px solid #f2f2f2;
}


.sidebar a {
	color: #9f9f9f;
}

.sidebar ul, .sidebar ul ol {
	margin: 0;
	margin-right:15px;
	padding: 0;
}

.sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 25px;
}

.sidebar ul p, .sidebar ul select {
	margin: 5px 0 8px;
}

.sidebar ul ul, .sidebar ul ol {
	margin: 5px 0 0 10px;
}

.sidebar ul ul ul, .sidebar ul ol {
	margin: 0 0 0 10px;
}

ol li, .sidebar ul ol li {
	list-style: decimal outside;
}

.sidebar ul ul li, .sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}


.sidebar #searchform div {
	background-image: url(http://www.laurentbourrelly.com/images/searchform.jpg);
	width: 226px;
	height: 49px;
	margin-left: -7px;
}
.sidebar #searchform div #s {
	border: 0;
	margin-top: 14px;
	margin-left: 19px;
	width: 149px;
	height: 16px;
	color: #909090;
	font-size: 1.0em;
	outline: none;
}
.sidebar #searchform div #searchsubmit {
	border: 0;
	background: none;
	width: 39px;
	height: 26px;
	margin-left: 4px;
	overflow: hidden;
	cursor: pointer;
	font-family: "Verdana", "Georgia", "Baskerville", serif;
	color: #333333;
	letter-spacing: 2px;
	font-size: 0.9em;
	font-weight:bold;
	text-transform: uppercase;
}


#footer .legal, #footer .credit {
	color: #999999;
}

#footer .legal {
	float: left;
	margin-left: -70px;
}

#footer .credit a {
	text-decoration: none;
}

#footer .credit {
	float: right;
}



#footer {
	font-size: 0.8em;
	line-height: 1.1em;
}

#footer a {
	color: #ccc;
}

.vcard {
	visibility:hidden;
}
.feedtitle {
	font-size: 1.1em;
	font-weight: bold;
	font-style: normal;
	color: #3b3b3b;
	margin-top: 10px;
	margin-bottom: 0.5em;
}

.feedtitle a {
	text-decoration: underline;
	color: #3b3b3b;
}
