/* Colours 
Blue logo and Hover: #7ca8d3
Red Links: #9e0b0e
Nav: #666
*/

body {
	background: #fff url(../images/bg.gif); 
	color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 22px;
	margin: 0;
	text-align: center;
}
body.blog {
	background-image: none;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Tahoma, sans-serif;
}
br.clear {
	clear: both;
}
a {
	color: #9e0b0e;
	text-decoration: none;
}
a:hover {
	color: #7ca8d3;
}
a:focus {
	outline: 0;
}
hr {
	background: #e3e3e3;
	border: 0;
	height: 2px;
	margin: 25px 0;
	width: 100%;
}
.alignright {
	float: right;
	margin-left: 10px;
}
.alignleft {
	float: left;
	margin-right: 10px;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	color: #999;
	font-size: 10px;
	text-align: center;
	text-transform: uppercase;
}

#wrapper {
	margin: 50px auto;
	text-align: left;
	width: 825px;
}
#content-top {
	background-image: url(../images/content-top.png); 
	background-repeat: no-repeat;
	height: 2px;
	width: 825px;
}
#content-bottom {
	background-image: url(../images/content-bottom.png); 
	background-repeat: no-repeat;
	background-position: bottom;
	height: 7px;
	width: 825px;
}
#main-content {
	background-image: url(../images/content-body.png); 
	background-repeat: repeat-y;
}

/* Main Nav */
#nav {
	float: right;
	padding: 0 20px 20px 20px;
}
#nav li {
	display: inline;
}
#nav li a {
	border-bottom: 2px #e8e8e8 solid;
	color: #666;
	display: block;
	float: left;
	font-size: 10px;
	letter-spacing: 0.05em;
	padding: 25px 0 15px 0;
	text-align: center;
	text-transform: uppercase;
	width: 82px;
}
#nav li a:hover {
	border-bottom: 2px #ad1414 solid;
	color: #9e0b0e;
}

#logo,
#sidebar {
	float: left;
	margin-top: 20px;
	margin-left: 3px;
	width: 182px;
}
#logo a,
#sidebar div.logo a {
	background-image: url(../images/caroline-tiger-logo-sm.png); 
	background-repeat: no-repeat;
	display: block;
	height: 132px;
	width: 182px;
}
#sidebar div.logo-blog a {
	background-image: url(../images/caroline-tiger-logo-blog.png); 
	background-repeat: no-repeat;
	display: block;
	height: 132px;
	width: 182px;
}
#logo span,
#sidebar div.logo-blog span,
#sidebar div.logo span {
	display: none;
}

/* Sub-nav */
#subnav {
	padding: 25px 0 20px 10px;
}
#subnav h3,
#subnav ul li a {
	border-bottom: 1px #e3e3e3 solid;
	font-size: 11px;
	padding: 5px 0 5px 5px;
	text-transform: uppercase;
}
#subnav h3,
#subnav h3 a {
	color: #7ca8d3;
}
#subnav h3 a:hover {
	color: #9e0b0e;
}
#subnav ul {
	width: 100%;
}
#subnav ul li {
	display: inline;
}
#subnav ul li a {
	color: #4f5151;
	display: block;
	font-size: 10px;
	letter-spacing: 0.06em;
	text-decoration: none;
}
#subnav ul li a:hover,
#subnav ul li.active a {
	background-color: #efefef;
	color: #9e0b0e;
}


/* Content */
#content {
	float: left;
	margin: 50px 20px 30px 45px;
	overflow: hidden;
	width: 560px;
}
#content p {
	margin: 15px 0;
}
h1, h2, h3 {
	color: #666;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
#content h1 {
	font-size: 16px;
	font-weight: bold;	
}

/* Content > Homepage */
#home-news {
	float: left;
	margin-right: 20px;
	overflow: hidden;
	width: 270px;
}
#home-news p {
	margin: 10px 0;
}
#home-news h2 {
	margin-top: 30px;
}

/* Content > Homepage Articles */
#recent-articles {
	float: left;
	line-height: 18px;
	margin-left: 30px;
	overflow: hidden;
	width: 240px;
}
#recent-articles div.article {
	padding-top: 20px;
}
#recent-articles div.article div.article-image {
	float: left;
	margin-right: 15px;
	width: 64px;
}
#recent-articles div.article div.article-image img {
	border: 2px #ebebeb solid;
}
#recent-articles div.article div.article-text {
	float: left;
	width: 160px;
}
#recent-articles div.article p {
	margin: 0;
	padding: 0;
}

/* Book Overview page */
#book-quote {
	margin-bottom: 30px;
	text-align: right;
}
#book-quote blockquote {
	color: #858586;
	font-style: italic;
	font-size: 24px;
}
#book-quote cite {
	color: #5e83a7;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

div.main-book {
	float: left;
	line-height: 18px;
	margin-right: 20px;
	width: 166px;
}
div.main-book h3 {
	font-style: italic;
	font-weight: bold;
	letter-spacing: 0;
	margin-bottom: 8px;
	text-transform: none;
}
#content div.main-book p {
	margin: 0;
}
div.main-book img {
	margin: 10px;
}

div.other-books {
	float: left;
	font-style: italic;
	height: 205px;
	line-height: 18px;
	margin-right: 20px;
	text-align: center;
	width: 166px;
}

