/*-----------------------------------------------------------------------------------

	Style sheet for caroline linden.com
	
	Based on Zend theme (http://themes.jdsans.net/zend/
	
-----------------------------------------------------------------------------------*/

@font-face {
  font-family: 'Quattrocento' serif;
  font-style: normal;
  font-weight: normal;
 
}

/*-----------------------------------------------------------------------------------*/
/*	CSS Reset & Clearfix - http://meyerweb.com/eric/tools/css/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, 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 { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } :focus { outline: 0; } ins { text-decoration: none; } del { text-decoration: line-through; } table { border-collapse: collapse; border-spacing: 0; }

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .clearfix { display: inline-block; } /* Hide from IE Mac \*/ .clearfix { display: block; } /* End hide from IE Mac */ .none { display: none; } /* End Clearfix */

/*-----------------------------------------------------------------------------------*/
/*	Document Setup (body, common classes, vertical rhythm, structure etc)
/*-----------------------------------------------------------------------------------*/

body {
  color: #cccccc;
  font-family: "Quattrocento",georgia,sans-serif;
  font-size: 14px;
  line-height: 23px;
  margin: 0;
  padding: 0;
  background:url('images/blue-swirl-bkg.jpg') no-repeat fixed center;
  background-color: #40628a;
  background-size:cover;
}
a {
    text-decoration: none;
    color:#444;
}
a:hover { 
	text-decoration: none; 
	transition: color 0.1s linear;
	-moz-transition: color 0.1s linear;
	-webkit-transition: color 0.1s linear;
	-o-transition: color 0.1s linear;
}
a img { border: none; }

.hidden { display: none; }

.alignleft { float: left; }

.alignright { float: right; }

.border-none {
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	border: medium none !important;
}
.no_back{
	background:none !important
}
.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
}
.clear {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	width:100%;
}
.neutral{
	margin:0 !important;
}

p, pre, ul, ol, dl, dd, address, table, fieldset, form, .gallery-row, .carousel-container, #comments ol ul .details, #comments .details, #respond.contact h1, .footer .widget .widget-title {
    margin-bottom: 20px;
}


h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	padding: 0;
	font-family:"Quattrocento",sans-serif;
}

h1 {
	font-size: 24px;
	line-height: 28px;
}

h2 {
	font-size: 20px;
	line-height: 22px;
}

h3 {
	font-size: 16px;
	line-height: 20px;
}

h4 {
	font-size: 14px;
	line-height: 18px;
}

h5 {
	font-size: 12px;
	line-height: 18px;
}

h6 {
	font-size: 10px;
	line-height: 16px;
}
.inner_wrap {
  background:#FFFFFF;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
  margin: 30px auto  !important;
}
.inner_wrap,.footer_inner{
  max-width: 1034px !important;
  position:relative;
}

/*-----------------------------------------------------------------------------------*/
/*	Header section
/*-----------------------------------------------------------------------------------*/
#header{
	margin-bottom:10px;
}
/*-----Header-top-section------*/
#header .header-top.main {
  background: #79424f;
  padding: 0 30px;
}
#header-nav ul {
  float: left;
  margin-bottom: 0;
}
#header-nav ul li {
  float: left;
  font-size: 16px;
  padding: 10px 0;
}
#header-nav ul li a {
  color: #FFFFFF;
  text-transform:uppercase;
}
#header-nav ul li a:hover{
	color:#d3a19c;
}
#header-nav ul li a span {
  margin: 0 15px;
}
#header-nav ul li:first-child a span {
  display: none;
}
/*--Top-navigation------*/
#header .header-top.mobile{
	display:none;
}
.header-top.mobile #menu-icon {
  background: url("css/images/sprites.png") no-repeat right -396px #353535;
  color: #FFFFFF;
  cursor: pointer;
  padding: 10px;
}
.header-top.mobile #menu-icon.active {
  background-position: right -432px;
}
.header-top.mobile .mobile_cont ul {
  background:#444444;
  margin-bottom: 0;
}
.header-top.mobile .mobile_cont li {
  display: inline-block;
  padding: 10px;
}
.header-top.mobile .mobile_cont li a {
  color: #FFFFFF;
}
.header-top.mobile .mobile_cont li span {
  display: none;
}
.header-top.mobile .mobile_cont .searchform {
  float: none;
  right: auto !important;
}
.header-top.mobile .mobile_cont .searchform .s {
  width: 100% !important;
}


