/*
Theme Name: BC Book Look	
Theme URI: http://www.bcbooklook.com
Description: Theme designed by Christine Rondeau of Bluelime Media for Alan Tiggs
Version: 2.0

Author: Christine Rondeau
Author URI: http://www.bluelimemedia.com
*/

/* Reset  
-------------------------------------------------------------- */
html, body, div, span, applet, 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, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}

/* Text meant only for screen readers */
.assistive-text {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

/* Typography 
---------------------------------------------*/
body {
	font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
}
header h1,
#top-nav ul li a,
#search-form label,
#sidebar h3  {
	font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
	font-weight: 800;
}
button,
.button,
#sidebar ul li a,
#sidebar .cm h5,
#top-nav ul ul li a, 
#top-nav ul ul ul li a,
#search-box p,
#sidebar-right p,
#sidebar-right h4,
footer {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; 
}


/* Global 
---------------------------------------------*/
body {background: #fff;}
body,
button,
input,
select,
textarea {
	-moz-font-smoothing:antialiased;
	-webkit-font-smoothing:antialiased;
	color: #000;
	font-size: 16px; /* pixels are needed for IE 8 and lower :( */
	font-size: 1.6rem; /* Snooka explains font resizing using rem - http://snook.ca/archives/html_and_css/font-size-with-rem */
	line-height: 1.25;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
hr {
	background-color: #c92127;
	border: 0;
	height: 1px;
	margin-bottom: 1em;
}

/* Text elements */
p {
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 2em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}

/* Image Alignment
----------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin: 0 0.625em 0.625em 0;
}
.alignright {
	display: inline;
	float: right;
	margin: 0 0 0.625em 0.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 0.625em;
}
.wp-caption {
	border-bottom: 2px solid #c92127;
	margin-bottom: 0.625em;
	max-width: 100%;
	padding: 0.25em;
}
.wp-caption img {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}	
.wp-caption-text {	
	font-size: 13px;
	font-size: 1.3rem;
	text-align: center;
}	
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.hentry .wp-post-image {
	border: 1px solid #000;
}

/* Forms 
-----------------------------------------*/
input[type="text"], textarea {
	background: #fff;
	border: solid 1px #000; 
	color: #000;
    padding: 3px;
	margin: 0.5em 0;
	width: 90%;
}
::-webkit-input-placeholder {
	color: #000;
	font-size: 13px;
	font-size: 1.3rem;
}
:-moz-placeholder { /* Firefox 18- */
	color: #000;
	font-size: 13px;
	font-size: 1.3rem;
}
::-moz-placeholder {  /* Firefox 19+ */
	color: #000;
	font-size: 13px;
	font-size: 1.3rem; 
}
:-ms-input-placeholder {  
	color: #000;  
	font-size: 12px;
}
button,
.button,
.button:active {
	border: 1px solid #c92127;
	background: #c92127;
	padding: 8px 15px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #fff;
  	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	text-decoration: none;
	vertical-align: middle;
}
button, 
.button:hover {
	border: 1px solid #000000;
	background: #000000;
	color: #fff;
}

/* Media 
-----------------------------------------*/
embed,
iframe,
object,
#main img {
	max-width: 100%;
}
#branding img,
#main img,
img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
#branding img,
#main img,
img.size-full {
	max-width: 100%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}

/* General Styles 
----------------------------------------------*/

/* let's clear some floats */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }  
.clearfix:after { clear: both; }  
.clearfix { zoom: 1; }

a {
	color: #c92127;
	text-decoration: none;
}
a:hover,
a:focus,
a:active {
	color: #c92127;
	text-decoration: underline;
}
a.more-link {
	font-style: italic;
}
p {
	margin: 0;
	margin-bottom: 1em;
	word-wrap: break-word;
}

