/* CSS Document */
a:link, a:visited { 
	color: #a90363; 
	text-decoration: underline; 
	}
	
a:hover {
	color: #db8c94; 
	text-decoration: underline;
	}
	
a:active {
	color: #a90363; 
	text-decoration: underline; 
	}


/* NEW CSS*/


/* HOME PAGE ATTRIBUTES*/
#wrapper {
	position: static;
	margin: 0px;/* add auto right after the 0 to center */ 
	background: url(../home/new-images/home_bg3.gif) repeat-y; /* IMPORTANT - if JQ adds BB col back, switch this to home_bg2.gif*/
	min-width: 885px;  /* this has to be here to keep from middle section moving */
	max-width: 885px; 
	}



/* this it where it fails in Strict Mode */
* html #wrapper {
	width: 886px; /* ie hack  - Defining width is a MUST to keep it from expanding*/
	max-width: 886px;
	margin: 0 px;	
	overflow: auto;
} 
/* IE hack to keep everything inside the wrapper - (1% will do) if no min-height is required*/
#wrapper:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden; 
	}
	   #wrapper { display: inline-block; _height: 1%; }
	   /* Hides from IE-mac \*/
      #wrapper { display: block; }
      /* End hide from IE-mac */
	  
	  
#nav {
	float: left;
	position:static; /* relative */
	width: 128px;
	max-width: 128px;
	margin: 0px;
	padding: 0px;
	background: url(http://www.juliaquinn.com/images/home/new-images/nav-bg2.gif) repeat; 
	}

* html #nav {
	position: static; 
	max-width: 128px; 
	margin: 0 0 0 0;
	padding: 0 0 0 1px;
	} 


  

#main {
	background: url(http://www.juliaquinn.com/images/home/new-images/jq-banner.jpg) top left no-repeat; 
	float: right;
	position:static; /* IMPORTANT - for position stability on cross-platform*/
	min-width: 594px;
	max-width: 594px; /* keep this width*/
	margin: 0px;
	padding: 0px;
	vertical-align:top;
	}


* html #main {
	width: 594px; 
	max-width: 594px; 
	margin: 0px;
	}

.img-pad {
	margin: 20px 0px 0px 20px;
	}
	
#main p {
	font-size: 12px;
	line-height: 18px;
	margin: 10px 70px 20px 40px;
	color: #000;
	}


.img-block {
	display: block;
	border: none;
	font-size: 0px; /* IMPORTANT - this made the tiny space below the masthead a tiny bit smaller*/
	}

#main img {
	display: inline;
	}


#content {
	background: url(http://www.juliaquinn.com/images/home/new-images/jq-banner.jpg) top left no-repeat #FFFFFF; 
	float: right;
	position:static; /* IMPORTANT - for position stability on cross-platform*/
	min-width: 757px;
	max-width: 757px; /* keep this width*/
	margin: 0px;
	padding: 0px 0 10px 0;
	vertical-align:top;
	}


* html #content {
	width: 757px; 
	max-width: 757px; 
	margin: 0px; 
	}

#content p {
	font-size: 12px;
	line-height: 18px;
	margin: 0px 70px 10px 40px;
	color: #000;
	}

#content img {
	display: inline;
	}

#rt-side {
	float: right;
	width: 163px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}

* html #rt-side {
	width: 163px; 
	max-width: 163px;
	}

#rt-side p {
	font-size: 11px;
	line-height: 16px;
	color: #4e0051;
	margin: 10px 28px 0px 20px;
	padding: 0px 0px 0px 0px;
	letter-spacing: .1em;
	border: none;
	}

#rt-column {
	background: url(http://juliaquinn.com/images/global/sidebar_parts/right-col-dash_bg.jpg) top center repeat-y; 
	float: right;
	width: 230px;
	margin: 0px 20px 0px 45px;
	padding: 0px;
	
	}

* html #rt-column { 
	width: 230px; 
	max-width: 230px;
	margin: 0px 10px 0px 23px;
	 }

#rt-column p{
	font-size: 11px;
	line-height: 16px;
	color: #4e0051;
	margin: 10px 20px 0px 20px;
	padding: 0px 0px 0px 0px;
	letter-spacing: .1em;
	border: none;
	}

#bookframe {
	width: 218px;
	height: 350px;
	background-color: #FBE4E1;
	text-align: center;
	vertical-align: center;
	padding: 6px;
	margin: 0 0 5px 0;
	}


.left-pad {
	margin: 2px 0px 0px 10px;
	}

