/*
Theme Name: DianaStobo.com
Author: Brooklyn Taylor
*/


/* Begin Typography & Colors */
* {margin: 0px; padding: 0px;}

a { color: #0066CC;}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	text-align: center;
	background-color: #efeee1;
	background-image: url(images/dstobo-bkg.png);
	}

#page {
	text-align: left;
	}

#header {
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}

#headerimg 	{
	margin: 0px;
	}

#content {
	position: relative;
	}

.widecolumn .entry p {
	font-size: 14px;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	margin-top: 15px;
	position: static;
	top: 0px;
	clear:both;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: right;
	font-size: 12px;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	line-height: 1.5em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	}

h1, h2, h3 {
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	visibility: hidden;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	visibility: hidden;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-size: 1.2em;
	}

h3 {
	font-size: 1.2em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: #181c35;
	}

h2, h2 a, h2 a:visited, h3 {
	color: #333;
	}
	h3 a, h3 a:visited {
	color: #0066CC
	}
h3 a:hover {
	color: #9d2448;
	}
h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #9d2448;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font-size: 0.9em;
	}
.commentlist li ul li {
	font-size: .9em;
}

.commentlist li {
	font-weight: normal;
	font-size: .9em;
}
.says {
	font-size: .9em;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	}

.commentlist p {
	font-weight: normal;
	line-height: 140%;
	text-transform: none;
	}

#commentform p {
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font-size: 1em;
	}
	div.narrowcolumn h2 {
		margin-bottom: 10px;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font-size: 1.1em;
	font-family: "Courier New", Courier, monospace;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

h2 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #9d2448;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font-size: 1.3em;
	text-align: center;
	font-weight: bold;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	width: 950px;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	clear: both;
	}
#top {
	position: static;
	background-image: url(images/dstobo-headerbkg.jpg);
	background-repeat: repeat-x;
	}
#header {
	padding: 0;
	height: 143px;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}

#headerimg {
	margin: 0;
	height: 143px;
	width: 100%;
	}

.narrowcolumn {
	float: left;
	width: 673px;
	background-color: #FFF;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 25px;
	border-right-width: 1px;
	border-bottom-width: 7px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #d2d1c5;
	border-bottom-color: #34183f;
	border-left-color: #d2d1c5;
	border-top-style: none;
	min-height: 1330px;
	}

.widecolumn {
	width: 908px;
	background-color: #FFF;
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #34183f;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #d2d1c5;
	border-left-color: #d2d1c5;
	}
.gnf {
	background-image: url(http://www.dianastobo.com/images/GNF-background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}
	.widecolumn2 {
	width: 948px;
	background-color: #FFF;
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #34183f;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #d2d1c5;
	border-left-color: #d2d1c5;
	position: relative;
	}

.post {
	margin: 0 0 40px;
	text-align: left;
	clear: both;
	position: relative;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 15px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.line{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #b89dca;
	padding-top: 5px;
	padding-bottom: 5px;
}

#footer {
	width: 950px;
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
	position: relative;
	top: 10px;
	border: none;

	}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 9px;
	color: #7f7159;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	}
#footer a {
	color: #7f7159;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	color: #3c1c4a;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-left: 10px;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0px;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	padding-left: 10px;
	text-indent: 0px;
	margin-bottom: 20px;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
	}

html>body .entry li {
	font-size: 12px;
	line-height: 140%;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0px;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	list-style-position: inside;
	padding-left: 15px;
	border-top: 1px solid #a3a28f;
	padding-top: 10px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style-position: outside;
	
	}

#sidebar ul ul li, #sidebar ul ol li {
	padding: 0;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 0px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
	#respond {
		clear: both;
		padding-top: 25px;
	}
	
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: left;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	width: 210px;
	float: right;
	background-color: #d2d1c5;
	padding: 0px;
	position: relative;
	top: -10px;
	border: 1px solid #a3a28f;
	}
	
	.book-sidebar
{
	background-color: #FFF;
	padding: 10px;
	position: relative;
	top: 0px;
	border: 1px solid #D2D1C5;
	background-image:url("images/contentTopNarrow.gif");
background-position:center top;
background-repeat:no-repeat;
	}
	div.book-sidebar ul {
	list-style-image: none;
	margin-bottom: 15px;
	}
	div.book-sidebar p.title {
		font-size: 16px;
		line-height:18px;
		margin-bottom: 10px;
		margin-top:3px;
	}
	div.book-sidebar ul li {
		font-size: 12px;
	}
	div.book-sidebar p.subtitle {
		font-size: 14px;
		margin-bottom: 2px;
		margin-top: 5px;
	}
	#sidebar-ads
{
	width: 210px;
	float: right;
	padding-bottom: 00px;
	position: relative;
	top: -20px;
	}
	#sidebar-ads ul {
		list-style-type: none;
	}
	#sidebar-ads ul li ul{
	list-style-type: disc;
	margin-left: 15px;
	list-style-position: outside;
	}
	#sidebar-ads ul li ul li{
	margin-bottom: 7px;
	}
	#sidebar-ads2
{
	width: 210px;
	float: right;
	padding-bottom: 00px;
	position: relative;
	top: 10px;
	}
	
	#sidebarRecipes
{
	width: 673px;
	float: left;
	position: relative;
	border: 1px solid #D2D1C5;
	}
	
	#box-it {
	float: left;
	position: relative;
	border: 1px solid #D2D1C5;
	clear: both;
	margin-top: 15px;
	}
	#box-it h4 {
		text-align: left;
	margin: 3px !important;
	background-color:#D2D1C5;
	font-size: 16px;
	padding-top: 5px !important;
	padding-right: 5px;
	padding-bottom: 5px !important;
	padding-left: 15px;
	color: #333;
	}
