/*
Theme Name: Lind CO
Theme URI: http://ordinaryguy.se/
Description: Custom theme for Lind & CO
Author: Mikael Sonnenberg
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu
Text Domain: lindco
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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, font, 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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}


/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Three columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	width: 100%;
	margin-top:50px;
	display:inline-block;
}
#container_section_two  {
	margin:0 auto;
  overflow:hidden;
  padding:40px 0;
  width:1060px;
}
#content {
	
}
div.left_col_small{
	float:left;
	width:520px;
	margin-right:40px;	
}
div.left_col_large{
	float:left;
	/*width:740px;
	margin-right:40px;*/
	margin-right:15px;	
	width:765px;
	font-size:0;		
}
div.left_col_single_large{
	float:left;
	width:740px;
	margin-right:40px;
}
.post-type-archive div.left_col_large .hentry, .archive div.left_col_large .hentry, .home div.left_col_large .hentry, .page-template-page-press-home-php div.left_col_small .hentry {
	width:230px;
	margin-right:25px;
	display:inline-block;
	vertical-align: top;
	overflow:hidden;
	position:relative;
	font-size:14px;
}
.home div.left_col_large .hentry {
	width:170px;
	margin-right:20px;	
}
body.post-type-archive div.left_col_large{
	margin-right:15px;	
	width:765px;
	font-size:0;	
}
#sidebar_right, #section_two_sidebar_right {
	float: right;
	overflow: hidden;
	width: 210px;
}
#sidebar_left {
	float: left;
	overflow: hidden;
	width: 180px;
}
#sidebar_hometop {
	float: left;
	overflow: hidden;
	width: 740px;
}

#footer {
	clear: both;
	width: 100%;
	display: block;
	min-width: 1060px;
}
#main_header {
	display:block;
  float:left;
  width:100%;
}
#main_header_books {
	display:block;
  float:left;
  width:800px;
  margin-bottom:30px;
}




/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}

pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#wrapper {
	margin: 0 auto;
	width: 1060px;
	background-color: #fff;
	display: block;
}
#wrapper_section_two {
	clear:both;
	width: 100%;
	background-color: #f1f0eb;
	min-width:1060px;
	
}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area #first {
	float: left;
	margin-right: 40px;
	width: 740px;
	margin-bottom:20px;
	border-bottom:#6da7b2 solid thin;
	padding-bottom:20px;
}
#footer-widget-area #second {
	float: right;
	width: 220px;
}
#footer-widget-area #third {
	float: left;
	margin-right: 40px;
	width: 740px;
}



/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	background: #fff;
}
body,
input,
textarea {
	color: #3d3d3d;
	font-size: 14px;
	line-height: 20px;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	overflow: auto;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #fff;
	border:none;
	border-radius:3px;	
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	padding:5px;
	color:#8c8c8c;
}
input[type="text"] {
	height:26px;
	line-height:26px;
}
a:link {
	color: #f45434;
}
a:visited {
	color: #f45434;
}
a:active,
a:hover {
	color: #ff4b33;
}

.button {
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	height:38px;
	line-height:38px;
	padding-left:10px;
	padding-right:10px;
	background-color:#f45434;
	display:inline-block;
	color:#FFF;
	text-decoration:none;
	cursor:pointer;
}
a.button:hover {
	background-color:#d84b2f;
}
.tab {
	cursor: pointer;
	display: inline-block;
	padding-right: 15px;
	font-family: 'Droid Serif', serif;
	font-weight:400;
	font-size:14px;
	color:#6D6D6D;
}

#related_content ul li.current {
	color:#3D3D3D;
}
.hidden {
	display:none;	
}
#related_content {
	float: left;
    margin-top: 15px;
    width: 520px;
}
#related_content ul {
	margin:0;
}
#related_content_menu {
	border-bottom: 1px solid #CCCCCC;
    padding-bottom: 4px;
}
ul.related_images {
    font-size: 0;
    margin: 0;
}
ul.related_images li {
	vertical-align:top;
	display:inline-block;
	width:160px;
	list-style-type: none;	
	padding-right:20px;
	margin-bottom:20px;
}
ul.related_images li:nth-child(3n+3) {
	padding-right:0px;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}
