/*
Theme Name: Transat
Theme URI: http://lichencommunications.com/
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* =Layout
-------------------------------------------------------------- */


body {
	color: #757677;
	font-family: Georgia, "Century Gothic", serif;
	font-size: 12px;
}

#conteneur-header {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}

#conteneur {
	width: 365px;
	margin-left: auto;
	margin-right: auto;
	
}

#menu-header {
	margin-right: 115px;
	
	}

#menu-header li .page_item{
	font-size: 2em;
	padding: 0.35em 0em;
	border-bottom: #757677 1px solid;
}
#menu-header ul{
border: none;
}

#menu-header li .current_page_item a {
	color: #231F20;
}

p {
	margin: 0.5em 0em;
	line-height: 1.25em;
}

#main p {
	color: #231F20;
}

#main {
	margin: 2.8em 0em;
}

hr { border: none; border-bottom: 1px #757677 solid; margin-bottom: 1.5em; }

a {	color: #757677;	text-decoration: none;}
a:hover {	color: #231F20;	}


#bt-header {
	float: right;
	width: 40px;
	height: 200px;
}

.bt-h {
	margin: 0.8em 0em 1.6em 0;	
}

h4 {
	font-size: 2em;
	font-weight: bold;
	line-height: 0.8em;
}

#logo-footer {
	margin: 1.25em 0em 0.25em 0;
}

/* Blog - Carnet */

.entry-title {
	color: #231F20;
	margin: 0.2em 0;
}

.p-date { }
.p-tags {
}

#nav-above {
	margin-top: 2.5em;
}