/*-----Header-middle-section------*/
#header .header-middle {
  	display: block;
  	margin: 0px;
  	padding: 0px;
  	background-image: url("images/left-pink-swirl.gif");
  	background-position: left top;
	background-repeat: no-repeat;
}

#header .header-middle .swirl {
  	margin: 0px;
  	padding: 0px;
}

#logo {
    float: right;
    min-width: 240px;
    min-height: 250px;
    position: relative;
    background-image: url("images/pink-swirl-new.gif");
    background-position: right top;
    background-repeat: no-repeat;
    padding-right: 40px;
    padding-top: 20px;
}

#logo .image {
  margin: 10px; 
}
#logo .prem-image {
  margin: 10px; 
}


/*-----Social sharing------*/
#social_sharing {
  margin: 10px 0 10px 10px;
  float: left;
}
#social_sharing li {
  float: left;
  margin-left: 16px;
}
#social_sharing li:first-child,#social_sharing ul{
	margin:0;
}
#social_sharing li a {
    background: url("css/images/sprites.png") no-repeat;
    display: inline-block;
    text-indent: -9999px;
}
#social_sharing li a.twitter {
  background-position: 0 -144px;
  height: 31px;
  width: 41px;
}
#social_sharing li a.twitter:hover {
  background-position: -45px -144px;
}
#social_sharing li a.facebook {
  background-position: 0 -102px;
}
#social_sharing li a.facebook:hover{
  background-position: -45px -102px;
}
#social_sharing li a.linked {
  background-position: 0 -220px;
}
#social_sharing li a.linked:hover{
  background-position: -45px -220px;
}
#social_sharing li a.pininterest {
  background-position: 0 -180px;
  height: 37px;
  width: 37px;
}
#social_sharing li a.pininterest:hover{
  background-position: -45px -180px;
}
#social_sharing li a.rss {
  background-position: 0 -260px;
}
#social_sharing li a.rss:hover{
  background-position: -45px -260px;
}
#social_sharing li a.facebook,#social_sharing li a.rss,#social_sharing li a.linked{
  height: 35px;
  width: 35px;
}
/*----------- Navigation Menu---------*/
#header .header-bottom {
  padding: 0 30px;
}
#primary-nav{
	float:left;
	width:100%;
}
#primary-nav ul {
  list-style: none outside none;
  margin: 0;
}
#primary-nav span {
  display: none;
}
#primary-nav ul a {
	display: block;
	position: relative;
}
#primary-nav ul li {
  float: left;
  position: relative;
  z-index: 40;
}
#primary-nav ul li:first-child{
  margin-left:0;
}
#primary-nav ul li:hover { visibility: inherit; /* fixes IE7 'sticky bug' */ }
#primary-nav ul ul {
	position: absolute;
	top: -9999em;
	width: 170px; /* left offset of submenus need to match (see below) */
}
#primary-nav ul ul li { width: 100%; }

/*  Make sub menus appear */
#primary-nav ul li:hover ul,
#primary-nav ul li.sfHover ul {
	top: 44px; /* match top ul list item height */
	z-index: 99;
}
/* Hide all subs subs (4 levels deep) */
#primary-nav ul li:hover li ul,
#primary-nav ul li.sfHover li ul,
#primary-nav ul li li:hover li ul,
#primary-nav ul li li.sfHover li ul,
#primary-nav ul li li li:hover li ul,
#primary-nav ul li li li.sfHover li ul { top: -9999em; }