ul.related_events li{
	margin-bottom:20px;
}
#content ul.related_events li h4{
	margin-bottom:6px;
	font-size:20px;
}
.related-entry-content {
	border-bottom: 1px solid #CCCCCC;
    clear: both;
    padding-bottom:10px;
}



/* =Header
-------------------------------------------------------------- */
.page-header {
	display:block;
	width:100%;
	float:left;
}
div.header_content{
	float:left;
	background-image: url(images/lco_sprite.png);
	background-repeat: no-repeat;
	background-position: left -4px;	
	height:66px;
	padding-bottom:40px;
	display:block;	
}
div.header_title{
	float:left;
	height:66px;
	background-color:#46909d;
	line-height:66px;
	padding-left:60px;
	padding-right:60px;
}
div.header_title h1{
	font-family: 'Oswald', sans-serif;
	font-weight:700;
	text-transform:uppercase;
	color:#FFF;
	font-size:36px;	
}
.header_content div.search_form {
	float:left;
	height:66px;
	background-color:#46909d;
	line-height:66px;
	padding-right:10px;	
}
.header_content div.search_form #s {
	width:230px;	
	border-radius:3px 0px 0px 3px;	
	-moz-border-radius:3px 0px 0px 3px;
	-webkit-border-radius:3px 0px 0px 3px;
	float:left;
}
#s{
	font-style:italic;	
}
#searchform{
	margin-top:14px;	
}
input#searchsubmit{
	border-radius:0px 3px 3px 0px;
	-moz-border-radius:0px 3px 3px 0px;
	-webkit-border-radius:0px 3px 3px 0px;
	border:none;
	height:36px;
	float:left;
	background-color: #2f616c;
	background-image: url(images/lco_sprite.png);
	background-repeat: no-repeat;
	background-position: 8px -173px;
	width:40px;
	cursor:pointer;
}

.header_social {
	float:left;	
	margin-left:35px;
	display:block;
}
.header-twitter, .header-facebook {
	display:inline-block;
	height:66px;
	line-height:66px;
	font-family: 'Oswald',sans-serif;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
	color:#cdcdcd;	
	padding-right:10px;
	position: relative;
	
}
.tweet-this a, .like-this a{
	font-size:18px;
	color:#999999;
	padding-left:5px;
	text-decoration:none;
}

.like-count, .like-this {
	display:inline-block;

}

div.fb-like-box {
	position:absolute;
	z-index:100;
	top:0px;
	
	width:54px;
	height:67px;
	padding-left:13px;	
	padding-top:6px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
#main_header .header-facebook:hover .fb-like-box   {
	right:-63px;
	top:-4px;
	background-image: url(images/fb-like-bgr.png);
	background-repeat: no-repeat;
	text-indent:0%;
	overflow:visible;
}
.tweet-this a:hover, .like-this a:hover{
	color:#CCC;
}

/* =Main menu
-------------------------------------------------------------- */
#main_menu {
	background:#46909d;
	width:100%;
	min-width:1060px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	-moz-box-shadow: 0 0 8px 8px #dcdcdc;
	-webkit-box-shadow: 0 0 8px 8px#dcdcdc;
	box-shadow: 0 0 8px 8px #dcdcdc;
	margin-bottom:50px;
	display:block;
}
#main_menu .menu-header {
	width:1000px;
	padding-left:60px;
	height:110px;
	margin: 0 auto;
	display:block;
}
#main_menu .menu-header a#logo {
	list-style: none;
	display:block;
	padding-top:30px;
	margin-right:20px;
	float:left;
}
#main_menu .menu-header ul {
	list-style: none;
	margin: 0;
	float:left;
}
#main_menu .menu-header li {
	float: left;
}
#main_menu .menu-header li a {
	float: left;
	display:block;
	line-height:110px;
	margin-left:20px;
	text-decoration: none;
	color:#fff;
	font-size:17px;
	font-family: 'Oswald', sans-serif;
	font-weight:300;
}
#main_menu .menu-header li a:hover, #main_menu .menu-header li.parent_url a, #main_menu .menu-header li.current-menu-item a {
	background-image: url(images/main-nav-arrow.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	
}