#bott-bar {
	clear: both; 
	bottom: 0px;
	background: url(http://www.juliaquinn.com/images/global/bottom-bar.gif) repeat;
	height: 7px;
	max-height: 7px;
	margin: 0px 0px 0px 10px;
	padding-left: 0px 0px 0px 9px;
	width: 876px;
	max-width: 876px;
	}
	
#searchbox {
	padding: 45px 0 0 0;
	background: url(http://www.juliaquinn.com/images/home/search_bg.jpg) no-repeat center 8px;
	margin: 0 0 0 0;
	}
	
	*html #searchbox {
		padding: 30px 0 0 0;
		background: url(http://www.juliaquinn.com/images/home/search_bg.jpg) no-repeat center 13px;
		}
		
	*+html #searchbox {
		padding: 30px 0 0 0;
		background: url(http://www.juliaquinn.com/images/home/search_bg.jpg) no-repeat center 13px;
		}
		
.searchbutton {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 10px; 
	color: #4e0051; 
	line-height: 16px;
	margin: 3px 0 0 0;
	}

/* SECONDARY PAGE ATTRIBUTES (only top banner and footer coding has changed as of April 2007)*/

#wrapper2 {
	position: static;
	margin: 0px;/* add auto right after the 0 to center */ 
	background: #4e0051; /* drk purp */
	min-width: 900px;  /* this has to be here to keep from middle section moving */
	max-width: 900px;
	}

* html #wrapper2 {
	width: 900px; /* ie hack  - Defining width is a MUST to keep it from expanding*/
	max-width: 900px;
	margin: 0 px;
	overflow: hidden;
	}

/* SECONDARY PAGE TOP NAV ONLY*/
#top-nav {
	text-align: right;
	align: right;
	background-color: #4e0051;
	height: 22px;
	}

* html #top-nav {
	height: 22px;
	background-color: #4e0051;
	}
*+html #top-nav {
	width: 767px;
	background-color: #4e0051;
	}

/* HOME FOOTER ATTRIBUTES */

#footer {
	clear: both; 
	bottom: 0px;
	width: 886px;  /* this has to be here to keep from middle section moving */
	max-width: 886px; 
	}

#footer p{
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 11px; 
	line-height: 15px;
	margin: 20px 40px 10px 40px;
	text-align: center;
	font-size: 11px;
	color: #94a9c5;
	}

#footer a{
	font-size: 11px;
	text-align: center;
	color: #d7bfd5;
	text-decoration: none;
	}

#footer a:hover {
	text-align: center;
	text-decoration: underline;
	color: #d7bfd5;
	}

/* GLOBAL FOOTER ATTRIBUTES */
#bott-bar2 {
	background: url(http://www.juliaquinn.com/images/global/bottom-bar.gif) repeat #4e0051;
	height: 7px;
	max-height: 7px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 900px;
	max-width: 900px;
	}



#footer2 {
	clear: both;
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 11px; 
	line-height: 15px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 900px;
	max-width: 900px;
	background-color: #ffffff;
	}

#footer2 p{
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 11px; 
	line-height: 15px;
	margin: 20px 0px 0px 28px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	color: #16507D;
	}
	
#footer2 a{
	text-align: center;
	color: #a90363;
	text-decoration: none;
	}

#footer2 a:hover {
	text-align: center;
	text-decoration: underline;
	color: #a90363;
	}

#sharing p{
	margin: 0 0 0 5px;
	line-height: 25px;
	}

.inline {
	display: inline;
	}

/* COVER w/ GREEN BORDER ATTRIBUTES */

a:link .feature-bk { 
	border: 3px; 
	border-thickness: 3px; 
	border-color: #c4c327; 
	border-style: solid; 
	margin: 5px 5px 15px 10px;
	}

a:hover .feature-bk, a:active .feature-bk, a:visited .feature-bk {
	border: 3px; 
	border-thickness: 3px; 
	border-color: #c4c327; 
	border-style: solid; 
	margin: 5px 5px 5px 10px;
	}
	


/* --------------------- TWEETS ---------------------*/
		
#tweets {
	clear: both;
	width: 210px;
	height: auto;
	margin: 15px 0 0 0;
	padding: 0;
	text-align: left;
	}
	
ul#twitter_update_list {
	height: auto;
	margin: 0;
	padding: 0 0 0 12px;	
	}
	
	ul#twitter_update_list li {
		list-style: none;
		color: #16507D;
		font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
		line-height: 1.5;
		font-size: 14px;
		margin: 0;
		padding: 0;
		letter-spacing: 0.02em;
		word-wrap: break-word; 
		}
		ul#twitter_update_list li a:link {
		text-decoration: none;
		color: #a90363;
		}
		ul#twitter_update_list li a:hover {
		text-decoration: underline;
		color: #db8c94;
		}
		ul#twitter_update_list li a:visited {
		text-decoration: underline;
		color: #a90363;
		}