#box-it ul li {
	font-size: 14px;
	margin-bottom: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

#box-it ul {
	list-style: none !important;
	list-style-position: outside;
	padding: 10px;
	margin: 0px;
}
	
	#sidebarRecipes ul li
{
	float: left;
	text-align: center;
	font-size: 14px;
	margin-top: 14px;
	margin-right: 14px;
	margin-bottom: 0px;
	margin-left: 14px;
	width: 196px;
	}
	
	#sidebarRecipes p img
{
	padding-top: 5px
	}
	
	#sidebarRecipes ul {
	list-style-type: none;		
	}
	#sidebarRecipes h2 {
	text-align: left;
	margin: 3px;
	background-color:#D2D1C5;
	font-size: 16px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	color: #333;
	}

#sidebar form {
	margin: 0;
	}
	
	#sidebarArticles
{
	width: 673px;
	float: left;
	position: relative;
	border: 1px solid #D2D1C5;
	padding-bottom: 15px !important;
	}
	#sidebarArticles ul
{
	padding-left: 15px;
	}
	#sidebarArticles ul li
{
	float: left;
	text-align: left;
	font-size: 14px;
	margin-right: 14px;
	margin-bottom: 0px;
	margin-left: 14px;
	width: 320px;
	}
	
	#sidebarArticles h2 {
	text-align: left;
	margin: 3px;
	background-color:#D2D1C5;
	font-size: 16px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	color: #333;
	border: none !important;
	}
	
	#recent-posts
{
	width: 673px;
	float: left;
	position: relative;
	border: 1px solid #D2D1C5;
	padding-bottom: 15px !important;
	margin-top: 25px;
	}
	#recent-posts ul
{
	padding-left: 15px;
	padding-top: 10px;
	}
	#recent-posts ul li
{
	float: left;
	text-align: left;
	font-size: 14px;
	margin-right: 14px;
	margin-bottom: 0px;
	margin-left: 14px;
	width: 300px;
	padding-bottom: 5px;
	}
	
	#recent-posts h2 {
	text-align: left;
	margin: 3px;
	background-color:#D2D1C5;
	font-size: 16px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	color: #333;
	border: none !important;
	}
/* End Sidebar */

/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}
img {
		border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	font-size: .8em;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	padding-top: 4px;
	margin: 10px;
	border-radius: 3px;
	background: #FFF;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	text-align: center;
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 5px;
	padding-left: 4px;
}
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

#topSearch {
	position:relative;
	float:right;
	top: -75px;
}
.right {
	float: right;
}
.left {
	float:left;
}
.middle {
	vertical-align:middle;
}
#contentTopWide {
	background-image: url(images/contentTopWide.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height:18px;
	width: 950px;
	margin-top: 20px;
}
#contentTopNarrow {
	background-image: url(images/contentTopNarrow.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 18px;
	width: 725px;
	margin-top: 20px;
	position: relative;
}
p {
	font-size: 12px;
	margin-bottom: 15px;
	line-height: 140%;
	text-align: left;
}
#dailyJuice {
	width: 378px;
	float: left;
	clear: none;
	position: relative;
	height: 412px;
	margin-bottom: 15px;
	margin-left: 15px;
	z-index: 10;
}
#productPromo {
	float: left;
	width: 236px;
	position: relative;
	height: 412px;
	margin-bottom: 15px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #666;
	border-left-color: #666;
	text-align: center;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 0px;
	padding-bottom: 10px;
	z-index: 0;
}
#productPromo h3 {
	text-align: left;
	color: #282339;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-size: 18px;
	text-transform: uppercase;
}
#productPromo p img {
	margin-top: 10px;
}
#twitterFeed {
	float: right;
	width: 265px;
	height: 625px;
	position: relative;
	bottom: -17px;
	background-image: url(images/diana.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}
