/*
	Theme Name: ALK WordPress Theme
	Description: Child theme of Genesis, by <a href="http://www.billerickson.net/go/genesis">StudioPress</a>.
	Author: Craig Simpson
	Author URI: http://www.canarydwarf.co.uk
	
	Template: genesis
*/

/* Fonts
------------------------------------------------------------ */


/* Defaults
------------------------------------------------------------ */

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
	color: #333;
	font-family: "ff-meta-web-pro", Arial, Helvetica, Tahoma, sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 22px;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

body {
	color: #616161;
	padding: 30px 0 30px 0;
	
background: url(images/alkennedybooks.jpg) no-repeat center center fixed; 
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;



}

input {
	color: #333;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
		font-size: 14px;
	line-height: 22px;

}

blockquote,
input,
select,
textarea,
.author-box,
.sticky,
.wp-caption {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
}

li,
ol,
ul {
	margin: 0;
	padding: 0;
}

ol li {
	list-style-type: decimal;
}


/* Hyperlinks
------------------------------------------------------------ */

a {
	color: #5F4B20;
}
a:visited {
	color: #5F4B20;
}
a:hover,
a:focus,
a:active {
	color: #2e2e2e;
	text-decoration: none;
}
a img {
	border: none;
}


/* Body
------------------------------------------------------------ */

body {
	background-color: #fff;
}


/* Wrap
------------------------------------------------------------ */

#wrap {
	margin: 0 auto;
	max-width: 960px;
}


/** 
// If full width site
.wrap {
	margin: 0 auto;
	max-width: 960px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*/

/**
// If not responsive and full width
#wrap {
	min-width: 960px;
}
*/

/* Header
------------------------------------------------------------ */

#header {
	background-color: #FFF;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	overflow: hidden;
	width: 100%;
	padding: 20px 25px;
}

#title-area {
	float: left;
	overflow: hidden;
	padding: 15px 0 0;
	width: 100%;
}

#title,
h1#title {
	clear:none;
	display: inline-table;
	font-family: "ff-meta-serif-web-pro";
	font-size: 48px;
	float: left;
	margin-bottom: 0;
	padding: 5px 0px;
}

#title a,
#title a:hover {
	color: #333;
	text-decoration: none;
}

#description {
	color: #2D2D2D;
	clear:none;
	display: inline-table;
	float:right;
	
	font-family: "ff-meta-serif-web-pro";
	font-size: 24px;
	margin: 13px 0 6px 0;
	
}

#header .widget-area {
	float: right;
	width: 550px;
}


/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image #title-area,
.header-image #title,
.header-image #title a {
	display: block;
	float: left;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
}

.header-image #description {
	display: block;
	overflow: hidden;
}


/* Navigation Constants
------------------------------------------------------------ */

li:hover ul ul,
li.sfHover ul ul {
	left: -9999px;
}

li:hover,
li.sfHover {
	position: static;
}

#header ul.nav li a.sf-with-ul,
#header ul.menu li a.sf-with-ul,
#nav li a.sf-with-ul,
#subnav li a.sf-with-ul {
	
}

li a .sf-sub-indicator {
	display: none;
}

/* Header Right Navigation
------------------------------------------------------------ */

#header ul.menu {
	float: right;
}

#header ul.menu ul {
	float: right;
	margin: 0;
	padding: 0;
	width: 100%;
}

#header ul.menu li {
	background-color: #333;
	float: left;
	list-style-type: none;
	text-transform: uppercase;
}

#header ul.menu li a {
	color: #fff;
	display: block;
	font-size: 13px;
	padding: 7px 10px 5px;
	position: relative;
	text-decoration: none;
}

#header ul.menu li a:hover,
#header ul.menu li a:active,
#header ul.menu .current_page_item a,
#header ul.menu .current-cat a,
#header ul.menu .current-menu-item a {
	background-color: #000;
	color: #fff;
}

#header ul.menu li li a,
#header ul.menu li li a:link,
#header ul.menu li li a:visited {
	background-color: #333;
	border: 1px solid #666;
	border-top-width: 0;
	color: #fff;
	font-size: 12px;
	padding: 5px 10px;
	position: relative;
	text-transform: none;
	width: 138px;
}

#header ul.menu li li a:hover,
#header ul.menu li li a:active {
	background-color: #000;
}

#header ul.menu li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 160px;
	z-index: 9999;
}

#header ul.menu li ul a {
	width: 140px;
}

#header ul.menu li ul ul {
	margin: -33px 0 0 159px;
}

#header ul.menu li:hover>ul,
#header ul.menu li.sfHover ul {
	left: auto;
}


/* Primary Navigation
------------------------------------------------------------ */

#nav {
	background: #FFF;
	clear: both;
	color: #fff;
	overflow: hidden;
	width: 100%;
	padding: 0 10px;
}

