/*  
Theme Name: Trudi Canavan
Theme URI: http://www.trudicanavan.com/
Description: A Baseline Theme for WordPress. 
Version: 1.0
Author: Jeremiah Tolbert
Author URI: http://www.jeremiahtolbert.com/


TABLE OF CONTENTS
  Eric Meyer CSS Reset
  Inherited Styles
  HTML Tags
  Structure
  Headers
  Content Styles
  Form Elements
  Footer
  
/* ---------- @ Inherited Styles -----------*/

@import url('css/nav.css');
@import url('css/posts.css');
  

/* RESET RELOADED by Eric Meyer */
html, body, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn,  font, img, ins, kbd, q, s, samp, small, strike, 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; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;}
body {line-height: 1;color: black;background: white;}
ol, ul {list-style: none;}
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {text-align: left;font-weight: normal;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}



/* ---------- @ HTML Tags -----------*/

body,html {
	min-height:101%; /*Firefox scrollbar fix*/
	}
	
body {
	background:#29114e;
	color: #111;
	}

body, select, input, textarea {
	font: 100% Georgia, "Times New Roman", Times, serif /*Global font-size reset*/;
	}
	
p {	
	margin: 0 0 15px 0;
	line-height:160%;
	}

a, a:visited {
	color: #420c95;
	}

a:hover, a:active {
	color:#6836b6;
	}
	
div.divider {
	display: block;
	background-image:url(images/divider.png);
	height:37px;
	width:183px;
	border:0;
	opacity:1;
	margin:15px auto;
	outline:none;
	}

table {
	border-collapse:collapse;
	width:100%;
	margin:0px 0 10px 0;
	}

td {
	padding:4px 6px;
	}

tr {

	}
	
table caption {
	background:#FFF;
	padding:2px 0;
	}	
	
blockquote {
	color:#7b7b7b;
	padding:0 18px;
	margin:25px 45px;
	border-left:3px solid #CCC;
	font:italic 1em Georgia, "Times New Roman", Times, serif;
	letter-spacing:.03em;
	}



/* ---------- @ Structure -----------*/

#main {
	overflow:hidden;
	padding:10px 10px 20px;
}

#wrapper {
	font-size:.8em /*Global content font-size*/;
	width:960px;
	min-height:800px;
	margin:0 auto;
	background: url(images/wrapper-background.jpg) #FFF;
	-moz-box-shadow: 0px 0px 30px #000; /* FF3.5+ */
	-webkit-box-shadow: 0px 0px 30px #000; /* Saf3.0+, Chrome */
	box-shadow: 0px 0px 30px #000; /* Opera 10.5, IE 9.0 */
}

#masthead {
	background:#48307b;
	background-image:url(images/header-background.jpg);
	width:960px;
	height:212px;
	position:relative;
	}

#branding {
	float:left;
	width:575px;
	}
	
#content {
	width:620px;
	float:left;
	}

#sidebar {
	width: 300px;
	float:right;
	min-height:250px;
	}

.left {
	float:left
	}

.right {
	float:right
	}
	
.clear {clear:both;}
	
	
	
/* ---------- @ Headers -----------*/

h1, h2, h3, h4, h5, h6 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	margin-bottom:15px;
	}

h1.pagetitle, .page h1.posttitle {
		letter-spacing:4px;
	font-size:2.1em;
	color: #31155c;
	text-transform:uppercase;
	margin:0px 0 5px;
	}

h2#blogtitle {
	letter-spacing:4px;
	font-size:2.1em;
	color: #31155c;
	text-transform:uppercase;
	margin-top:0px;
	}	
	
h2 {
	margin: 25px 0 20px;
	}

.entry h2 {
	font-size:1.8em;
	margin: 15px 0 10px 0;
	color: #31155c;
	}
	
h2.posttitle, h1.posttitle {
	margin:0;
	font-size: 1.7em;
	}

h2.posttitle a, h1.posttitle a {
	text-decoration:none;	
}

#sidebar h3 {
	letter-spacing:2px;
	font-size:1.6em;
	color: #31155c;
	text-transform:uppercase;
	margin-top:0px;
	}

.entry h3 {
	font:1.6em Georgia, "Times New Roman", Times, serif;
	color:#420c95;
	}
.entry h4 {
	font-weight:bold;
	color:#a27f27;
	margin-bottom:5px;
	}
	
.entry ol {list-style:decimal inside;margin-left:25px;margin-bottom:15px;padding:0;}	
.entry ol li {padding-left:10px;}	
ul.booklist {list-style-type:none;margin:0;}
ul.booklist li {li float:left;margin-right:10px;width:120px;}
	
#respond h3, h3#comments, h3#trackbacks {
	margin:45px 0 20px;
	font-weight:bold;
	font-size:1.6em;
	color:#420c95;
	}

h3#comments {
	margin:32px 0 12px;
	}

h4 {
	font-size:1.2em;
	
	}
	
h5 {
	font-weight: bold;
	font-size: 1.2em
	}

h6 {
	font-weight: bold;
	font-size: 1em;
	}



	
