/*
Theme Name: Lost Horse
Theme URI: http://losthorsepress.org/
Description: The 2018 theme for Lost Horse Press
Author: Zac Vineyard, modified by Ger Killeen, 2018
Version: 1.1
*/

@charset: "utf-8";

 {
margin:0;
padding:0;
}

@font-face {
    font-family: "Palatino-Roman", serif;
    src: url('http://www.losthorsepress.org/fonts/Palatino-Roman.ttf') format("truetype");
}

@font-face {
    font-family: "Palatino-Roman", serif;
    src: url('http://www.losthorsepress.org/fonts/Palatino-Bold.ttf') format("truetype");
    font-weight: bold;
}

@font-face {
    font-family: "Palatino-Roman", serif;
    src: url('http://www.losthorsepress.org/fonts/Palatino-Italic.ttf') format("truetype");
    font-style: italic;
}

@font-face {
    font-family: "Palatino-Roman", serif;
    src: url('http://www.losthorsepress.org/fonts/Palatino-BoldItalic.ttf') format("truetype");
    font-style: italic;
    font-weight: bold;
}

@font-face {
    font-family: "Palatino-Roman", serif;
    src: url('http://www.losthorsepress.org/fonts/Optima LT Std Roman.ttf') format("truetype");
}


img {
border:none;
}

body {
background:#bbbb89 repeat-x center top;
color:#333333;
font-family: "Palatino-Roman", Geneva, serif;
font-size:14px;
line-height:20px;
margin:20px auto;
width:1260px;
}

.content {
 background: none repeat scroll 0 0;
 background-color:ivory;
 border-bottom: 10px solid #660000;
 font-family: "Palatino-Roman", Geneva, serif;
 clear: both;
 height: auto;
 width: 1170px;
 padding: 20px 20px 40px;
}

.logo {
float: left;
/*padding-left: 10px;*/
}

.feature {
float: right;
height: 180px;
}

.clear {
clear:both;
height:0;
}

.header {
height: 210px;
width: 1198px;
background-color: #bbbb89;
border-bottom: 10px solid #660000;
}

.release {
display: inline-block;
float: left;
margin: 0 0 0 10px;
width: 117px;
height: 170px;
}

h1 {
font-size:22px;
font-weight:normal;
}

h1.title, div.title-section{
border-bottom:1px dotted #cccccc;
border-top:1px dotted #cccccc;
margin:0 0 20px 0;
padding:25px 0;
/* text-transform:uppercase; ** removed 6/27/2012 by Jason Allen */
font-size:22px !important;
/* change to normal weight and italics on 6/27/2012 by Jason Allen */
font-family: "Palatino-Roman", Geneva, serif;
font-weight:bold;
font-style:italic;

}

.title-sub {
float:left;
font-style:normal;
font-size:15px;
padding-top:2px;
}

.title-cart{
float:right;
font-style:normal;
padding-top:2px;
vertical-align:middle;
}

a.cart-anchor:hover{
text-decoration:none;

}

.carticon {
float:left;
padding-top: 8px;
}

.cart-text {
padding-top: 10px;
float:left;
font-size: 0.8em;
}



.cart-add-text {
padding-top: 12px;
clear:left;
float:left;
font-size: 0.7em;
}

.title-pipe{
float:left;
font-weight: bold;
font-size: 1.2em;
color: #000000;
}

.title-main {
float:left;
font-weight:normal;
font-style:italic;
font-size: 20px;
vertical-align:middle;

}


h2 {
display:block;
clear:both;
font-family:"Palatino-Roman",serif;
font-size:17px;
font-weight:bold;
margin:0 0 20px 0;

}

.sidebar {
background:#f1f1f1;
border-top:10px solid #cccc99;
float:right;
width:250px;
padding:20px;
}

.primary {
border-bottom-color:#99CC33;
float:left;
margin:0 20px 0 0;
width:auto;
text-align:justify;
background-color:ivory;
}

.post {
padding:0 0 20px 0;
}

.post h1 {
color:#666666;
font-family: "Optima LT Std", Georgia, "Times New Roman", Times, serif;
font-size:16px;
}

.last {
padding:0;
}

.meta {
color:#999999;
padding:10px 0 10px 28px;
}

