/* RESET */
html, body, div, span, object, iframe, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, 
a, abbr, acronym, address, big, cite, code, del, dfn, em, 
img, ins, kbd, q, samp, small, strike, strong, sub, sup, 
tt, var, 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; vertical-align: baseline; background: transparent; }
table { border-spacing: 0; border-collapse: collapse; }
caption, th, td { text-align: left; font-weight: normal; }
blockquote, q { quotes: none; }
:focus { outline: 0; }
 
/* BASE */
 
body { 
	font-family: verdana, arial, sans-serif; 
	font-size: 12px;
	background-color: #fff;
	color:#333;
}
 
strong { 
	font-weight: bold; 
}
 
em { 
	font-style: italic; 
}

ul, ol { 
  	margin-bottom: 18px;
}

.clear {
	clear: both;
}
 
.small {
    font-size: 0.75em;
}
 
/* LINKS */
 
a, a:visited { 
	color:#CE0505;
	text-decoration: none; 
	outline: none; 
	font-weight: bold;
}
 
a:hover { 
	color: #666;
}
 

/* TEXT */

h1 { 
  font-size: 24px; 
  line-height: 36px;
  margin-bottom: 18px; 
}
h2 { 
  font-size: 18px; 
  line-height: 18px; 
  margin-bottom: 18px;
}
h3 { 
  font-size: 12px; 
  line-height: 18px; 
}
p { 
  font-size: 12px; 
  line-height: 18px;
margin-bottom: 18px;
}

/* STRUCTURE */


#wrapper{
	width:800px;
	background-image: url(images/bg.png);
	background-repeat: repeat-y;
	background-position: top left;
}
#header{
	height:107px;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	background-position: top left;
}
#header h1 a{
	display:block;
	height:107px;
	text-indent:-9999px;
}

h5.banner a{
	position:absolute;
	text-indent:-9999px;
	z-index:10;
	height:154px;
	width:172px;
	top:0;
	left:605px;
	background-image: url(images/banner.png);
	background-repeat: no-repeat;
	background-position: top left;
}

#content{
	width:767px;
	margin:18px 0 0 10px;
}

.nav-col{
	margin:0 0 0 0 ;
	width:134px;
	float:left;
}

#main-content{
	margin:0 0 0 36px;
	width:400px;
	display:inline;
	float:left;
	position:relative;
}

#main-content p.home{
	/*margin:0 0 0 160px;*/
	margin:0 10px 18px -15px;
	float:left;
	display:inline;
}

#main-content a img.home-book{
	/*margin:0 0 0 160px;*/
	margin:0 8px 0 -10px;
	float:left;
	display:inline;
}

/*#main-content img.home-book{
	position: absolute;
	top:0;
	left:-25px;
}*/

.preamble{
	font-size:18px;
	font-weight:bold;
}

.secondary-content{
	float:left;
	display:inline;
	width:564px;
	margin:0 0 0 -10px;
}
.secondary-content h2{
	margin:0 0 8px 0;
	height:36px;
	display:block;
	text-indent:-9999px;
	background-image: url(images/read-a-chapter.png);
	background-repeat: no-repeat;
	background-position: top left;
}
.story{
	float:left;
	display:inline;
	background-image: url(images/what-story.png);
	width:125px;
	height:88px;
	padding:25px 20px 0 30px;
	margin:0 0 18px 0;
	overflow:hidden;
	background-repeat: no-repeat;
	background-position: top left;
}

.nav-col .story{
	position: absolute;
	top:535px;
	left:0;
	background-image: url(images/what-story.png);
	width:125px;
	height:88px;
	z-index:1000;
	margin:0 0 0 -10px;
	overflow:hidden;
	background-repeat: no-repeat;
	background-position: top left;
}

.story p {
	font-size:11px;
	line-height:13px;
	color:#FFFFFF;
	padding:0 0 0 0;
	margin:0 0 0 0;
}
.story a{
	position:relative;
	bottom:-7px;
	left:-30px;
	font-size:11px;
	display:block;
	text-indent:-9999px;
	width:170px;
	height:23px;
	background-image: url(images/add-story.png);
	background-repeat: no-repeat;
	background-position: top left;
}

.sidebar{
	width:191px;
	float:right;
	display:inline;
	padding:0 0 0 0;
	margin:0 0 0 0;
}

.sidebar a{
	color:#000;
}

.sidebar h3 a{
	display:block;
	position:absolute;
	text-indent:-9999px;
	z-index:50;
	height:36px;
	width:134px;
	bottom:-26px;
	right:0;
	overflow:hidden;
}

.sidebar h3.book-cover a{
	background-image: url(images/buy-book.png);
	background-repeat: no-repeat;
	background-position: top left;
}

