/*
Theme Name: Luminescence Lite Child
Theme URI: http://demo.styledthemes.com/luminescence-free/
Description: Luminescence Lite Child is created for you to take advantage of making changes your theme so that when you update Luminescence Lite, you will not lose any modifications you made.

Template: luminescence-lite
Version: 1.0
Author: StyledThemes.com
Author URI: http: //www.styledthemes.com/
Tags: dark, gray, white, two-columns, right-sidebar, left-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, post-formats, sticky-post, theme-options, translation-ready

License: GNU General Public License v3
License URI: license.txt 

Copyright: 2012-2013 Styledthemes.com


This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* Import Styles
-------------------------------------------------------------- */
@import url('../luminescence-lite/style.css');

	
/* Add your Bootstrap responsive.css changes here
-------------------------------------------------------------- */


/* Add your menu.css changes here
-------------------------------------------------------------- */


/* Add your style.css changes here
-------------------------------------------------------------- */
#content {
    padding-top: 0;
}

#content .type-page div p a, #content .tb_book div div p a {
    text-decoration: underline;
}

h1.archive-title {
    font-weight: bold;
}

header.archive-header, header.page-header, header.search-header, .author-info {
    margin-bottom: 0px;
}

#logo-wrapper.visible-phone {
	background-color: #990000;
	padding: 1em;
}

.main-navigation ul.nav-menu.toggled-on, .menu-toggle {
	display: none;
}

.previous-image a, .previous-image a:visited, .next-image a, .next-image a:visited {
    color: #dcdcdc;
}

.tb_archive_content_wrapper .entry-header .entry-title {
    margin-bottom: 6px;
}

p.tb_genre-archive-link {
    padding-bottom: 9px;
    font-style: italic;
}

.tb_book .book_cover {
    float: right;
    background: transparent;
}

.tb-entry-meta {
    background: transparent;
    border: none;
    padding: 0px;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

.tb_author-book-meta-link, .tb_series-book-meta-link, .tb_genre-book-meta-link {
    font-style: italic;
    margin-bottom: 10px;
}

.tb_author-book-meta-link a, .tb_series-book-meta-link a, .tb_genre-book-meta-link a {
    text-decoration: underline;
}

#tb_popup_wrapper .section_title {
    background: #880000;
    color: white;
}

/* mobile styling 
-------------------------------------------------------------- */

@media (min-width: 768px) and (max-width: 979px) {

}

@media (min-width: 1200px) {

}

@media (max-width: 979px) {

}

@media (max-width: 767px) {
	#footer-menu {
		display: none;
	}
	
	.tb_author-archive-link {
		line-height: 250%;
	}
	
	.tb_author-archive-link a {
		margin-bottom: 1em;
	}
}

@media (max-width: 480px) {

}

@media (max-width: 320px) {

}