/* CSS Stylesheet | Digital Texts 2.0 | stylesheets/style.css | Creative Creature (www.creativecreature.ca) */

/* HEADINGS */
	h1 { font-size: 18px; }
	h2 { font-size: 16px; }
	h3 { font-size: 14px; }
	h4 { font-size: 12px; font-weight: bold; }
	h1, h2, h3, h4, h5, h6 { 
		font-weight: lighter; 
		margin: 8px 0;
	}
	h3.subheading { 
		color: #666666;
	}
	h1.guide {
		float: left;
		margin: 0 5px 0 0;
		padding: 0 0 0 1px;
		font-size: 18px;
		text-align: center;
		width: 26px;
		height: 26px;
		background-image: url("../images/guide.png");
		background-repeat: no-repeat;
		color: #FFF;
	}

/* LINKS */
	a, a:link, a:visited {
		color: #3B5998;
		text-decoration: none;
	}
	a:hover, a:active {
		color: #5C85CC;
		background-color: transparent;
		text-decoration: underline;
	}
	/* Remove formatting from linked images */
	a:link img, a:visited img {
		border: none;
		border: 0;
		padding: 0;
		text-decoration: none;
		background-image: none;
	}
	a.current_filter { font-weight: bold; }
	
/* ALT TEXT */	
	img { 
		font-size: 10px; 
	}
	
/* LAYOUT */
	html, body {
		background-image: url("../images/page_bg.jpg");
		background-repeat: repeat-x;
		background-attachment: fixed;
		background-color: #FFF;
		color: #222222;
		padding: 0;
		margin: 0;
		height: 100%;
	}
	div#top_bar {
		background-image: url("../images/top_bar_bg.png");
		background-repeat: repeat-x;
		position: fixed;
		width: 100%;
		height: 41px;
		top: 0;		
		margin: 0;
		padding: 2px 0 0 0;
		z-index: 100;
	}
	div#page {
		width: 600px;
		margin: 26px auto 0 auto;
		padding: 6px 14px 20px 14px;
	}
	div#header { 
		padding: 0;
		margin: 0 0 6px 0;
		font-size: 10px;
	}
	div#notes {
		border: 1px solid #DDD;
		background-color: #FFFFF0;
		padding: 10px;
		margin: 10px 0px;
		font-size: 10px;
	}
	div#footer {
		padding: 6px 0 6px 8px;
		text-align: right;
		margin: 10px 0px;
		font-size: 10px;
		color: #888;
		line-height: 18px;
		border-top: 1px solid #DDD;
	}
	/* COLUMNS */
	div.column { 
		float: left; 
		width: 290px;
		margin: 0 20px 0 0;
	}	
	div.right {  
		margin: 0;
	}