/* Books Individual */
div.book-info {
	float: right;
	margin: 0 0 30px 30px;
}
div.entry div.book-info img {
	border: none;
}
div.book-info h3 {
	color: #7ca8d3;
	font-weight: bold;
	margin: 10px 0 5px 0;
}
div.book-info ul li a {
	border-bottom: 1px #e3e3e3 solid;
	font-size: 10px;
	letter-spacing: 0.07em;
	padding: 3px 0 3px 5px;
	text-transform: uppercase;
}
div.entry div.book-info ul {
	width: 100%;
	margin: 0;
}
div.entry div.book-info ul li {
	background: none;
	display: inline;
	padding-left: 0;
}
div.book-info ul li a {
	color: #9e0b0e;
	display: block;
	text-decoration: none;
}
div.book-info ul li a:hover {
	background-color: #efefef;
	color: #7ca8d3;
}
div.other-languages div.other-books img {
	border: none;
}

div.other-languages {
	clear: both;
}

#content div.post h1 {
	font-size: 12px;
}
div.entry ul {
	margin: 10px 20px;
}
div.entry ul li {
	background: url('../images/list-plus.gif') left 8px no-repeat;
	color: #444;
	padding-left: 10px;
}
h2.reviews, 
h2.sub-book,
div.other-languages h2 {
	margin-top: 40px;
}
div.entry blockquote {
	background: url('../images/quote.gif') left 5px no-repeat;
	margin: 20px 40px 20px 20px;
	padding-left: 20px;
}
div.entry cite {
	color: #7ca8d3;
	letter-spacing: 0.09em;
	text-transform: uppercase;	
}
div.entry img {
	border: 2px #ebebeb solid;
}


/* Special SS treatment */
span.full-image-block {
	display: block;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}

/* Blog */
#blog-sidebar {
	padding-left: 15px;
}
#blog-sidebar div.widget li, 
#blog-sidebar ul.blogroll li {
	padding: 2px;
	border-bottom: 1px #ddd solid;
}
#blog-sidebar li.linkcat h2 {
	margin-top: 30px;
}
#blog-sidebar p {
	margin: 10px 0;
}
#blog-sidebar ul.subscribe li a {
	background: url('../images/feed-icon.png') left 50% no-repeat;
	display: block;
	padding-left: 20px;
}
div.widget_archive h3 {
	margin-bottom: 10px;
}
div.widget_archive option {
	margin: 5px;
	width: 120px;
}
div.hentry div.entry img, 
div.blog div.entry img {
	border: none;
}
div.blog div.post h2,
div.blog div.post h2 a, 
div.hentry h2 a {
	font-size: 18px;
	text-transform: none;
}
div.post {
	margin-bottom: 50px;
}
div.post .postmetadata {
	color: #666;
	font-size: 10px;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}
div.post .alt {
	background: #f5f5f5;
	border-top: 1px #ddd solid;
	border-bottom: 1px #ddd solid;
	padding: 10px;
}
h2.pagetitle {
	margin-bottom: 20px;
}
div.navigation {
	border-top: 2px #ddd solid;
	padding-top: 10px;
	text-transform: uppercase;
}

/* Blog > Comments */
#commentform input,
#commentform textarea {
	padding: 5px;
}
#commentform textarea {
	width: 520px;
}
div.reply {
	font-size: 10px;
	border-bottom: 1px #ddd solid;
	text-transform: uppercase;
}
ol.commentlist li {
	padding: 10px 0;
}
ol.commentlist div.comment-author img.avatar {
	border: 2px #eee solid;
	float: left;
	margin-right: 10px;
	margin-top: 5px;
}
.comment-meta {
	font-size: 10px;
}
.comment-meta a {
	color: #666;
}
.comment-meta a:hover {
	color: #7ca8d3;
}
ol.commentlist .depth-2 {
	margin-left: 25px;
}
ol.commentlist .depth-3 {
	margin-left: 50px;
}
#respond {
	margin-top: 40px;
}

/* Articles Pages */
#articles div.article {
	float: left;
	padding-bottom: 40px;
	margin-right: 10px;
	width: 270px;
}
#articles h2 {
	margin-bottom: 25px;
}	
#articles div.article div.article-image {
	color: #999;
	float: left;
	font-size: 10px;	
	margin-right: 8px;
	text-align: center;
	width: 75px;
}
#articles div.article div.article-image img {
	border: 3px #ebebeb solid;
	display: block;
	margin: 0 auto;
}
#articles div.article div.article-text {
	float: left;
	width: 170px;
}
#articles div.article div.article-text p {
	line-height: 18px;
	margin: 0;
	padding: 0;
}
#articles div.article div.article-text a {
	line-height: 18px;
}
ul.press li {
	margin-bottom: 15px;

}

/* Widgets */
div.widget {
	padding-bottom: 20px;
}
div.widget h3 {
	border-bottom: 1px #e3e3e3 solid;
	font-size: 11px;
	padding: 5px 0;
	text-transform: uppercase;
}
div.textwidget {
}

/* Footer */
#footer {
	color:#999;
	font-size: 10px;
	letter-spacing: 0.05em;
	margin-top: 8px;
	text-align: right;
	text-transform: uppercase;
}	
#footer a {
	color: #999;
}
#footer a:hover {
	color: #666;
}
