/* CSS Dreams and Creations */
*{
	margin:0;
	padding:0;
}

/*---------------------*/
/*        FONTS        */ 
/*---------------------*/
@font-face {
    font-family: 'HoneyScript';
    src: url('fonts/HoneyScript/honeyscript-light-webfont.eot');
    src: url('fonts/HoneyScript/honeyscript-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/HoneyScript/honeyscript-light-webfont.svg#honey_scriptlight') format('svg'),
         url('fonts/HoneyScript/honeyscript-light-webfont.woff') format('woff'),
         url('fonts/HoneyScript/honeyscript-light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CroissantOne';
    src: url('fonts/CroissantOne/croissantone-regular-webfont.eot');
    src: url('fonts/CroissantOne/croissantone-regular-webfont.eot?#iefix') format('embedded-opentype'),
    	 url('fonts/CroissantOne/croissantone-regular-webfont.svg#croissant_oneregular') format('svg'),
         url('fonts/CroissantOne/croissantone-regular-webfont.woff') format('woff'),
         url('fonts/CroissantOne/croissantone-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/*----------------------*/
/*    GENERAL ELEMENTS  */
/*----------------------*/
body, html{
	background-image:url(../images/patterns/background.jpg);
}

h3{
	font-family:'CroissantOne',Helvetica,Arial;
	font-size:1em;
	color:#060645;
	font-weight:lighter;
	margin-bottom:10px;
	margin-top:20px;
	clear:both;
}

/*----------------------*/
/*    GENERAL CLASSES   */
/*----------------------*/
.replace{
	position:absolute;
	top:-1000px;
}

.rope{
	background-image:url(../images/socialMedia/rope.png);
	width:13px;
	height:205px;
	position:absolute;
	left:35px;
	z-index:1;
}

.cleaner{
	clear:both;
	height:1px;
	width:100%;
}

a.postit_button{
	display:block;
	width:177px;
	height:128px;
	padding-left:15px;
	padding-top:35px;
	background-image:url(../images/content/postit.png);
	font-family:'HoneyScript',Helvetica,Arial;
	color:#060846;
	font-size:2.5em;
	text-decoration: none;
	line-height:0.9em;
	position:relative;
}

div.container div#homeWriting{
	width:250px;
	height:97px;
	background-image:url(../images/socialMedia/home_writing.png);
	background-repeat: no-repeat;
	/*float:right;
	clear:both;
	margin-bottom:20px;
	margin-right:15%;*/
	position:absolute;
	right:15%;
	top:-120px;
}

div.container div#homeWriting a{
	float:left;
	margin-top:35px;
	font-family:'HoneyScript',Helvetica,Arial;
	font-size:2.5em;
	color:#060846;
	text-decoration:none;
	margin-left:30px;
	font-weight:lighter;
}

/*---------------------*/
/* CONTAINING ELEMENTS */ 
/*---------------------*

/* --- CONTAINERS --- */
div.container{
	/*width:960px;*/
	width:80%;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	z-index:1;
	max-width:1150px;
}

div#stitchesContainer{
	z-index:0;
	width:100%;
	position:absolute;
	left:0;
	top:0;
}

/* --- HEADER --- */
header{
	background-image:url(../images/patterns/header.png);
	width:100%;
	height:260px;
	background-repeat:repeat-x;
	position:relative;
	z-index:2;
}

header a#logo{
	display:block;
	width:405px;
	height:260px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/logo/logo.png);
	position:relative;
	z-index:1000;
}

/* social media */
header div#socialMediaFollow{
	width:240px;
	height:270px;
	position:absolute;
	top:0;
	left:10%;
}

header div#socialMediaFollow div.socialMediaRope{
	position:relative;
	width:80px;
	height:275px;
	float:left;
}

header div#socialMediaFollow div.socialMediaRope a{
	display:block;
	float:left;
	margin-top:190px;
	width:80px;
	height:80px;
	text-decoration:none;
}

header div#socialMediaFollow div#facebookFollow{
	top:-90px;
	z-index:2;
}

header div#socialMediaFollow div#facebookFollow a{
	background-image:url(../images/socialMedia/facebookFollow.png);
}

header div#socialMediaFollow div#emailFollow{
	left:-60px;
	z-index:0;
}

header div#socialMediaFollow div#emailFollow a{
	background-image:url(../images/socialMedia/emailFollow.png);
}

header div#question{
	background-image:url(../images/content/textballoon02.png);
	width:375px;
	height:190px;
	position:absolute;
	left:100px;
	bottom:-130px;
	-webkit-transform:rotate(-4deg); 
	-moz-transform:rotate(-4deg);
	-ms-transform:rotate(-4deg);
	display:none;
	z-index:10000;
}