#nav ul {
	background-color: #AFA56F;
	float: left;
	width: 100%;
}

#nav li {
	float: left;
	list-style-type: none;
}

#nav li a {
	color: #fff;
	display: block;
	font-size: 15px;
	padding: 7px 15px 7px;
	position: relative;
	text-decoration: none;
}

#nav li a:hover,
#nav li a:active,
#nav .current_page_item a,
#nav .current-cat a,
#nav .current-menu-item a {
	background-color: #5F4B20;
	color: #fff;
}

#nav li li a,
#nav li li a:link,
#nav li li a:visited {
	background-color: #333;
	border: 1px solid #666;
	border-top-width: 0;
	color: #fff;
	font-size: 12px;
	padding: 5px 10px;
	position: relative;
	text-transform: none;
	width: 138px;
}

#nav li li a:hover,
#nav li li a:active {
	background-color: #000;
}

#nav li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 160px;
	z-index: 9999;
}

#nav li ul a {
	width: 140px;
}

#nav li ul ul {
	margin: -33px 0 0 159px;
}

#nav li:hover>ul,
#nav li.sfHover ul {
	left: auto;
}


/* Secondary Navigation
------------------------------------------------------------ */

#subnav {
	background-color: #333;
	border-bottom: 1px solid #666;
	clear: both;
	color: #fff;
	overflow: hidden;
	text-transform: uppercase;
	width: 100%;
}

#subnav ul {
	float: left;
	width: 100%;
}

#subnav li {
	float: left;
	list-style-type: none;
}

#subnav li a {
	color: #fff;
	display: block;
	font-size: 13px;
	padding: 7px 10px 5px;
	position: relative;
	text-decoration: none;
}

#subnav li a:hover,
#subnav li a:active,
#subnav .current_page_item a,
#subnav .current-cat a,
#subnav .current-menu-item a {
	background-color: #000;
	color: #fff;
}

#subnav li li a,
#subnav li li a:link,
#subnav li li a:visited {
	background-color: #333;
	border: 1px solid #666;
	border-top-width: 0;
	color: #fff;
	font-size: 12px;
	padding: 5px 10px;
	position: relative;
	text-transform: none;
	width: 138px;
}

#subnav li li a:hover,
#subnav li li a:active {
	background-color: #000;
}

#subnav li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 160px;
	z-index: 9999;
}

#subnav li ul a {
	width: 140px;
}

#subnav li ul ul {
	margin: -33px 0 0 159px;
}

#subnav li:hover>ul,
#subnav li.sfHover ul {
	left: auto;
}


/* Inner
------------------------------------------------------------ */

#inner {
	background: #FFF;
	overflow: hidden;
	padding: 10px 10px;
	width: 100%;
}


/* Content
------------------------------------------------------------ */

#content {
	float: left;
	padding: 0 15px;
	width: 74%; /* 470/790 */
}

.full-width-content #content {
	width: 100%;
}

.sidebar-content #content {
	float: right;
}

blockquote {
	margin: 5px 15px 20px;
	padding: 15px 20px 0;
}

.post {
	margin: 0 0 40px;
}

.entry-content {
	overflow: hidden;
}

.entry-content p {
	padding: 0 0 20px;
}

p.subscribe-to-comments {
	padding: 20px 0 10px;
}

.breadcrumb {
	color: #666;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	
	font-size: 13px;
	
	padding: 5px 0;
	
	margin-bottom: 20px;
}

.clear {
	clear: both;
}

hr,
.clear-line {
	background: transparent;
	border: none;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
	width: 100%;
	margin: 0 0 15px;
}


/* Column Classes
------------------------------------------------------------ */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 3%;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48%;
}

.one-third,
.two-sixths {
	width: 31%;
}

.four-sixths,
.two-thirds {
	width: 65%;
}

.one-fourth {
	width: 22.5%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

.first {
	clear: both;
	margin-left: 0;
}


/* Headlines
------------------------------------------------------------ */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "ff-meta-serif-web-pro";
	line-height: 1.25em;
	margin: 0 0 20px;
}

h1,
h1 a,
h1 a:visited {
	color: #333;
	font-size: 48px;
	text-decoration: none;
}

h2,
h2 a,
h2 a:visited {
	font-size: 28px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}


/* Ordered / Unordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
	margin: 0;
	padding: 0 0 15px;
}

.entry-content ol {
	margin: 0;
}

.archive-page ul li,
.entry-content ul li {
	list-style-type: square;
	margin: 0 0 0 30px;
	padding: 0;
}

.entry-content ol li {
	margin: 0 0 0 35px;
}

.archive-page ul ul,
.entry-content ol ol,
.entry-content ul ul {
	padding: 0;
}


/* Post Info
------------------------------------------------------------ */

