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

/*----------Table of Contents -------
add later
------------------------------------*/


body {
	color: #404003;
	background: #ffffcc;
	font-family: Georgia, "Times New Roman", Times, serif; 
	line-height: 1.7;
	font-size: 15px;
	text-align: left;
	margin: 0;
	padding: 0;
	}

a:link, a:visited, a:active  {
	color: #660033;
	text-decoration: none;
	border: 0;
	}

a:hover {
	color: #cc9999;
	text-decoration: underline;
	border: 0;
	}

.hide {
	display: none;
}

.inline {
	display: inline;
	}
.inline-ding {
	display: inline;
	margin: 0px 0 -2px 0;
	}

.clear {
	clear: both;
	}

img { 
	border: 0;
	padding: 0;
	display: inline;
	text-decoration: none;
	}

/*------------------------------------ GLOBAL --------------------------------------*/

#wrapper {
	width: 936px;
	margin: 20px auto 0 auto;
	padding: 0;
	position: relative;
	}
	

/* following allows container to wrap around floats */
#wrapper:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden; 
	}


.image-border {
	border: 3px solid #f3e399;
	padding: 7px 5px 7px 5px;
	}
.image-border-small {
	width: 143px;
	border: 3px solid #f3e399;
	padding: 7px 5px 7px 5px;
	margin: 0 0 0 15px;
	}

.top-small {
	margin: 20px 0 10px 0;
	}

.line-sep {
	margin: 15px 0 15px 0;
	}

	

/*------------------------------------ HOME --------------------------------------*/


#home-nav {
	width: 678px;
	margin: 0;
	padding: 0;
	}
* html #home-nav {
	margin: -3px 0 0 0;
	}
*+html #home-nav {
	margin: -4px 0 0 0;
	}

#home-left-col {
	float: left;
	width: 218px;
	margin: 35px 0 0 0;
	padding: 0;
	position: relative;
	}
	#home-left-col img {
	display: inline;
	}
	#home-left-col p {
	margin: 0;
	padding: 3px 0 3px 0;
	}

#home-main-col {
	float: left;
	width: 678px;
	margin: 0;
	padding: 0;
	position: relative;
	}
#home-main-col p {
	margin: 5px 50px 5px 80px;
	padding: 8px 0 8px 0;
	}	
#home-right-col {
	float: right;
	width: 238px;
	margin: 20px 0 30px 50px;
	padding: 0;
	position: relative;
	}
#home-right-col p {
	margin: 0;
	padding: 3px 0;
	}
	#home-right-col img {
	display: inline;
	}

#home-feature-book {
	float: left;
	width: 301px;
	margin: 20px 0 30px 80px;
	padding: 0;
	position: relative;
	}
#home-feature-book p {
	margin: 0;
	padding: 3px 0;
	}
	#home-feature-book img {
	display: inline;
	}
	


#tweets {
	clear: both;
	width: 218px;
	height: auto;
	margin: 0px;
	padding: 0;
	text-align: left;
	}
	
ul#twitter_update_list {
	height: auto;
	margin: 0;
	padding: 0;
	text-align: left;
	}
	ul#twitter_update_list li {
		color: #9C7200;
		font-size: 14px;
		list-style: none;
		line-height: 1.5;
		margin: 0;
		padding: 0;
		word-wrap: break-word;
		}
		ul#twitter_update_list li a:link {
		text-decoration: none;
		color: #cc9999;
		}
		ul#twitter_update_list li a:hover {
		text-decoration: underline;
		color: #660033;
		}
		ul#twitter_update_list li a:visited {
		text-decoration: none;
		color: #cc9999;
		}
	
	
/*---- THIS IS THE 10/2011 TWITTER CODE JS STYLE - COPY AND PASTE THESE STYLES INTO OTHER STYLESHEETS----*/	
.tweet,
.query {
	clear: both;
	width: 218px;
	height: auto;
	margin: 0px;
	padding: 0;
	text-align: left;
}


	.tweet_list {
		color: #9C7200;
		font-size: 14px;
		list-style: none;
		line-height: 1.5;
		margin: 0;
		padding: 0;
		word-wrap: break-word;
	}
	
		.tweet_list .awesome,
		.tweet_list .epic {
			text-transform: uppercase;
		}
		
		.tweet_list li {
			overflow-y: auto;
			overflow-x: hidden;
			padding: 0.5em;
			list-style: none;
			color: #505050;
			line-height: 1.5;
			font-size: 13px;
			margin: 9px 3px 0 5px;
			padding: 0;
		}
		
			.tweet_list li a {
				text-decoration: none;
				color: #8c1176;
			}
		
		
		.tweet_list .tweet_avatar {
			padding-right: 1.1em; float: left; margin-top: 6px;
		}
		
			.tweet_list .tweet_avatar img {
				vertical-align: middle;
			}
			