#recipePromo {
	background-color:#956ca8;
		width: 192px;
		float: left;
		position: relative;
		margin-left: 15px;
		height: 168px;
padding: 10px;
}
#recipePromo h3 {
	font-size: 17px;
	text-align: center;
	text-transform: uppercase;
	color: #181c35;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #181c35;
	margin: 0px;
}
#recipePromo a {
	color: #181c35;
	text-decoration: none;
}
	#recipePromo a:hover {
	color: #fff;
	text-decoration: none;
}

#recipePromo #recipeImage {
	position:relative;
	left: -25px;
	top: 0px;
	background-image: url(images/GNF-cover.png);
	background-repeat: no-repeat;
	float: left;
	height: 79px;
	width: 82px;
}
	#recipePromo p {
	color:#3a1a42;
	font-size:11px;
	line-height:13px;
	text-align:left;
	margin-top: 10px;
	margin-right: 1px;
	margin-bottom: 0;
	margin-left: 0px;
	position: relative;
	left: -18px;
	top: 5px;
}
#mailingList {
	background-color:#7aac2b;
	width: 192px;
	float: left;
	position: relative;
	margin-left: 15px;
	height: 168px;
padding: 10px;
}
#mailingList h3 {
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
	color: #2e4d24;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #2e4d24;
	margin: 0px;
}
#mailingList p {
	font-size: 12px;
	text-align: center;
	line-height: 13px;
	color: #FFF;
	margin-top: 10px;}
#upcomingEvents {
	background-color:#ca5d02;
	width: 192px;
	float: left;
	position: relative;
	margin-left: 15px;
	height: 168px;
	padding: 10px;
}
ul#twitter_update_list {
	float: left;
	position: static;
	list-style-type: none;
}
ul#twitter_update_list li {
	font-size:12px;
	clear: both;
	float: left;
	width: 200px;
	padding-bottom: 10px;
	padding-top: 10px;
}
#upcomingEvents ul {
	list-style-type: none;
	padding: 10px;
	font-size:12px;
}
#upcomingEvents h3{
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
	margin: 0px;
}
#upcomingEvents h3 a {
	color:#FFF;
}
#upcomingEvents h4 {
	color:#FFF;
	font-size: 14px;
	font-style:oblique;
	margin-top: 10px;
	margin-bottom: 5px;
}
#upcomingEvents p {
	color:#FFF;
	font-size:12px;
	line-height: 14px;
	margin-top: 15px;
	margin-left: -10px;
}
#upcomingEvents a{
	color: #f9db2a;
}
#upcomingEvents h3 a:hover {
	color:#fbb21d;
}
#upcomingEvents li ul li{
	font-size: 14px;
	font-weight: bold;
	list-style-type: none;
}
#upcomingEvents li ul li ul li{
	font-style: normal;
	font-size: 12px;
	font-weight: normal;
		list-style-type: none;
}
#upcomingEvents ul {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 15px;
	list-style-type: none;
	margin-top: 10px;
}
#upcomingEvents ul li ul {
	margin-top: 0px;
}

#upcomingEvents li {
	color:#FFF;
	list-style: none;
}
#videobkg {
	margin-left:auto;
	margin-right: auto;
	width: 350px;
	margin-top: 10px;
}
.centerText {
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #e7e5d3;
}
#dailyJuiceCreation p {
	font-size: 14px;
	color: #555240;
	text-align: center;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#youtubeimg {
	float: left;
	margin-left: 5px;
	margin-top: 5px;
}
#youtubetext {
	float: left;
}
#youtube {
	width: 340px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	font-size: 14px;
	color: #555240;
}
#youtube a {
	color: #555240;
}
#twitter {
	position: absolute;
	background-image: url(images/talkBubble.gif);
	background-repeat: no-repeat;
	left: 630px;
	z-index: 50;
	height: 267px;
	width: 304px;
}
#twitterContent {
	width: 190px;
	position: relative;
	left: 50px;
	top: 35px;
}
.center {
	text-align: center;
}
.bottom10 {
	margin-bottom:10px;
}
.bottom20 {
	margin-bottom:20px;
}
#contentwrapper {
	position:relative;
	clear: both;
	top: 20px;
}
h2.recipeTitle {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #3A1F48;
	line-height: 50px;
	text-align: center;
}
.top25 {
	margin-top: 40px;
}
.buffer {
	vertical-align: middle;
	width: 250px;
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	border: 1px solid #e7e5d3;
	padding: 0px;
}
#eightten {
	width: 820px;
	margin-right: auto;
	margin-left: auto;
}
.buffer p {
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	text-align: center;
}
.buffer h3 {
	font-size: 18px;
	color: #3a1a42;
	text-align: center;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 95%;
}
.buyNow a img {
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
	display: inline;
}
#bookleft {
	text-align: center;
	width: 300px;
	margin-right: 50px;
	padding-right: 50px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #666;
	float: left;
	clear: right;
}
#bookright {
	float: right;
	margin-top: 50px;
	width: 500px;
}
#ebookright {
	background-color: #f7f4f9;
	padding: 30px;
	float: right;
	width: 440px;
}
#ebookleft {
	text-align: center;
	width: 350px;
	margin-right: 50px;
	float: left;
	clear: right;
}
#ebookright p {
	line-height: 1.5em;
}
.purple {
	color: #3a1a42;
}
label {
	font-size: 14px;
	font-weight: bold;	
}
.pp_error {
	font-size: 16px;
	font-weight: bold;	
	color: #3a1a42;
}
#smalltext p{
	margin-top: 15px;
	font-size: 11px;
	line-height: 1.2em;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #3a1a42;
	padding-top: 15px;
}
fieldset {
	border:none;
	margin-top: -10px;
}
.mc-field-group {
	text-align:center;
}
#introToRaw {
	background-image: url(images/intro-to-raw.png);
	background-repeat: no-repeat;
	float: left;
	height: 126px;
	width: 98px;
	position: relative;
	left: -15px;	
	z-index: 10000;
	top: 5px;
}
.top30 {
	padding-top: 30px;
}