header div#questiondone{
	background-image:url(../images/content/textballoon02.png);
	width:375px;
	height:190px;
	position:absolute;
	left:100px;
	bottom:-130px;
	-webkit-transform:rotate(-4deg); 
	-moz-transform:rotate(-4deg);
	-ms-transform:rotate(-4deg);
	font-size:0.7em;
	z-index:10000;
}

header form{
	width:300px;
	height:100px;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
}

#formSuccess{
	font-family:"CroissantOne","Helvetica","Arial";
	color:#060846;
	font-weight: lighter;
	padding:5px;
	margin-left:25px;
	margin-top:30px;
}

#formSuccess h2{
	float:left;
}

a.closeForm{
	/*margin-top:7px;
	cursor:pointer;
	float:left;*/
	position:absolute;
	right:25px;
	top:13px;
	text-decoration: none;
	font-size:2em;
	font-family:"CroissantOne","Helvetica","Arial";
	color:#060846;
	font-weight: lighter;
}

header form span{
	font-family:"CroissantOne","Helvetica","Arial";
	color:#060846;
	font-weight: lighter;
	font-size:0.9em;
	clear:both;
	float:left;
}

header form span.extraInfo{
	font-size:0.6em;
	padding-top:3px;
	margin-bottom:10px;
}

header input[type="email"]{
	border:none;
	width:100%;
	resize: none; 
	font-family:Helvetica,Arial;
	font-size:0.75em;
	line-height:1.2em;
	color:#060846;
	outline:none;
	border:none;
	border:1px solid #eee;
	padding:10px 3px 10px 3px;
	margin-top:5px;
	float:left;
}

header input[type="submit"]{
	font-family:'CroissantOne',Helvetica,Arial;
	font-size:1.3em;
	line-height:1.2em;
	color:#060846;
	font-weight:lighter;
	background:none;
	border:none;
	background-image:url(../images/content/arrow_next.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-right:40px;
	/*float:right;*/
	margin-top:5px;
	clear:both;
	width:100%;
	text-align: right;
}

header div#socialMediaFollow div#twitterFollow{
	top:-60px;
	left:-85px;
	z-index:1;
}

header div#socialMediaFollow div#twitterFollow a{
	background-image:url(../images/socialMedia/twitterFollow.png);
}

header div#socialMediaFollow div#followWriting{
	width:89px;
	height:97px;
	position: absolute;
	right:0;
	top:100px;
	background-image:url(../images/socialMedia/follow_writing.png);
}

header div#socialMediaFollow div#followWriting h1, header div#socialMediaFollow div#followWriting p{
	font-family:'HoneyScript',Helvetica,Arial;
	font-size:2.5em;
	color:#060846;
	margin-left:18px;
	-webkit-transform:rotate(10deg); 
	-moz-transform:rotate(10deg);
	-ms-transform:rotate(10deg);
	font-weight:lighter;
}

header a#homebutton{
	position:absolute;
	right:15%;
	top:150px;
	/**top:0;
	*right:0;
	*position: inherit;
	*float:right;
	*clear:both;*/
}

/* --- MENU --- */
nav{
	width:100%;
	float:left;
	clear:both;
	margin-top:50px;
	height:auto;
}

nav li{
	float:left;
	width:275px;
	height:auto;
	list-style-type: none;
	display:inline-block;

	-webkit-transform-style: preserve-3d;
	-webkit-perspective: 500;
	-moz-transform-style: preserve-3d;
	-moz-perspective: 500;
	-ms-transform-style: preserve-3d;
	-ms-perspective: 500;
}

nav li a, nav li a:hover, nav li a:visited{
	text-decoration: none;
	display:block;
	float:left;
	margin-bottom:30px;
}

nav li div.meditationImage{
	width:271px;
	width:271px;
	/*height:257px;*/
	position:relative;
	float:left;
}

nav li div.meditationImage div.polaroid{
	position:absolute;
	left:0;
	top:0;
	width:271px;
	/*height:257px;*/
	height:227px;
	background-image:url(../images/content/polaroid.png);
}

nav li div.meditationImage img.meditationIllustration{
	margin-top:10px;
	margin-left:15px;
}

nav li div.meditationTitle{
	float:left;
	width:271px;
	margin-top:10px;
	height:auto;
	min-height:80px;
	background-image:url(../images/content/polaroid_bottom.png);
	background-size: 100% 100%;
	background:none\9;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/content/polaroid_bottom.png', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/content/polaroid_bottom.png', sizingMethod='scale')";
	background-repeat:no-repeat;
	text-align:center;
}