.post-info {
	border-top: 1px solid #F6EBE9;
	border-bottom: 1px solid #F6EBE9;
	margin-bottom: 20px;
	padding: 5px 0;
}


/* Post Meta
------------------------------------------------------------ */

.post-meta {
	border-top: 1px solid #F6EBE9;
	border-bottom: 1px solid #F6EBE9;
	margin-bottom: 20px;
	padding: 5px 0;
}


/* Author Box
------------------------------------------------------------ */

.author-box {
	margin: 0 0 40px;
	overflow: hidden;
	padding: 10px;
}


/* Sticky Posts
------------------------------------------------------------ */

.sticky {
	margin: 0 0 40px;
	padding: 20px;
}


/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0;
	width: 45%;
}

/* Images
------------------------------------------------------------ */

img {
	height: auto;
	max-width: 100%;
	overflow: hidden;
}

.author-box .avatar {
	background-color: #fff;
	float: left;
	margin: 0 10px 0 0;
}

.post-image {
	margin: 0 10px 10px 0;
}

.comment-list li .avatar {
	background-color: #fff;
	float: right;
	margin: 0 5px 0 10px;
	padding: 4px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

img.alignnone {
	display: inline;
	margin: 0 0 10px;
}

img.alignleft {
	display: inline;
	margin: 0 10px 10px 0;
}

img.alignright {
	display: inline;
	margin: 0 0 10px 10px;
}

.alignleft {
	float: left;
	margin: 0 10px 0 0;
}

.alignright {
	float: right;
	margin: 0 0 0 10px;
}

.wp-caption {
	padding: 5px;
	text-align: center;
}

p.wp-caption-text {
	font-size: 12px;
	line-height: 16px;
	padding: 5px 0;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}

.gallery-caption {
}


/* Post Navigation
------------------------------------------------------------ */

.navigation {
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
	border: 1px solid #ddd;
	padding: 5px 8px;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #f5f5f5;
}


/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
	display: block;
	float: right;
	line-height: 20px;
	width: 25%; /* 300/960 */
}

.sidebar h4 {
	border-bottom: 1px solid #F6EBE9;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

.sidebar p {
	font-size: 13px;
	line-height: 20px;
}

.sidebar-content #sidebar {
	float: left;
}


#sidebar.widget-area {background-color: #FBFBF8; width: 25%; float: left; padding: 20px 8px 0 8px;}

#sidebar .widget {background-color: #FBFBF8; margin-bottom: 0; padding-bottom: 30px;}
#sidebar .widget h4 {color: #5F4B20; font-size: 14px; text-transform: uppercase; font-family: "ff-meta-web-pro", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; letter-spacing: 0; font-weight: 700; padding: 0 0 20px 20px; margin-bottom: 0;}

#sidebar .widget ul {margin: 0 0 0 0; padding: 0; list-style: none;}
#sidebar .widget ul li a {color: #999693; border-bottom: 1px solid #F6EBE9; display: block; margin: 0; padding: 5px 20px; text-decoration: none;}
#sidebar .widget ul li a:hover {color: #FFF; background: #5F4B20; text-decoration: none;}

/* Buttons
------------------------------------------------------------ */

div.gform_footer input.button,
.button,
.button:visited {
	background: url(images/button-bg.jpg) repeat-x;
	border: 1px solid #580816;
	color: #fff;
	display: inline-block;
	font-family: 'Rokkitt', Georgia, Times, serif;
	font-size: 28px;
	line-height: 28px;
	padding: 16px 32px;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

div.gform_footer input.button:hover,
.button:hover {
	background: url(images/button-bg.jpg) repeat-x left bottom;
	cursor: pointer;
	text-decoration: none;
}

/* Search Form
------------------------------------------------------------ */

.s {
	font-size: 12px;
	margin: 5px 2px 0 0;
	padding: 4px 5px;
	width: 195px;
}

/* Footer Widgets
------------------------------------------------------------ */

.home-widgets {
	float: left;
	width: 50%;
	margin-bottom: 20px;
}

.home-widgets div {
}

.home-widgets div h4 {padding: 10px;	font-family: "ff-meta-serif-web-pro", serif; font-size: 24px; font-weight: 400; margin-bottom: 0;}

.home-widgets #text-2, .home-widgets #text-3, .home-widgets .featuredpage {
	background: #FBFBF8;
	border: 1px solid #F6EBE9;
	border-radius: 5px;
	margin-right: 15px;
}


.home-widgets p {
	padding: 0 10px 10px 10px;
}



/* Footer Widgets
------------------------------------------------------------ */

#footer-widgets .widget-area {
	float: left;
	width: 33%;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/***** Footer Widgeted ********************/
	