/* TABLES */
	table {
		padding: 0;
		margin: 0 0 10px 0;
		width: 100%;
		border: 1px solid #DDD;
		color: #444;
	}
	table td {
		padding: 6px 6px 3px 6px;
		vertical-align: top;
		line-height: 1.25em;
	}
	table th {
		background-image: url("../images/table_th_bg.png");
		background-repeat: repeat-x;
		background-color: #3C5B9A;
		height: 25px;
		color: #FFF;
		padding: 2px 6px;
		font-size: 13px;
		font-weight: normal;
		vertical-align: middle;
	}
	table th.sort_field {
		background-image: url("../images/table_th_bg_sort.png");
		background-color: #30497B;
		font-weight: bold;
	}
	table th a:link, table th a:visited {
		color: #FFF;
	}
	table td.emphasized_row {
		background-image: url("../images/orange_bg_tall.jpg");
		background-repeat: repeat-x;
		border-bottom: 1px solid #DDD;
		color: #444;
		padding: 5px 6px 3px 6px;
	}
	table td.centered {
		text-align: center;
		vertical-align: middle;
	}
	table td.number {
		font-size: 14px;
	}
	/* Alternating Rows Styles */
	.arc90_altrows0 { background-color: #FFFFF3; } /* 1st row color */
	.arc90_altrows1 { background-color: #FFFBDF; } /* 2st row color */	
	table.compressed td p {
		font-size: 11px;
		color: #666;
		margin: 0;
		padding: 0;
	}

	
/* TEXT */
	p, ul li, div {
		font-family: "Verdana", "Univers", sans-serif;
		font-size: 12px;
		color: #222222;
	}
	p {
		margin: 0 0 16px 0;
		line-height: 1.6em;
	}
	sup {
		font-size: 9px;
		letter-spacing: -1px;
		line-height: 1em;
		display: inline;
	}	
	p.message {
		border: 1px solid #DDD;
		background-color: #D9E7FF;
		padding: 10px;
	}
	p.error {
		border: 1px solid #DDD;
		background-color: #FFD8D8;
		padding: 10px;
	}
	p.emphasized {
		font-size: 15px;
		padding: 0;
		line-height: 150%;
	}
	p.description {
		color: #666;
		line-height: 1.3em;
		font-size: 11px;
		margin-bottom: 0;
	}
	.note {
		font-size: 11px; 
		color: #666666;
	}
	.time {
		text-align: left;
		font-size: 10px;
		color: #888;
		margin-top: 5px;
	}
	span.emphasized {
		background-color: #FFF4A3;
		padding: 1px 3px;
	}

/* LISTS */
	ul li {
		line-height: 1.6em;
		color: #666666;
	}
	ul.icon_list {
		list-style-type: none;
		padding: 0;
	}
	ul.note {
		padding: 0 0 0 20px;
		margin: 0 0 10px 0;
	}
	ul.note li {
		font-size: 11px; 
		color: #666666;
		padding: 2px 0;
	}
	ul.inline li {
		display: inline;
		margin-right: 8px;
	}
	ul.link_list {
		padding-left: 10px;		
	}
	ul.link_list li {		
		list-style-type: none;
	}

/* ELEMENTS */
	div.clearing {
		clear: both;
		margin: 0;
	}
	hr {
		border: none;
		border-bottom: 1px solid #DDD;
		margin: 10px 0;
		padding: 0;
		width: 100%;
	}
	div.show_nav {
		float: right;
	}
	div.book_cover {
		float: left;
		margin: 0 10px 0 0;
		padding: 0;
	}
	div.book_covers {
		margin: 0;
	}
	div.book_covers img {
		padding: 6px 3px;
	}
	div.collection {
		margin: 0 0 40px 0;
	}
	div.collection_collage {
		float: left;
		margin: 0 10px 2px 2px;
		padding: 0;
		z-index: 0;
	}
	div.collection_collage img {
		/* top and margin-left set programmatically */
		position: relative;
		left: 0px; 
		height: 55px;
		width: 36px;
		border: 1px solid #888; 
		padding: 2px; 
		background-image: url("../images/cover_bg.jpg");
		background-repeat: repeat-x;
	}
	div#document_match {
		border: 1px solid #DDD;
		background-image: url("../images/blue_bg.jpg");
		background-repeat: repeat-x;
		background-color: #FFF;
		padding: 5px 10px;
		margin: 25px 0 10px 0;
	}
	div#suggestion {
		border: 1px solid #DDD;
		background-color: #FFF;
		padding: 10px;
		margin: 10px 0 0 0;
	}
	
/* FRIEND BADGES */
	div.friends_box {
		width: 600px;
		margin: 0 0 10px 0;
	}
	div.friend_badge, div.reader_badge {
		border: 1px solid #DDD;
		padding: 2px;
		margin: 0 10px 10px 0;
		background-color: #FFFFF4;	
		width: 50px;	
		float: left;
		font-size: 0.8em;
	}	
	div.reader_badge {
		width: 100px;
	}
	div.friend_badge_links {
		margin-top: 6px;
		text-align: right;
	}
	div.pic_square {
		border: 1px solid #DDD;
		padding: 2px;
		margin: 0 4px 4px 0;
		width: 50px;
		height: 50px;
		background-color: #FFFBDF;	
		float: left;
	}
	div.pic_square:hover {
		border: 1px solid #5C85CC;
		background-color: #E0ECFF;
	}
	
/* PAGINATION */
  .pagination {
		margin: 5px 0 15px 0;
		padding: 0;
    text-align: center;
  }
  .pagination a {
    padding: 2px 4px 2px 4px;
    border: 1px solid #DDD;
    text-decoration: none;
		font-size: 13px;
		background-image: url("../images/grey_bg.jpg");
		background-repeat: repeat-x;
		color: #FFF;
  }
  .pagination a:hover, .pagination a:active {
		background-image: url("../images/orange_bg.jpg");
		background-repeat: repeat-x;
		border: 1px solid #888;
  }
  .pagination span.current {
    padding: 2px 4px 2px 4px;
    text-decoration: none;
		font-size: 13px;
		text-decoration: none;
		background-image: url("../images/orange_bg.jpg");
		background-repeat: repeat-x;
		border: 1px solid #888;
		color: #FFF;
  }
  .pagination span.disabled {
    padding: 2px 4px 2px 4px;
    color: #DDD;
  }
  