nav li div.meditationTitle h1, nav li div.meditationTitle h2{
	font-family:'HoneyScript',Helvetica,Arial;
	font-size:2.4em;
	color:#060846;
	font-weight:lighter;
	max-width:230px;
	margin-left:16px;
	padding-top:10px;
	padding-bottom:40px;
	line-height:1em;
}

nav li div.meditationTitle h1.smalltitle, nav li div.meditationTitle h2.smalltitle{
	font-size:2.5em!important;
}

/* --- PAGES --- */

/* -- HOME -- */
div.container div#introMenu{
	background-image:url(../images/content/menu_leader.png);
	width:325px;
	height:170px;
	background-repeat:no-repeat;
	float:left;
	margin-left:100px;
	*margin-bottom:100px;
}

div.container div#introMenu h1{
	font-family:'HoneyScript',Helvetica,Arial;
	font-size:3.5em;
	color:#060846;
	-webkit-transform:rotate(-10deg); 
	-moz-transform:rotate(-10deg);
	-ms-transform:rotate(-10deg);
	float:left;
	margin-top:17px;
	font-weight:lighter;
}

/* intro */
div.container div#intro{
	width:353px;
	height:277px;
	background-image:url(../images/content/linnen.png);
	background-repeat:no-repeat;
	font-family:'CroissantOne',Helvetica,Arial;
	font-size:0.9em;
	line-height:1.5em;
	-webkit-transform:rotate(10deg); 
	-moz-transform:rotate(10deg);
	-ms-transform:rotate(10deg);
	position:absolute;
	right:-50px;
	top:-60px;
	*top:0;
	*right:0;
	*position: inherit;
	*float:right;
	*clear:both;
	/*position:absolute;
	left:65%;
	top:-100px;*/
}

div.container div#intro h1, div.container div#intro h2{
	width: 260px;
	float: left;
	margin:37px 0 0 50px;
	color: #702910;
	font-size: 1em;
}

div.container div#intro p{
	float:left;
	width:260px;
	margin:5px 0 5px 50px;
	clear:both;
	color:#af480c;
}

div.container div#intro a{
	float:left;
	width:260px;
	margin-left:50px;
	text-align:center;
	text-decoration: none;
	color:#702910;
}

/* social media share */
div#socialMediaShare{
	position:fixed;
	top:200px;
	right:10px;
	background-image:url(../images/content/splashShare.png);
	background-repeat: no-repeat;
	background-position: right 30px;
	width:70px;

	z-index:20000;

	/**position:relative;
	*top:auto;
	*right:auto;
	*width:240px;
	*margin-left:auto;
	*margin-right:auto;
	*clear:both;
	*z-index:0;*/
}

div#socialMediaShare p.delen{
	margin: 0;
	padding: 0;
	clear: none;
}

div#socialMediaShare h1, div#socialMediaShare p, div#socialMediaShare p.delen{
	font-family:'HoneyScript',Helvetica,Arial;
	font-size:2.5em;
	color:#060846;
	font-weight: lighter;
	margin-right:8px;
}


div#socialMediaShare a.socialMediaThumb{
	float:right;
	clear:both;
	display:block;
	margin-bottom:5px;
	text-decoration: none;
	width:38px;
	height:36px;

	/**float:left;
	*clear:none;*/
}

div#socialMediaShare a#facebookShare{
	background-image:url(../images/socialMedia/facebookShare.png);
}

div#socialMediaShare a#twitterShare{
	background-image:url(../images/socialMedia/twitterShare.png);
}

div#socialMediaShare a#googleplusShare{
	background-image:url(../images/socialMedia/googleplusShare.png);
}

div#socialMediaShare a#pinterestShare{
	background-image:url(../images/socialMedia/pinterestShare.png);
}

div#socialMediaShare a#emailShare{
	background-image:url(../images/socialMedia/emailShare.png);
}

div#socialMediaShare div#emailShareContainer{
	width:250px;
	height:270px;
	padding:20px 10px 10px 20px;
	position:absolute;
	top:40%;
	right:50px;
	background-image:url(../images/content/textballoon04.png);
	z-index:20000;
	display:none;
}

div#socialMediaShare div#emailShareContainer .closeForm{
	top:5px;
}

div#socialMediaShare div#emailShareContainer form{
	margin-left:10px;
}

div#socialMediaShare div#emailShareContainer form span{
	font-family:"CroissantOne","Helvetica","Arial";
	color:#060846;
	font-weight: lighter;
	float:left;
	width:100%;
	margin-bottom:5px;
	margin-top:5px;
}