#footer-widgets {
	background: #2e2e2e;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	color: #959999;
	font-size: 14px;
	padding: 30px 0 20px 30px;
	overflow: hidden;
	clear: both;
	}
	
#footer-widgets .widget {
	background: none;
	margin: 0;
	padding: 0;
	border: none;
	}
	
#footer-widgets h4 {
	color: #FFF;
	font-family: "ff-meta-web-pro", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 15px;
	font-weight: normal;
	margin: 0 0 15px 0;
	padding: 0 0 5px 0;
	letter-spacing: normal;
	text-transform: uppercase;
	border-bottom: 1px solid #666666;
	}
	
#footer-widgets p {
font-size: 14px;
	color: #959999;
    font-weight: normal;
line-height: 21px;
	margin: 0;
	padding: 0 0 10px 0;
	}
	
#footer-widgets a, #footer-widgets a:visited {
	color: #959999;
	text-decoration: none;
	}
	
#footer-widgets a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}
	
#footer-widgets ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 5px 0;
	}
	
#footer-widgets ul li {
	margin: 0 0 0 0px;
	word-wrap: break-word;
	}

.footer-widgets-1 {
	width: 33.33333%;
	float: left;
	margin: 0;
	padding: 0px 30px 5px 0px;
	}
	
.footer-widgets-2 {
	width: 33.33333%;
	float: left;
	margin: 0;
	padding: 0px 30px 5px 0px;
	}
	
.footer-widgets-3 {
	width: 33.33333%;
	float: right;
	margin: 0;
	padding: 0px 30px 5px 0px;
	}

/***** Books in Footer ********************/

.widget_ultimate_posts ul li {
list-style: none;
float: left;
padding-bottom: 12px;
}

.upw-image {
float: left; margin-right: 16px;
}

/* Footer
------------------------------------------------------------ */

#footer {
	overflow: hidden;
	padding: 10px 25px;
	width: 100%;
}

#footer p {
	color: #959999;
	font-size: 13px;
}

#footer p a {
	color: #959999;
}

#footer-right {
	text-align: right;
}


/* Comments
------------------------------------------------------------ */

#comments,
#respond {
	margin: 0 0 15px;
	overflow: hidden;
}

#author,
#comment,
#email,
#url {
	font-size: 12px;
	margin: 10px 5px 0 0;
	padding: 5px;
	width: 250px;
}

#comment {
	height: 150px;
	margin: 10px 0;
	width: 98%;
}

.ping-list {
	margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
	padding: 10px;
}

.comment-list li,
.ping-list li {
	font-weight: bold;
	margin: 15px 0 5px;
	padding: 10px 5px 10px 10px;
}

.comment-list li ul li {
	list-style-type: none;
	margin-left: 10px;
	margin-right: -6px;
}

.comment-list p,
.ping-list p {
	margin: 10px 5px 10px 0;
}

.comment-list cite,
.ping-list cite {
	font-style: normal;
}

.commentmetadata {
	font-size: 11px;
}

.nocomments {
	text-align: center;
}

#comments .navigation {
	display: block;
}

.bypostauthor {
}

.thread-alt,
.thread-even {
	background-color: #f5f5f5;
}

.alt,
.depth-1,
.even {
	border: 1px solid #ddd;
}


/* Smaller Screens
------------------------------------------------------------ */

@media only screen and (max-width: 480px) { 
	.content-sidebar #content, 
	.sidebar-content #content, 
	.content-sidebar #sidebar, 
	.sidebar-content #sidebar { 
		width: 100%; 
	} 
	
	.one-half,
	.one-third,
	.two-thirds,
	.one-fourth,
	.three-fourths,
	.one-fifth,
	.two-fifths,
	.three-fifths,
	.four-fifths,
	.one-sixth,
	.five-sixths {
		float: none;
		width: 100%;
		padding: 0;
		margin: 0;
	}
	
	#footer-left,
	#footer-right {
		text-align: center;
	}
} 

p img {margin-bottom: 20px;}

#text-4 img {border-radius: 5px; margin-bottom: 10px;}
#sticky-posts-2 img {border-radius: 5px;}
.book_listing {

	background: #FBFBF8;
	border: 1px solid #F6EBE9;
	margin-bottom: 20px;
	overflow: hidden;
	padding: 10px;

}

.book_listing h3 {
	clear: none;
	margin-bottom: 5px;
}

blockquote {
	background: url("http://wild-things.org.uk.gridhosted.co.uk/i/wp-content/themes/wild-things-2/images/blockquote.png") no-repeat;
	border: none;
	margin: 5px 5px 20px;
	padding: 25px 30px 5px 70px;
}

blockquote p {
	color: #999;
	font-style: italic;
}

#footer-widgets p {
padding-bottom: 10px;
line-height: 21px;
}