@charset "UTF-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */


@font-face {
	font-family: 'SedonaScriptFLFRegular';
	src: url('SedonaScriptFLF.eot');
	src: local('SedonaScriptFLF Regular'), local('SedonaScriptFLF'), url('SedonaScriptFLF.ttf') format('truetype');
}

@font-face {
	font-family: 'AngelinaRegular';
	src: url('angelina.eot');
	src: local('Angelina Regular'), local('Angelina'), url('angelina.ttf') format('truetype');
}


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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	background: #000 url(../images/body_bg.jpg) repeat-x top;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clearer {
	clear: both;
	width: 100%;
}


/*-------------  END RESET  --------------*/

#wrap {
	margin: 0 auto;
	width: 960px;
}

/****** MAIN SITE STYLES ******/

#top {
	position: relative;
	height: 200px;
}

	#logo {
		width: 431px;
		height: 157px;
		background: url(../images/jmp_logo_shadow.png) top no-repeat;
	}
	
	#logo a {
		with: 431px;
		height: 157px;
		background: url(../images/jmp_logo.png) top no-repeat;
		display: block;
	}
	
	.login {
		font: 12px/16px Georgia, "Times New Roman", Times, serif;
		color: #d4c7a8;
		width: 232px;
		height: 16px;
		position: absolute;
		top: 10px;
		right: 300px;
		text-align: right;
	}
	
	.login a {
		color: #d4c7a8;
		text-decoration: none;
		border-bottom: 1px dotted #d4c7a8;
	}
	
	.login a:hover {
		color: #fff;
		border-bottom: 1px dotted #fff;
	}
	
	#search {
		width: 242px;
		height: 58px;
		position: absolute;
		top: 0;
		right: 40px;
		background: url(../images/search_bg.png);
	}
	
	#search form {
		margin: 0;
		padding: 0;
		position: absolute;
		top: 0;
		right: 0;
		width: 242px;
		height: 58px;
	}
	
		#search input {
			background: none;
			border: none;
			font: 14px/28px Georgia, "Times New Roman", Times, serif;
		}
		
		#ajaxSearch_input {
			height: 28px;
			width: 154px;
			margin: 13px 10px 13px 20px;
			color: #800;
			text-indent: 6px;
		}
		
		#ajaxSearch_submit {
			height: 28px;
			width: 35px;
			margin: 14px 0;
			color: #fff;
		}
		
		#ajaxSearch_submit:hover {
			cursor: pointer;
			color: #CC9;
		}
		
		#ajaxSearch_output {
			position: absolute;
			top: 63px;
			left: 0;
			width: 218px;
			padding: 0;
			background: #900;
			padding: 12px;
			color: #c8b99f;
			z-index: 10000;
		}
		
		#current-search-results {
			border-top: 1px solid #700;
			padding: 0;
			float: left;
			display: block;
		}
		
		.AS_ajax_result {
			border-bottom: 1px solid #700;
			float: left;
			display: block;
			width: 218px;
		}
		
		.AS_ajax_resultLink {
			color: #c8b99f;
			padding: 10px 0;
			text-decoration: none;
			float: left;
			display: block;
			width: 218px;
			z-index: 9999;
		}
		
		.AS_ajax_resultLink:hover {
			color: #fff;
		}
		
		#searchClose {
			position: absolute;
			top: 20px;
			left: 160px;
		}
		#indicator {
			position: absolute;
			top: 20px;
			left: 140px;
		}
			
		
		#socialmedia {
			height: 75px;
			width: 220px;
			position: absolute;
			bottom: -10px;
			right: 50px;
		}
		
		#socialmedia a {
			width: 60px;
			height: 75px;
			display: block;
			float: left;
		}
		
		#socialmedia a.facebook {
			background: url(../images/facebook.png) 0 0;
			margin-right: 20px;
		}
		
		#socialmedia a.twitter {
			background: url(../images/twitter.png) 0 0;
			margin-right: 20px;
		}
		
		#socialmedia a.youtube {
			background: url(../images/youtube.png) 0 0;
		}
		
		#socialmedia a:hover {
			cursor: pointer;
			background-position: 0 -5px;
		}