h1 {
	font-size: 30px;
	font-size: 3.0rem;
	line-height: 1em;
	margin: 0 0 0.625em;
}
h2 {
	font-size: 22px;
	font-size: 2.2rem;
	font-style: italic;
	line-height: 1.25em;
	margin: 5px 0 12px; 	
}
h3, h4, h5, h6  {
	font-size: 18px;
	font-size: 1.8rem;
}
h2 a {
	color: #000;	
	font-style: normal;
}
h2 a:hover {
	color: #000;
	text-decoration: underline;
}
blockquote {
	color: #000;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	font-size: 22px;
	font-size: 2.2rem;	
	font-style: italic;
	line-height: 1.625em; /* 26px / 16px */
	margin: 0.625em 0;
	padding: 0.625em;
}

/* Main Layout
-----------------------------------------------*/
#wrap {
	border:1px solid #000;
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 1000px;
}
#branding {
	background: #e7dabe;
	height: 185px;
	overflow: hidden;
	width: 100%;
}
#logo a {
	background: url(images/logo.png) top left no-repeat;
	display:block;
	float:left;
	height: 185px;
	overflow: hidden;
	text-indent: -99999px;
	text-decoration: none;
	width: 229px;
}
#feature {
	float: left;
	width: 771px;
	position: relative;
}
#feature .attachment-headline-thumb {
	float: left;
	margin: 0;
	padding: 0;
}
.feature-entry {
	float: right;
	padding: 10px 10px 0;
	width: 520px;
}
.feature-entry h1 {
	margin: 10px 0 0;
}
.feature-entry h2 {
	margin: 10px 0;
}
.feature-entry .edit-link {
	position: absolute;
	top: 3px;
	right: 3px;
	font-size: 12px;
}

/* Primary Navigation -- mostly borrowed by Twenty Eleven
-------------------------------------------------------------- */
#top-nav {
	display: block;
	float: left;
	margin: 3px auto 3px;
	width: 100%;
}
#top-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#top-nav li {
	float: left;
	position: relative;
}
#top-nav a {
	color: #c92127;
	display: block;
	font-size: 18px;
	font-size:1.8rem;
	line-height: 2em;
	padding: 0 1em; 
	text-decoration: none;
	text-transform: uppercase;
}
#top-nav ul ul {
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 1.875em;
	left: 0;
	width: 188px;
	z-index: 99999;
}
#top-nav ul ul ul {
	left: 100%;
	top: 0;
}
#top-nav ul ul a {
	background: #fff;
	border-bottom: 1px dotted #ddd;
	color: #c92127;
	font-size: 16px;
	font-size:1.6rem;
	font-weight: 400;
	height: auto;
	line-height: 1.4em;
	padding: 10px 5px 10px 15px;
	width: 168px;
	text-transform: none;
}
#top-nav a:hover,
#top-nav .current-menu-item > a,
#top-nav .current-menu-ancestor > a,
#top-nav .current_page_item > a,
#top-nav .current_page_ancestor > a {
	color: #000;
}
#top-nav ul li:hover > ul {
	display: block;
}
.tinynav { display: none }

/* Search Form
-------------------------------------------*/
#search-box {
	background: #c92127;
	display: block;
	float: left;	
	width: 730px;
	padding: 10px 20px 2px;
}
#search-form label {
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	float: right;
	padding-top: 5px;
	width: 21%;
}
#search-form .wrapper {
	float: left;
	position: relative;
	margin: 10px 1% 20px 10px;
	width: 74%;
}
#search-form input[type="text"] {
    color: #666;
	font-weight: 700;
    padding: 8px 0 8px 2%;
	margin: 0;    
	width: 98%;
}
#search-form #search-button {
    position: absolute;
    top: 4px;
    right: 0;
    height: 26px;
    width: 26px;
    text-align: center;
    border-width: 0;
    background: url(images/search-icon.png) no-repeat;
    cursor: pointer;
}
#search-form #search-button span {
	display: none;
}
#search-box p {
	color: #fff;
	float: left;
	font-weight: bold;
	margin: 0;
	padding: 4px 0;
	width: 100%;
}
#search-box p span {
	color: #ffe903;
	font-size: 20px;
	font-size: 2.0rem;
}

#abcbooklook-link-from-search {
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	float: right;
	padding-top: 5px;
	width: 21%;
	font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
	font-weight: 800;
}