/* ---------- @ Content Styles -----------*/

/*Misc*/

#logo {
	font: bold 2.7em Georgia, "Times New Roman", Times, serif;
	text-indent:-9999px;
	background: url(images/trudi_canavan.png) no-repeat;
	height:209px;
	width:416px;
	position:absolute;
	left:10px;
	top:10px;
	z-index:5;
	}

#description {
	font: 1.4em Georgia, "Times New Roman", Times, serif;
	color:#ead191;
	position: absolute;
	margin:0;
	text-shadow: 1px 1px 1px #000;
	bottom:2px;
	left:271px;
	}
	
.commentcount {
	padding-left: 17px;
	background:url(images/bubble.gif) no-repeat;
	margin-left:14px;
	}

.more-link {
	display:block;
	margin-top:12px;
	clear:both
	}
#menu_wrapper {position:relative;}

#rss_link {
	text-transform:uppercase;
	color:#fff;
	background:url(images/rss-large.png) no-repeat right top;
	padding-right:45px;
	display:block;
	height:54px;
	width:71px;
	line-height:58px;
	position:absolute;
	right:5px;
	top:-10px;
	text-decoration:none;
}

#rss_link:hover {opacity:.8;}

/* Author Page*/

#writer {
	overflow:hidden;
	background:#f2f2f2;
	margin-bottom:20px;
	padding:16px;
	}

#writer p {
	margin-top:0;
	}
		
#writer .avatar {
	margin:4px 17px 7px 0
	}



/* Search and Archives*/

.search-highlight {
	background:#FFFF00	
	}

#comment_pagination {
	margin-top:22px;
	overflow:hidden;
	}

#archive_pagination {
	overflow: hidden;
	padding: 20px;
	text-align: center
	}
	
.current-numeric-page {
	padding: 5px 8px;
	}
	
#archive_pagination a, #archive_pagination a:visited {
	border:1px solid #CCC;
	padding: 5px 8px;
	text-decoration: none;
	}
	
#archive_pagination a:hover {
	background: #f5f5f5;
	}

#archive_pagination a:active {
	background:#e6e6e6;
	border-color:#bebebe;
	}
		
#comment_pagination div {
	float:left;
	margin-right:10px;
	}

a #icon-rss {
	border:none
	}

.archive #icon-rss {
	vertical-align: middle;
	margin-left:3px;
	}		
	
#breadcrumbs {margin-left:100px;}
#content #breadcrumbs {margin:0px 0px 10px 0px;}


		
/* Excerpt Pages */

#excerpt {
	width:620px;
	min-height:800px;
	margin:25px auto;
	background: url(images/wrapper-background.jpg) #FFF;
	-moz-box-shadow: 0px 0px 10px #999; /* FF3.5+ */
	-webkit-box-shadow: 0px 0px 10px #999; /* Saf3.0+, Chrome */
	box-shadow: 0px 0px 10px #999; /* Opera 10.5, IE 9.0 */
	padding: 70px 100px 10px;
	position:relative;
	}
#excerpt_wrapper {position:relative;}	
#excerpt_background {position:absolute;left:38px;top:-20px;background:url(images/excerpt_background.png);width:839px;height:348px;}
#excerpt p {text-indent:3em;margin:0 0 3px;line-height:1.8em;font-size:1.3em;}

#excerpt h1 {color:#420c95;font-style:italic;font-size:1.8em;margin-bottom:15px;position:absolute;right:5px;top:10px;}

#excerpt h2, #excerpt h3 {text-align:center;font-weight:bold;margin-bottom:20px;}

/*Sidebar and Widgets*/

#mini-about img {margin-bottom:5px;}

.widget {
	background:url(images/divider.png) no-repeat bottom center;
	padding-bottom:45px;
	margin-bottom:24px;
	overflow:hidden;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	}
.widget p {
	font-size:.9em;
	line-height:1.3;
	}
	
.widgettitle a {text-decoration:none;}

.widgettitle a:hover {text-decoration:underline !important;}

#tweet_header {background:url(images/twitter.png) no-repeat;padding-left:30px;}
	
.widget li {
	list-style:none;
	border-bottom:1px solid #CCC;
	padding:6px 0;
	line-height:140%;
	}


.widget li a:hover, .widget li a:active {
	color:#6d6d6d;
	}

.widget li.current_page_item a, .widget li.current_page_item a:visited, 
.widget li.current-cat a, .widget.current-cat a:visited {
	font-weight:bold
	}

.widget li.current_page_item li a, .widget li.current_page_item li a:visited, 
.widget li.current-cat li a, .widget li-current-cat li a:visited {
	font-weight:normal;
	}
			
.widget li li {
	margin-left:34px;
	border:0;
	list-style:disc;
	}

#wp-calendar tr {
	background:#f2f2f2;
	}
	
#wp-calendar td {
	text-align:center;
	padding:3px;
	}	
	
#recentcomments {
	color: #787878;
	}

#recentcomments a, #recentcomments a:visited {
	font-style:italic
	}