/* =Nav 2
-------------------------------------------------------------- */
#nav2 {
	margin-left:0px;
	font-family: 'Oswald', sans-serif;
	font-weight:300;
	margin-left:60px;
	width:1000px;
	display:inline-block;
}


/* Book select list ---*/
div.selectbox-container {
	display:inline-block;
	float:right;	
	margin-right:20px;
}
#pubhouse_selectbox_container {
	margin-right:0px;	
}
div.nav-selectbox{
	float:left;	
}
nav#nav2  ul{
	list-style-type: none;
	margin:0;
	
}
#nav2 span.label{
	float:left;	
	height:28px;
	line-height:28px;
	margin-right:10px;	
	color:#999999;
}
#filters_season li, #nav2 .menu li{
	float:left;
	margin-right:20px;
	height:28px;
	line-height:28px;
}
#filters_season li.current a, #filters_pubhouse li.current, #filters_genre .current, #nav2 .menu li.current-menu-item a, #nav2 .menu li.parent_url a{
	font-weight:bold;
	
}
#filters_season li a, #nav2 .menu li a{
	text-transform:uppercase;
	
	font-size:14px;
	color:#30606c;
	text-decoration:none;
}
.filters_selected{
	text-transform:uppercase;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	height:28px;
	line-height:28px;
	padding-left:10px;
	padding-right:10px;
	background-color:#2f616c;
	color:#FFF;
	width:120px;
	cursor:pointer;
	background-image:url(images/lco_sprite.png);
	background-repeat: no-repeat;
	background-position: right -178px;
	overflow:hidden;
}
#genre_selectbox div.filters_selected {
	width:160px;
}
.filters_options {
	display:none;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	position: absolute;
	z-index: 1;	
	width:120px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background-color:#2f616c;
	margin-top:-4px;
}
#genre_selectbox div.filters_selected, #genre_selectbox .filters_options {
	width:145px;
}
.filters_options li a{
	color:#FFF;
	margin-bottom:4px;	
	text-decoration:none;
}
.filters_options li.current a{
	color:#c1d0d3;
	font-weight:normal;
}

.show_options {
	display:block;	
}

/* Nav 2 sub-menu ---*/
#nav2 .sub-menu {
	position:absolute;	
	display:none;
}
#nav2 .sub-menu {
	position:absolute;	
	display:none;
}
#nav2 li.current-menu-item .sub-menu, #nav2 li.current-menu-parent .sub-menu {
	display:block;
}
#nav2 .sub-menu li{
	float:left;
	margin-right:10px;
	line-height:20px;	
	height:20px;
}
#nav2 .sub-menu li.menu-item a{
	font-size:12px;
	font-weight:normal;
	color:#666;
}
#nav2 .sub-menu li.current-menu-item a {
	font-weight:bold;	
}
#nav2 ul li:hover > ul {
		display: block;
	}


/* =Content
-------------------------------------------------------------- */

#main, #main_section_two {
	overflow: hidden;
	float:left;
	margin-left:60px;
	width:780px;
}
#content, #content_section_two {
	margin-bottom: 36px;
	position:relative;
}
#content,
#content input,
#content textarea {

}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 24px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #3D3D3D;
	line-height: 1.3em;
	margin: 0 0 20px 0;
	font-family: 'Droid Serif', serif;
	font-weight:400;
}
.home #content h2,
.archive #content h2 {
	font-weight:700;
}

#content h1 {
	font-size:52px;
	font-weight:400;	
}
#content h2 {
	font-size:36px;	
}
.page #content h2,
.single #content h2 {
	font-size:28px;	
}
#content h3 {
	font-size:20px;	
}
#content h4 {
	font-size:16px;	
	font-weight:400;
	line-height: 1.4em;
	margin-bottom:20px;
}
#content h5 {
	font-size:18px;	
	font-weight:400;
	line-height: 1.5em;
	margin-bottom:4px;
}
#content h6 {
	font-size:18px;	
	font-weight:400;
	line-height: 1.5em;
	margin-bottom:20px;
}
#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}
.hentry {
	margin: 0 0 30px 0;
}