.sidebar h3.soap-stories a{
	background-image: url(images/soap-stories.png);
	background-repeat: no-repeat;
	background-position: top left;
}
.sidebar h3.family-album a{
	background-image: url(images/family-album.png);
	background-repeat: no-repeat;
	background-position: top left;
}
.sidebar h3.mix-tape a{
	background-image: url(images/mix-tape.png);
	background-repeat: no-repeat;
	background-position: top left;
	bottom:10px;
	right:0;
}

#mix-tape{
	width:202px;
	height:154px;
	display:inline-block;
	float:right;
	position:relative;
	margin:0 0 40px 0;
}

#buy-book{
	width:191px;
	height:200px;
	display:inline-block;
	float:right;
	position:relative;
	margin:50px 0 0 0;
}

/*#show{
	margin:275px 0 0 0;
}*/

.slideshow {
	display: block;
	position: relative;
	z-index: 0;
	
}
.slideshow-images {
	display: block;
	overflow: hidden;
	position: relative;
}		
.slideshow-images img {
	display: block;
	position: absolute;
	z-index: 1;
}		
.slideshow-thumbnails {
	overflow: hidden;
}

.slideshow-images {
	width:191px;
	height:126px;
	padding:0 0 0 0;
	margin:0 0 0 0;
}		
.slideshow-images-visible { 
	opacity: 1;
}	
.slideshow-images-prev { 
	opacity: 0; 
}
.slideshow-images-next { 
	opacity: 0; 
}
.slideshow-images img {
	float: left;
	left: 0;
	top: 0;
	padding:0 0 0 0;
	margin:0 0 0 0;
}

.slideshow {
	width:191px;
	height:126px;
	position:relative;
	padding:0 0 0 0;
	margin:0 0 0 0;
	background-image: url(images/slide-bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
.slideshow a img {
	border: 0;
}

#flickr_badge_wrapper { width:170px; float:right;position:relative; margin:50px 0 40px 0; padding:0 16px 0 0; display:inline;}
.flickr_badge_image img {border: 2px solid black !important; float:left; margin:10px 0 0 10px; width:42px; height:42px; display:inline;}

#footer{
	clear:both;
	background-color: #fff;
	background-image: url(images/footer-cap.png);
	background-repeat: no-repeat;
	background-position: top left;
	width:800px;
	height:75px;
}
#footer p{
	font-size:12px;
	padding:18px 0 0 8px;
}

/* NAVIGATION */

ul#main-nav{
	margin:0 0 0 0 ;
	width:134px;
	list-style:none;
	float:left;
}
ul#main-nav li{
	display:inline;
}
ul#main-nav li a, ul#main-nav li a:visited{
	font-size:16px;
	color:#000;
	font-family:"Helvetica Neue", helvetica, verdana, arial, sans-serif;
	font-style:italic;
	text-transform:uppercase;
	display:block;
	padding:0 0 18px 18px;
}
ul#main-nav li a:hover{
	color: #333;
}

ul.sub-nav-home{
	list-style:none;
	float:left;
	margin:0 0 0 10px;
	display:inline;
	width:368px;
	height:108px;
	list-style:none;
}
.sub-nav{
	position:relative;
	float:left;
	padding:50px 0 0 0;
	margin:0 0 150px 0;
}
.sub-nav ul{
	float:left;
	margin:0 0 0 34px;
	display:inline;
	width:92px;
	height:472px;
	list-style:none;
}

ul.sub-nav-home li , .sub-nav ul li {
	float:left;
	display:inline;
}
ul.sub-nav-home li a , .sub-nav ul li a{
	float:left;
	text-indent:-9999px;
	display:block;
	width:92px;
	height:108px;
	padding:0 0 0 0;
	margin:0 0 0 0;
}
.sub-nav ul li a{
	margin:0 0 10px 0;
}
ul.sub-nav-home li.diana a{
	background-image: url(images/diana.png);
	background-repeat: no-repeat;
	background-position: top left;
}
ul.sub-nav-home li.liz a{
	background-image: url(images/liz.png);
	background-repeat: no-repeat;
	background-position: top left;
}
ul.sub-nav-home li.dan a{
	background-image: url(images/dan.png);
	background-repeat: no-repeat;
	background-position: top left;
}
ul.sub-nav-home li.amanda a{
	background-image: url(images/amanda.png);
	background-repeat: no-repeat;
	background-position: top left;
}