#recentcomments a.url, #recentcomments a.url:visited {
	font-weight:bold;
	font-style:normal;
	}

a.rsswidget, a.rsswidget:visited {
	font-weight: bold
	}

.rssSummary {
	line-height:160%;
	}
	
#wp125adwrap_2c {
	overflow:hidden
	}

#wp125adwrap_2c .wp125ad {
	float:left;
	margin-right: 8px;
	}	

.wp125ad a img {
	border:none;
	}

#wp125adwrap_2c div+div {
	margin:0 !important;
	}
	
	
		
	
	
/* ---------- @ Form Elements -----------*/

#author, #email, #comment, #url {
	background:#FFF !important;
	padding:5px;
	border-width:1px;
	border-style:solid;
	border-color: #6d6d6d #bfbfbf #bfbfbf #6d6d6d;
	}

#author, #email, #url {
	width:220px;
	border:1px solid #cca135;
	}
		
.button {
	padding: 8px 14px;
	background:#cca135;
	color:#FFF !important;
	border:none;
	font-size:1.2em;
	}

.button:hover {
	background:#272727;
	}

.button:active {
	background:#000;
	}

#commentform textarea {
	width: 98%;
	height:250px;
	border:1px solid #cca135;
	}

#masthead #searchform {
	float:right;
	width:260px;
	text-align:right;
	padding-top:12px;
	padding-right:10px;
	}

#searchfield {
	width:150px;
	background-color:#533d83;
	color:#b2a4c7;
	padding:5px;
	border-width:1px;
	border-style:solid;
	border-color: #6d6d6d #bfbfbf #bfbfbf #6d6d6d;
	}
	
#searchsubmit {
	background-color:#cca135;
	color:#fff;
	padding:2px 5px;	
	}		
	



/* ---------- @ Footer -----------*/

#footer {
	font-size:.8em;
	overflow:hidden;
	width:100%;
	height:100px;
	background:url(images/footer-background.jpg);
	border-top:1px solid white;
	color:#FFF;
	padding-top:15px;
	-moz-box-shadow: -10px 0px 4px #000; /* FF3.5+ */
	-webkit-box-shadow: -10px 0px 4px #000; /* Saf3.0+, Chrome */
	box-shadow: -10px 0px 4px #000; /* Opera 10.5, IE 9.0 */
	}
	
	
#footer_wrapper {width:950px;margin:0 auto;}

#footer a, #footer a:visited {color:#FFF;}

#footer a:hover, #footer a:active {
	color:#CCC;
	}

#footer .left {
	float:left;
	width:50%;
	}
#footer p {margin:5px 0 0;}
#footer.right {
	float:right;
	width:50%;
	text-align: right
	}
#footer .alt_nav {clear:both;padding:10px 0;text-align:center;}
#footer .alt_nav ul {list-style-type:none;margin:0 auto;width:450px;text-align:center;}
#footer .alt_nav ul li {float:left;margin-right:5px;padding-right:5px;border-right:1px solid #CCC;}
#footer .alt_nav ul li:last-child {border-right:none;}

#footer .copyright {
	clear:both;
	margin-top:10px;
	text-align:center;
	}	

#footer #icon-rss {
	vertical-align: middle;
	margin-right:5px;
	}	

.linklove, .aktt_credit {display:none;}


/*=Jcarousel CSS 
---------------------------------------------------------------------------------*/

.jcarousel-container {
    position: relative;
	background:url(images/rotator-background.png) no-repeat top left;
	width:300px;
	height:480px;
	list-style-type:none;
	margin:10px 0 0;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
	height:490px;
	width:280px;
	left:9px;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 260px;
    height: 490px;
	border:none;
	text-align:center;
	padding: 0 10px;
}
.jcarousel-list li img {margin-top:0 !important;}
.jcarousel-list li p {text-align:left;margin:6px 0;}
.jcarousel-list li a.learn_link {
	text-transform:uppercase;
	color:#420c95;
	text-decoration:underline;
	float:right;
	}
.jcarousel-list li h4 {text-align:left;color:#9d791c;font-style:italic;}

.jcarousel-next {
    z-index: 3;
	background:url(images/next_book.png) no-repeat;
	height:41px;
	width:41px;
	position:absolute;
	top:170px;
	right:-9px;
	cursor:pointer;
}

.jcarousel-prev {
    z-index: 3;
	background:url(images/previous_book.png) no-repeat;
	height:41px;
	width:41px;
	position:absolute;
	top:170px;
	left:-9px;
	cursor:pointer;
	
}

.widget#books {overflow:visible;}

.jcarousel-next:hover, .jcarousel-prev:hover {background-position:bottom;}
.jcarousel-prev-disabled, .jcarousel-next-disabled, .jcarousel-prev-disabled:hover, .jcarousel-next-disabled:hover  {background-position:center;}


/* Forms CSS */

.cform textarea, .cform input {width:300px !important;}
.cform textarea {height:300px !important;}
.cform {width:570px !important;}
#sendbutton2 {width:150px !important;}