.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}
#content .entry-title {
	margin-bottom: 20px;
}
.entry-title a:link,
.entry-title a:visited {
	color: #3D3D3D;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #ff4b33;
}
.entry-meta {
	padding-top:10px;
	padding-bottom:20px;
	background-image:url(images/lco_sprite.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	line-height:20px;
	color:#888888;
	text-transform:uppercase;
	border-top:solid #CCC 1px;
	clear:both;

}
span.entry-date, span.entry-readmore, span.entry-tweet, span.entry-like, span.entry-find{
	background-image:url(images/lco_sprite.png);
	background-repeat: no-repeat;
	background-position: left -240px;
	line-height:20px;
	height:20px;
	padding-left:26px;
	display:inline-block;
	margin-right:10px;
	font-family: 'Droid Serif', serif;
	font-weight:400;
}
span.entry-readmore{
	background-position: left -210px;
}
span.entry-tweet{
	background-position: left -300px;
}
span.entry-like{
	background-position: left -330px;
}
span.entry-find{
	background-position: left -360px;
}
span.entry-readmore a, span.entry-tweet a, span.entry-like a, span.entry-find a{
	text-decoration:none;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 0;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	clear: both;
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}
/* Adjusting article content with floating image    */
#content .entry-title-inline, #content .entry-content-inline, #content .entry-content-inline h4 {
	
	clear:none;
		
}

/* Remove bottom line on single pages */
.page .entry-content,
.page .entry-summary {
	clear: both;
	padding: 0;
	border-bottom:none;
}

/* Book Archive page -------*/


.post-type-archive-lco_book .book-list-link, .home .book-list-link{
	display:block;	
	vertical-align:middle;
}
.post-type-archive-lco_book .book-list-link:hover > .book-list-info, .home .book-list-link:hover > .book-list-info{
	opacity:.9;
}
.post-type-archive-lco_book .book-list-image{


}
.post-type-archive-lco_book .book-list-info, .home .book-list-info{
	width:230px;
	position:absolute;
	
	overflow:hidden;
	background-color:#000;
	height:100%;
	display:block;
	opacity:0;
	-moz-transition-property: opacity;  /* FF4+ */
  -moz-transition-duration: .5s;
  -webkit-transition-property:  opacity;  /* Saf3.2+, Chrome */
  -webkit-transition-duration: .5s;
  -o-transition-property:  opacity;  /* Opera 10.5+ */
  -o-transition-duration: .5s;
  -ms-transition-property:  opacity;  /* IE10? */
  -ms-transition-duration: .5s;
  transition-property:  opacity;  /* Standard */
  transition-duration: .5s;
}
.home .book-list-info {
	width:170px;	
}

.post-type-archive-lco_book #content .book-list-info h2, .home #content_section_two .book-list-info h2{
	font-size:24px;
	font-family: 'Oswald', sans-serif;
	font-weight:300;
	color:#FFF;
	padding:15px;
	margin-bottom:2px;
	line-height:1.3em;
}
.book-list-author{
	font-size:14px;
	
	display:block;
	color:#FFF;
	font-family: 'Oswald', sans-serif;
	font-weight:300;
	margin-bottom:25px;
	padding-left:15px;
	padding-right:15px;
}
.book-list-image img {
	display:block;	
}
.post-type-archive-lco_book .book-list-info .book-list-readmore, .home .book-list-info .book-list-readmore{
	font-size:14px;
	text-align:center;
	color:#FFF;
	opacity:1;
	display:none;
}
/*.post-type-archive-lco_book div.lco_book:visible:nth-child(3n){
	margin-right:0px;	
}*/

