/*
Theme Name: BootstrapStructure
Author: LD
Description: A very basic Bootstrap/jQuery theme with some built-in locations for navigation menus and sidebars. There are page templates to arrange the sidebars and content, and navigation menus will not be displayed unless a WordPress menu is assigned to that location. This theme has no css of its own; it uses only the unmodified bootstrap.css from getbootstrap.com. Style.css contains empty selectors for convenient customization. See Child Themes (https://codex.wordpress.org/Child_Themes) in the WordPress Codex for information on customizing this theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: bootstrap, jquery, responsive, basic
*/

/*
Some elements and selectors used in the theme, listed here for convenience when customizing.
*/

footer {} /* Footer element containing the footer navigation and copyright */

#page {} /* BootstrapStructure <div> after <body> */
#masthead {} /*WordPress <header> under the BootstrapStructure top menu, above the BootstrapStructure header menu, containing WordPress site name, WordPress site description, and the BootstrapStructure 'menu-header-right' pill menu. */
#menu-header-right {} /* WordPress <ul> for the pill navigation in the header (right side) */
#menu-header-menu {} /* WordPress <ul> for the menu beneath the masthead but above the content */
#bootswp-middle {} /* The area of the page under the header and above the footer, containing the sidebar(s) and content */
#bootswp-sidebar-left {} /* BootstrapStructure <div> containing the left sidebar's WordPress widget <li> */
#bootswp-sidebar-right {} /* BootstrapStructure <div> containing the right sidebar's WordPress widget <li> */
#content-column {} /* BootstrapStructure <div> is part of a Bootstrap grid; it is the column containing the post */

.site-header {} /* WordPress class of #masthead */
.container {} /* Bootstrap class; the width will be Bootstrap's default of 1200 (width:1170px; padding: 0px 15px; */
.row {} /* Bootstrap class containing a Bootstrap grid */
.site-branding {} /* WordPress class in the header containing the site name and description */
.site-title {} /* WordPress class in the header containing the site name from wp-admin > Settings > General > Site Title */
.site-description {} /* WordPress class in the header containing the site description from wp-admin > Settings > General > Tagline */
.navbar {} /* Bootstrap class containing navigation menus created in wp-admin > Appearance > Menus. Has a bottom margin by default */
.nav-pills {} /* Bootstrap class of #menu-header-right */
.menu-item {} /* WordPress class for each item added to a menu in wp-admin > Appearance > Menus > Menu Structure */
.navbar-collapse {} /* Bootstrap class for navigation bar area without vertical margin or padding */
.bootswp-nav-header {} /* BootstrapStructure class for the nav element of the header menu */ 
.bootswp-nav-header-container {} /* BootstrapStructure class for the container div directly under the nav element of the header menu */
.widget-area {} /* WordPress class of #widget-area-sidebar-left/right */
.widget {} /* WordPress class for a <li> containing a widget and its title */
.widgettitle {} /* WordPress class for the widget name inside a widget <li> */
.entry-title {} /* WordPress class for <h1> title on pages and posts */ 
.bootswp-single-title {} /* BootstrapStructure class for <h1> on a single post page determined by is_home() */
.bootswp-archive-title {} /* BootstrapStructure class for <h1> on an archive page determined by is_archive() */
.bootswp-single-entry-title {} /* BootstrapStructure class for <h1> single entry title on an archive page determined by is_singular() */
.bootswp-list-entry-title {} /* BootstrapStructure class for <h2> entry list title on an archive page determined by is_singular() */
.bootswp-footer {} /* BootstrapStructure class for the div under the footer element */
.bootswp-footer-nav {} /* BootstrapStructure class for the div of the footer nav row */
.bootswp-footer-text {} /* BootstrapStructure class for copyright text in the footer */