/* Calendar Styles */
	
	
.calnk a:hover {
	text-decoration:none;
	color:#000000;
	border-bottom:1px dotted #000000;
         }
    .calnk a:visited {
         text-decoration:none;
         color:#000000;
         border-bottom:1px dotted #000000;
        }
    .calnk a {
        text-decoration:none; 
        color:#000000; 
        border-bottom:1px dotted #000000;
        }
    .calnk a span { 
        display:none; 
        }
    .calnk a:hover span {
        margin-top: -100px;
		margin-left: 120px;
        }
     .calendar-table {
        border:none;
        width:100%;
     }
     .calendar-heading {
        height:25px;
        text-align:center;
        border:1px solid #D6DED5;
        background-color:#E4EBE3;
     }
     .calendar-next {
        width:25%;
        text-align:center;
     }
     .calendar-prev {
        width:25%;
        text-align:center;
     }
     .calendar-month {
        width:50%;
        text-align:center;
        font-weight:bold;
     }
     .normal-day-heading {
        text-align:center;
        width:25px;
        height:25px;
        font-size:0.8em;
        border:1px solid #DFE6DE;
        background-color:#EBF2EA;
     }
     .weekend-heading {
        text-align:center;
        width:25px;
        height:25px;
        font-size:0.8em;
        border:1px solid #DFE6DE;
        background-color:#EBF2EA;
        color:#FF0000;
     }
     .day-with-date {
        vertical-align:text-top;
        text-align:left;
        width:60px;
        height:60px;
        border:1px solid #DFE6DE;
     }
     .no-events {

     }
     .day-without-date {
        width:60px;
        height:60px;
        border:1px solid #E9F0E8;
     }
     span.weekend {
        color:#FF0000;
     }
     .current-day {
        vertical-align:text-top;
        text-align:left;
        width:60px;
        height:60px;
        border:1px solid #BFBFBF;
        background-color:#E4EBE3;
     }
     span.event {
        font-size:0.75em;
     }
     .kjo-link {
        font-size:0.75em;
        text-align:center;
     }
     .event-title {
        text-align:center;
        font-weight:bold;
        font-size:1.2em;
     }
     .event-title-break {
        width:96%;
        margin-left:2%;
        margin-right:2%;
        margin-top:5px;
        margin-bottom:5px;
        text-align:center;
        height:1px;
        background-color:#000000;
     }
     .event-content-break {
        width:96%;
        margin-left:2%;
        margin-right:2%;
        margin-top:5px;
        margin-bottom:5px;
        text-align:center;
        height:1px;
        background-color:#000000;
     }
     .calendar-date-switcher {
        height:25px;
        text-align:center;
        border:1px solid #D6DED5;
        background-color:#E4EBE3;
     }
     .calendar-date-switcher form {
        margin:0;
        padding:0;
     }
     .calendar-date-switcher input {
        border:1px #D6DED5 solid;
     }
     .calendar-date-switcher select {
        border:1px #D6DED5 solid;
     }
     .cat-key {
        width:100%;
        margin-top:10px;
        padding:5px;
        border:1px solid #D6DED5;
     }
	 
	 element.style {
background-image:url(http://www.dianastobo.com/images/diana-avatar.jpg) !important;
background-repeat:no-repeat;
cursor:pointer;
float:left;
margin-left:4px;
margin-right:8px;
margin-top:5px;
width:80px;
}
#featuredRecipe {
	width: 136px;
	height: 136px;
	position:relative;
	background-image: url(images/featuredRecipe.png);
	background-repeat: no-repeat;
	float: right;
	right: -40px;
	top: -50px;
	z-index: 500;
}
#featuredRecipe span {
	display: none;
}