/*Book Single page --------------------------------------------*/
#article_sidebar {
	width:180px;
	float:right;
}
#article_sidebar img {
	margin-bottom:20px;
}
#content .single_book {
	width:520px;
	float:left;
}
#content .single_book .entry-content {
	border:none;
}
span.single_book_author{
	padding-bottom:20px;
	display:block;
	font-family: 'Oswald', sans-serif;
	font-weight:400;
	font-size:16px;
}
#content .single_book h1.entry-title {
	margin-bottom:5px;
}
#content h2.subtitle {
	font-weight:400;	
	font-size:30px;
	margin-bottom:15px;
}
#content .ingress{
	font-family: 'Droid Serif', serif;
	font-weight:400;
	font-size:16px;
	line-height:22px;
}
.book-meta{
	padding-bottom:20px;
	margin-bottom:22px;
	background-image: url(images/lco_sprite.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	
}
.book-meta-item {
	display:block;
	line-height:18px;
	margin-bottom:5px;
	padding-bottom:5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dedede;
}
.book-meta-item:last-child{
	border:none;
	margin-bottom:0;
	padding-bottom:0;	
}
.book-meta-item span.intro {
	/*font-family: 'Oswald', sans-serif;*/
	font-weight:700;
	
}
ul.book-meta-link {
	list-style-type: none;	
	margin-left:0px;	
}
ul.book-meta-link li a {
	color:#FFF;
	margin-bottom:8px;
}


.review_content {
	color:#FFF;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	padding:20px;
	background-color:#469d7a;
	display:inline-block;
	
}
#content .review_content p {
	margin:0;
	font-size:18px;
	line-height:22px;
	
}
.review_author {
	background-image: url(images/lco_sprite.png);
	background-repeat: no-repeat;
	background-position: 20px top;
	margin-left:20px;
	padding-top:15px;
	display:block;
	margin-bottom:20px;
		
}
li.hidden {
	display:none;	
}

/* Author Single page ----------------------------------------*/
#content .single_author {
	width:520px;
	float:left;
}
#content .single_author .entry-content {
	border:none;
}
.single_author_image {
	margin-bottom:20px;	
}
.article_sidebar_recent_book {
	display:block;
	padding-bottom:0px;
	margin-bottom:22px;
	background-image: url(images/lco_sprite.png);
	background-repeat: repeat-x;
	background-position: left bottom;	
}
.article_sidebar_book_container {
	display:block;
	background-image: url(images/lco_sprite.png);
	background-repeat: repeat-x;
	background-position: right -230px;
}
.single-lco_author .button{
	background-color:#469d7a;
}
.single-lco_author a.button:hover{
	background-color:#3e8c6d;
}
/*#content .single_author h1.entry-title {
	margin-bottom:5px;
}*/

/* Event listings page ----------------------------------------*/
.event-info {
	color: #888888;	
	margin-bottom:24px;
	margin-top:-15px;
}
.event-info-single {
	color: #888888;	
	margin-bottom:24px;
}
.event-author-link{
	margin-bottom:24px;
	display:block;	
}

/* Author archive listings page with images / Press images listing ----------------------------*/
.post-type-archive-lco_author #content h2, .tax-lco_author_cat #content h2, .post-type-archive-lco_press_image #content h2, .tax-presscategories #content h2, .page-template-page-press-home-php #content h2  {
	font-family: 'Oswald', sans-serif;
	font-weight:700;
	text-transform:uppercase;
	font-size:20px;
	margin-top:10px;
	margin-bottom:4px;
}
.post-type-archive-lco_author #content h2 a, .tax-lco_author_cat #content h2 a, .post-type-archive-lco_press_image #content h2 a, .tax-presscategories #content h2 a, .page-template-page-press-home-php #content h2 a {
	color:#3d3d3d;
	text-decoration:none;
}
.post-type-archive-lco_author #content .lco_author p {
	margin-bottom:10px;	
}
.author-list-current-book {
	font-size:14px;	
}
/* Author A-Z listing-------------------------*/
#content .az-box {
	display: inline-block;
    font-size: 14px;
    margin-right: 20px;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    width: 170px;
	margin-bottom:25px;
}
#content .az-box h3{
	font-family: 'Oswald', sans-serif;
	font-weight:700;
	color:#2f616c;
	font-size:20px;
	background-image:url(images/lco_sprite.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom:10px;
	margin-bottom:10px;
	line-height:30px;
}
#content .az-box ul {
	list-style-type: none;
	margin:0;	
}
#content .az-box ul li a {
	color:#2f616a;
	text-decoration:none;
	line-height:22px;
}
/* Press images - Single -----------------------------------------------*/