/* Displays all subs subs (4 levels deep) */
#primary-nav ul li li:hover ul,
#primary-nav ul li li.sfHover ul,
#primary-nav ul li li li:hover ul,
#primary-nav ul li li li.sfHover ul,
#primary-nav ul li li li li:hover ul,
#primary-nav ul li li li li.sfHover ul {
	left: 180px; /* match .nav ul width */
	top: -1px;
}
	
/* top level skin */
#primary-nav ul a {
  color: #FFFFFF;
  font-size: 15px;
  padding: 12px 15px;
  text-decoration: none;
}
#primary-nav ul a:hover,#primary-nav ul li.sfHover a:first-child{
    text-decoration: none;
	background:#282828;
}
#primary-nav ul li a:focus {
	border-bottom:0 !important;
}
/* 2nd level skin */
#primary-nav ul ul {
  background:#282828;
  
  padding: 6px 19px;
  text-align: left;
}

#primary-nav ul ul li {
  border-top: 1px solid #444;
  float: none;
  margin: 0;
}
#primary-nav ul ul li:first-child {
	border-top: 0 !important;
}
#primary-nav ul ul li a {
  background: none !important;
  border-bottom:none;
  padding: 7px 0 9px;
  width: 100%;
}
#primary-nav ul li.sfHover ul a:hover{  
    text-decoration: none;
	color:#ddd;
}
#primary-nav a.sf-with-ul {
  min-width: 1px;
  padding-right: 2.25em;
}
.sf-sub-indicator {
  background: url("css/images/sprites.png") no-repeat -10px -7px;
  display: block;
  height: 13px;
  overflow: hidden;
  position: absolute;
  right: 0.7em;
  text-indent: -9999em;
  width: 14px;
}
a > .sf-sub-indicator {
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.3;

  top: 0.85em;
}
a:focus > .sf-sub-indicator, a:hover > .sf-sub-indicator, a:active > .sf-sub-indicator, li:hover > a > .sf-sub-indicator, li.sfHover > a > .sf-sub-indicator,.single-post .hentry #author .meta span.icon a:hover{
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
.sf-menu ul .sf-sub-indicator {
    background-position: -10px 0;
}
.sf-menu ul a > .sf-sub-indicator {
    background-position: 0 0;
}
.sf-menu ul a:focus > .sf-sub-indicator, .sf-menu ul a:hover > .sf-sub-indicator, .sf-menu ul a:active > .sf-sub-indicator, .sf-menu ul li:hover > a > .sf-sub-indicator, .sf-menu ul li.sfHover > a > .sf-sub-indicator {
    background-position: -10px 0;
}
/*-----Primary Mobile Navigation-------*/
#mobile-nav {
    color: #FFFFFF;
    display: none;
    font-size: 16px;
}
#mobile-nav ul {
    margin-bottom: 0;
}
#mobile-nav #menu-icon {
    background: url("css/images/sprites.png") no-repeat right 15px;
    cursor: pointer;
    margin: 0 15px;
    padding: 10px 0;
}
#mobile-nav li {
    background:#79424F;
    border-top: 1px solid #40628a;
    padding: 0 15px;
}
#mobile-nav li a {
    color: #FFFFFF;
    display: block;
    padding: 10px 0;
}
#mobile-nav li ul li {
  padding: 0 20px;
}
/*-----------------------------------------------------------------------------------*/
/*	Home Main container section
/*-----------------------------------------------------------------------------------*/
#main_container .post-content {
  background: url("images/ver_dash.png") repeat-y right 0;
  float: left;
  padding-right: 32px;
  width: 650px;
}
blockquote {
  border-left: 4px solid #79424F;
  color: #79424F;
  font-size: 20px;
  line-height: 22px;
  margin: 20px 0;
  padding: 5px 10px 1px;
}
blockquote p{
  margin-bottom:10px;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  font-family: "Quattrocento",georgia;
  margin: 10px 0;
}
.entry-content a{
	font-weight:bold;
}

.entry-content .synopsis {
	font-family: "Quattrocento",georgia;
  	margin-left: 20px;
  	font-size: 16px;
  	color: #000000;
  	line-height: 22px;
  	text-align: justify;
  	padding: 20px;
}