/*----STYLE THIS NEXT-----*/	
			
			

.tweet h1 {
  font-size: 240%;
  margin-bottom: -.5em; }
.tweet h2, p, ul, code {
  margin-bottom: 1em; }
.tweet h2 a {
  color: #000; }
.tweet h3 {
  font-size: 140%;
  margin-bottom: .4em; }
.tweet ul {
  padding-left: 1.7em; }
  .tweet ul li {
    margin-left: 0;}
.tweet code {
  margin-left: 1em;}
.tweet .copyright {
  font-size: 75%;
  margin-top: 8em; }
  .tweet .copyright span {
    color: #8ADEE2; }
.tweet .download h4 {
  font-size: 120%;
  margin-top: -.5em;
  color: #8ADEE2; }
.twoot {
  padding-top: 3em; }
.tiny_caps_tweet {  
	font-size: 11px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	}
.show-code {
	display: none;
	}
.example {
	display: none;
	}
*+html .example {
	display: none;
	}

			
/*--- 10/2011 TWITTER CODE JS STYLE ENDS ---- */	
	


/*------------------------------------ SECONDARY --------------------------------------*/

#main-nav {
	width: 712px;
	}
* html #main-nav {
	margin: -3px 0 0 0;
	}
*+html #main-nav {
	margin: -4px 0 0 0;
	}
		
#left-col {
	float: left;
	width: 190px;
	margin: 91px 0 0 0;
	padding: 0;
	position: relative;
	text-align: center;
	}
	#left-col img {
	display: inline;
	}
	#left-col p {
	margin: 0;
	padding: 3px 0 3px 0;
	}
* html #left-col {
	margin: 91px 0 0 0;
	}



#subnav {
	background: url(../../images/global/subnav-08/subnav_back.gif) 0 0px repeat-y;
	position: relative;
	width: 190px;
	}

	* html #subnav {
		margin: 0px 0 0 0;
		padding: -8px 0 0px 0;
		}
	*+html #subnav {
		margin: 0px 0 0 0;
		padding: -8px 0 0 0;
		}
	
#subnav ul {
	width: 160px;
	text-align: right;
	list-style: none;
	margin: 0;
	padding: 0;
	}
* html #subnav ul {
	margin: 0 15px 0 0;
	}
*+html #subnav ul {
	margin: 0 16px 0 0;
	}

#subnav ul li {
	margin: 1px 0 17px 0;
	}

#subnav ul li a {
	color: #832f50;
	width: 160px;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: .1em;
	text-transform: uppercase;
	line-height: 1.3;
	}

#subnav ul li a:hover {
	color: #cc9933;
	text-decoration: none;
	}	
	

.nav-curve {
	margin: 0 0 0 0;
	}
* html .nav-curve {
	margin: -12px 0 0 0;
	}
*+html .nav-curve {
	margin: -15px 0 0 0;
	}


.nav-header {
	margin: 35px 20px 10px 0;
	}
* html .nav-header {
	margin: 10px 20px 10px 0;
	}
*+html .nav-header {
	margin: 10px 20px 10px 0;
	}


.nav-enders {
	margin: 15px 0px 0px 0;
	display: inline;
	}

#main-col {
	float: left;
	width: 712px;
	margin: 0;
	padding: 0;
	position: relative;
	}
#main-col p {
	margin: 5px 50px 5px 50px;
	padding: 7px 0 7px 0;
	}	

#main-col img {
	display: inline;
	}


#right-col {
	float: right;
	width: 255px;
	margin: 65px 0 30px 50px;
	padding: 0;
	position: relative;
	}
#right-col p {
	margin: 0;
	padding: 3px 0;
	}


/*------------------------------------ COMING SOON --------------------------------------*/

.coming-double {
	float: left;
	width: 300px;
}

.coming-double p {
	margin: 0 !important;
	padding: 6px 0 !important;
}

/*------------------------------------ NEWS --------------------------------------*/
#events-right-col {
	background: url(../../images/global/swirls/swirl_06.gif) 12px 0 no-repeat;
	float: right;
	width: 300px;
	margin: 65px 0 30px 50px;
	padding: 12px 0 0 5px;
	position: relative;
	}
#events-right-col p {
	margin: 0;
	padding: 6px 0 6px 0;
	}



/*------------------------------------ BOOKS --------------------------------------*/

#booklist {
	margin: 5px 10px 0 35px;
	}
	#booklist p {
	margin: 0;
	text-align: left;
	padding: 5px 0 4px 0;
	line-height: 1.3;
	}
#main-col-books {
	float: left;
	width: 712px;
	margin: 0;
	padding: 0;
	position: relative;
	}
#main-col-books p {
	margin: 5px 20px 5px 20px;
	padding: 6px 0 6px 0;
	}	