/*-------FRIENDLY NAV -----*/
#friendly-wrapper {
 	position:relative;
  	width: 500px;
  	margin: 0 auto;
  	padding: 0;
	}
.friendly-blocks {
	float: left;
	width: 100px;
	position: relative;
	text-align: center;
	margin: 0;
	padding: 10px 5px 5px 5px;
  	border: none;
	font-size: 12px;
	font-weight: bold;
	color: #4e0051;
	}
.friendly-spacer {
	float: left;
	width: 8px;
	position: relative;
	margin: 0;
	padding: 5px 5px 5px 5px;
  	border: none;
	}
.friendly-teal {  
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px; 
	font-weight: normal; 
	color: #16507D; 
	line-height:20px;
	letter-spacing: 0.1em;
	text-transform:uppercase;
	}


/* NEW FOOTER ATTRIBUTES*/


#footer-wrapper {
	background: url(http://www.juliaquinn.com/images/global/footer/footer-wrapper_bg.jpg) no-repeat #FFFFFF;
	background-position: 17px bottom;
	clear: both;
	height: auto;
	margin: 0;
	padding: 0 17px 0 17px;
	vertical-align: bottom;
	width: 866px !important;
	width: 900px;
	}
	
#footer-search {
	bottom: 0;
	float: left;
	height: 76px !important;
	height: 93px;
	margin: 372px 0 0 0 !important;
	margin: 355px 0 0 0;
	padding: 79px 0 0 18px !important;
	padding: 95px 0 0 22px;
	text-align: center;
	width: 116px;
	}
	

		
.searchbutton {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 10px; 
	color: #4e0051; 
	line-height: 16px;
	margin: 3px 0 0 0;
	max-width: 100px;
	}
	
#footer-main {
	background: url(http://www.juliaquinn.com/images/global/footer/footer_bg.jpg) bottom left repeat-y;
	float: left;
	height: auto;
	margin: 0 !important;
	margin: 5px 0 0 13px;
	padding: 0;
	width: 527px;
	}
	


#footer-top {
	background: url(http://www.juliaquinn.com/images/global/footer/footer_top.jpg) top left no-repeat;
	height: auto;
	margin: 0;
	padding: 90px 0 0 0;
	text-align: center;
	width: 527px;
	}
	
	
#footer-leftcol {
	float: left;
	height: auto;
	margin: 0px 0px 0px 38px;
	width: 225px;
	}
	
	
	#footer-leftcol ul {
		list-style: none;
		margin: 0 0 0 -10px;
		padding: 0;
		}
		
	#footer-leftcol li {
		background-image: url(http://www.juliaquinn.com/images/global/footer/pink-bullet.gif);
		background-repeat: no-repeat;
		background-position: 12px 8px;
		color: #a90363;
		font-family: Verdana, Tahoma, sans-serif;
		font-size: 14px;
		letter-spacing: 0.03em;
		line-height: 1.5;
		margin: 0;
		padding: 0;
		padding-left: 30px;
		}
	
#footer-rightcol {
	float: left;
	height: auto;
	margin: 15px 38px 0px 0px;
	text-align: right;
	width: 225px;
	}
	
#footer-bottom {
	clear: both;
	color: #4e0051;
	font-face: Georgia, Times, Times New Roman, serif;
	font-size: 11px;
	letter-spacing: 0.03em !important;
	letter-spacing: 0;
	margin: 20px 0px 20px 0;
	padding: 0px 35px !important;
	padding: 0px;
	text-align: center;
	width: 457px;
	}
	

#footer-tweets {
	float: right;
	height: 194px !important;
	height: 211px;
	margin: 192px 0 0 0 !important;
	margin: 175px 0 0 0;
	padding: 140px 40px 0px 20px !important;
	padding: 140px 30px 0px 0px;
	position: relative;
	width: 145px !important;
	width: auto;
	}	
	
	ul#twitter_update_list {
	height: auto;
	margin: 0;
	padding: 0;	
	}
	
	ul#twitter_update_list li {
		color: #a780a8;
		font-family: Verdana, Tahoma, Helvetica, sans-serif;
		font-size: 12px;
		letter-spacing: 0.03em;
		line-height: 1.5;
		list-style: none;
		margin: 0;
		padding: 0;
		word-wrap: break-word; 
		}
		
		ul#twitter_update_list li a:link {
			text-decoration: none;
			color: #a90363;
			}
			
		ul#twitter_update_list li a:hover {
			text-decoration: underline;
			color: #db8c94;
			}
			
			ul#footer-twitter li a:visited {
			text-decoration: underline;
			color: #a90363;
			}