#featuredArticle {
	width: 136px;
	height: 136px;
	position:relative;
	background-image: url(images/featuredArticle.png);
	background-repeat: no-repeat;
	float: right;
	right: -40px;
	top: -50px;
}
#featuredArticle span {
	display: none;
}

#recipe h2 {
	font-size: 44px;
	margin-bottom: 10px;
}
#recipe h2 a {
	color:#9d2448;
}

#single h3 {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #9d2448;
	font-size: 18px;
	margin-top: 10px;
	padding-top: 10px;
	color: #9D2448;
	font-weight: normal;
	padding-bottom: 10px;
}
#single div.entry > p > img {
	margin: 0px;
}
#single div.entry ul li {
	margin-bottom: 5px;
	margin-left: 10px;
	list-style: outside;
	list-style-type:disc;
}
#single {
	clear: both;
}

#single h2 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #9d2448;
	margin-bottom: 10px;
}
#recipe h3 {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #9d2448;
	font-size: 18px;
	margin-top: 10px;
	padding-top: 10px;
	color: #9D2448;
	font-weight: normal;
	padding-bottom: 10px;
}
#recipe h3 a{
	color: #9D2448;
}

#recipe h3 a:hover{
	color: #0066CC;
}

#recipe h2 a {
	color:#9d2448;
}
#recipe ul {
	list-style-type: disc;
}
#recipe ul li {
	margin-bottom: 5px;
	margin-left: 10px;
}
#recipe h4 {
	font-size: 16px;
	margin-top: 10px;
	padding-top: 10px;
}
/* Home Page ReDesign */

.home-page {
	background-color: #FFF;
	margin-bottom: 20px;
	position: relative;
	border: 1px solid #d2d1c5;
	width:950px;
	clear: both;
	margin-top: 10px;
	}
#home-container {
	padding: 20px;
	width:910px;
}
.home-promo {
	width: 630px;
	height: 290px;
	float: left;
	margin-bottom: 20px;
}
.home-mailing-list {
	width: 260px;
	background-color:#F6C;
	float: right;
	padding-bottom:10px;
	background-color: #e3e2d4
}
.fb-fan {
	width: 260px;
	float: right;
	overflow: hidden;
	height: 260px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #94a3c4;
}
#mailingList-home label {
	font-size: 11px !important;
	display: block;
}
.home-juice {
	height: 90px;
	clear:both;
	margin-top: 40px;
	width: 680px;
	height: 295px;
}
.juice {
	margin-right: 20px;
}
#home-recent {
	width: 950px;
	background-color: #3a1a42;
	height: 195px;
	margin-top: 20px;
	position: relative;
	top: 20px;
}
#home-tweet {
	width: 280px;
	height: 575px;
	position: relative;
	z-index: 1000;
	clear: none;
	bottom: 617px;
	right:-677px;
}
div.dailyjuice p {
	padding-top: 30px;
	margin-bottom: 0px;
}
p.djtitle {
	color: #9d2448;
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	padding: 0px !important;
}
#home-recent p {
	padding-top: 20px;
	margin-bottom: 0px;
	color:#FFF;
}
#home-recent p.littletext {
	margin: 0px;
	font-size: 14px;
	padding: 0px;
}
#home-recent p.biggertitle {
	margin-top: 0px !important;
	color: #90cb37;
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	padding: 0px !important;
}
#home-recent p.biggertitle a {
	color: #90cb37;
	text-decoration: none;
}
#home-recent p.biggertitle a:hover {
	color: #fbb21d;
}
#home-recent p.h4 {
	color:#FFF;
	margin-top: 0px;
	font-size: 14px;
	font-weight: bold;
}
#home-recent ul li {
	color: #FFF;
	font-size: 12px;
	margin-left: 400px;
	margin-top: 7px;
}
#home-recent ul {
	list-style-position: outside;
	list-style-type: disc;
}
#home-recent ul li a {
	color:#FFF;
}
#home-recent ul li a:hover {
	color: #fbb21d;
}
#mailingList-home h3 {
	text-align: center;
	font-size: 16px;
	color:#FFF;
	background-color:#ca5d02;
	padding: 4px;
	margin-top: 0px !important;
	
}
#mailingList-home img {
	padding-top: 5px;
	padding-bottom: 10px;
}
.center {
	margin-left: 15px;
	clear:both;
}
#home-tweet #twitterContent {
	position: relative !important;
	top: -550px;
	text-align: center;
	left: 43px;
}

