/*  
Theme Name: Lisa Lutz
Theme URI: http://juxtaprose.com/
Description: Originally created by Juxtaprose, (c) copyright 2008
Version: 1.0
Author: Juxtaprose
Author URI: http://juxtaprose.com/
*/

body {
	background: #C0C0C0; 
	color: #000;
	margin: 0;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 80%;
	text-align: left;	
}

/* centering and framing */
#wrap {
	position: relative;
	height: inherit;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 0px;	
	width: 1000px;
	background: #E9E6E6; 	
}

/* masthead */
#masthead {
	width: 1000px;
	height: 125px;
	background: #000000;		
}

#masthead h1 {
	margin: 0;
	padding: 0;
	font-size: 3.0em;
}

#masthead h1 span {
	display: none;
}

#masthead #logo {
	margin-top: 30px;
	margin-left: 100px;	
	border: 0;	
}

.curse #masthead {
	background: #159ADD;		
}

.files #masthead {
	background: #DB3630;
}

.revenge #masthead {
        background: #FAE003;
}

.strike #masthead {
        background: #a8bc39;
}

#flasheyes, #staticeyes {
	position: absolute;
	top: 0;
	left: 475px;
}

/* primary navigation (nav1) */
#nav1 {	
	width: 1000px;
	height: 40px;
    margin-top: 20px;
	margin-left: 0px;
	margin-bottom: 0px;
    padding-left: 0px;
	list-style: none;
}

#nav1 li {
	float: left;
	display: inline; /*for ie6-only */
	margin-left: 22px;
	padding-right: 4px;	
	margin-top: 0px;
}

#nav1 a {
	display: block;
    height: 20px;
	margin-right: 0;    
	margin-left: 28px;
    background-position: -28px 0px;
    background-repeat: no-repeat;
    overflow: hidden;
    text-decoration: none;
}

#nav1 a:hover {
	background-position: -28px -20px;
}

#nav1 span {
	display: none;
}

#nav1_home {
	background-image: url("images/nav1-home.gif");
	width: 53px;
}

.home #nav1_home { width: 81px; }

#nav1_bio {
	background-image: url("images/nav1-bio.gif");
	width: 31px;
}

.bio #nav1_bio { width: 59px; }

#nav1_news {
	background-image: url("images/nav1-news.gif");
	width: 55px;
}

.news #nav1_news { width: 83px; }
	
#nav1_spellmans {
	background-image: url("images/nav1-spellmans.gif");
	width: 146px;
}
	
.spellmans #nav1_spellmans { width: 174px; }

#nav1_lutz {
	background-image: url("images/nav1-lutz.gif");
	width: 85px;
}

.lutz #nav1_lutz { width: 113px; }

#nav1_other {
	background-image: url("images/nav1-other.gif");
	width: 129px;
}

.other #nav1_other { width: 157px; }

#nav1_contact {
	background-image: url("images/nav1-contact.gif");
	width: 81px;
}

.contact #nav1_contact { width: 109px; }

.home #nav1_home, .bio #nav1_bio, .news #nav1_news, .spellmans #nav1_spellmans, .lutz #nav1_lutz, .other #nav1_other, .contact #nav1_contact {
	background-position: 0px -20px !important;
	margin-left: 0px !important;
}

/* home page features */
#pageimg {
	float: left;
	padding-right: 5px !important;
	clear: both; 
}

.home #main {
	width: 1000px;
	float: left;
	text-align: left;
}

.home .covers {	
	position: absolute;
	top: 194px;
    left: 50px;
	width: 900px;
	list-style: none;
}

.spellman-cover {
	margin-top: 64px;
	padding-right: 36px;	
}

.announcement {
/*
	top: 0px;
	left: 650px;
   	width: 250px;
	height: 95px;
*/	
	position: absolute;
	top: 0;
	left: 0;
   	width: 878px;
	height: 42px;
	margin-top: 0px;
	padding: 0 10px;
	border: 1px solid #555454;
	background: #BEDDED;
	font-style: italic;
}

.pagecontent .announcement {
	position: static;
	height: auto;
	width: 598px;
}

.announcement p {
	margin-top: 13px;
/*	margin-left: 20px;
	margin-top: 0px; */
	font-size: 1.1em;
	line-height: 1.3em; 
}

.announcement p.note {
	font-size: 0.9em;
	line-height: 1.0em;
}

.announcement a {
	color: #000; 
	text-align: right;
}