.entry-content .excerpt {
	font-family: "Quattrocento",georgia;
  	margin: 20px;
  	font-size: 16px;
  	color: #000000;
  	line-height: 24px;
  	text-align: justify;
  	padding: 20px;
}

#main-cover {
	float: right;
	padding: 50px;
	background:url("css/images/pink-vector.gif") no-repeat;
}

.second-cover {
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
}

.accent-cover {
	float: right;
	padding-left: 20px;
	padding-bottom: 20px;
	padding-top: 20px;
}

.audio-cover {
	float: left;
	padding-right: 30px;
	padding-bottom: 20px;
}

.capital {
text-transform: uppercase;
font-weight: bold;
font-size: 26px;
color: #79424f;
}

.single .entry-content ul {
  list-style: disc inside none;
}
.single .entry-content ol {
  list-style: decimal inside none;
}
.single .entry-content ul li, .single .entry-content ol li {
  padding: 5px 0;
}
.entry-content ul li:first-child, .entry-content ol li:first-child {
  padding-top: 0;
}

#author-photo {
	float: right;
	padding: 10px 40px 20px 50px;
}



/*-------Global Post settings--------*/
.item .details .post-meta, .hentry .post-meta {
  color: #000;
  font-size: 16px;
  line-height: 20px;
}
.hentry .post-meta {
	font-size: 16px !important;
	margin-bottom:5px;
}
.item .details .post-meta a:hover,#sidebar .item .details .post-meta a:hover, .hentry .post-meta a:hover,.entry-content strong,.entry-content b{
	color:#40628A;
}
.item .details .post-meta .date, .item .details .post-meta .author , .hentry .post-meta .author, .hentry .post-meta .date{
  text-transform: uppercase;
}
.item .details .title{
	font-size: 22px;
  	line-height: 26px;
  	margin-bottom: 5px;
  	color: #40628A;
}
.item .details .more_link {
    display: block;
    width: 100%;
}
.item .details .more_link a {
  border-radius: 2px 2px 2px 2px;
  color: #FFFFFF;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  padding: 4px 10px;
}
.item .details .more_link a:hover{
	background:#d3a19c;
}
.item .excerpt{
	font-size: 16px;
	line-height:20px;
	color: #000;
}
.item .details p {
	color: #000;
	font-size: 16px;
}

/*-------Column styles--------*/
.cat-container,#related-posts{
	position:relative;
}
.cat-title,#related-posts .main-title{
  
  display: block;
  margin-bottom: 30px;
  padding-top: 5px;
  width: 100%;
}
.cat-title h2,#related-posts .main-title h2{
  background: url("images/hor_dash.png") repeat-x 0 bottom;
  padding-bottom: 17px;
  font-size: 32px;
}
.cat-content .flex-direction-nav {
  position: absolute;
  right: 0;
  top: -78px;
}
.cat-content .flex-direction-nav li {
  float: left;
  margin-left: 5px;
}
.cat-content .flex-direction-nav a {
  border-radius: 2px;
  cursor: pointer;
  display: inline-block;
  height: 40px;
  text-indent: -9999px;
  width: 40px;
}
.cat-content .flex-direction-nav .flex-next {
  background:url("css/images/sprites.png") no-repeat 0 -61px #444444;
}
.cat-content .flex-direction-nav .flex-prev {
  background:url("css/images/sprites.png") no-repeat -1px -20px #444444;
}
.cat-container.two-columns .item, .two_columns.item {
  float: left;
  margin-right: 20px;
  padding-bottom: 30px;
  width: 48.46%;
}
.two_columns.item{
	 margin-bottom:40px;
}
.cat-container.single-column .item,.single_column.item {
  margin-bottom: 30px;
}
.cat-container.single-column .image ,.single_column.item .image img{
  float: left;
  margin-bottom: 0;
  margin-right: 20px;
  width:217px;
}
.cat-container.single-column .details,.single_column.item .details{
  float: left;
  width: 413px;
}
.cat-container .item p{
	margin-bottom:15px;
}
#page-top h2#page-title,.hentry .post_title {
  font-size: 32px;
  line-height: 36px;
  color:#1c3b6f;
  margin-left: 50px;
}