#content .lco_press_image .entry-content {
	border:none;
}
.current-image {
	background-image: url(images/lco_sprite.png);
	background-repeat: repeat-x;
	background-position: left bottom;	
	width:520px;
	float:left;	
	padding-bottom:20px;
	margin-bottom:20px;
}
.press-image-content{
	float:left;	
	margin-top:40px;
	width:200px;
}
#content .press-image-content h1.entry-title{
	font-size:24px;	
	margin-bottom:10px;
}
.press-image-content-foto {
	padding-bottom:10px;
	display:block;	
}
.press-image-content-download{
	display:block;	
}
.press-image-content-download a{
	display:block;	
	background-color: #46909D;
	line-height:20px;
	padding-right:10px;
	padding-top:6px;
	padding-bottom:6px;
	margin-bottom:5px;
	text-decoration:none;
	color:#FFF;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background-image:url(http://localhost:8888/lindco/wp-content/themes/lindco/images/lco_sprite.png);
  	background-position:6px -264px;
  	background-repeat:no-repeat no-repeat;
  	height:20px;
  	line-height:20px;
	 padding-left:34px;
}
.press-image-content-download a:hover{
	background-color:#2F616C;
}
.related-press-images{
	clear:both;	
	
}
#content .related-press-images h2{
	font-size:24px;	
	margin-bottom:10px;
	
}
.related-images-links {
	font-size:12px;	
}
.book_related_content ul.hidden {
	display:none;	
}

/* Press catalog page
-------------------------------------------------------------- */
.page-template-page-press-kataloger-php #content .lco_catalog {
	margin-bottom:10px;
	padding-bottom:12px;
	border-bottom:solid thin #CCC;
}
.page-template-page-press-kataloger-php #content h2.entry-title {
	font-size:20px;	
	margin-bottom:0px;
	float:left;
	line-height:26px;
	font-weight:400;
}
div.download-catalog {
	float:right;

}
div.download-catalog a{
	color:#FFF;
	text-decoration:none;
	line-height:26px;
	padding-left:10px;
	padding-right:10px;
	margin-left:10px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background-color:#F45434;
	display:block;
}
div.download-catalog a:hover{
background-color:#d84b2f;
}
/* Search page results 
-------------------------------------------------------------- */
body.search-results .hentry {
	margin-bottom:15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D8D8D8;
}
body.search-results #content h4.entry-title {
	margin-bottom:2px;
	font-size:20px;	
}
body.search-results #content div.entry-summary {
	padding-bottom:15px;	
}
#filter_results {
	list-style-type: none;
	list-style-position: outside;
	list-style-image: none;
	margin-left:0px;
	font-size:0px;
}
#filter_results li {
	display:inline-block;
	margin-right:4px;
	margin-bottom:4px;
	
}
#filter_results li a{
	font-size:14px;
	background-color: #2F616C;
	line-height:26px;
	height:26px;
	color:#FFF;
	padding-left:10px;
	padding-right:10px;
		border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	display:block;
	text-decoration:none;
	font-family: 'Oswald', sans-serif;
	font-weight:300;
	text-transform:uppercase;
	cursor:pointer;
}
#filter_results li.current a {
	color: #C1D0D3;	
	
}
.search_result_postype {
	background-color: #2F616C;
	line-height:20px;
	height:20px;
	color:#FFF;
	padding-left:5px;
	padding-right:5px;
		border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	display: inline-block;
	font-size:12px;
}

/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}



/* =Widget Areas
-------------------------------------------------------------- */


.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	
}
.widget-area select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 30px 0;
}
.widget-title {
	color: #222;
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}

