/*
Theme Name: Bible Understanding
Theme URI: http://wordpress.org/themes/bibleunderstanding
Author: the WordPress team
Author URI: http://wordpress.org/
Description: In 2014, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier.
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: bibleunderstanding

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.
*/

/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 * 5.0 - Navigation
 * 6.0 - Content
 *   6.1 - Post Thumbnail
 *   6.2 - Entry Header
 *   6.3 - Entry Meta
 *   6.4 - Entry Content
 *   6.5 - Galleries
 *   6.6 - Post Formats
 *   6.7 - Post/Image/Paging Navigation
 *   6.8 - Attachments
 *   6.9 - Archives
 *   6.10 - Contributor Page
 *   6.11 - 404 Page
 *   6.12 - Full-width
 *   6.13 - Singular
 *   6.14 - Comments
 * 7.0 - Sidebar
 *   7.1 - Widgets
 *   7.2 - Content Sidebar Widgets
 * 8.0 - Footer
 * 9.0 - Featured Content
 * 10.0 - Multisite
 * 11.0 - Media Queries
 * 12.0 - Print
 * -----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal
 * http://necolas.github.com/normalize.css/ and Blueprint
 * http://www.blueprintcss.org/
 *
 * -----------------------------------------------------------------------------
 */
 
/*  Your Css goes here */
h1 {font-size: 25px;
 margin: 0px 0px 21px 0px;
font-family: Arial;}
.inner_section h2 {font-size: 18px;
 margin: 0px 0px 21px 0px;
font-family: Arial;}

body {font-family: Arial;}h1.single_head {  margin: 0 0 10px;}
.single_head small {
  font-size: 12px;
  margin-top: 5px;
}.prev {  font-size: 10px;}.next {  font-size: 10px;}

table#table123 p {
  font-size: 12px !important;
  padding: 2px 1px 1px 6px;
}.strongpast {    font-weight: bold !important;}.normalpast {    font-weight: normal;}

.satanst {

    font-weight: bold;
}
.postid-283 h1 {
    margin-bottom: -10px;
    text-transform: none !important;
}
.subnam span {
    font-weight: normal !important;
	margin: 0 0 10px !important;
}
.submsg span {
    font-weight: normal !important;
	margin: 0 0 10px !important;
}
.subnam input {
    padding: 6px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 7px 0 15px;
}
.submsg textarea {
    /* padding: 6px; */
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 7px 0 15px;
    width: 57%;
    height: 79px;
}
.place-order input.wpcf7-form-control.wpcf7-submit {
    color: #fff;
    padding: 10px 10px;
    background: #984f02;
    border: none;
    border-radius: 4px;
    font-weight: bold;
    letter-spacing: 2px;
}
.subdvcls {
    margin-top: 20px;
}
.bklt {
  font-size: 14px !important;	
}

.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-has-children.menu-item-31 {
    position: relative !important;
    width: auto !important;
}
.sub-menu {
    background: #be7220 none repeat scroll 0 0 !important;
    display: none !important;
    position: absolute !important;
    width: 250px !important;
}
.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-has-children.menu-item-31:hover ul {
    display: block !important;
}
.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-has-children.menu-item-2299 {
    position: relative !important;
}
.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-has-children.menu-item-2299:hover ul {
    display: block !important;
}


.bible-new-study.menu-item.menu-item-type-taxonomy.menu-item-object-category.menu-item-has-children.menu-item-2302 .sub-menu {
    display: none !important;
}
.bible-new-study.menu-item.menu-item-type-taxonomy.menu-item-object-category.menu-item-has-children.menu-item-2302:hover .sub-menu {
    display: block !important;
}
.bible-new-study.menu-item.menu-item-type-taxonomy.menu-item-object-category.menu-item-has-children.menu-item-2302 span:hover {
	background:#e3943e !important;
}
 .sub-menu li:hover{
width:100%;
	background:#e3943e !important;
} 
.bible-new-study .sub-menu {
    left: 250px;
    position: absolute !important;
    top: 0 !important;
    width: 204px !important;
}

.content {
    float: left;
    position: relative;
    width: 100%;
}