#page-top p {
color: #000000;
font-size: 16px;
margin-left: 50px;
}


.page-divider {
  font-size: 32px;
  line-height: 38px;
  color:#1c3b6f;
  text-align: center;
}

.page-maintitle {
  font-size: 32px;
  line-height: 40px;
  color:#1c3b6f;
  margin-left: 50px;
}

.page-maindata {
  font-size: 20px;
  line-height: 28px;
  color:#1c3b6f;
  margin-left: 50px;
}


/*------------ Page Navigation--------*/
.pagination {
  background: url("images/hor_dash.png") repeat-x;
  margin-bottom: 30px;
  margin-top: 20px;
  padding-top: 30px;
  text-align: right;
}
.wp-pagenavi .pages {
    display: none;
}
.wp-pagenavi a.page{
	float:left;
}
.wp-pagenavi a, .wp-pagenavi span {
    background: #353535;
    border: medium none !important;
    border-radius:3px;
    color: #FFFFFF !important;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    margin: 0 10px 0 0 !important;
    padding: 8px 15px !important;
}
.wp-pagenavi span.current {
    float: left;
}
.wp-pagenavi .nextpostslink{
	margin-right:0 !important;
}
/*-----------------------------------------------------------------------------------*/
/*	SIDEBAR AND ITS WIDGETS
/*-----------------------------------------------------------------------------------*/
#sidebar {
  float: left;
  padding-left: 32px;
  padding-bottom:30px;
  width: 260px;
}
#sidebar .widget {
  background: url("images/hor_dash.png") repeat-x 0 top;
  margin-top: 0px;
  padding: 20px 0 0px;
}
#sidebar .widget:first-child{
	background:none;
	padding-top:0;
	margin-top:0;
}
#sidebar .widget .widget-title {
  font-family: 'Quattrocento';
  font-size: 32px;
  line-height: 34px;
  margin-bottom: 20px;
}
#sidebar .widget ul{
	margin-bottom:0;
}
#sidebar a{
	color:#000;
}
#sidebar .widget_archive {
  font-family: 'Quattrocento';
  font-size: 15px;
}



/*--------Posts widget with thumbnail---------*/
#sidebar .post-thumb li,#footer .post-thumb li{
  margin-top: 18px;
}
#sidebar .post-thumb li:first-child,#footer .post-thumb li:first-child{
	margin-top:0;
}
#sidebar .post-thumb .thumbnail {
  float: left;
  margin-right: 10px;
}
#sidebar .post-thumb .details{
  float: left;
  width: 170px;
}
#sidebar .post-thumb .details.no_thumb{
  width: 100%;
}
#sidebar .post-thumb .details h4 a {
  display: inline-block;
  font-size: 20px;
  color: #000;
}

/*-------- Widgets ---------*/

#sidebar #tweets li a ,#footer #tweets li a{
  font-weight: bold;
  display: inline !important;
}
#sidebar #tweets li {
  padding: 15px 0 !important;
}
#sidebar #tweets li span,#footer #tweets li span{
	margin-left:5px;
	font-size:11px;
	font-family:"Quattrocento",Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}
#sidebar #tweets li:first-child ,#footer #tweets li:first-child{
    padding-top: 0 !important;
}
#sidebar #tweets_cont .follow_text,#footer #tweets_cont .follow_text{
	margin-top:10px;
}
#sidebar #tweets li:last-child,#footer #tweets li:last-child {
  padding-bottom: 0 !important;
  background:none !important;
}
#sidebar .widget_categories a {
  display: inline-block;
  margin-bottom: 2px;
  text-transform: capitalize;
}

/*---------- ORDER ICONS --------- */

.order-buttons {
	width: 80%; 
	margin-left: 10%; 
	margin-right: 10%; 
}

