/**
 * Stylesheet for Fleur Des Anges
 *
 * @media	screen, projection
 * @copyright	Netlash <http://www.netlash.com>
 * @author	Tijs Verkoyen <tijs@netlash.com>
 */

/**
 * = Primary selectors
 * ----------------------------------------------------------
 */
html, body, form, div, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, li, dl, dt, dd, address, input, textarea, th, td {
	margin: 0;
	padding: 0;
}
ul, ol {
	list-style: none;
}
body {
	font: normal 11px/1.4 Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4;
	color: #333;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-style: italic;
}
abbr {
	text-decoration: none;
	border: none;
}
h2 {
	font-size: 20px;
	color: #8e0f09;
	padding-bottom: 10px;
	font-weight: normal;
}
.block h2{
	font-size: 20px;
	text-align: left;
	margin: 5px 0 10px 5px;
	font-weight: normal;
}
h3 {
	font-size: 14px;
	margin: 20px 0 5px 0;
	font-family: Helvetica, Arial, sans serif;
	color:  #74130D;
}
.columnleft h3.bookangel {
	border: 1px solid #e0d7ce;
	background: #f9f4f1;
	padding: 3px 6px;
	margin: 0 12px 15px 0;
}
h4 {
	font-size: 13px;
	margin: -5px 0 5px 0;
	font-family: Helvetica, Arial, sans serif;
	font-weight: bold;
	color: #74130D;
}
p {
	margin: 0 0 10px 0;
	color: #800000;
	font-family: trebuchet MS;
	font-size: 13px;
}
ul {
	margin-bottom: 10px;
}
blockquote {
	font-style: italic;
	font-size: 14px;
	width: 600px;
	margin: 20px 0px 0 0px;
	padding: 0 50px;
}
em {
    font-style: italic;
}
strong {
    font-weight: bold;
}
abbr, acronym {
    font-style: normal;
    cursor: help;
}
a abbr {
    border: none;
}
address {
    margin: 0;
    padding: 0;
    font-style: normal;
}
a:link, a:visited {
	color: #962333;
	text-decoration: underline;
}
a:active {
	color: #000;
}
a:hover {
	color: #890619;
	text-decoration: underline;
}
a img {
    border: none;
}

img.left {
	float: left;
	margin: 0 10px 10px 0;
}

img.right {
	float: right;
	margin: 0 0 10px 10px;
}

/**
 * = Forms
 * ----------------------------------------------------------
 */
form {
    margin: 0;
    padding: 0;
}
form p {
	margin: 0;
	text-align: left;
}
form dl {
	overflow: hidden;
	width: 465px;
	margin: 0 10px;
	}

form dt {
	width: 150px;
	float: left;
	clear: both;
	text-align: right;
	padding: 0;
	margin: 0 4px 8px 0;
}
form dd {
	float: left;
	width: 246px;
	padding: 0;
	margin-bottom: 8px;
}
label {
	padding: 3px;
	float: right;
	font-size: 12px;
}
form .errorbox {
	width: 100%;
	border: 1px solid #890619;
	padding: 5px;
	color: #890619;
	background: #F6F3EE;
	text-align: center;
}
fieldset {
	border: none;
}
input, select {
	margin: 0;
	padding: 3px;
	width: 240px;
	border: 1px solid #958d84;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

input.input-radiobutton {
	width: auto;
}

input#anonymous {
	width: auto;
}
input.input-submit,
input.input-button {
	width: auto;
	padding: 3px 10px;
}
input.block {
	margin: 0 0 0 4px;
	width: 148px;
}
input.radio {
	float: left;
	clear: left;
	width: auto;
}
input.checkbox {
	width: 20px;
	border: none;
}
label.radio{
	float: left;
}
label abbr{
	color: #8E0F09;
	padding: 0 2px;
}
li label {
	float: none;
}
#reviews label,
#reviews .button {
	float: none;
}
#reviews {
	width: 330px;
}
#reviews dl {
	width: 330px;
}
input.button {
	margin: 10px 0 0 ;
	padding: 3px 6px;
	border: none;
	background: #000000;
	font-weight: bold;
	color: #FFFFFF;
	float: right;
	width: auto;
	font-size: 12px;
}
select {
	width: 248px;
}
textarea {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 3px;
	border: 1px solid #958d84;
	width: 240px;
}
.errorbox {
	width: 100%;
	border: 1px solid #890619;
	padding: 5px;
	color: #890619;
	background: #F6F3EE;
	text-align: center;
}
p.special {
	margin: 0 0 15px 4px;
	width: 144px;
}

#reviews form dl {
	overflow: hidden;
	margin: 0;
	}