div#socialMediaShare div#emailShareContainer form input, div#socialMediaShare div#emailShareContainer form textarea{
	border:none;
	width:80%;
	resize: none; 
	font-family:Helvetica,Arial;
	font-size:0.75em;
	line-height:1.2em;
	color:#060846;
	outline:none;
	border:none;
	border:1px solid #999;
	padding:5px 3px 5px 3px;
	margin-top:5px;
	float:left;
}

div#socialMediaShare div#emailShareContainer form textarea{
	height:50px;
	resize:none;
}

div#socialMediaShare div#emailShareContainer form input[type="submit"]{
	font-family:'CroissantOne',Helvetica,Arial;
	font-size:1.3em;
	line-height:1.2em;
	color:#060846;
	font-weight:lighter;
	background:none;
	border:none;
	background-image:url(../images/content/arrow_next.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-right:40px;
	/*float:right;*/
	margin-top:5px;
	clear:both;
	width:80%;
	text-align: right;
}

div#socialMediaShare div#emailShareSuccesContainer{
	width:250px;
	height:270px;
	padding:20px 10px 10px 20px;
	position:absolute;
	top:40%;
	right:50px;
	background-image:url(../images/content/textballoon04.png);
	z-index:20000;
}

div#socialMediaShare div#emailShareSuccesContainer h1, div#socialMediaShare div#emailShareSuccesContainer h2{
	font-family:'CroissantOne',Helvetica,Arial;
	font-size:1.3em;
	line-height:1.2em;
	padding:20px;
	margin-top:60px;
}

/* inspiration */
div#inspirationWrapper{
	width:860px;
	clear:both;
	margin-left:auto;
	margin-right:auto;
	padding-top:40px;
}

/* question */
div.container div#questionHome{
	float:left;
	width:408px;
	height:auto;
	min-height:390px;
	position:relative;
	margin-top:120px;
	background-image:url(../images/content/question02.png);
	background-size:100% 100%;
	/*background:none\9;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/content/question.png', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/content/question.png', sizingMethod='scale')";*/
	background-repeat:no-repeat;
}

div.container div#questionHome img#questionmark{
	position:absolute;
	right:50px;
	top:-40px;
}

div.container div#questionHome h1, div.container div#questionHome h2{
	font-family:'CroissantOne',Helvetica,Arial;
	font-size:1.3em;
	line-height:1.2em;
	color:#060846;
	font-weight:lighter;
	width:310px;
	margin:90px 0 10px 50px;
	clear:both;
}

div.container div#questionHome p{
	font-family:Helvetica,Arial;
	font-size:0.85em;
	line-height:1.2em;
	color:#060846;
	font-weight:lighter;
	width:310px;
	margin:0 0 0 50px;
	float:left;
}

div.container div#questionHome ul{
	font-family:Helvetica,Arial;
	font-size:0.85em;
	line-height:1.2em;
	color:#060846;
	font-weight:lighter;
	width:310px;
	margin:5px 0 0 50px;
	padding:0;
	float:left;
}

div.container div#questionHome ul li{
	padding:0;
	margin-left:15px;
}

div.container div#questionHome div#content a{
	font-family:'HoneyScript',Helvetica,Arial;
	color:#060846;
	font-size:2em;
	padding-bottom:16px;
	font-weight:lighter;
	text-decoration: none;
	display:inline-block;
	background-image:url(../images/content/underline.png);
	background-size:100% 14px;
	background-repeat:no-repeat;
	background-position:center bottom;
	margin-top:10px;
}

div.container div#questionHome a#moreQuestions{
	display:block;
	float:left;
	clear:both;
	width:50%;
	margin-left:25%;
	text-align:center;
	font-family:'HoneyScript',Helvetica,Arial;
	background-image:url(../images/content/arrow_link.png);
	background-repeat: no-repeat;
	background-position: right center;
	color:#060846;
	font-size:3em;
	text-decoration: none;
	margin-bottom:20px;
	-webkit-transform:rotate(-5deg); 
	-moz-transform:rotate(-5deg);
	-ms-transform:rotate(-5deg);
}

div.container div#questionHome a#moreQuestions:hover{
	-webkit-transform:rotate(0deg); 
	-moz-transform:rotate(0deg);
	-ms-transform:rotate(0deg);
}

/* facebook */
div.container div#facebookWrapper{
	float:left;
	background-image:url(../images/content/frameborder.jpg);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/content/frameborder.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/content/frameborder.jpg', sizingMethod='scale')";
	background-repeat:no-repeat;
	background-size:100% 100%;
	box-shadow:5px 5px 20px rgba(0,0,0,0.5);
	position:relative;
	margin-top:50px;
	margin-left:50px;
	/*z-index:-1;*/
}

div.container div#facebookWrapper div#framepin{
	position:absolute;
	top:-66px;
	left:45%;
	width:46px;
	height:66px;
	background-image:url(../images/content/framepin.png);
}