.order-buttons .order-title {
	font-size: 32px;
  	line-height: 36px;
  	margin-bottom: 20px;
  	padding-bottom: 10px;
  	color:#1c3b6f;
  	text-align: center;
}

.order-buttons .order-col {
	float: left;
	width: 30%;
	margin-left: 20px;
	color: #000000;
	font-size: 16px;
	line-height: 17px;
	text-align: center;
	padding-bottom: 20px;
	}


.order-buttons .order-col .col-title {
	font-size: 26px;
  	line-height: 30px;
  	margin-bottom: 10px;
  	color: #79424f;
  	text-align: center;
}



.amazon {
display: block; 
background: url("css/images/amazonsprites.png");
text-indent: -99999em; 
background-position: -125px -73px;
height: 100px;
width: 100px;
float: left;

}

.amazonprint {
display: block; 
background: url("css/images/waxcreative-amazon-print.png");
text-indent: -99999em;
height: 60px;
width: 60px;
float: left;
margin: 10px;

}
.kindleicon {
display: block; 
background: url("css/images/waxcreative-amazon-kindle.png");
text-indent: -99999em; 

height: 60px;
width: 60px;
float: left;
margin: 10px;

}
.psbicon {
display: block; 
background: url("css/images/psbicon.png");
text-indent: -99999em;
height: 60px;
width: 60px;
float: left;
margin: 10px;

}

.amazon:hover{
background-position: -123px -183px;
height: 100px;
width: 100px;
float: left; 
}

.audio {
display: block; 
background: url("css/images/audiosprites.png");
text-indent: -99999em; 
background-position: -125px -73px;
height: 100px;
width: 100px;
float: left;

}

.audio:hover{
background-position: -123px -183px;
height: 100px;
width: 100px;
float: left; 
}

.bn {
display: block; 
background: url("css/images/bnsprites.png");
text-indent: -99999em; 
background-position: -72px -22px;
height: 100px;
width: 100px;
float: left;	
}

.bnnook {
display: block; 
background: url("css/images/waxcreative-bn-nook.png");
text-indent: -99999em;
height: 60px;
width: 60px;
float: left;
margin: 10px;	
}

.bnprint {
display: block; 
background: url("css/images/waxcreative-bn-print.png");
text-indent: -99999em;
height: 60px;
width: 60px;
float: left;
margin: 10px;	
}

.bn:hover{
background-position: -75px -127px;
height: 100px;
width: 100px; 
float: left;
}


.apple {
display: block; 
background: url("css/images/applesprites.png");
text-indent: -99999em; 
background-position: -22px -25px;
height: 100px;
width: 100px;
float: left; 	
}

.ibooks {
display: block; 
background: url("css/images/ibooks-icon.png");
text-indent: -99999em; 

height: 60px;
width: 167px;
float: left;
margin: 10px;
}

.apple:hover{
background-position: -137px -30px;
height: 100px;
width: 100px; 
float: left; 
}


.goodreads{
display: block; 
background: url("css/images/goodreadssprites.png");
text-indent: -99999em; 
background-position: -126px -30px;
height: 100px;
width: 100px;
float: left; 	
}

.goodreads:hover{
background-position: -124px -150px;
height: 100px;
width: 100px; 
float: left; 
}


.smashwords{
display: block; 
background: url("css/images/smashwordssprites.png");
text-indent: -99999em; 
background-position: -75px -77px;
height: 100px;
width: 100px;	
float: left; 
}

.smashwords:hover{
background-position: -76px -228px;
height: 100px;
width: 100px; 
float: left; 
}

.amazonuk{
display: block; 
background: url("css/images/amazonuksprites.png");
text-indent: -99999em; 
background-position: -110px -76px;
height: 100px;
width: 100px;	
float: left; 
}

.amazonuk:hover{
background-position: -135px -260px;
height: 100px;
width: 100px;
float: left;  
}


