/* ### general ### */
* { margin: 0px; padding: 0px; }
html, body { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #8c806e; }
input, select, textarea { font-family: Arial; font-size: 12px; color: #8c806e; }
img { border: 0px; display: block; }
body { padding-top: 0px; }
a, input { outline: none; }
/* ### global classes ### */
.clear { clear: both; height: 0px; overflow: hidden; }

/* ### wrapper ### */
#wrapper { position: relative; display: block; width: 100%; min-height: 100%; }

/* ### main container ### */
#mainCntr {
	margin: 0 auto;
	width: 960px;
}

/* ### header container ### */
#headerCntr {
	position: relative;
	width: 960px;
	height: 185px;
}
#headerCntr h1 {
	position: absolute;
	top: 0px;
	left: 70px;
}
#headerCntr h1 a { display: block; width: 344px; height: 165px; text-indent: -9999px; background: url('../images/logo_liliane.png') no-repeat; }

/* ### content container ### */
#contentCntr {
	overflow: hidden;
	width: 960px;
}

/* ### left container ### */
#leftCntr {
	float: left;
	width: 196px;
	z-index: 10;
}

/* ### right container ### */
#rightCntr {
	float: right;
	width: 757px;
}

.textcontent {
	padding: 50px;
	padding-top: 35px;
	line-height: 175%;
}
#rightbox p em {
	font-style: italic;
	font-weight: bold;
	color: #e20061;
}
#rightbox p {
	line-height: 20px;
	display: block;
	padding-bottom: 20px;
	width: 180px;
	float: right;
}
#rightbox p a {
	color: #c58637;
	text-decoration: underline;
}
.textcontent p {
	padding-bottom: 10px;
}
#rightbox img {
	padding-bottom: 20px;
}
.textcontent .pageSectionBio {
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #bd7419;
	border-bottom-color: #bd7419;
	width: 440px;
}
.textcontent #labels {
	font-size: 10px;
	font-style: italic;
}
.textcontent .pageSection .meta {
	font-style: italic;
}
#blog, #rightCntr #rightbox {
	text-align: left;
}
#blog h2 {
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
	padding-bottom: 5px;
}
#blog h1 {
	color: #e20061;
	margin-bottom: 20px;
	font-weight: normal;
}
#blog .ccm-page-list {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c58637;
}
#blog.ccm-tags-display .ccm-tag-list {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#blog.ccm-tags-display .ccm-tag-list li {
	float: left;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 0px;
}
#blog .ccm-page-list a {
	color: #c58637;
	text-decoration: none;
}
#blog .ccm-tags-display .ccm-tag-list li a {
	color: #c58637;
	text-decoration: none;
}
#blog .pageSection .blog-attributes {
	float: right;
}

#blog .ccm-tags-display .ccm-tag-list li a:hover, #blog .ccm-page-list a:hover {
	text-decoration: underline;
}
#blog-index .blog-entry-divider {
	margin-bottom: 15px;
	margin-top: 15px;
}