.clear {
	clear: both;
	}


/* DUMP */
	#main2 ul {
		text-align: left;
		list-style: none;
		}
	#main2 li.date {
	font-size: 25px;
	}
	#main2 li.text {
	font-size: 18px;
	list-style: none transparent url(../global/dings/dingbats/blue-swirl.gif) no-repeat 0%;
	}
	


/* OLD CSS Document */


body {
	background-color:#4e0051; 
	font-family: Georgia, "Times New Roman", Times, serif; 
	padding: 10px 0 0 20px; 
	}


p { 
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	
.med {  
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 11px; 
	line-height: 16px;
	}
	
.bodytext {  
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 12px; 
	line-height: 18px;
	}
	
.body_small {  
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 10px; 
	color: #4e0051; 
	line-height: 16px;
	}
	
.bodytext_bold {  
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 12px; 
	font-weight: bold; 
	line-height: 18px;
	}
	
.bodytext_bold-pk {  
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 12px; 
	font-weight: bold; 
	color:#A90363;  
	line-height: 18px;
	}
	
	
.bodytext_bold-teal {  
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 12px; 
	font-weight: bold; 
	color:#16507D;  
	line-height: 18px;
	}
	
.bodytext_teal {  
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 12px; 
	font-weight: normal; 
	color:#16507D;  
	line-height: 18px;
	}
	
.bodytext_teal-rt {  
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 12px; 
	font-weight: normal; 
	color:#16507D;  
	line-height: 18px; 
	text-align:right;
	}
	
.body-purp {  
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 12px; 
	font-weight: normal; 
	color: #713374; 
	line-height:16px;
	}
	
.body-pink {  
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 12px; 
	font-weight: normal; 
	color: #A90363;
	}
	
.body-purp {  
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 12px; 
	font-weight: normal; 
	color: #713374; 
	line-height:16px;
	}
	
.body-purp-center { 
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 12px; 
	font-weight: normal; c
	olor: #713374; 
	line-height:16px;
	text-align:center;
	}
	
.body_tiny {  
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 9px;
	}

.body_big {  
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 14px;  
	line-height: 20px;
	}
	
.body_big_bold {  
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 14px; 
	font-weight: bold;  
	line-height: 20px;
	}
	
.coming_big_bold {  
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px; 
	font-weight: bold;  
	line-height: 20px;
	}
	
.body_big_purp { 
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 14px; 
	font-weight: bold;  
	line-height: 20px; 
	color: #4e0051;
	}
	
.Header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 20px;
	font-style: normal;
	font-weight: bold;
}
.body_big_bold {  
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 14px; 
	font-weight: bold;  
	line-height: 20px;
	}
	
.header-pink {  
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 14px; 
	font-weight: bold; 
	color: #B8558E; 
	line-height:16px;
	}
	
.header-teal {  
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 14px; 
	font-weight: bold; 
	color: #16507D; 
	line-height:16px;
	}
	
.coming-teal {  
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px; 
	font-weight: bold; 
	color: #16507D; 
	line-height:20px;
	}
	
.header-purp {  
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 14px; 
	font-weight: bold; 
	color: #713374; 
	line-height:16px;
	}
	
.coming-purp {  
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 18px; 
	font-weight: bold; 
	color: #713374; 
	line-height:20px;
	}
	
.home-news-header {  
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 16px; 
	font-weight: bold; 
	color: #261c33; 
	line-height:18px;
	}
		
.home-date {  
	font-family: font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 11px; 
	color: #0b3f58; 
	}

.booktitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #4e0051;
	font-style: italic;
	line-height: 18px;
	}
	
.orderlinks {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 16px; 
	line-height: 26px;
	}
	
	
.orderlinks a:hover {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 16px; 
	line-height: 26px;
	font-weight: bold;
	}

.blurb {  
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 13px; 
	line-height: 20px;
	}
	
.excerpt {  
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 14px; 
	line-height: 22px;
	}

.bookISBN { 
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 10px; 
	font-weight: normal; 
	color: #4e0051
	}
	
.at {
	background-image: url(../home/at.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: fixed;
	}
	
.small_bold-teal {  
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 11px; 
	font-weight: bold; 
	color:#16507D;  
	line-height: 16px;
	}

.small-pink {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #A780A8;
	}

.rt_small-lt-pink {  
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 10px; 
	color: #d7bfd5; 
	text-align:right;
	}

.label {
	color: #626113;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	}