#home-tweet #twitterContent ul#twitter_update_list li {
	width: 190px !important;
}
#home-tweet {
	float: right;
	width: 280px;
	height: 575px;
	position: relative !important;
	z-index: 100000;
	top: -617px;
	right: -6px !important;
}
#recipe {
	margin: 0;
}
.top20 {
	margin-top: 20px;
	clear: both;
}


/*NakedShoppe add to cart styles*/

.ProductPriceConverting {
font-size:14px;
}
.ProductDetailsTitle {
color:#9D2448;
font-size:14px;
font-weight:bold;
}
div.entry tbody tr td {
color:#2C3E49;
font-size:14px;
text-align: left;
}
a.simple-arrow-button:link, a.simple-arrow-button:visited, a.simple-arrow-button:hover, a.simple-arrow-button:active {
background:transparent url(http://www.thenakedshoppe.com/skin1/images/but_arrow.png) no-repeat scroll left 2px;
padding-left:10px;
}
a.simple-button:link, a.simple-button:visited, a.simple-button:hover, a.simple-button:active {
font-size:14px;
font-weight:bold;
line-height:18px;
margin:0;
outline-style:none;
padding-left:10px;
text-decoration:underline;
vertical-align:bottom;
white-space:nowrap;
}
div.entry > form > table {
	border:thin solid #D2D1C5;
	padding: 10px;
}

/*Category Template files*/
h2.pagetitle-archive {
	font-size: 1em;
	border-bottom: none !important;
	margin: 0;
	font-weight: normal;
	color: #666;
	text-transform: uppercase;
}
li#categories {
	list-style-position: outside;
	list-style-type: none;
}

li#categories ul li a{
	font-size: 36px;
	color: #333;
	text-decoration: none;
	line-height: 100%;
}

li#categories ul li ul li a{
	font-size: 14px;
	color: #0066CC;
}

.catpagetitle {
	font-weight: lighter;
	margin: 0px;
	position: relative;
	top: -20px;
	color: #666;
}
/*Drop Down Menu*/

#suckerfishnav {
	background-image: url(images/nav.gif);
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 100% 0;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	width:100%;
	color: #FFF;
	height: 29px;
	text-align:center;
	}
	
#suckerfishnav, #suckerfishnav ul {
	float:left;
	list-style:none;
	line-height:30px;
	padding:0;
	width:100%;
	margin: 0;
	}
#suckerfishnav a {
	display:block;
	color:#FFF;
	text-decoration:none;
	padding:0px 15px;
	}
#suckerfishnav li {
	float:left;  
	padding:0; 
	font-size: 11px;
	}
#suckerfishnav ul {
	position:absolute;  
	left:-999em;  
	height:auto;  	
	width:151px;  
	font-weight:normal;  
	margin:0;  
	line-height:1;  	
	border:0;  
	border-top:1px solid #666666;  	
	}
#suckerfishnav li li {
	width:149px;
	border-bottom:1px solid #666666;
	border-left:1px solid #666666;
	border-right:1px solid #666666;
	font-weight:bold;
	text-align: left;
	text-transform: capitalize;
	}
#suckerfishnav li li a {
	width:130px;
	font-size:11px;
	color:#FFF;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
		height: 22px;
	}
#suckerfishnav li ul ul {
	margin:-21px 0 0 150px;  
	}
#suckerfishnav li li:hover {
	background-color: #3a1a42;
		}
#suckerfishnav li ul li:hover a, #suckerfishnav li ul li li:hover a, #suckerfishnav li ul li li li:hover a, #suckerfishnav li ul li li li:hover a  {
	color:#FFF;
	}
#suckerfishnav li:hover a, #suckerfishnav li.sfhover a {
	color:#FFF;
	}
#suckerfishnav li:hover li a, #suckerfishnav li li:hover li a, #suckerfishnav li li li:hover li a, #suckerfishnav li li li li:hover li a {
	color:#FFF;
	}
#suckerfishnav li:hover ul ul, #suckerfishnav li:hover ul ul ul, #suckerfishnav li:hover ul ul ul ul, #suckerfishnav li.sfhover ul ul, #suckerfishnav li.sfhover ul ul ul, #suckerfishnav li.sfhover ul ul ul ul  {
	left:-999em;  
	}
#suckerfishnav li:hover ul, #suckerfishnav li li:hover ul, #suckerfishnav li li li:hover ul, #suckerfishnav li li li li:hover ul, #suckerfishnav li.sfhover ul, #suckerfishnav li li.sfhover ul, #suckerfishnav li li li.sfhover ul, #suckerfishnav li li li li.sfhover ul  {
	left:auto;
	background:#3a1a42;
		}
