/* Basic Stylesheet for Menna van Praag
 * URL: http://www.mennavanpraag.com
 * File: /include/menna-style.css
 */

/* -- basic site structure elements -- */

body {
	font-family: 'Georgia', 'Times New Roman', 'Times', serif;
	font-size: 13px;
	color: #312248;
	background: #EDD4FF;
	position: relative;
	margin: 0;
	padding-top: 8px;
}

img {
	border: none;
}

h1 {
	margin-top: 0;
	font-size: 23px;
	font-weight: normal;
	text-align: center;
	color: #69437D;
}

h2 {
	font-size: 18px;
	font-weight: normal;
}


h3 {
	font-size: 16px;
	font-weight: normal;
}

h4 {
	font-size: 16px;
	font-weight: normal;
        text-transform: uppercase;
	text-align: center;
	color: #69437D;
}
p {
	line-height: 21px;
}

ol li {
	line-height: 21px;
}

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

.mainContainer {
	position: relative;
	margin: 0 auto;
	width:  800px;
	border: 2px solid #714D88;
}

.topBanner {
	position: relative;
	width:  800px;
	height: 130px;
	background: url('../images/banner-top.png');
}

.bannerTitle {
	position: absolute;
	z-index: 2;
	bottom: -26px;
	left:    150px;
	width:   521px;
	height:  82px;
	background: url('../images/menna-title.png');
}

.bannerHead {
	position: absolute;
	z-index: 2;
	bottom:  0px;
	right:   0px;
	width:   99px;
	height:  126px;
	background: url('../images/menna-head.png');
}

.shortBody {
	position: relative;
	width:  800px;
	height: 470px;
	background: url('../images/home-bg.png');
}

.extendBody {
	position: relative;
	width:  800px;
	background: no-repeat white bottom url('../images/sub-bg.png');
}

.nav {
	position: relative;
	z-index: 10;
	margin: 0 auto;
	padding-top: 115px;
	width: 565px;
	text-align: center;
}

	.nav a {
		display: block;
		float: left;
		height: 16px;
		padding: 8px 8px;
		font-family: 'Georgia', 'Times New Roman', 'Times', serif;
		font-size: 16px;
		line-height: 16px;
		color: #563B5A;
		text-decoration: none;
		text-transform: uppercase;
	}

	.nav a:hover {
		color: #926499;
	}

	.nav img {
		display: block;
		float: left;
		margin-top: 8px;
	}

.contentArea {
	position: relative;
	padding: 10px 110px 150px;
	z-index: 10;
}

.squish {
	padding: 10px 108px 110px 140px;
}

/* -- specific elements -- */

.newsletterBox {
	/*position: absolute;*/
	padding: 5px;
	background: #9571AC;
	color: purple;
	border: 1px solid #714D88;
	text-align: center;
	font-size: 12px;
        margin-top:13px;
}

	.newsletterBox p {
		margin: 0 0 5px 0;
		background: #B5A1C2;
		padding: 5px;
		line-height: normal;
	}

.collageBox {
	position: relative;
	height: 860px;
	margin: 25px 0;
}

	.collageBox div {
		position: absolute;
		vertical-align: bottom;
		padding: 5px;
	}

	.collageBox div p {
		font-size: 11px;
		margin: 0;
		line-height: normal;
		text-align: center;
	}

.bookExpo {
	position: relative;
	margin: 0 auto;
	padding-top: 20px;
	width: 570px;
	height: 445px;
	background: no-repeat top url('/images/book-expo-mmchocolate.png');
	font-size: 12px;
}

	.bookExpo p {
		position: relative;
		left: 260px;
		width: 290px;
		color: black;
	}

	.bookExpo .beNav {
		position: absolute;
		bottom: 60px;
		left: 30px;
		width: 520px;
	}

	.bookExpo .beNav a {
		font-size: 12px;
		padding: 6px 5px;
		cursor: pointer;
	}

	.bookExpo .beNav a:hover {
		color: black;
	}
	
	
/* happier than book */	
.bookExpo2 {
	position: relative;
	margin: 0 auto;
	padding-top: 20px;
	width: 570px;
	height: 445px;
	background: no-repeat top url('/images/happier-than-shes-ever-been-book.png');
	font-size: 12px;
}

	.bookExpo2 p {
		position: relative;
		left: 260px;
		width: 290px;
		color: black;
	}

	.bookExpo2 .beNav {
		position: absolute;
		bottom: 60px;
		left: 30px;
		width: 520px;
	}

	.bookExpo2 .beNav a {
		font-size: 12px;
		padding: 6px 21px;
		cursor: pointer;
	}

	.bookExpo2 .beNav a:hover {
		color: black;
	}
	
	/* happier than book end */	
	
	
.ygkes { /* you gotta keep 'em separated.. */
	margin-right: 20px;
}


/* -- modal window popup -- */

#body {
	position: relative;
	height: 101%;
	clear: both;
	margin: auto;
}

.modal-dialog {
	z-index: 999999999;
	background-color: white;
	border: 2px solid #714D88;
	padding: 15px;
	width: 600px;
	display: block;
	font-size: 10pt;
	color: #333333;
}

.modal-dialog ul, .modal-dialog li {
	margin-left: 20px;
}

.modal-dialog p {
	padding-bottom: 10px;
}

.modal_bgmdExcerpt {
	z-index: 10;
}

.modal_background
{
	z-index: 10;
	background:	black;
	height:   	101%;
	width:    	100%;
	left:		0;
	top: 		0;
	position: 	absolute;
	z-index:	10;
}

.newChap {
	display: block;
	float: left;
	font-size: 30px;
	font-style: oblique;
}

p.newChapDivider {
	font-size: 60px;
	text-align: center;
	line-height: 40px;
	margin: 10px;
}

.scroll {
	height: 420px;
	overflow-y: scroll;
	padding: 0 15px 0 0;
}

/* -- modal dialog: mdCoverGallery -- */

.galleryControls {
	margin-top: 10px;
	text-align: center;
}

.galleryControls a {
	text-decoration: none;
	color: #563B5A;
}

.galleryControls a:hover {
	color: black;
}


/* -- modal dialog: mdRecipes -- */

.recipe {
	margin-bottom: 40px;
}

.recipe h3 {
	font-style: oblique;
	text-align: center;
}

.recipe .leftHalf {
	float: left;
	font-style: oblique;
	width: 260px;
	padding-right: 20px;
	font-size: 16px;
	text-align: justify;
	margin-left: 20px;
}

.recipe .rightHalf {
	float: left;
	border-left: 3px dotted black;
	padding-left: 15px;
	width: 220px;
	margin-bottom: 15px;
}

.recipe .rightHalf ul {
	padding: 0;
	margin-left: 0;
}

.recipe .rightHalf ul li {
	margin-bottom: 5px;
	font-size: 12px;
}

.topDecoration {
	position: absolute;
	z-index: 1;
	top: 0;
    left: 0;
	width: 800px;
	height: 300px;
	background: url('/images/head-bg.png');
}

.happyThings {
	position: relative;
	top: 270px;
}