/* Main Body Content Area 
-----------------------------------------------------------*/
#main {
	background: url(images/bg.png) left repeat-y;
	float: left;
	width: 100%;
}
#content {
	float: right;
	width: 770px;
}
#content-entry {
	float: left;
	width: 710px;
	padding: 15px 30px 0;
}
#content-entry-narrow {
	float: left;
	width: 540px;
	padding: 20px 10px 0 30px;
}

/* Main body blog content formatting
--------------------------------------------------------------*/
p.date {
	font-style: italic;
	margin-bottom: 5px;
}
p.caption {
	font-size: 13px;
	font-size: 1.3rem;
	font-style: italic;
	margin-top: -15px;
}
p.caption.single {
	margin-top: 0px;
}
.single-feature {
	float: right;
	max-width: 300px;
	padding: 5px;
}
.post-excerpt {
	border-top: 1px solid #c92127;
	padding-top: 10px;
}
.post-excerpt p {
	margin: 5px 0 15px 0;
	font-style: italic;
}
.post-excerpt img.alignleft {	
	float: left;
	height: auto;
	width: 175px;
	margin-right: 10px;
}
.post-excerpt h2 { /* no idea why I can't get the images to float */
	display: inline; 
}
#content-entry ul, #content-entry  ol,
#content-entry-narrow ul, #content-entry-narrow  ol {	
	margin: 0 1.25em 0.3125em; 
	padding: 0 1.25em 0.3125em; 
}
.entrymeta {
	color: #999;
	border-top: dotted 1px #d4d4d4;
	margin: 0.625em 0; 
	padding: 0.3125em;
}
.entrymeta p {	
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.125em; /* 18px / 16px */
	margin: 0.3125em 0; 
}
.post-navigation {
	padding: 0.625em 0;
} 
.nav-previous {
	float: left;	
	text-align: left;
	width: 50%;
}
.nav-next {
	float: right;	
	text-align: right;
	width: 50%;
}

/* =Publications/Newsletters
----------------------------------------------- */
#content-entry ul.grid {
	list-style: none;
	margin: 0;
	padding: 0;
}
#content-entry ul.grid li {
	float: left;
	margin: 0;
	padding: 5px;
	text-align: center;
	width: 25%;
	-webkit-box-sizing: border-box;
	     -moz-box-sizing: border-box;
	          box-sizing: border-box;
}
#content-entry ul.grid li:hover {
	background: #f1f1f1;
}
#content-entry ul.grid li p {
	font-size: 14px;
	font-size: 1.4rem;
	padding: 2px 8px;
}

/* Sidebar Area 
-------------------------------------------*/
.widget {
	margin:0 0 30px;
}
#sidebar { /* Left sidebar appearing everywhere */
	float: left;
	width: 190px;
	padding: 15px 20px;
}
#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#sidebar ul li {
	border-top: 2px solid #c92127;
	padding: 0.5em 0px;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	text-transform: uppercase;
}
#sidebar ul li:first-child {
	border-top: none;
}
#sidebar a {
	color: #000;
	text-decoration: none;
}
#sidebar a:hover {
	color: #c92127;
}
#sidebar .widget img {
	border: 1px solid #000;
	height: auto;
	max-width: 190px;
}
#sidebar .widget p {
	font-style: italic;
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 1em;
}
#sidebar input[type="text"],
#sidebar input[type="email"]{
	width: 182px;
}
#sidebar .cm h5 {
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: bold;
}
#sidebar h3 {
	color: #c92127;
	font-size: 20px;
	font-size: 2.0rem;
	margin: 0; 
	padding: 0 0 0.5em; 
	text-transform: uppercase;	
}
#sidebar-right {
	float: right;
	padding: 20px 10px;
	width: 170px;
}
#sidebar-right .textwidget p {
	font-size: 11px;
	font-size: 1.1rem;
	margin-bottom: 1em;
}
#sidebar-right h4 {
	font-weight: bold;
	padding-bottom: 5px;
}
#sidebar-right ul {
	list-style:none;
	margin: 0;
	padding: 0;
} 
#sidebar-right li {
	padding: 8px 3px;
}
#sidebar-right li a {
	color: #000;
}