#suckerfishnav li:hover, #suckerfishnav li.sfhover {
	background:#3a1a42;
	height: 29px;
	}
		
		#menu {
	background-image: url(images/nav.gif);
	z-index: 10000;
	position: relative;
	clear: both;
}
#comments {
	font-size: 1em;
	margin: 0px;
}
#categoryTitle {
	
}
#testimonials p {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #9d2448;
	padding-top: 10px;
}
.js-kit-comments {
	clear:both;
	padding-top: 20px;
}
#footerfix p {
	font-size: 11px;
}
#footerfix {
	padding-bottom: 100px;
}
h2+div.post{
	position: relative;
	top: -75px;
	}

#affiliates {
	width: 250px;
	float: left;
	text-align: left;
	}
#affiliates  ul{
	margin-left: 15px;
	list-style-position: outside;
	list-style-type: disc;	
	}
#affiliates  ul li{
	font-size: 10px;
	padding-bottom: 5px;
	}
	#affiliates a {
	color:#333;
	text-decoration: none;
	}
 p.title{
	font-size: 12px;
	color: #3a1a42;
	margin-bottom: 0px;
	}
#div1 {
	width: 910px;
	margin-right: auto;
	margin-left: auto;
	padding: 20px;
	position: relative;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
	top: -550px;
	}
	
	#divright {
	width: 630px;
	float:right;
	}
	#divright p {
	font-size: 10px;
	}
	#divright h3 {
	font-size: 10px;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 20px;
	}
	div.home-promo h2 {
		font-size: 9px;
		margin: 0px;
	}
	#smart-banner {
		margin-top: -10px;
	}
#home-tweet2 {
	width: 280px;
	height: 575px;
	position: relative;
	z-index: 1000;
	clear: none;
	right: -6px;
	float: right;
	top: -556px;
}
#home-tweet2 #twitterContent {
	position: relative !important;
	top: -550px;
	text-align: center;
	left: 43px;
}

#home-tweet2 #twitterContent ul#twitter_update_list li {
	width: 190px !important;
}
#header h1 {
	font-size: 10px;
	color: #e7e5d3;
	text-align: right;
	visibility: visible;
	margin-top: 0px;
	margin-right: 55px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#header h3 {
	font-size: 10px;
	color: #3a1a42;
	text-align: right;
	visibility: visible;
	margin-top: 0px;
	margin-right: 55px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
.narrowcolumn ul {
	list-style: none;
}
#presskit {
	padding: 0px;
	float: right;
	width: 210px;
	margin-top: -16px;
	border: 1px solid #999;
	margin-bottom: 30px;
	background-color: #FFF;
}
#presskit p {
	font-size: 14px;
	text-align: center;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;	
}
#presskit p.title{
	background-color: #D2D1C5;
	margin: 0px;
	padding: 5px;
	text-align: center;
	font-size: 16px;
	color: #3a1a42;
	font-weight: bold;
}
div.pressitem {
	clear: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D2D1C5;
	padding-bottom: 10px;
	padding-top: 10px;
	min-height: 125px;
}
div.pressitem p{
	font-size: 14px;
}
#press h3{
	font-size: 24px;
	font-weight: normal;
	color: #3a1a42;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
h5 {
	font-size: 16px;
	color: #3a1a42;
	margin-bottom: 0px;
}
#booklocations  {
	float: right;
	width: 180px;
	padding: 15px;
	background-color: #e7e5d3;
	font-size: 12px;
	margin-left:20px;
}
#booklocations p.title  {
	font-size: 16px;
	text-transform: none;
	color: #3a1a42;
	line-height: 18px;
	letter-spacing: .05em;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #3a1a42;
	padding-bottom: 5px;
}
#booklocations p.subtitle  {
	font-size: 14px;
	text-transform: uppercase;
	color: #3a1a42;
	line-height: 18px;
	letter-spacing: .05em;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 15px;
}
#booklocations ul li {
	font-size: 12px;
	line-height: 14px;
}
#booklocations ul {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 5px;
}

#getnakedfast {
	padding-top: 180px;
}
#getnakedfast p.subtitle  {
	font-size: 16px;
	color: #3a1a42;
	line-height: 18px;
	font-weight: bold;
	margin-bottom: 0px;
	padding-top: 15px;
}
#getnakedfast ul li {
	font-size: 12px;
	line-height: 14px;
}
#getnakedfast ul {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 5px;
}
#booklocations ul li a{
	font-size: 12px;
	font-weight: bold;
	color: #9d2448;
	text-decoration: none;
}
a.simple {
	text-decoration: underline !important;
	color:#333 !important;
	font-weight: normal !important;
}
.gnf-start {
	text-indent: 100px;
}
#buynow a{
	background-color: #9d2448;
	float: right;
	color:#FFF;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-left: 25px;
	margin-right: 60px;
}