.sub-nav ul li.diana a{
	background-image: url(images/diana-sub.png);
	background-repeat: no-repeat;
	background-position: top left;
}
.sub-nav ul li.liz a{
	background-image: url(images/liz-sub.png);
	background-repeat: no-repeat;
	background-position: top left;
}
.sub-nav ul li.dan a{
	background-image: url(images/dan-sub.png);
	background-repeat: no-repeat;
	background-position: top left;
}
.sub-nav ul li.amanda a{
	background-image: url(images/amanda-sub.png);
	background-repeat: no-repeat;
	background-position: top left;
}

.nav-col .sub-nav h3{
	display:block;
	position:absolute;
	text-indent:-9999px;
	z-index:100;
	height:36px;
	width:174px;
	top:0;
	left:-10px;
	background-image: url(images/read-a-chapter-sub.png);
	background-repeat: no-repeat;
	background-position: top left;
}

/* BLOG POSTS */

#posts.home{
	width:580px;
	float:left;
	display:inline;
	position:relative;
	padding:0 0 0 0;
	margin:0 0 0 -10px;
}
#posts.home h2{
	width:580px;
	height:50px;
	text-indent:-9999px;
	background-image: url(images/recent-posts.png);
	padding:0 0 0 0;
	margin:0 0 0 0;
	background-repeat: no-repeat;
	background-position: top left;
}
#posts.home #entry.first-post{
	width:500px;
	height:246px;
	padding:0 50px 65px 30px;
	background-image: url(images/post-entry-first.png);
	background-repeat: no-repeat;
	background-position: top left;
}
#posts.home #entry{
	width:500px;
	height:262px;
	padding:15px 50px 65px 30px;
	margin:0 0 10px 0;
	background-image: url(images/post-entry.png);
	background-repeat: no-repeat;
	background-position: top left;
	overflow:hidden;
}

#posts{
	float:left;
	position:relative;
	padding:0 0 0 0;
	margin:0 0 0 0;
}
#posts h2{
	padding:0 0 0 0;
	color:#CE0505;
	font-family:"Helvetica Neue", helvetica, verdana, arial, sans-serif;
	font-style:italic;
	text-transform:uppercase;
}

#posts h2.pagetitle{
	line-height:36px;
	padding:0 0 0 0;
	height:36px;
	display:block;
	margin:0 0 18px -34px;
	color:#000;
	font-family:"Helvetica Neue", helvetica, verdana, arial, sans-serif;
	font-style:italic;
	text-transform:lowercase;
}

#posts h2.pagetitle .yellow{
	padding:6px 20px 9px 34px;
	margin:0 0 0 0;
	height:36px;
	background-image: url(images/title-cap.png);
	background-repeat: no-repeat;
	background-position: top right;
}

#posts #entry{
	float:left;
	margin:0 0 10px 0;
	width:400px;
	position:relative;
	clear:both;
}

.meta h3{
	font-size:18px;
	font-family:"Helvetica Neue", helvetica, verdana, arial, sans-serif;
	font-style:italic;
	text-transform:uppercase;
	margin:0 0 10px 0;
}
.meta h3 a , .meta h3 a:visited{
	color:#CE0505;
}

.meta h3 a:hover{
	color:#333;
}

.meta h3 small{
	text-transform:lowercase;
	font-size:11px;
	font-weight:400;
}

.meta h4{
	font-size:14px;
	line-height:20px;
	font-family:"Helvetica Neue", helvetica, verdana, arial, sans-serif;
	margin:0 0 10px 0;
}

.meta h4 small a{
	font-size:11px;
	color:#874c2c;
	font-family:"Helvetica Neue", helvetica, verdana, arial, sans-serif;
}

#entry img{
	margin:0 18px 0 0;
	padding:5px 0 0 0;
}

#posts.home #entry p{
	font-size:12px;
}

#posts #entry p{
	float:left;
	font-size:12px;
}

#posts #entry.press{
	float:left;
	margin:0 0 20px 0;
	width:400px;
	position:relative;
	clear:both;
}

#posts #entry.press .meta{
	float:left;
	width:280px;
}

#posts #entry.press img.cover-thumb{
	float:left;
}



/* COMMENTS */

#respond{
	margin:18px 0;
}
.comments{
	float:left;
}

h3#comments{
	font-size:16px;
	line-height:36px;
	padding:0 0 0 0;
	height:36px;
	display:block;
	margin:18px 0 18px -34px;
	font-family:"Helvetica Neue", helvetica, verdana, arial, sans-serif;
	font-style:italic;
	text-transform:lowercase;
}

h3#comments .red{
	padding:7px 20px 10px 34px;
	margin:0 0 0 0;
	height:36px;
	color:#FFF;
	font-weight:200px;
	background-image: url(images/comments-cap.png);
	background-repeat: no-repeat;
	background-position: top right;
}
#respond h3{
	margin:0 0 18px 0;
}