#primary {
}
#secondary {
}

/* Event listing widget och Senaste nytt */
.lco_latestnews_cp_widget p a{
	color:#696969;
}
.lco_latest_cp_widget .widget-title-wrapper, .lco_latestnews_cp_widget .widget-title-wrapper{
	background-image:url(images/lco_sprite.png);
	background-repeat: no-repeat;
	background-position: left -102px;
}
.lco_latestnews_cp_widget .widget-title-wrapper, .lco_latestpress_cp_widget .widget-title-wrapper, .lco_popularnews_cp_widget .widget-title-wrapper, .lco_top5_cp_widget .widget-title-wrapper{
	background-image:url(images/lco_sprite.png);
	background-repeat: no-repeat;
	background-position: right -72px;
	float:right;
}
.lco_latest_cp_widget h3.widget-title, .lco_latestnews_cp_widget h3.widget-title, .lco_latestpress_cp_widget h3.widget-title, .lco_popularnews_cp_widget h3.widget-title, .lco_top5_cp_widget h3.widget-title{
	font-family: 'Oswald', sans-serif;
	font-weight:700;
	color:#FFF;
	text-transform:uppercase;
	font-size:22px;
	height:38px;
	line-height:38px;
	padding-left:10px;
	padding-right:10px;
	display:inline-block;
	margin-bottom:40px;	
	background-color: #f45434;	
}
.lco_latestnews_cp_widget h3.widget-title, .lco_latestpress_cp_widget h3.widget-title, .lco_popularnews_cp_widget h3.widget-title, .lco_top5_cp_widget h3.widget-title{
	background-color: #468f9d;	
}
ul.lco-latest-updates li, ul.lco-latestnews-updates li{
	font-family: 'Droid Serif', serif;
	padding-bottom:22px;
	background-image:url(images/lco_sprite.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom:20px;
}
ul.lco-latest-updates li:last-child{
	border-bottom:none;
	padding-bottom:15px;
	background-image:url(images/lco_sprite.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
ul.lco-latest-updates li a{
	color:#3D3D3D;	
	font-weight:700;
}
span.lco-latest-updates-date, div.widget-meta{
	display:block;
	font-size:11px;
	color:#6a6969;
	padding-top:8px;	
}
div.widget-meta span.lco-latestnews-readmore{
	float:right;
	display:inline-block;
}
span.lco-latestnews-date{
	display:inline-block;
}
div.widget-meta span.lco-latestnews-readmore a{
	color:#6A6969;
}
.lco-latestnews-updates h4{
	font-family: 'Oswald', sans-serif;
	font-weight:700;
	color:#2f616b;
	font-size:18px;
	margin-bottom:10px;
	text-transform:uppercase;
	line-height:1.3em;
}
.lco-latestnews-updates h4 a{
	color:#2f616b;
}
.lco_latestnews_cp_widget p {
	margin:0;
}
/* Random quote widget */
li.lco_randomquote_cp_widget {
	background-image:url(images/lco_sprite.png);
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	padding:15px;
	background-color: #f45434;
	background-repeat: no-repeat;
	background-position: left -414px;
	color:#FFF;
}
ul.lco-randomquote-updates {
	background-image:url(images/lco_quote_bgr.png);
	background-repeat: no-repeat;
	background-position: left topx;
	padding-top:90px;
}
ul.lco-randomquote-updates  p{
	font-family: 'Droid Serif', serif;
	font-weight:400;
	font-size:20px;	
	line-height:1.3em;
	margin-bottom:2px;
}
span.lco-randomquote-book, span.lco-randomquote-book a {
	color:#FFF;	
	line-height:1.1em;
	font-size:12px;
}
span.lco-randomquote-book a {
	font-weight:bold;	
}

/*Topplistan widget---------*/
ul.lco-top5-updates{
	clear:both;	
}

ul.lco-top5-updates li {
	background-image: url("images/lco_sprite.png");
    background-position: left bottom;
    background-repeat: no-repeat;
    font-family: 'Droid Serif',serif;
    margin-bottom: 20px;
    padding-bottom: 22px;	

}
div.top5_title{
	float:right;
	width:120px;	
}
div.top5_title h4{
	font-size:14px;	
	padding-top:4px;
	margin-bottom:4px;
}
div.top5-book-list-author {
	font-size:10px;	
	color:#888888;
	line-height:14px;
}
span.top5_number {
	margin-left:5px;
	margin-top:5px;
	background-color: #469D7A;
	line-height:30px;
	height:30px;
	width:30px;
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	display:inline-block;
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-weight:700;
	color:#FFF;
	position:absolute;
	z-index:800;
}
ul.lco-top5-updates li img {
	position:relative;
}

/* Footer widget areas */
#footer-widget-area {
	margin-left:60px;
}

#footer-widget-area .widget-container{
	color:#d7e6e9;	
}
#footer-widget-area .widget_text, #footer-widget-area .widget_sp_image{
	background:none;
}
#footer-widget-area .widget-title{
	font-family: 'Oswald', sans-serif;
	font-weight:400;
	color:#FFF;
	font-size:18px;
	margin-bottom:15px;
	text-transform:none;
	text-rendering : optimizelegibility;
}
#footer-widget-area #first ul li.widget-container{
	float:left;
	list-style:none;
	margin:0px 20px 0 0;
	width:170px;
	color:#FFF;
}
#footer-widget-area #first ul li:last-child{
	margin:0;
}
#footer-widget-area li.menu-item{
	list-style:none;
	margin:0;
}
#footer-widget-area li a{
	color:#d7e6e9;
}
#footer-widget-area #second li.widget-container{
	padding:10px;
	background:#2f616b;
	border-radius:3px;	
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
#footer-widget-area #second h3{
	font-size:18px;
	text-transform:uppercase;
	font-weight:700;
}
#footer-widget-area #second li.widget-container a{
	display:block;
	line-height:20px;
	height:20px;
	margin-bottom:6px;
	background-image: url(images/lco_sprite.png);
	background-repeat: no-repeat;
	background-position: left -270px;
	padding-left:26px;
}
#footer-widget-area #third ul li:first-child{
		margin-bottom:20px;
	border-bottom:#6da7b2 solid thin;
	padding-bottom:20px;
}