#reviews form dt {
	display: none;
}
#reviews form dd {
	float: none;
	width: auto;
	padding: 3px 0;
}
#reviews label {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	padding: 3px 0;
	color: #000;
	float: none;
}

#reviews input.checkbox {
	width: auto;
	margin-right: 7px;
}
#reviews textarea {
	width: 320px;
	margin: 0;
}

h3.containsspan span {
	font-size: 11px;
	font-weight: 300;
	padding: 0 2px;
}
div.review {
	border-bottom: 1px solid #E6DDD4;
	padding: 5px 2px;
	margin-bottom: 12px;
}
div.review p.meta {
	font-size: 11px;
	color: #9a928b;
	margin-bottom: 3px;
}
div.review-content {
	padding-bottom: 10px;
}
#reviews h4 {
	padding: 20px 0 0;
}
span.form-success {
	display: block;
	background: #DED6CE;
	color: #8E0F09;
	font-size: 1.1em;
	margin: 10px 0;
	padding: 6px;
	font-weight: bold;
}
span.form-error {
	color: #BF1717;
}
div.form-error {
	color: #BF1717;
	font-size: 1.1em;
	margin: 10px 0;
}

/**
 * = Page structure
 * ----------------------------------------------------------
 */

html, body {
	background: url('../images/body_bg.jpg') repeat-x 0 0;
}

#container {
	margin: 0 auto 0;
	padding: 15px 0 0 0;
	width: 960px;
	position: relative;
}

#sidebar {
	float: left;
	margin: 15px 0 50px 0;
	width: 190px;
	background-image: url('../images/sidebar_bg.jpg');
	background-repeat: repeat-x;
	background-position: 0 70px;
}

#sidebarPic {
	display: block;
	width: 177px;
	height: 259px;
	padding: 7px;
	background: transparent url(../images/sidebar_home_bg.png) no-repeat 0 0;
}

#content {
	margin: 15px 0 50px 15px;
	float: left;
	width: 750px;
}

#extra, #login {
	clear: both;
	margin: 50px 0 0 0;
}
#footer {
	margin: 10px 0 0 0;
	height: 97px;
	background-image: url('../images/footer_bg.jpg');
	background-repeat: repeat-x;
	background-position: top left;
	overflow: hidden;
}

/**
 * = Header
 * ----------------------------------------------------------
 */
.panic {
	margin-left: 10px;
}

/**
 * = Language
 * ----------------------------------------------------------
 */

#language {
	position: absolute;
	right: 0;
	top: 0;
}

#language ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
	width: 96px;
	height: 20px;
	float: right;
}

#language ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	height: 20px;
	width: 30px;
	float: left;
	margin-left: 2px;
}

#language ul li a {
	display: block;
	height: 20px;
	width: 30px;
	background: transparent url(../images/langselect.png) no-repeat 0 0;
	text-align: center;
	text-decoration: none;
	line-height: 18px;
}

#language ul li a:hover, #language ul li.selected a {
	background-image: url(../images/langselect-hover.png);
}

/**
 * = Navigation
 * ----------------------------------------------------------
 */
#nav, #subnav {
	margin: 0;
	overflow: hidden;
	text-transform: uppercase;
}
#nav {
	height: 64px;
}
#subnav {
	margin: 5px 0 0 0;
	height: 30px;
}
#nav ul {
	margin: 26px 0 0 0;
}
#nav li, #subnav li {
	float: left;
	display: block;
	margin: 0 0 0 7px;
	text-decoration: none;
	font-family: "Georgia",Times,serif;
}
#nav li a:link,
#nav li a:visited {
	font-size: 120%;
	display: block;
	padding: 7px 10px 7px 10px;
	text-decoration: none;
	color: #fbf2e8;
}
#nav li a:hover {
	color: #890619;
	background-color: #e6ddd3;
	border-bottom: 4px solid #cbc2b9;
}
#nav li a:active,
#nav li.selected a:link,
#nav li.selected a:visited {
	background-color: #cbc2b9;
	color: #890619;
}
#subnav li a:link,
#subnav li a:visited {
	font-size: 115%;
	display: block;
	padding: 7px 10px 7px 10px;
	text-decoration: none;
	color: #000;
}
#subnav li a:hover,
#subnav li.selected a:link,
#subnav li.selected a:visited,
#subnav li a:active {
	background-color: #F6F3EE;
	color: #890619;
	border-bottom: 3px solid #F6F3EE;
}

/**
 * = Main
 * ----------------------------------------------------------
 */

#container h1 {
	display: block;
	margin: 0;
	width: 332px;
	height: 40px;
	background: transparent url('../images/fleurdesanges.png') no-repeat 14px 0;
}
#container h1 span {
	display: none;
}

#container h1 a {
	display: block;
	width: 332px;
	height: 40px;
}