.kobo{
display: block; 
background: url("css/images/kobosprites.png");
text-indent: -99999em; 
background-position: -113px -81px;
height: 100px;
width: 100px;
float: left; 	
}

.kobo:hover{
background-position: -161px -228px;
height: 100px;
width: 100px; 
float: left; 
}


/*------Post page Styling------*/
.single-post .hentry {
  background: url("images/hor_dash.png") repeat-x 0 bottom;
  padding-bottom: 30px;
}
/*-----------------------------------------------------------------------------------*/
/*	Footer section
/*-----------------------------------------------------------------------------------*/
#footer {
  background: #79424F;
  color: #fff;
}

#footer a{
	color:#fff;
}
#footer a:hover{
	color:#aaaaaa;
}
#footer .grid_four {
  float: left;
  
  width: 440px;
}

#footer .widget {
  padding: 15px;
}

#footer .widget .widget-title {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

#footer_bottom{
  background: #d3a19c;
  display: block;
}
.footer_inner.attribution {
  padding-top:10px;
  padding-bottom:10px;
}
.footer_inner .copyright {
  color: #000000;
  float: right;
  font-size: 12px;
  padding: 2px 10px;
  text-transform: uppercase;
}
.footer_inner .copyright span {
  color: #000000;
  margin-left: 5px;
  text-transform: lowercase;
}
.footer_inner #footer-nav {
  float: left;
  margin-top: 3px;
}
.footer_inner #footer-nav ul,.footer_inner .copyright {
	margin:0;
}
.footer_inner #footer-nav li {
  float: left;
  margin-right: 20px;
}
.footer_inner #footer-nav li a {
  color: #FFFFFF;
  text-transform: uppercase;
}
.footer_inner #footer-nav li a:hover{
	color:#79424f;
}
#footer_bottom .top_scroll {
  bottom: 30px;
  position: fixed;
  right: 30px;
}
#footer_bottom .top_scroll a {
  background-image: url("images/top.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color:#353535;
  display:none;
  padding: 5px 15px;
  text-indent: -9999px;
  float:right;
}

/*--------Posts widget with thumbnail---------*/
#footer .post-thumb .thumbnail {
  float: left;
  margin-right: 10px;
}
#footer .post-thumb .thumbnail img {
  width: 50px;
}
#footer .post-thumb .details{
  float: left;
  width: 161px;
}
#footer .post-thumb .details h4 a {
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
}

/*--------------Categories Widget-----------*/

#footer .widget_categories li {
    border-bottom: 1px dashed #666666;
    float: left;
    margin-bottom: 7px;
    margin-right: 20px;
    padding-bottom: 7px;
    width: 45%;
}
/*--------------Twitter Widget-----------*/
#footer #tweets li {
  padding: 10px 0 !important;
}

.footer #recentcomments li, .footer .widget_recent_entries ul li {
  line-height: 20px;
  padding: 0 0 10px;
}
.widget_recent_entries li{
	margin-bottom:7px;
}

/*-----------------------------------------------------------------------------------*
/* = WordPress Styles
/*-----------------------------------------------------------------------------------*/

/*sticky*/
.sticky{}

/*gallery captio*/
.gallery-caption

/*by post author*/
.bypostauthor{}
.wp-caption {
  background: #EEEEEE;
  padding-top: 5px;
  text-align: center;
}
.wp-caption-text {
  line-height: 22px;
}

#header-nav ul li,.header-top.mobile #menu-icon,.header-top.mobile .mobile_cont li,#primary-nav ul li,#mobile-nav,.item .details .title,.cat-title h2,#related-posts .main-title h2,#page-top h2#page-title,.hentry .post_title,#sidebar .widget .widget-title,#sidebar .post-thumb .details h4 a,#footer .post-thumb .details h4 a,.single-post .hentry #author h4.heading,#comments h3, #respond h3,.page-template-template-contact-php h3,#comments .comment-header .author,#respond label, #contactForm label,.contact_details h2,#footer .widget .widget-title,.footer_inner #footer-nav li a{
	font-family:"Quattrocento",georgia;
}