ol.commentlist { list-style:none; margin:0; padding:0; text-indent:0; position:relative;}
ol.commentlist li { height:1%; margin:0 0 10px; padding:5px 7px 5px 10px; position:relative; }
ol.commentlist li.alt {}
ol.commentlist li.bypostauthor {}
ol.commentlist li.byuser {}
ol.commentlist li.comment-author-admin {}
ol.commentlist li.comment {}
ol.commentlist li div.comment-author { padding:0 170px 0 0; }
ol.commentlist li div.vcard {}
ol.commentlist li div.vcard cite.fn { font-weight:bold; font-style:normal;}
ol.commentlist li div.vcard cite.fn a.url {}
ol.commentlist li div.vcard cite.fn a.url:hover {}
ol.commentlist li div.vcard img.avatar { display:none;/*border:2px solid #000; left:7px; position:absolute; top:7px;*/ }
ol.commentlist li div.vcard img.avatar-32 {display:none;}
ol.commentlist li div.vcard img.photo {display:none;}
ol.commentlist li div.vcard span.says {}
ol.commentlist li div.commentmetadata {}
ol.commentlist li div.comment-meta { font-size:10px; position:absolute; right:10px; text-align:right; top:5px; }
ol.commentlist li div.comment-meta a { color:#333; text-decoration:none; }
ol.commentlist li div.comment-meta a:hover { color:#000; }
ol.commentlist li p { margin:1em 0 1em; }
ol.commentlist li ul { list-style:square; margin:0 0 1em; padding:0; text-indent:0; }
ol.commentlist li div.reply {}
ol.commentlist li div.reply:hover {}
ol.commentlist li div.reply a {}
ol.commentlist li ul.children { list-style:none; margin:1em 0 0; text-indent:0; }
ol.commentlist li ul.children li { }
ol.commentlist li ul.children li.alt {}
ol.commentlist li ul.children li.bypostauthor {}
ol.commentlist li ul.children li.byuser {}
ol.commentlist li ul.children li.comment {}
ol.commentlist li ul.children li.comment-author-admin {}
ol.commentlist li ul.children li.depth-2 { margin:0 0 .25em; }
ol.commentlist li ul.children li.depth-3 { margin:0 0 .25em; }
ol.commentlist li ul.children li.depth-4 { margin:0 0 .25em; }
ol.commentlist li ul.children li.depth-5 {}
ol.commentlist li ul.children li.odd {}
ol.commentlist li.even { background:#fff; }
ol.commentlist li.odd { background:#f6f6f6; }
ol.commentlist li.parent { }
ol.commentlist li.pingback { }
ol.commentlist li.pingback.parent { }
ol.commentlist li.pingback div.vcard { padding:0 170px 0 0; }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even {}
ol.commentlist li.thread-odd {}

/*HOVER POP-UP NAV*/

.hovertip {
	position: absolute;
    display: none; /* in case javascript is disabled */
	width: 220px;
	height:145px;
    background: url(images/hover-bg.png) no-repeat;
	font-size: 12px;
	z-index: 1000;
	margin-left: 5px;
	margin-top: 10px;
	}
.hovertip_target {
				 font-style: italic;
}
 .hovertip_target:hover {
						text-decoration: none;
}
.nav, .nav * {
	margin:0;
	padding:0;
}
/*#cloud{
	float: left;
	position:absolute;
	line-height:1.0;
	background:	url('bg.gif') no-repeat;
	width:380px; 
	height:333px; 
	padding:80px 40px 40px 40px; 
}*/
.nav {
	float: left;
	position:absolute;
	line-height:1.0;
	width:310px; 
	height:333px;
	padding:0px; 
}
.nav ul {
    width:220px;	
	list-style:none;	
	background:#fff; /*IE6 needs this*/
}
.nav li {
	float: left;
	list-style:none;	
	position:relative;
}
.nav a {
	color:#666;
	text-decoration:none;
	display:block;
}
.nav li ul {
	left:0;
	top:-999em;
	width: 180px;
	padding-top:0;
/*	height:190px;*/
	background: url(images/hover-bg.png) no-repeat;
	position:absolute;
	list-style:none;
	z-index:100;
	text-align: center;
	}


ul.hovertip li {
	display:inline;
	list-style:none;
}
ul.hovertip li a{ text-decoration:none; font-style:italic; width:180px; padding:0 0 0 20px; height:30px; line-height:30px; float:left; display:block; color:#FFF;}
ul.hovertip li a:hover{ color:#FFF23F;}
ul.hovertip {width:220px; padding-top:10px; padding-left:10px; height:120px; padding-bottom:20px; display:block}