#main-col-books img {
	display: inline;
	}

#tell-friend {	
	width: 200px;
	float: right;
	margin: 4px 15px 5px 25px;
	padding: 5px;
	text-align: center
	}
#tell-friend img{
	text-align: center;
	}	
	
	
/*--------------------------- ORDERICONS ---------------------------------*/


ul.order-icons {
    list-style: none outside none;
	margin: 15px auto 10px auto;
	max-width: 185px;
	padding: 0;
}

ul.order-icons li {
    float: left;
    margin: 0 2px 7px;
	display: block;
	list-style: none outside none;
}

ul.order-icons li img {
    height: 40px;
    width: 40px;
	}

ul.order-icons-ebook {
    list-style: none outside none;
	margin: 15px 0 6px auto;
	padding: 0;
	width: 235px;
}
	
ul.order-icons-ebook li {
    float: left;
    margin: 0 5px;
	display: block;
}

ul.order-icons-ebook li img {
    height: 40px;
    width: 40px;
	}


.order-icon-middot {
	color: #ba763a;
	font-size: 31px;
	font-weight:bold;
	}

/********** BEGIN BTM ORDER EXPANDED SECTION ***********/
.end-of-excerpt {
	float: right;
	margin: 0 50px 0 0;
	}
	
	*html .end-of-excerpt {
		float: none;
		margin: 0 0 0 500px;
		}
	
	*+html .end-of-excerpt {
		float: none;
		margin: 0 0 0 500px;
		}

.order-expnd-wrap {
	clear: both;
    margin: -35px 0 -50px;
    padding: 20px 10px 0;
    width: 750px;
	min-height: 275px;
	position: relative;
	z-index: 10;
	text-align:left;
	}
	
	*html .order-expnd-wrap {
		margin: 10px 0 0 0;
		}
	
	*+html .order-expnd-wrap {
		margin: 10px 0 0 0;
		}

.order-expnd-wrap p {
	padding: 0 !important;
	margin: 8px 0 !important;
	}
	
.order-expnd-wrap-ebook {
	clear: both;
    margin: -35px auto -50px;
    padding: 20px 10px 0;
    width: 505px;
	min-height: 275px;
	position: relative;
	z-index: 10;
	text-align:left;
	}

.order-expnd-wrap-ebook p {
	padding: 0 !important;
	margin: 8px 0 !important;
	}

.order-expnd-cover-ebook {
	float: left;
	margin: 25px 0 0 10px;
	text-align: center;
	width: 134px;
	}
	
.order-expnd-cover {
	float: left;
	margin: 25px 0 0 0px;
	text-align: center;
	width: 134px;
	}

.order-expnd-flw {
	margin: 10px auto 0 auto;
	opacity:0.6;
	}

.order-expnd-header {
	margin: 0 auto;
	}

.order-expnd-left {
	float: left;
	width: 225px;
	margin: 20px 0 0 75px;
	}

.order-expnd-right {
	float: right;
	width: 280px;
	margin: 20px 0 0 0px;
	padding: 0 0 60px 0;
	background: url(http://www.lauraleeguhrke.com/images/pages/bookshelf/ordering/ebookreaders.jpg) no-repeat 130px 120px transparent;
	}
	
.order-expnd-ebook {
	float: right;
	width: 320px;
	margin: 30px 0 0 0px;
	padding: 0 0 35px 0;
	min-height: 250px;
	background: url(http://www.lauraleeguhrke.com/images/pages/bookshelf/ordering/ebookreaders.jpg) no-repeat bottom right transparent;
	}

ul.order-expnd-list {
	list-style-image: url(http://www.lauraleeguhrke.com/images/global/dings/arrow_chutney.gif);
	font-size: 17px;
	line-height: 1.5em;
	font-family: Georgia,Times New Roman,Times,serif;
	margin: 0 0 0 10px;
	padding: 0;
	}

ul.order-expnd-list li {
	margin: 0 0 12px;
	line-height: 1.2em;
	}

ul.order-expnd-list li.order-expnd-divider {
	background: url(images/books/order-expnd/list-divider.png) no-repeat 0 0 transparent;
	padding: 13px 0 0;
	color: #b84e0f;
	}

ul.order-expnd-list li a:link, ul.order-expnd-list li a:visited {
	color: #B94431;
	}

ul.order-expnd-list li a:hover, ul.order-expnd-list li a:active {
	text-decoration: underline;
	color: #B94431;
	}

/* home order icons */
#home-feature-book ul.order-icons {
    list-style: none outside none;
	margin: 0px auto 10px auto;
	max-width: 290px;
	padding: 0;
	clear: both;
}

#home-feature-book ul.order-icons li, #home-right-col ul.order-icons li {
    float: left;
    margin: 0 2px 7px;
	display: block;
	list-style: none outside none;
}

#home-feature-book ul.order-icons li img, #home-right-col ul.order-icons li img {
    height: 34px;
    width: 34px;
	}