div.container div.fb-like-box{
	float:left;
	margin:18px 18px 18px 20px;
	box-shadow:inset 0 0 10px #000000;
	background-color:#FFFFFF;
}

/* stitches */
div#stitchesContainer img.stitch{
	position:absolute;
}

div#stitchesContainer img#stitch01{
	right:20%;
	top:30px;
}

div#stitchesContainer img#stitch02{
	top:280px;
	left:40%;
}

div#stitchesContainer img#stitch03{
	top:320px;
	left:2%;
}

div#stitchesContainer img#stitch04{
	top:1000px;
	left:2%;
}

div#stitchesContainer img#stitch05{
	top:1000px;
	right:2%;
}





/* PRAKTIJK */
div#praktijkPageContainer{
	margin-top:80px;
}

div#praktijkPageContainer h1#praktijkTitle{
	margin-left:auto;
	margin-right:auto;
	width:100%;
	max-width:960px;
	font-weight:lighter;
	font-family:'CroissantOne',Helvetica,Arial;
	/*font-size:2.5em;*/
	font-size:2em;
	color:#060846;
	font-weight:lighter;
	clear:both;
	margin-bottom:25px;
}

div.container div#illustrationContainer{
	clear:both;
	margin-left:auto;
	margin-right:auto;
	width:100%;
	max-width:960px;
	height:auto;
	position: relative;
}

div.container div#illustrationContainer div#shadow{
	display:block;
	width:98%;
	height:100%;
	position:absolute;
	left:10px;
	top:10px;
	box-shadow:inset 0 0 10px #000;
	z-index:1;
}

div.container div#illustrationContainer img#meditationIllustration{
	border:10px solid #ffffff;
	width:98%;
	height:auto;
}

div#praktijkPageContainer div#contentContainer{
	background-image:url(../images/patterns/linen.jpg);
	clear:both;
	margin:40px auto 40px auto;
	width:98%;
	max-width:580px;
	height:auto;
	position: relative;
	border:5px solid #ffffff;

	*margin-left:8%;
	*float:left;
}

div#praktijkPageContainer p{
	font-family: 'Helvetica','Arial','sans-serif';
	font-size:0.85em;
	color:#5e2512;
	margin-bottom:5px;
	clear:both;
	padding:30px;
	position: relative;
	z-index: 1;
}

div#praktijkPageContainer p a{
	color:#dd651e;
	text-decoration: none;
}

div#praktijkPageContainer div#shadow{
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	box-shadow:inset 0 0 10px #000;
	z-index:1;
}

/* dock */
div#meditations{
	width:auto;
	height:130px;
	position:fixed;
	bottom:0;
	z-index:999;
}

div#meditations div.wrapper{
	width:100%;
	height:100%;
	float:left;
}

div#meditations div.wrapper img#cardboardDock{
	position:absolute;
	left:0;
	bottom:0;
	z-index:0;
	width:100%;
}

div#meditations div#meditationContainer{
	height:130px;
	float:left;
	margin-top:15px;
	position:relative;
	z-index:1;
}

div#meditations div#meditationContainer a.meditation{
	display:block;
	width:110px;
	height:107px;
	background-image:url(../images/content/meditation_button.png);
	text-align:center;
	float:left;
	margin-left:5px;
	margin-right:5px;
	text-decoration: none;
}

div#meditations div#meditationContainer a.meditation h1, div#meditations div#meditationContainer a.meditation h2{
	font-family:'HoneyScript',Helvetica,Arial;
	color:#060846;
	font-size:2.5em;
	line-height:1em;
	text-decoration: none;
	margin-top:20px;
	font-weight:lighter;
}

div#meditations div#meditationContainer a.meditation p{
	font-family:'CroissantOne',Helvetica,Arial;
	font-size:1em;
	color:#060846;
	font-weight:lighter;
}

div#meditations div#meditationContainer a.active{
	background-image:url(../images/content/meditation_button_active.png);
}

div#meditations div#meditationContainer a.active h1, div#meditations div#meditationContainer a.active p{
	color:#ac0909;
}

div#meditations a.meditationArrow{
	float:left;
	display:block;
	margin-top:50px;
	height:35px;
	width:40px;
	text-align: center;
	text-decoration:none;
	position: relative;
	z-index:2;
	background-repeat:no-repeat;
}

div#meditations a#meditationLeftArrow{
	background-image:url(../images/content/arrow_left.png);
	opacity:0.5;
	filter:alpha(opacity=50);
}

div#meditations a#meditationRightArrow{
	background-image:url(../images/content/arrow_right.png);
}