/* Footer area
------------------------------------------------------------*/
footer {
	border-top: 1px solid #c92127;
	clear: both;
	float: right;
	margin: 10px 30px 5px;
	padding: 10px 0;
	width: 710px;
}
footer p {
	color: #000;
}
footer a {
	color: #000;
	text-decoration: none;
}
footer a:hover {
	color: #000;
	text-decoration: underline;
}
footer .widget-area {
	float: left;
	margin: 0 20px 0 0;
	width: 160px;
}
footer .widget-area ul {
	font-size: 13px;
	font-size: 1.3rem;
	list-style: none;
	margin: 0;
	padding: 0;
}
footer .widget-area ul h4 {
	font-weight: bold;
	font-size: 16px;
	font-size: 1.6rem;
}
footer .widget-area ul a {
	text-decoration: none;
}
footer .widget-area ul a:hover {
	color: #c92127;;
	text-decoration: none;
}
footer #fourth {
	margin-right: 0;
}

footer #legal {
	border-top: 1px solid #c92127;
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
	float: left;
	padding-top: 1%;
	width: 100%
}
footer #legal ul {
	list-style:none;
	margin: 0;
	padding: 0;
}
footer #legal h4 {
	display: none;
}

/* Social Media icons
------------------------------------------------------ */
#sidebar .social-media {
	list-style: none;
	height: 30px;
}
#sidebar .social-media li {
	border-top: none;
	float: left;
	padding: 0 10px 0 0;
}
a.facebook { 
	background: transparent url(images/social-media.png) 0 0 no-repeat;
}
a.twitter {
	background: transparent url(images/social-media.png) -36px 0 no-repeat;
}
a.youtube {
	background: transparent url(images/social-media.png) -76px 0 no-repeat;
}
.social-media li a {
	display: block; 
	height: 24px; 
	text-indent: -9999px;	
	width: 24px; 	
}

/* =Advanced Search
-------------------------------------------------------------- */
#search-form .advanced-options label {
	float: left; 
	width: 32%; 
}
#search-form .advanced-options.closed{
	display:none;
}
#search-form small a {
	color: #FFE903;
	display: block; 
}

/* Pagination */
.pagination {
  display: block;
  height: 1.5em;
  margin-left: -0.3125em; }
  .pagination li {
    display: block;
    float: left;
    height: 1.5em;
    color: #222222;
    font-size: 0.875em;
    margin-left: 0.3125em; }
    .pagination li a {
      display: block;
      padding: 0.0625em 0.4375em 0.0625em;
      color: #999999; }
    .pagination li:hover a,
    .pagination li a:focus {
      background: #e6e6e6; }
    .pagination li.unavailable a {
      cursor: default;
      color: #999999; }
    .pagination li.unavailable:hover a, .pagination li.unavailable a:focus {
      background: transparent; }
    .pagination li.current a {
      background: #2ba6cb;
      color: white;
      font-weight: bold;
      cursor: default; }
      .pagination li.current a:hover, .pagination li.current a:focus {
        background: #2ba6cb; }

.pagination-centered {
  text-align: center; }
  .pagination-centered ul > li {
    float: none;
    display: inline-block; }



/* =Media Print
-------------------------------------------------------------- */
@media print {
	body {
		background: #fff; 
		color: #000; 
		font-size: 13pt;
		margin: 0 auto;
	}
	#wrap {
		border: none;
		width: 100%;
	}

    h1 {
	    page-break-before: always;
    }

    h1,  h2,  h3,  h4,  h5,  h6 {
	    page-break-after: avoid;
    }

    ul,  ol,  dl {
	    page-break-before: avoid;
    }
#branding {
	height: auto;
}
	#logo a {
		height: auto;
		text-indent: 0;
		font-size: 30pt;
		color: #000;
	}
	
	#top-nav, #sidebar, #search-box, #feature, #sidebar-right, footer, .post-navigation, #disqus_thread {display: none}
	#content {width: 100%;}
}