.bullet {
float:left;
margin:4px 10px 10px 0;
}

.menu {
clear: both;
height:50px;
width:1180px;
padding-left: 30px;
font-size:24px;
font-weight:bold;
}

#menu-menu-1 {
padding-left: 0px;
text-align: center;
}

.menu-item {
max-width: 190px;
font-size: 1em;
font-weight:bold;
}

.menu-item-has-children {
max-width: 150px;
}

.menu ul {
display: block;
border-left: 1px solid #cccc99;
float:left;
}

.menu ul li {
display:block;
float:left;
position:relative;
padding: 0 10px;
border-right: 1px solid #CCCC99;
}

.menu ul li a, .menu ul li a:visited {
    color: #FFFFFF;
    display: block;
    font-size: 13px;
    font-weight: bold;
    height: 45px;
    line-height: 20px;
    padding: 2px 8px 0px 1px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width:auto;
    letter-spacing:0.5px;
}

.menu ul li.drop a {
background:url('images/drop.png') no-repeat 80px 20px;
padding-right:15px;
}

.menu ul li.drop a:hover {
background:#cccc99 url('images/drop.png') no-repeat 80px 20px;
}

.menu ul li:hover a {
background:#cccc99;
}

/*.menu ul li a.last {
padding:15px 15px;
}*/

.menu ul li ul {
background:#cccc99;
border-right:1px solid #bbbb89;
border-left:1px solid #bbbb89;
border-bottom:1px solid #bbbb89;
display:none;
}

.menu ul li:hover ul {
display:block;
position:absolute;
top:48px;
width: 400px;
}

.menu ul li ul li a {
width: 350px;
padding: 10px 5px;
height: 20px;
text-align: left;
}

.menu ul li:hover ul li a:hover {
background:#bbbb89;
}

.news_thumb {
float:right;
width:185px;
margin:0 0 10px 20px;

}

p {
margin:0 0 20px 0;
font-family: "Palatino-Roman", Geneva, serif;
font-size: 1em;
}

.pagination {
clear:both;
padding:0 0 20px 0;
position:relative;
line-height:13px;
}

.pagination span, .pagination a {
display:block;
float:left;
margin: 2px 2px 2px 0;
padding:6px 9px 5px 9px;
text-decoration:none;
width:auto;
color:#333;
background:#e3e3e3;
}

.pagination a:hover{
color:#fff;
background:#777;
}

.pagination .current{
padding:6px 9px 5px 9px;
background: #600;
color:#fff;
}

.alignright {
float:right;
margin:4px 0 10px 20px;
padding-left: 10px;
}

.alignleft {
float:left;
margin:4px 20px 10px 0;
}

ul.listrow {
list-style: none;

}

ul.listrow li {
display: inline;
}

a,a:visited {
color:#660000;
text-decoration:none;
}

a:hover {
color:#666666;
text-decoration:underline;
}

.primary ul {
margin:0 0 20px 40px;
}

blockquote {
margin:0 0 20px 40px;
padding:0 0 0 20px;
border-left:1px dotted #cccccc;
font-family:"Palatino-Roman", Geneva, serif;
}

.sidebar ul {
list-style-type:none;
}

.sidebar ul li {
margin:0 0 10px 0;
}

a.btn {
background:#660000 url('images/bg_btn.png') repeat-x;
display: inline-block;
color: #fff!important;
text-decoration: none;
-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
text-shadow: 0 -1px 1px rgba(0,0,0,0.3);
position: relative;
cursor: pointer;
font-weight: bold;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
padding:6px 18px;
}

a.btn:hover {
background-image:none;
}

.borderradius a.btn {
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
}

.borderradius a.btn:hover {
background-image:none;
}

#tabs ul {
height:40px;
width:649px;
margin:0 0 20px 0;
border:0px solid #cccccc;
background:ivory;
}

#tabs ul li {
display:block;
float:left;
background-color:ivory;
}

#tabs ul li a {
padding:10px 20px;
display:block;
font-family:"Palatino-Roman",serif;
font-weight:bold;
background-color:ivory;
}

.ui-tabs .ui-tabs-hide { display: none !important; }