/* linkContainer */
div#linkContainer{
	float:left;
	width:auto;
	*width:85%;
	padding:50px 0 150px 0;
	clear:both;
}

div#linkContainer a{
	float:left;
	margin-right:5px;
}







/* MEDITATIE */
div.container div#meditationContentContainer{
	background-image:url(../images/patterns/linen.jpg);
	clear:both;
	margin-top:80px;
	margin-left:auto;
	margin-right:auto;
	width:98%;
	max-width:960px;
	height:auto;
	position: relative;
	/*padding:2%;*/
	border:10px solid #ffffff;
	margin-bottom:100px;
}

div.container div#meditationContentContainer div#shadow{
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	box-shadow:inset 0 0 10px #000;
	z-index:1;
}

div.container div#meditationContentContainer a#close{
	display:block;
	width:63px;
	height:70px;
	background-image:url(../images/content/close.png);
	text-decoration: none;
	position: absolute;
	right:35px;
	top:-10px;
	z-index:1000;
}

div.container div#meditationContentContainer div#contentWrapper{
	width:85%;
	padding:5%;
	position:relative;
	z-index:2;
}

div.container div#meditationContentContainer div#contentWrapper h1{
	font-family:'CroissantOne',Helvetica,Arial;
	font-size:2.5em;
	color:#dd651e;
	font-weight:lighter;
	margin-bottom:25px;
	clear:both;
}

div.container div#meditationContentContainer div#contentWrapper h2{
	font-family:'CroissantOne',Helvetica,Arial;
	font-size:1em;
	color:#ab4420;
	font-weight:lighter;
	margin-bottom:10px;
	margin-top:20px;
	clear:both;
}

div.container div#meditationContentContainer div#contentWrapper p{
	font-family: 'Helvetica','Arial','sans-serif';
	font-size:0.85em;
	color:#5e2512;
	/*color:#ab4420;*/
	margin-bottom:5px;
	clear:both;
}

div.container div#meditationContentContainer div#contentWrapper ul{
	width:100%;
	margin:0;
	padding:0;
	margin-left:20px;
	color:#5e2512;
	font-size:0.85em;
	clear:both;
}

div.container div#meditationContentContainer div#contentWrapper a, div.container div#meditationContentContainer div#contentWrapper a:hover, div.container div#meditationContentContainer div#contentWrapper a:visited{
	text-decoration: none;
	/*color:#5e2512;*/
	color:#dd651e;
}

div.container div#meditationContentContainer div#contentWrapper .iframeWrapper{
	width:100%;
	height:auto;
	background-image:url(../images/content/media_shadow.png);
	background-repeat: no-repeat;
	background-size:90%;
	background-position: center bottom;
	/*margin-top:30px;*/
	margin-top:10px;
	float:left;
	padding-bottom:40px;
	margin-bottom:40px;
}

div.container div#meditationContentContainer div#contentWrapper .iframeWrapperSmall{
	width:auto;
	height:auto;
	background-image:url(../images/content/media_shadow.png);
	background-repeat: no-repeat;
	background-size:90%;
	background-position: center bottom;
	/*margin-top:30px;*/
	margin-top:10px;
	padding-bottom:20px;
	margin-bottom:40px;
	text-align:center;
	clear:both;
	float:left;
}

div.container div#meditationContentContainer div#contentWrapper iframe{
	float:left;
	width:99%;
	height:500px;
	border:5px solid #ab4420;
}

div#somethingForMePage div#meditationContentContainer div#contentWrapper img{
	border:5px solid #ab4420;
	margin-left:auto;
	margin-right:auto;
}

div.container div#meditationContentContainer div#contentWrapper div.iframeWrapper #audioplayer{
	width:100%;
	height:35px;
	border-radius:10px;
	background-color:#fffbe5;
	border:2px solid #ab4420;
	position:relative;
}

div.container div#meditationContentContainer div#contentWrapper div.iframeWrapper #audioplayer a.controllers{
	display:block;
	width:14px;
	height:17px;
	text-decoration: none;
	float:left;
	margin-top:8px;
	margin-left:10px;
}

div.container div#meditationContentContainer div#contentWrapper div.iframeWrapper #audioplayer a#play{
	background-image:url(../images/content/play.jpg);
}

div.container div#meditationContentContainer div#contentWrapper div.iframeWrapper #audioplayer a#stop{
	background-image:url(../images/content/stop.jpg);
}

div.container div#meditationContentContainer div#contentWrapper div.iframeWrapper #audioplayer a#pause{
	background-image:url(../images/content/pause.jpg);
}

div.container div#meditationContentContainer div#contentWrapper div.iframeWrapper #audioplayer div#full{
	width:75%;
	float:left;
	height:8px;
	background-color:#eeb081;
	margin-top:12px;
	margin-left:10px;
}