/* text widget -------------------- */
.widget_text, .widget_sp_image {
	background-image: url(images/lco_sprite.png);
	background-position: left bottom;
	background-repeat: repeat-x;
	border-bottom: medium none;
	padding-bottom: 22px;
	font-family: 'Droid Serif',serif;
}
.widget_text h3.widget-title, .widget_sp_image h3.widget-title {
	font-family: 'Oswald', sans-serif;
	font-weight:700;
	text-transform:uppercase;
	color: #2F616B;
	margin-bottom:10px;
	font-size:24px;
	line-height:1.4em;	
}
.widget_sp_image p:last-child {
	margin:0;
}

/* Infinite scroll loading
-------------------------------------------------------------- */
#temp_load {
	position:absolute;
	bottom:-30px;
	left: 30px;
  	right: 30px;
}

/* =Footer
-------------------------------------------------------------- */

#footer {
	background:#468f9d;
}
#colophon {
	margin: 0 auto;
	width: 1060px;
	min-width: 1060px;
	overflow: hidden;
	padding: 40px 0;
}

img#wpstats {
	display: block;
	margin: 0 auto 10px;
}
 #footer .widget_text, .widget_sp_image {
	 font-family: "Helvetica Neue",Arial,Helvetica,"Nimbus Sans L",sans-serif;
 }
 /* =Subsribe form widget
-------------------------------------------------------------- */
input#mce-EMAIL {
	height: 36px;
    line-height: 36px;
	color: #8C8C8C;
    padding: 5px;
	font-style: italic;
	border-radius:3px;	
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	width:100%;
	border:none;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box;    /* Firefox, other Gecko */
box-sizing: border-box;
}
div.clear {
	clear:both;
}
input#mc-embedded-subscribe{
	border:none;
float:right;
	margin-top:6px;	
}

/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}


/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}