.ui-state-active {
border-top:1px solid #cccccc;
border-left:1px solid #cccccc;
border-right:1px solid #cccccc;
background-color:ivory;
border-top-left-radius:5px;
border-top-right-radius:5px;
}

#article{
background-color:ivory}

#about{
background-color:ivory;
font-family:"Palatino-Roman", Geneva, serif;
}

#awards{
background-color:ivory}

#excerpts{
background-color:ivory}

#tabs{
background-color:ivory}

.book {
border-bottom:1px dotted #cccccc;
clear:left;
padding:10px 0 10px 0;
margin:0 0 10px 0;
}

.book h2 {
display:inline;
}

.book img {
float:left;
margin:0 20px 10px 0;
}

.isbn {
    display: block;
    float: left;
    margin: 0 0 30px 0;
    width: 225px;
    line-height: 9px;
}

.isbn span {
 display:list-item;
 list-style-type:square;
 float: left;
 font-size: 9px;
 margin-right: 4px;
 padding: 5px 0 0;
}

.pagination {
margin:0 0 25px 0;
}

.primary .pagination_menu {
list-style-type:none;
margin:0;
padding:10px 0 0 0;
background-color:ivory;
}

.pagination_menu li {
display:block;
float:left;
}

.pagination_menu li a {
display:block;
float:left;
padding:4px 12px;
margin:0 2px;
background-color:#ffffff;
border:1px solid #ccc;
}

.pagination_menu li a.previous, .pagination_menu li a.next {
background-color:#ffffff;
border:none;
}

.pagination_menu li a.current {
color:#333333;
background-color:#ffffff;
border:1px solid #ccc;
}

.book h2,.book .meta {
margin:0 0 10px 0;
padding:0;
}

#about h1 {
margin:0 0 10px 0;
font-size:18px;
font-weight:normal;
line-height:26px;
}

#about img {
margin:1px 28px 0 0;
max-height:275px;
}

.blurb_author {
color:#999999;
float:right;
clear:right;
height:30px;
display:block;
margin:10px 60px 0 0;
}

.search {
width:460px;
float:right;
padding:20px 0;
}

.search input {
width:180px;
height:15px;
float:left;
}

.search select {
float:left;
margin:0 20px 0 0;
height:19px;
}

.search input.btn {
width:50px;
height:20px;
}

.search span {
display:block;
float:left;
height:20px;
margin:0 10px 0 0;
}

#search:blur {
color: #555555;
background: #EEEEEE;
font-style: italic;
height: 20px;
width: 170px;
font-size: 10px;
}

#search {
color: #555555;
background: #EEEEEE;
font-style: italic;
height: 20px;
width: 170px;
font-size: 10px;
}

#search:focus {
color: #000000;
background: #EEEEEE;
font-style: normal;
height: 20px;
width: 170px;
font-size: 10px;
}

.thumb {
float:right;
margin:0 0 10px 15px;
width:200px;
}

/* added after 3/3/2012 */

#posts li {margin-left:20px;}
.bkpageh2 {text-transform:uppercase;}

.primary2 {
border-bottom-color:#99CC33;
float:left;
margin:0 20px 0 0;
width:750px;
text-align:justify;
background-color:ivory;
}

#excerpt p {margin:0px !important;}

div.book div.meta {color:#000;font-size:13px;}

#more a {color:#3131e9;}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */
 
/* Portrait */
 
@media only screen
 
and (min-device-width: 375px)
 
and (max-device-width: 667px)
 
and (-webkit-min-device-pixel-ratio: 2)
 
and (orientation: portrait) {
 
}
 
/* Landscape */
 
@media only screen
 
and (min-device-width: 375px)
 
and (max-device-width: 667px)
 
and (-webkit-min-device-pixel-ratio: 2)
 
and (orientation: landscape) {
 
}
 
/* ----------- Google Pixel ----------- */
 
/* Portrait */
 
@media screen
 
and (device-width: 360px)
 
and (device-height: 640px)
 
and (-webkit-device-pixel-ratio: 3)
 
and (orientation: portrait) {
 
}
 
/* Landscape */
 
@media screen
 
and (device-width: 360px)
 
and (device-height: 640px)
 
and (-webkit-device-pixel-ratio: 3)
 
and (orientation: landscape) {
 
}