div.container div#meditationContentContainer div#contentWrapper div.iframeWrapper #audioplayer div#played{
	width:0;
	height:100%;
	background-color:#dd651e;
}

div.container div#meditationContentContainer div#contentWrapper div.iframeWrapper #audioplayer #time{
	float:right;
	margin-top:5px;
	width:120px;
	height:30px;
}

div.container div#meditationContentContainer div#contentWrapper div.iframeWrapper #audioplayer span{
	font-size:1em;
	float:left;
	clear:none;
	font-family:"CroissantOne","Helvetica","Arial";
	color:#ab4420;
}

/*div.container div#meditationContentContainer div#contentWrapper div.iframeWrapper #audioplayer h2{
	font-size:1em;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:0;
	height:30px;
	width:10px;
	float:left;

	margin-top:0;

}*/





/* FAQ */
div#faqPageContainer{
	/*padding-top:80px;
	*padding-top:120px;*/
	margin-bottom:150px;
}

/* question */
div.container div#question{
	background-image:url(../images/content/textballoon03.png);
	background-repeat: no-repeat;
	background-size:100% 100%;
	/*background:none\9;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/content/textballoon.png', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/content/textballoon.png', sizingMethod='scale')";*/
	/*padding-bottom:50px;*/
	padding-top:5px;
	width:375px;
	height:240px;
	z-index:10000;
	position:absolute;
	right:20px;
	bottom:-220px;
	-webkit-transform:rotate(-4deg); 
	-moz-transform:rotate(-4deg);
	-ms-transform:rotate(-4deg);
}

div.container div#question form{
	width:280px;
	height:100px;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	font-size:1em;
	clear:both;
}

div.container div#question span{
	font-family:"CroissantOne","Helvetica","Arial";
	color:#060846;
	font-weight: lighter;
	font-size:0.85em;
	width:100%;
	clear:both;
}

div.container div#question p{
	font-family:"CroissantOne","Helvetica","Arial";
	color:#060846;
	font-weight: lighter;
	font-size:0.8em;
	float:left;
	clear:both;
	width:90%;
	padding-top:5px;
}	


div.container div#question a{
	color:#ab4420;
	text-decoration:none;
}

div.container div#question form textarea{
	border:none;
	width:100%;
	height:50px;
	resize: none; 
	font-family:Helvetica,Arial;
	font-size:0.9em;
	line-height:1.2em;
	color:#060846;
	outline:none;
	border:none;
	border:1px solid #eee;
	padding:3px;
	margin-top:5px;
}

div.container div#question form input[type="submit"]{
	font-family:'CroissantOne',Helvetica,Arial;
	font-size:1.3em;
	line-height:1.2em;
	color:#060846;
	font-weight:lighter;
	background:none;
	border:none;
	background-image:url(../images/content/arrow_next.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-right:40px;
	/*float:right;*/
	margin-top:10px;
	clear:both;
	width:100%;
	text-align: right;
}

/* tags */
div.container div#tags{
	float:left;
	border-radius:5px;
	background-color:#fffbe5;
	border:2px solid #ab4420;
	width:98%;
	padding:1%;
}

div.container div#tags span{
	float:left;
	font-family:'CroissantOne',Helvetica,Arial;
	font-size:0.85em;
	color:#ab4420;
	margin-right:5px;
	padding-left:7px;
	margin-top:3px;
}

div.container div#tags a, div.container div#tags a:visited{
	float:left;
	display:block;
	width:auto;
	font-size:0.8em;
	padding:2px 7px 2px 7px;
	margin:1px;
}

div.container div#tags a.active, div.container div#tags a:hover{
	background-color:#e5e1ca;
	box-shadow:inset 0 0 2px #c9c4a5;
}

div.container div#filterShadow{
	background-image:url(../images/content/media_shadow.png);
	background-size:100% 100%;
	background:none\9;
	width:80%;
	margin-left:10%;
	height:47px;
	float:left;
	opacity:0.5;
	filter:alpha(opacity=50);
}

/* Q and A */
div.container div#questionsAndAnswers{
	float:left;
	clear:both;
	margin-top:15px;
	width:90%;
}

div.container div#questionsAndAnswers div.questionWithAnswer{
	float:left;
	margin-bottom:10px;
	width:100%;
	clear:both;
}

div.container div#questionsAndAnswers div.questionWithAnswer ul.tags{
	display:none;
	color:#060846;
}

div.container div#questionsAndAnswers div.questionWithAnswer div.questionHeader{
	cursor:pointer;
	width:100%;
	clear:both;
	float:left;
	font-size:1.2em;
	margin-bottom:5px;
}