.announcement a:hover {
	color: #A0D7F2;
	background: #000; 
}

.newszone {
	position: absolute;
	top: 355px;
	left: 650px;
	margin-top: 30px;
	padding-bottom: 25px;
	width: 250px;
	height: 425px;
	background: #7C7B7B;
	border-bottom: 10px solid #DB3630;
}

.newszone h3 {
	margin-left: 0px;
	margin-top: 0px;
	width: 250px !important;
	font-size: 1.3em;
	color: #fff;
}

.newszone h3 span {
	display: none;
}

.newszone li {
	margin-left: -5px;
	margin-right: 15px;
	margin-top: 15px;
	line-height: 1.3em;
	font-size: 1.2em;
	color: #fff;
}

.newszone a {
	font-size: 1.0em;
	color: #fff;
	text-decoration: underline;
}

.newszone a:hover {
	background: #fff;
	color: #DB3630;
}

.home #content {
	width: 622px;
	margin-left: 10px;
	margin-top: 350px;
	margin-bottom: 50px;
	padding: 40px 0 0 40px;
	line-height: 1.4em;
	font-size: 1.05em;
}

/*.homequote {
	display: none;
	position: absolute;
	top: 120px;
	left: 650px;
	margin-top: 0px;
	width: 250px;
	height: 155px;
	background: #F9EC80;
	border: 1px dashed #000;
}
*/

.homequote {
	clear: both;
	margin-top: 20px;
	width: 622px;
	height: 105px;
	background: #F9EC80;
	border: 1px dashed #000;
}

#quoteticker {
	margin: 0;
	padding: 0;
	list-style: none;
}

#quoteticker li {
	display: none;
}

#quoteticker li.disp {
	display: block;
}

.homequote p {
	margin-left: 20px;
	margin-top: 10px;
/*	width: 220px; */
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: bold;
}

.revspace {
	padding-left: 5px;
	color: #444;
	font-weight: normal;
	font-size: 0.85em;		
}

.homequote a {
	padding-left: 4px;
	color: #444;
	text-decoration: underline;	
}

.homequote a:hover {
	background: #000;
	color: #F9EC80;
	text-decoration: underline;
}

blockquote { /* not sure how this effects other pages! */
	text-align: right;
	font-weight: bold;
	margin-right: 20px;
	margin-top: 5px;
	padding-top: 0;
}

.home blockquote {
	text-align: left;
	margin: 5px 0 0 20px;
}

blockquote.lesstop {
        margin-top: -8px !important;
}

#content a.spellman {
	color: #000;
	text-decoration: underline;
}

#content a:hover.spellman {
	background: #DB3630;
	color: #FDFF00;
}

#content a.curse {
	color: #000;
	text-decoration: underline;
}

#content a:hover.curse {
	background: #159ADD;
	color: #F4DC18;
}

#content a.revenge {
	color: #000;
	text-decoration: underline;
}

#content a:hover.revenge {
	background: #FAE003;
	color: #09A1E0;
}

#content a.strike {
	color: #000;
	text-decoration: underline;
}

#content a:hover.strike {
	background: #a8bc39;
	color: #ed1a25;
}


#content p {
	margin-top: 0px;
}

#content li {
	margin-left: -5px;
	margin-right: 20px;
	margin-top: 15px;
	line-height: 1.3em;
}

#content h4 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.home #content img {
	float: right;
	margin: 0 0 0 10px;
}

.clr {
    clear: both;
}

/* inside pages tab nav */
#tabs {	
	width: 900px;
	height: 42px;
	margin-left: 50px;
	padding-left: 0px;
    margin-top: 10px;
    margin-bottom: 20px;
	list-style: none;
	border-bottom: 1px solid #555454;
}

#tabs li {
	float: left;
	margin-left: 0px;
	padding: 0px;
}

#tabs a {
	display: block;
    height: 42px; 
	padding-right: 6px;  
}

#tabs a:hover {
	background-position: 0px -42px;
}

#tabs span {
	display: none;
}

#tab_files {
	background-image: url("images/tab-files.gif");
	width: 135px;
	height: 42px;
	background-position: 0px 0px;
    background-repeat: no-repeat;
}

#tab_curse {
	background-image: url("images/tab-curse.gif");
	width: 135px;
	background-position: 0px 0px;
    background-repeat: no-repeat;
}