#buynow a:hover {
	color: #f9db2a;
}
.fun-facts {
	padding: 10px;
	border: 1px solid #D2D1C5;
	margin-top: 10px;
	margin-bottom: 10px;
}
div.fun-facts ul {
	margin-bottom: 0px !important;
	list-style-position: outside !important;
}
div.fun-facts p.title {
	background-image: url(/images/fun-facts.png);
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 18px;
	padding-left: 25px;
	color: #2e4d24;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 7px;
}
div.fun-facts div.wp-caption {
	margin: 0px !important;
	border: none !important;
	background:none !important;
}
#fadedbox {
	width: 150px;
	background-color: #e7e5d3;
	float: right;
	padding: 10px;
	margin-left: 20px;
	margin-bottom: 10px;
}
p.boldblue {
	color: #3a1a42;
	font-weight: bold;
	font-size: 11px;
	margin-bottom: 5px;
	margin-top: 10px;
}
#fadedbox ul li {
	font-size: 11px;
	margin-bottom: 2px;
	margin-left: 0px;
}
#fadedbox img {
	margin-bottom: 10px;
}
#fadedbox ul {
	margin-bottom: 10px;
}
div.custom h3, div.custom h4, div.custom h5 {
	border-top:none !important;
color:#9D2448;
font-size:18px;
font-weight:normal;
margin-top:10px;
padding-bottom: 5px;
padding-top:10px;
}
.space {
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}

#the_book_display {
	height:auto;
	width:673px;
	}
.big_book_cover {
	width:237px;
	float:left;
	margin-left: 20px;
	margin-top:10px;
	}
#the_book_display_info {
	width:410px;
	float:right;
	height:auto;
	margin-top:10px;
	}
#the_book_display_info_text {
	width:410px;
	height:auto;
	text-align: center;
	}
	#the_book_display_info_text p, #buy_now p {
	text-align: center;
	font-size: 16px;
	}
	#the_book_display_info_text p.smaller {
	font-size: 14px;
	font-style: italic;	
	margin-top: -10px;
	}
	#the_book_display_info_text img {
	margin-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
	}
	
	
#the_book_display_buy_button {
	width:410px;
	height:40px;
	}
#the_book_display_buy_button a {
	background:#689f30;
	font-weight:bold;
	font-size:13px;
	color:#FFFFFF;
	padding:5px 10px;
	text-decoration:none;
	}
#the_book_display_buy_button a:hover {
	background:#89d838;
	}
#the_book_teaser {
	width:673px;
	height:auto;
	margin-top:30px;
	}
#the_book_accordion {
	width:673px;
	height:auto;
	min-height:400px;
	margin-top:30px;
	}
#the_book_accordion h2 {
	width:665px;
	height:22px;
	background:url(/images/the_book_tab_background2.png) no-repeat;
	font-size:14px;
	color:#ffffff;
	cursor:pointer;
	padding-top:8px;
	padding-left:10px;
	}
.pane_reviews {
	display:none;
	width:673px;
	height:auto;
	}
.pane_testimonial{
	display:none;
	width:673px;
	height:auto;
	}
	.pane_excerpt{
	display:none;
	width:673px;
	height:auto;
	}
.pane_award {
	display:block;
	width:673px;
	height:auto;
	}
.pane_award a {
	height:30px;
	width:673px;
	line-height:30px;
	text-decoration:none;
	font-size:13px;
	margin-left:20px;
	}
.pane_testimonial p {
	width:600px;
	height:auto;
	margin-left:31px;
	}
input#s {
	margin-bottom: 8px;
}
#the_book_teaser ul {
	font-size: 12px;
	list-style:disc;
	list-style-position: outside;
	margin-left: 15px;
}
#the_book_teaser ul li {
	margin-bottom: 8px;
}
div.addspace {
	margin-bottom: 15px;
}

#left_content_category{float:left;width:178px;height:auto;min-height:100px;padding:10px;border:1px solid #cccccc;}
#left_content_category h4{margin-bottom:10px;}
#left_content_category ul{list-style:disc;list-style:inside;}
#left_content_category li{font-size:14px;line-height:30px;}
#right_content_category{float:right;width:448px;height:auto;min-height:100px;margin-top:10px;}
#right_content_category h4{margin-bottom:10px;}
#right_content_category_display{width:448px;height:auto;min-height:300px;}
.right_content_category_display_box{float:left;width:131px;height:120px;margin-right:9px;margin-bottom:10px;border:1px solid #cccccc;cursor:pointer;padding:5px;}
.right_content_category_display_box2{float:left;width:131px;height:120px;margin-bottom:10px;border:1px solid #cccccc;cursor:pointer;padding:5px;}
.category_display_text{width:131px;margin-top:5px;font-size:14px;text-align:center;}