div.container div#questionsAndAnswers div.questionWithAnswer div.questionHeader img{
	float:left;
	margin-top:5px;
	border:none;
}

div.container div#questionsAndAnswers div.questionWithAnswer div.questionHeader span{
	float:left;
	font-family:'CroissantOne',Helvetica,Arial;
	font-size:0.8em;
	color:#dd651e;
	margin-left:10px;
	display:block;
	width:95%;
}

div.container div#questionsAndAnswers div.questionWithAnswer div.questionContent{
	float:left;
	clear:both;
	margin-left:20px;
	display:none;
	*width:100%;
}

div.container div#questionsAndAnswers div.questionWithAnswer div.questionContent div.answerFormulated p{
	float:left;
	margin-bottom:5px;
	*width:100%;
}

div.container div#questionsAndAnswers div.questionWithAnswer div.questionContent div.answerFormulated ul, div.container div#questionsAndAnswers div.questionWithAnswer div.questionContent div.answerFormulated ol{
	float:left;
	margin:0;
	padding:0;
	margin-left:20px;
	font-family: 'Helvetica','Arial','sans-serif';
	font-size:0.85em;
	color:#5e2512;
	margin-bottom:20px;
}





/* ABOUT */
div.container form#contact{
	float:left;
	width:80%;
	margin-bottom:50px;
	padding-top:20px;
}

div.container form#contact label{
	float:left;
	display:block;
	width:30%;
	margin-bottom:5px;
	font-family:'CroissantOne',Helvetica,Arial;
	font-size:0.8em;
	line-height:1.2em;
	color:#060846;
}

div#aboutPageContainer span#success{
	font-family:'CroissantOne',Helvetica,Arial;
	font-size:1em;
	color:#5e2512;
	padding-top:20px;
	float:left;
	padding-bottom:50px;
}

div.container form#contact input[type="text"], div.container form#contact input[type="email"]{
	float:left;
	width:68%;
	margin-bottom:5px;
	font-size:0.8em;
	padding:2px;
	outline:none;
	border:none;
}

div.container form#contact input[type="checkbox"]{
	float:left;
	width:auto;
	margin-top:5px;
	margin-left:30%;
}

div.container form#contact #checkboxlabel{
	font-family:'CroissantOne',Helvetica,Arial;
	font-size:0.8em;
	color:#060846;
	float:left;
	margin-left:5px;
	margin-top:5px;
	width:50%;
}

div.container form#contact textarea{
	float:left;
	width:68%;
	padding:2px;
	height:150px;
	resize:none;
	border:1px solid #999;
	font-size:0.8em;
	outline:none;
}

div.container form#contact input[type="submit"]{
	font-family:'CroissantOne',Helvetica,Arial;
	font-size:1.3em;
	line-height:1.2em;
	color:#060846;
	font-weight:lighter;
	background:none;
	border:none;
	background-image:url(../images/content/arrow_next.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-right:40px;
	margin-top:5px;
	margin-right:10px;
	clear:both;
	float:right;
	text-align:right;
}

/*div.container div#question form span{
	font-family:"CroissantOne","Helvetica","Arial";
	color:#060846;
	font-weight: lighter;
	font-size:0.9em;
}

div.container div#question form textarea{
	border:none;
	width:100%;
	height:50px;
	resize: none; 
	font-family:Helvetica,Arial;
	font-size:0.75em;
	line-height:1.2em;
	color:#060846;
	outline:none;
	border:none;
	border:1px solid #eee;
	padding:3px;
	margin-top:5px;
}

div.container div#question form input[type="submit"]{
	font-family:'CroissantOne',Helvetica,Arial;
	font-size:1.3em;
	line-height:1.2em;
	color:#060846;
	font-weight:lighter;
	background:none;
	border:none;
	background-image:url(../images/content/arrow_next.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-right:40px;
	float:right;
	margin-top:5px;
}*/



/* --- FOOTER --- */
footer{
	width:100%;
	float:left;
	margin-top:25px;
	text-align:center;
	position:relative;
	z-index:1000;
}

footer a#webfishaward{
	position:fixed;
	right:-5px;
	bottom:0;
	display:block;
	float:right;
}

footer div#stitch{
	background-image:url(../images/content/footer.png);
	width:100%;
	float:left;
}

footer div#copyright{
	background-image:url(../images/patterns/footer.png);
	width:100%;
	float:left;
	text-align:center;
}

footer p{
	font-family:'CroissantOne',Helvetica,Arial;
	font-size:0.85em;
	color:#bdb589;
	margin-top:10px;
	margin-bottom:15px;
}

footer p a, footer p a:hover, footer p a:visited{
	color:#af480c;
	text-decoration: none;
}