#tab_revenge {
	background-image: url("images/tab-revenge.gif");
	width: 135px;
	background-position: 0px 0px;
    background-repeat: no-repeat;
}

#tab_strike {
	background-image: url("images/tab-strike.gif");
	width: 135px;
	background-position: 0px 0px;
    background-repeat: no-repeat;
}

#tab_worldwide {
	background-image: url("images/tab-worldwide.gif");
	width: 135px;
	background-position: 0px 0px;
    background-repeat: no-repeat;
}

.curse #tab_curse, .files #tab_files, .worldwide #tab_worldwide, .revenge #tab_revenge, .strike #tab_strike {
	background-position: 0px -42px !important;
}


/* inside pages inline elements */
#inside #main {
	margin-top: 0px;
	margin-left: 50px;
	margin-bottom: 25px;
	min-height: 700px;
	height: 700px; /* ie6-only */
}

html>body#inside #main {
	height: auto; /* override ie6-only rule above */
	overflow: hidden; /* not ie-6 */	
}

#main h2 {
	color: #EA5E19;
	margin-top: 20px;
	padding-bottom: 2px;
	font-family: arial, verdana, helvetica, sans-serif;	
	font-size: 1.9em;
	font-weight: normal;
	text-transform: uppercase;
}

#main h3 {
	color: #000;
	font-size: 1.4em;
	font-weight: normal;
    width: 900px;
}

#inside #main .pagecontent {
	font-size: 1.1em;
	line-height: 1.6em;
	width: 600px;
	padding-bottom: 20px;
	margin: 0;
}
 
.contact #main .pagecontent {
	width: 450px !important;
}

.worldwide #main .pagecontent {
	width: 400px !important;
        height: 3800px !important;
}

.separator {
	border-bottom: 1px solid #aaa;
	height: 5px;
	width: 460px;
	margin-bottom: 30px;
}

#inside #main a {
	color: #DB3630;
	text-decoration: underline;
}

#inside #main a:hover {
	color: #fff;
	background: #DB3630;
}

#inside #main blockquote {
	font-weight: normal;
	text-align: left;
	margin-left: 30px;
	margin-right: 150px;
	color: #045979;
}

#main .rtimg {
	float: right;
	display: inline; /* ie6 only */
}


/* side image nav2 */
#main .sidebar {
	float: right;
	display: inline; /* for ie6-only */	
	width: 225px;
	text-align: right;
	margin-right: 50px;
	margin-top: 0px;
}

.contact #main .sidebar {
	width: 300px;
}

.worldwide #main .sidebar {
	width: 470px;
    margin-right: 38px;
}

#main .sidebar #nav2 {
	margin-top: 10px;
}

#main .sidebar #nav2 li {
	margin-top: 15px;
	list-style: none;
}

#main .sidebar #nav2 a {
	color: #000;
	padding-left: 25px;	
	padding-top: 1px;	
	padding-bottom: 2px;
	font-family: "arial narrow", arial, verdana, helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;	
}

#main .sidebar #nav2 a:hover {
	background: #E9E6E6; 
	color: #DB3630;
}

.overview #overview, .excerpt #excerpt, .audio #audio, .characters #characters, .reviews #reviews, .buy #buy, .interview-2 #interview-2, .interview-more #interview-more, .interview-1 #interview-1, .video #video, .innocence #innocence, .guide #guide {
	background-image: url("images/bullseye.gif") !important;
	background-repeat: no-repeat !important;
	color: #DB3630 !important;
}

#main .sidebar p {
	width: 225px;
}

p.caption {
	margin-top: 2px;
	color: #666;
	font-size: 0.8em;
	text-align: right !important;
        padding-bottom: 6px;
}

#main .sidebar .xref {
	width: 180px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 20px;
	margin-left: 23px;
	background: #eee;
	border: 1px dashed #000;
	text-align: left;
}

.files .sidebar .xref, .curse .sidebar .xref {
width: 200px !important;
padding: 0 !important;
margin-top: 40px !important;
background: none !important;
border: none !important;
}

.contact #main .sidebar .xref {
	margin-left: 98px;
}

#main .sidebar .xref p {
	width: auto;
	text-align: left;	
}	

#main .sidebar .xref2 {
	border: 0;
	padding: 0;
}


/* Blog post styles */
h2.entry, h2.entry a {
	color: #000;
	margin-top: 30px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-family: arial, verdana, helvetica, sans-serif;	
	font-size: .7em;
	font-weight: normal;
	text-transform: uppercase;
}