/* LETTERS */
	div.letters, div.letters_small {
		text-align: center;
    padding: 3px;
    margin: 5px 0 0 0;
		font-size: 11px;
		color: #666;
    text-align: center;
    border: 1px solid #DDD;
    border-bottom: none;
		background-image: url("../images/light_grey_bg.png");
		background-repeat: repeat-x;
	}  
	div.letters_small {
		font-size: 10px;
		padding: 0;
	}  
	div.letters a {
    padding: 3px;
    margin-right: -3px;
    text-decoration: none;
	}	
	div.letters_small a {
		padding: 2px;
		margin-right: -1px;
		text-decoration: none;
	}
	div.letters a:active, div.letters a:hover, div.letters a.current, div.letters_small a:active, div.letters_small a:hover, div.letters_small a.current {
		background-image: url("../images/table_th_bg.png");
		background-repeat: repeat-x;
		color: #FFF;
	}
	div.letters .disabled {
		padding: 3px;
		color: #888;
	}
	div.letters_small .disabled {
		padding: 2px;
		color: #888;
	}
  		
/* MESSAGES */
	div#notice, div#error {
		border: 1px solid #DDD;
		padding: 10px;
		margin-bottom: 10px;
		background-color: #E0ECFF;
	}	
	div#error {
		background-color: #FFD8D8;
	}	
	div.errorExplanation {
		border: 1px solid #DDD;
		padding: 5px 10px;
		background-color: #FFD8D8;
		margin-bottom: 10px;
	}
	div.bubble_content div.errorExplanation ul{
		margin-left: 20px;
	}
	
/* BUTTONS */
	a.blue_button, a.blue_button:link, a.blue_button:visited, a.grey_button, a.grey_button:link, a.grey_button:visited { 
		background-image: url("../images/blue_button.png");
		background-repeat: no-repeat;
		width: 182px;
		height: 33px;
		margin: 0;
		padding-top: 6px;
		color: #FFF; 
		text-align: center;
		font-size: 14px;
		display: block;
	}
	a.cancel_button, a.cancel_button:link, a.cancel_button:visited {
		height: 18px;
		margin: 0 0 0 10px;
		padding-top: 12px;
		text-align: center;
		color: #444;
		font-size: 12px;
		display: block;
	}
	a.grey_button, a.grey_button:link, a.grey_button:visited { 
		background-image: url("../images/grey_button.png");
		background-repeat: no-repeat;
	}
	a.blue_button:hover, a.blue_button:active { 
		background-image: url("../images/blue_button_hover.png");
		text-decoration: none;
	}
	a.grey_button:hover, a.grey_button:active { 
		background-image: url("../images/grey_button_hover.png");
		text-decoration: none;
	}
	a.blue_button_small, a.blue_button_small:link, a.blue_button_small:visited, a.grey_button_small, a.grey_button_small:link, a.grey_button_small:visited { 
		background-image: url("../images/blue_button_small.png");
		background-repeat: no-repeat;
		width: 98px;
		height: 33px;
		margin: 0;
		padding-top: 6px;
		color: #FFF; 
		text-align: center;
		font-size: 14px;
		display: block;
	}
	a.grey_button_small, a.grey_button_small:link, a.grey_button_small:visited { 
		background-image: url("../images/grey_button_small.png");
		background-repeat: no-repeat;
	}
	a.blue_button_small:hover, a.blue_button_small:active { 
		background-image: url("../images/blue_button_small_hover.png");
		text-decoration: none;
	}
	a.grey_button_small:hover, a.grey_button_small:active { 
		background-image: url("../images/grey_button_small_hover.png");
		text-decoration: none;
	}

/* BUBBLES */
	div.bubble {
		padding: 10px;
		width: 516px;
		background-image: url("../images/bubble.png");
		background-repeat: no-repeat;
		margin: 0 auto 10px auto;
		float: left;	
	}
	
/* LIST NAVIGATION */
	#list_nav {
		font-size: 11px;
		color: #666;
		border-bottom: 1px solid #DDD;
		background-color: #FFFBDF;
		padding: 5px;
		margin: 16px 0 12px 0;
		line-height: 1.6em;
	}	
	#list_nav div {
		font-size: 11px;
		color: #666;
	}	
	#list_nav ul li {
		font-size: 11px;
		color: #666;
	}