#content {
	background: #eeebe2 url(../images/footer_bg.jpg) bottom no-repeat;
	float: left;
	width: 960px;
	padding-bottom: 140px;
}

	#content p {
		font: 12px/18px Georgia, "Times New Roman", Times, serif;
		color: #5a3e23;
		margin-bottom: 18px;
	}
	
	#content a, #content a:visited {
		color: #610600;
		text-decoration: none;
	}
	
	#content a:hover {
		color: #a27b27;
	}

	#nav {
		width: 960px;
		height: 110px;
		background: url(../images/nav_bg.jpg) no-repeat;
	}
		
		#nav ul {
			display: block;
			width: 920px;
			height: 60px;
			padding: 15px 20px 35px;
		}
		
		#nav ul li a, #nav ul li a:visited {
			font: 32px/60px "AngelinaRegular", Arial, sans-serif;
			float: left;
			display: block;
			text-decoration: none;
			color: #eeebe2;
			margin: 0 25px;
		}
		
		#nav ul li a:hover {
			background: url(../images/nav_hvr.png) center bottom no-repeat;
			color: #eeebe2;
		}

	#main {
		float: left;
		width: 610px;
		margin: 0 30px;
		position: relative;
	}
	
	#main h2 {
		font: 36px/50px "SedonaScriptFLFRegular", Arial, sans-serif;
		color: #610600;
	}
	
	#main h3 {
		font: 24px/40px "SedonaScriptFLFRegular", Arial, sans-serif;
		color: #610600;
	}
	
		#intro {
			width: 620px;
			height: 210px;
			background: url(../images/intro.jpg) no-repeat;
			position: absolute;
			top: -7px;
			left: -10px;
		}
		
		#intro div {
			padding: 25px 30px 15px 200px;
		}
		
			#intro div span {
				text-align: center;
				font: 18px/24px Georgia, "Times New Roman", Times, serif;
				display: block;
				margin: 0 0 10px;
				color: #5a3e23;
			}
		
		#intro_space {
			height: 230px;
			width: 620px;
		}
		
		#latest {
			float:left;
			width: 610px;
			background: url(../images/latest_bg.jpg) no-repeat bottom;
			position: relative;
		}
		
			#latest .summary {
				width: 375px;
				float: left;
			}
			
			#latest .product {
				width: 235px;
				float: right;
			}
			
			#latest .product img {
				position: absolute;
				bottom: 60px;
				right: 25px;
				width: 175px;
				height: 250px;
			}
			
			a.button {
				background: url(../images/tape_btn.png) no-repeat;
				width: 129px;
				height: 37px;
				font: 22px/37px "AngelinaRegular", Arial, sans-serif;
				color: #610600;
				text-decoration: none;
				text-align: center;
				position: absolute;
				bottom: 5px;
				right: 50px;
			}
	
	#bloglist {
		float: left;
		position: relative;
		width: 610px;
		margin-top: 15px;
		background: url(../images/blog_divider.jpg) no-repeat bottom;
	}
		
	.blog_summary {
		width: 610px;
		background: url(../images/blog_divider.jpg) no-repeat top;
		float: left;
	}
	
		.blog_summary h3 {
			color: #5a3e23;
			font: bold 22px/36px Georgia, "Times New Roman", Times, serif;
		}
		
		.blog_summary p {
		}
		
		.date {
			background: url(../images/date_bg.jpg) no-repeat bottom;
			width: 100px;
			height: 80px;
			float: left;
			display: block;
		}
		
		.blurb {
			float: left;
			margin-left: 10px;
			width: 500px;
		}
	
		span.month {
			width: 58px;
			height: 18px;
			font: bold 18px/18px "Times New Roman", Times, serif;
			color: #610600;
			display: block;
			margin: 15px 10px 0 31px;
			text-align: center;
			text-transform: uppercase;
		}
		
		span.day {
			width: 58px;
			height: 30px;
			font: bold 34px/32px "Times New Roman", Times, serif;
			color: #610600;
			display: block;
			margin: 0 10px 0 31px;
			text-align: center;
		}
		
		
	
	#side {
		float: right;
		width: 263px;
		margin-right: 27px;
		position: relative;
		background: url(../images/sidemenu_bg.jpg) repeat-y;
	}
	
		#side_top {
			background: url(../images/sidemenu_top_bg.jpg) no-repeat;
			width: 263px;
			height: 20px;
			top: 0;
			left: 0;
		}
		
		.side_item {
			padding: 0 15px 20px;
			float: left;
		}
		
		.side_item p {
			float: left;
		}
		
		.side_item h3 {
			font: 30px/30px "SedonaScriptFLFRegular", Arial, sans-serif;
			color: #610600;
		}
		
		.side_img {
			float: right;
			margin: 10px 0 8px 10px;
		}
		
		a.button_side {
			background: url(../images/tape_btn.png) no-repeat;
			width: 129px;
			height: 37px;
			font: 22px/37px "AngelinaRegular", Arial, sans-serif;
			text-align: center;
			display: block;
			float: right;
		}
		
		.mailing_list {
		}
		
		.mailing_list img.stamp {
			float: left;
			margin: 10px 3px 10px 0;
			width: 95px;
			height: 107px;
		}
		
		.mailing_list input {
			width: 122px;
			height: 25px;
			line-height: 25px;
			padding: 0;
			margin: 0 0 10px 0;
			background: url(../images/nl_input_bg.jpg) no-repeat;
			border: 0;
			border: none;
			color: #b58171;
			text-indent: 6px;
		}
		
		.mailing_list label {
			display: none;
		}
		
		button.submit {
			width: 129px;
			height: 37px;
			font: 22px/37px "AngelinaRegular", Arial, sans-serif;
			text-align: center;
			border: none;
			margin: 0;
			padding: 0;
			background: transparent url(../images/tape_btn.png) no-repeat;
			color: #610600;
		}
		
		button.submit:hover {
			color: #a27b27;
		}
		
		.newsletter {
			float: right;
			padding: 20px 0 0 5px;
			width: 129px;
		}
		
		.book_club {
			background: url(../images/rosie2.png) no-repeat bottom left;
			height: 170px;
			width: 233px;
		}
		
		.book_club a {
			display: block;
			height: 170px;
			width: 100%;
		}
		
		.book_club a span {
			text-align: right;
			padding-right: 20px;
			font: bold 24px/170px Georgia, "Times New Roman", Times, serif;
			display: block;
			width: 203px;
		}