h2.entry a:hover {
	color: #fff;
	background: #DB3630;
}

h3.entry, h3.entry a {
	color: #000;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-family: arial, verdana, helvetica, sans-serif;	
	font-size: 1.1em;
	font-weight: normal;
	text-transform: uppercase;
}

h3.entry a:hover {
	color: #fff;
	background: #DB3630;
}

h4 {
	margin-bottom: 0px;
	font-size: 1.0em;
	text-transform: uppercase;	
}

.byline {
	margin-top: 3px;
}

.alignleft a, .alignright a {
	color: #DB3630;
}

.alignleft a:hover, .alignright a:hover {
	color: #fff;
	background: #DB3630;
}

.clr {
    clear: both;
}

.footnotes p {
font-size: 0.85em;
line-height: 1.5em;
}

.footnotes a {
text-decoration: none !important;
}

.appendix {
margin-top: 40px;
font-size: 0.85em;
}

.nounder {
text-decoration: none !important;
}

/* footer */
#footer {	
	width: 100%;
	height: 85px;
	padding-top: 0px;
	background: #000;
	color: #fff;
	font-size: 1.0em;
	text-align: left;
	overflow: hidden;	
}


#footer p {
	float: left;
	display: inline; /*for ie6-only */	
}

#footer p.copy {
	width: 300px;
	margin: 17px 0 0 50px;
	text-align: left;	
}

#footer p.fmenu1 {
	width: 600px;
	margin: 17px 0 10px 0;
	text-align: right;
}

#footer p.fmenu2 {
	clear: both;
	width: 900px;
	margin: 0 0 0 50px;
	padding: 10px 0 0 0;
	border-top: 1px solid #666;	
	text-align: right;	
}


/*
#footer ul {
	float: left;
	display: inline; / *for ie6-only * /
	list-style: none;
	margin-top: 17px;
	margin-left: 304px;
	margin-bottom: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#footer ul.addfoot {
	float: none;
	display: block;
	clear: both;
	width: 720px;
	margin: 0 0 20px 255px;
	padding: 10px 0 0 0;
	border-top: 1px solid #666;
}

#footer li {
	display: block;
	float: left;
	margin-left: 5px;	
	text-align: left;	
}
*/
#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/* Footer: Juxtaprose link */
#juxta {
	margin-left: auto;
	margin-right: auto;	
	margin-top: 10px;
	padding-bottom: 10px;
	width: 900px;
	text-align: right;
	font-size: 0.85em;
}

#juxta a {
	color: #333;
	text-decoration: none;
}

#juxta a:hover {
	text-decoration: underline;
}

#juxta span {
	font-style: italic;
}

/* bookplate form styles */

#bookplate_form fieldset {
	float: left;
	margin-left: 3px;
	margin-right: 0px;
	margin-bottom: 10px;
	width: 250px;
	height: 200px;
	border: 1px dotted #ccc;
}

#bookplate_form legend {
	color: #333;
	font-family: arial, sans-serif;
	font-size: 1.2em;
	font-variant: small-caps;	
}

#bookplate_form label {
	display: block;
	float: left;
	color: #333;	
	font-size: 0.9em;
	font-weight: bold;	
	margin-right: 5px;	
}

#bookplate_form #contactinputs label {
	width: 100px;
	text-align: right;	
}


#bookplate_form #detailinputs label {
	width: 100px;
}

#bookplate_form input {
	width: 140px;
	margin-bottom: 4px;
	font-size: 0.95em;
}

#bookplate_form textarea {
	margin-left: 15px;
	width: 230px;
	height: 110px;
	font-family: arial, sans-serif;	
	font-size: 0.95em;	
}


#bookplate_form .checkinput {
	width: auto;
}

#bookplate_form #submitinput {
	margin-left: 205px;
}


#bookplate_form .checklabel {
	display: inline;
	float: none;
	font-weight: normal;
}

#bookplate_form div {
	padding-top: 3px;
	padding-bottom: 2px;
	font-size: 0.95em;
	font-style: italic;
}

.borderdash {
width: 900px;
height: 20px;
margin-top: 40px;
border-top: 1px dashed #000;
}

/*home page addon*/
.covercap {
float: right;
padding-left: 30px;
width: 150px;
margin-top: -18px;
}

/*spellman page addon*/
.xpad {
padding-bottom: 200px;
}