/**
 * = Content
 * ----------------------------------------------------------
 */

#page_content {
color: #74130d;
}

#realcontent {
	margin: 35px 0 0 10px;
}

ul.bio {
	list-style: disc;
	padding-left: 30px;
}

ul.quickpick {
 margin: 0 1px;
}

ul.quickpick li {
	float: left;
/*	display: inline;*/
	margin: 0;
}

ul.quickpick li a{
/*	display: block;
	float: left;*/
}

ul.quickpick p {
	color: #000;
	height: 40px;
	width: 137px;
	padding-top: 5px;
	margin: 0 0 15px 0;
	text-align: center;
	clear: left;
}

.quickpick img {
	float: left;
	background: #F3F3F3 none repeat scroll 0%;
	border: 1px solid #958D84;
	padding: 2px;
	margin: 0 5px 5px 0;
}

hr {
	display: none;
}

.hr {
	background: url(../images/krul1.jpg) top no-repeat;
	height: 17px;
	margin: 20px 0;
}

.hr2 {
	background: url(../images/krul2.jpg) top no-repeat;
	height: 17px;
	margin: 20px 0;
}

.hr3 {
	background: url(../images/contact-line.jpg) top no-repeat;
	height: 17px;
	margin: 5px 0;
}

.model {
	height: 152px;
	width: 157px;
	padding: 5px;
	background: url(../images/foto-bg.jpg) left no-repeat;
	margin: 15px 15px 0px 0;
	float: left;
}

.columnleft {
	float: left;
	width: 46%;
	margin: 0 0 20px 0;
	overflow: hidden;
}
.columnleft h3 {
	margin: 0 12px 0 0;
}

.columnright {
	float: right;
	width: 50%;
	margin: 0 0 20px 0;
}

.model a {
	margin: 0;
	padding: 3px;
	display: block;
	width: 140px;
	background: #f3f3f3;
	color: #000;
	text-align: center;
}

.model a:hover {
	background: #FFF;
	color: #890619;
}

.model img {
	margin: 4px;
	border: 1px solid #000;
}

.modelbig {
	padding: 5px;
	margin: 0 0 20px 0;
	background: #f3f3f3;
	width: 350px;
	border: 1px solid #958d84;
}
.alignright{
	float: right;
}

p.required span{
	color: red;
}

/**
 * = Sidebar
 * ----------------------------------------------------------
 */
#sidebar div.block {
	background: #ded6ce;
	margin: 10px 5px 20px 5px;
	padding: 8px;
	width: 161px;
}

#sidebar div.block p {
	text-align: center;
}

#extra ul li {
	display: inline;
}
#extrapages li {
	margin-right: 6px;
}

.block form dl {
	overflow: hidden;
	width: auto;
	margin: 0;
}

.block form dt {
	float: none;
	width: auto;
	text-align: left;
}
.block form dd {
	padding: 0;
}
.block input {
	margin: 0;
}
.block input.button {
	float: right;
}
.block label {
	float: none;
	padding: 3px 0;
}
.block form dd {
	float: none;
	width: auto;
}
.block input.button {
	float: none;
}

#sidebar div.block p.error {
	border: 1px solid red;
	color: red;
	text-align: left;
	font-size: 11px;
	padding: 3px;
}

/**
 * = Footer
 * ----------------------------------------------------------
 */
#footer div {
		margin: 20px auto 20px;
		width: 960px;
}

#footer ul {
	float: right;
}

#footer ul li {
	float: left;
	margin-left: 15px;
}

#footer, #footer a:link, #footer a:visited, #footer a:active {
	color: #cbc2b9;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#angels .new { /* angels details */
/*
	padding-left: 20px;
	background: transparent url(../images/new.gif) no-repeat 0 7px;
*/
}

#angels .quickpick .new { /* angels listing */
	padding-left: 0px;
	background: none;
}

#angels .quickpick span { /* angels listing */
	display: none;
}

#angels .quickpick li {
	padding-right: 4px;
}

#angels .quickpick a.linklink {
	position: relative;
	display: block;
	width: 142px;
	height: 112px;
}
#angels .quickpick .new span { /* angels listing */
	display: block;
	position: absolute;
	right: 2px;
	_right: 8px;
	bottom: 2px;
	_bottom: 1px;
	display: block;
	width: 38px;
	height: 14px;
	background: transparent url(../images/new2.gif) no-repeat 0 0;
	z-index: 100;
	text-indent: -9999px;
}