#home-feature-book ul.order-icons-ebook {
    list-style: none outside none;
	margin: 15px 0 6px auto;
	padding: 0;
	width: 290px;
}

#home-right-col ul.order-icons-ebook {
    list-style: none outside none;
	margin: -31px 0 40px auto;
	padding: 0;
	width: 218px;
	z-index: 10;
	position: relative;
}
	
#home-feature-book ul.order-icons-ebook li, #home-right-col ul.order-icons-ebook li {
    float: left;
    margin: 0 5px;
	display: block;
}

#home-feature-book ul.order-icons-ebook li img, #home-right-col ul.order-icons-ebook li img {
    height: 34px;
    width: 34px;
	}


#home-feature-book .order-icon-middot, #home-right-col .order-icon-middot {
	color: #ba763a;
	font-size: 31px;
	font-weight:bold;
	}




/*------------------------------------ FONT STYLES --------------------------------------*/

.text {  
	font-size: 15px; 
	font-weight: normal; 
	line-height: 1.7;
	color: #404003;
	}
.text-medium {  
	font-size: 15px; 
	font-weight: normal; 
	line-height: 1.7;
	}
.text-15 {
	font-size: 15px;
}
.booktitle {  
	font-weight: bold; 
	font-style: italic; 
	line-height: 1.5;
	}
.text_small {   
	font-size: 14px; 
	font-weight: normal;
	line-height: 1.7;
	}
.text_tiny {  
	font-size: 13.5px;
	}
	
.tiny_caps {  
	font-size: 11px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	}
	
.text_bold {  
	font-size: 15px; 
	line-height: 17px; 
	font-weight: bold;
	line-height: 1.5;
	}
.header {  
	font-size: 17px;
	line-height: 1.5;
	}
.header_bold {
	font-size: 17px;
	font-weight: bold;
	line-height: 1.5;
}
.bigger-header {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	color: #886615;
}
.bigger-header-plain {
	font-size: 18px;
	line-height: 1.5;
	color: #886615;
}

.big-date-rose {
	font-size: 17px;
	font-weight: bold;
	line-height: 1.5;
	color: #b15555; 
}
.rose-caps {
	font-size: 19px;
	text-transform: uppercase;
	letter-spacing: .08em;
	font-weight: bold;
	line-height: 1.5;
	color: #b15555; 
}
.dkrose-caps {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	text-transform: uppercase;
	letter-spacing: .06em;
	font-weight: bold;
	line-height: 1.5;
	color: #934848; 
}
.rose-caps-smaller {
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: .15em;
	font-weight: bold;
	line-height: 1.6;
	color: #b15555; 
}
.coming-soon-date {
	font-size: 28px;
	text-transform: uppercase;
	letter-spacing: .08em;
	font-weight: bold;
	line-height: 1.5;
	color: #b15555; 
}
.bold-rose {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.6;
	color: #b15555; 
}
.big-date {
	font-size: 17px;
	font-weight: bold;
	line-height: 1.6;
	color: #595924; 
}
.bold-purple {
	font-size: 15px;
	color: #660033;
	font-weight: bold;
	}
.bold-brown {
	font-size: 15px;
	color: #825925;
	font-weight: bold;
	line-height: 1.6;
	}
.bold-gold {
	color: #9C7200;
	font-weight: bold;
	}
.gold-caps {
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: .15em;
	color: #9C7200;
	font-weight: bold;
	line-height: 1.6;
	}
.gold-caps-smaller {
	font-size: 13px;
	text-transform: uppercase;
	color: #9C7200;
	font-weight: bold;
	}
.gold-caps-smaller a:link{
	font-size: 13px;
	text-transform: uppercase;
	color: #9C7200;
	font-weight: bold;
	}
.purple-caps {
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: .15em;
	color: #9f3b6d;
	font-weight: bold;
	line-height: 1.6;
	}


.less-lineheight {
	line-height: 1.2em;
	}

/* forms */
.form-button {  
	font-size: 13px; 
	line-height: 15px;
	color: #000;
	}

.label {  
	font-size: 13px; 
	line-height: 17px;
	color: #000;
	font-weight: bold;
	}

.field {  
	font-size: 13px; 
	line-height: 17px;
	color: #000;
	}

.field-style {
	font-size: 13px;
	text-align: center;
	}

.button-padding {
	font-size: 13px;
	text-align: center;
	margin: 6px 0 0 0;
	}

.contest-wrapper {
	background: #FAF0C2;
    border: 2px solid #F3E399;
    float: right;
    margin: 0 0 30px 30px;
    padding: 20px;
    width: 450px;
	}

.contest-wrapper .label {
	color: #404003;
	}

.contest-form {
	}