.guides li {
	padding-left: 24px;
	background: url(../images/pdf_icon.png) no-repeat;
	line-height: 18px;
	margin-bottom: 8px;
	font: 12px/18px Georgia, "Times New Roman", Times, serif;
}
			
	.book-link {
		width: 150px;
		padding-bottom: 15px;
		float: left;
		margin: 20px 0 0 0;
		text-align: center;
	}
	
	.book-link img.side_img {
		margin: 0;
		float: none;
	}
		
div.form-container {color: #610600; }
 
p.info { margin-bottom: 1em; }
p.info em { color: #C00; font-style: normal; }
 
div.errors { margin: 0 0 10px 0; padding: 5px 10px; border: #FC6 1px solid; background-color: #FFC; }
div.errors p { margin: 0; }
div.errors p em { color: #C00; font-style: normal; font-weight: bold; }
 
div.form-container form p { margin: 0; }
div.form-container form p.note { margin-left: 170px; font-size: 12px; color: #333; }
div.form-container form fieldset { margin: 10px 0; }
div.form-container form legend { font-weight: bold; color: #7a271a; }
div.form-container form fieldset div { padding: 4px 0; }
div.form-container label, 
div.form-container span.label { font-size: 14px; margin: 0 0 20px 0; padding-right: 10px; width: 280px; display: block; float: left; text-align: right; position: relative; line-height: 26px; height: 26px; }
div.form-container input {width: 140px; line-height: 26px; height: 26px; border: 1px solid #dcd7c6;}
div.form-container select {width: 140px;}
div.form-container label.error, 
div.form-container span.error { color: #C00; }
div.form-container label em, 
div.form-container span.label em { position: absolute; right: 0; font-size: 14px; font-style: normal; color: #C00; }
div.form-container input.error { border-color: #C00; background-color: #FEF; }
div.form-container input:focus,
div.form-container input.error:focus, 
div.form-container textarea:focus {	background-color: #FFC; border-color: #FC6; }
div.form-container div.controlset label, 
div.form-container div.controlset input { display: inline; float: none; }
div.form-container div.controlset div { margin-left: 10px; }
div.form-container div.buttonrow { margin-left: 10px; }

#wlpeTermsOfService {
	width: 580px;
	padding: 15px;
	border: 1px solid #e3ded0;
	height: 100px;
	overflow: scroll;
	background: #f5f3ee;
}

div.form-container #wlpeUserRegisterComments label {
	width: 600px;
	height: 120px;
}

div.form-container #wlpeUserRegisterComments textarea {
	width: 400px;
	height: 100px;
}

div.form-container label#wlpeTosCheckboxLabel {
	width: 600px;
	line-height: 26px;
	text-align: left;
}

div.form-container label#wlpeTosCheckboxLabel input {
	width: 20px;
	height: 26px;
	line-height: 26px;
}

.form-container h3 {
	color: #7a271a;
	padding: 10px 0;
}

.form-container ul {
	list-style-type: circle;
	padding-left: 15px;
}

.form-container li {
	font: 11px/17px Georgia, "Times New Roman", Times, serif;
	color: #5e452b;
}

#wlpeWelcome p {
	font: bold 14px/20px Georgia, "Times New Roman", Times, serif;
	color: #800;
}

/* FORMS */
 
div.cf-container {color: #610600; }
 
p.legend { margin-bottom: 10px; }
p.legend em { color: #C00; font-style: normal; }
 
div.errors { margin: 0 0 10px 0; padding: 5px 10px; border: #FC6 1px solid; background-color: #FFC; }
div.errors p { margin: 0; }
div.errors p em { color: #C00; font-style: normal; font-weight: bold; }
 
div.cf-container form p { margin: 0; }
div.cf-container form p.note { margin-left: 170px; font-size: 90%; color: #333; }
div.cf-container form fieldset { margin: 10px 0; }
div.cf-container form legend { font-weight: bold; color: #610600; }
div.cf-container form fieldset div { padding: 3px 0; }
div.cf-container input {width: 140px; line-height: 26px; height: 26px; border: 1px solid #dcd7c6; color: #610600; text-indent: 5px;}
div.cf-container label, 
div.cf-container span.label {font-size: 14px; margin-right: 10px; padding-right: 10px; width: 80px; display: block; float: left; text-align: right; position: relative; line-height: 26px; height: 26px; }
div.cf-container label.error, 
div.cf-container span.error { color: #C00; }
div.cf-container label em, 
div.cf-container span.label em { position: absolute; right: 0; font-size: 120%; font-style: normal; color: #C00; }
div.cf-container input.error { border-color: #C00; background-color: #FEF; }
div.cf-container input:focus,
div.cf-container input.error:focus, 
div.cf-container textarea:focus {	background-color: #FFC; border-color: #FC6; }
div.cf-container div.controlset label, 
div.cf-container div.controlset input { display: inline; float: none; }
div.cf-container div.controlset div { margin-left: 170px; }
div.cf-container div.buttonrow { margin-left: 0px; }
div.cf-container textarea {border: 1px solid #dcd7c6;}

#footer {
	background: url(../images/desk.jpg) no-repeat;
	width: 1400px;
	height: 347px;
	display: block;
	margin: 5px auto;
	position: relative;
	color: #666;
}

#footer a, #footer a:visited {
	position: absolute;
	top: 331px;
	right: 300px;
	width: 120px;
	text-align: right;
	font: 11px/16px Arial, Helvetica, sans-serif;
	color: #666;
	text-decoration: none;
}

#footer a:hover {
	color: #666;
}


.img_left {
	float: left;
	margin: 0 15px 10px 0;
}

.img_right {
	float: right;
	margin: 0 0 10px 15px;
}