/**
 * = Spotlight
 * ----------------------------------------------------------
 */

	/* Spotlight1 */
 	#angelshomepage {
		width: 290px;
		padding: 10px 15px 15px 15px;
		background: #f2eae4;
		float: right;
		margin-left: 15px;
		margin-bottom: 15px;
	}

	#angelshomepage h3 {
		font: 700 22px "Trebuchet MS", Trebuchet, Arial;
		font-style: italic;
		line-height: 30px;
		padding: 0 0 5px 0;
		margin: 0;
	}

	#angelshomepage .angel h4 {
		margin: 0;
		font: 400 18px "Trebuchet MS", Trebuchet, Arial;
		font-style: italic;
		line-height: 20px;
		letter-spacing: 0.5px;
		padding-bottom: 4px;
	}



	#angelshomepage .angel p a.readMore {
		display: block;
		padding-left: 20px;
		background: transparent url(../images/pin.gif) no-repeat 0 100%;
		line-height: 20px;
		height: 20px;
		float: left;
	}

	#sidebar div.block p.sidebar-bullet {
		display: block;
		padding-left: 20px;
		background: transparent url(../images/pin.gif) no-repeat 0 100%;
		line-height: 20px;
		height: 20px;
		text-align: left;
	}

	/* Spotlight2 */
	#logoshomepage {
		padding-top: 40px;
		background: transparent url(../images/krul.gif) no-repeat 50% 15px;
		text-align: center;
	}


	/* Spotlight3 */
	ul#extrapages {
		text-align: center;
		color: #8e0f09;
		text-decoration: none;
		font-size: 11px;
	}

/**
 * = Carouusel
 * ----------------------------------------------------------
 */

 	#carousel {
		clear: both;
		width: 720px;
		background: #f2eae4;
		padding: 5px 10px 10px 10px;
	}

	#carousel h2 {
		padding-bottom: 0;
	}

	#realcontent #angels-jcarousel {
		padding-left: 0;
	}


/**
 * = Blog Home
 * ----------------------------------------------------------
 */

 	.blogpost-content {
		padding-top: 10px;
	}

 	#blog.home {
		padding-top: 40px;
		background: transparent url(../images/krul.gif) no-repeat 150px 15px;
	}

 	#blog h2, #blogdetail h2 {
		margin: 0;
		padding: 0;
	}

	#blog p.backlink a, #blogdetail p.backlink a {
		display: block;
		padding-left: 20px;
		background: transparent url(../images/pin_white.gif) no-repeat 0 100%;
		line-height: 20px;
		height: 20px;
		float: left;
	}

 	#blog h2 a, #blogdetail h2 a {
		text-decoration: none;
	}

	#blog .meta, #blog p.date, #blogdetail .meta, #blogdetail p.date {
		color: #737373;
		font-size: 10px;
		font-style: italic;
	}

	.blogpost {
		padding-bottom: 20px;
		background: transparent url(../images/krul.gif) no-repeat 50% 99%;
		width: 600px;
	}

	div#realcontent div.home div.blogpost {
		width: 400px;
	}

	.blogform {

	}

	.home .blogpost {
		padding-bottom: 0;
		background: transparent;
		width: 740px;
	}

	#blogarchive-mini {
		position: absolute;
		right: 0;
		top: 0;
		background: #DED6CE;
		padding: 15px;
	}

	.blogform dl {
		width: 700px;
	}

	.blogform dd {
		width: 540px;
		padding-bottom: 12px;
	}

	.blogform small {
		font-style: italic;
	}

	.blogform dd span.form-error {
		/* white-space: nowrap; */
	}

	.blogcomment {
		padding-bottom: 15px;
		background: transparent url(../images/krul.gif) no-repeat 55px 100%;
		margin-bottom: 30px;
	}

	.blogcomment h4 {
		font-size: 12px;
		padding: 0;
		margin: 0;
	}

	.blogcomment p.author {
		font-style: italic;
		padding-bottom: 15px;
	}

	img.gravatar {
		display: block;
		width: 40px;
		height: 40px;
		margin: 0 15px 10px 0;
		float: left;
	}



/**
 * = Blog Datagrid
 * ----------------------------------------------------------
 */

 	.datagrid {
		border: 1px solid #8E0F09;
		font-size: 11px;
	}

	.datagrid td, .datagrid th {
		padding: 2px 10px;
		text-align: center;
	}

	.datagrid thead th {
		background: #141414;
		color: #fff;
		text-transform: uppercase;
		min-width: 150px;
	}
	.datagrid tfoot {
		display: none;
	}


/**
 * = List sthings
 * ----------------------------------------------------------
 */

 	#realcontent ul {
		list-style: square;
		list-style-position: outside;
		padding-left: 24px;
	}

	#realcontent ul.quickpick, #realcontent dd ul {
		list-style: none;
		padding-left: 0;
	}

 	#realcontent ol {
		list-style: decimal;
		list-style-position: inside;
		padding-left: 4px;
	}

/**
 * = Clearfix
 * ----------------------------------------------------------
 */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}