/*
Theme Name: Twenty Thirteen
Theme URI: http://wordpress.org/themes/twentythirteen
Author: the WordPress team
Author URI: http://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: twentythirteen

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
 *   4.1 - Site Header
 *   4.2 - Navigation
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 *   5.13 - Multisite
 * 6.0 - Sidebar
 *   6.1 - Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries
 * 9.0 - Print
 * ----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */

.article-content.column.half {
    text-align: center;
    width: 100%;
}
.article-image.column.half {
    text-align: center;
    width: 100%;
}
.sup-footer-text p { font-family:'Old Standard TT',serif; }

.tab-content-container .active .tab-pane {
    min-height: 360px;
}

.txtBody {
    color: rgba(77, 69, 66, 0.9);
    font-family: "Old Standard TT",serif;
    font-size: 23px;
    font-style: italic;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 32px;
    margin-bottom: 15px;
    text-align: center;
}

/*.image-gallery {
    height: auto;
}*/

h1:focus {
    outline: none;
}

.head2 {
    color: #1E527F;
    font-family: 'Old Standard TT',serif;
    font-size: 60px;
    font-style: italic;
    font-weight: 400;
    line-height: 70px;
    margin: 10px 0 25px !important;
    text-align: center;
	   text-transform: capitalize;
}

.filter-formnews
 {
  display: block;
  background-color: #1b4a73;
  position: relative;
  text-align: center;
  padding: 5px;
}
.filter-formnews select {
  background-image: url(images/sprite.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
  text-indent: 0;
  background-position: right 12px;
  width: 243px;
  height: 39px;
  padding: 11px 13px;
  margin: 3px;
  appearance: normal;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: none;
  background-color: #0c2940;
  color: #f6f4f2;
  font-size: 14px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .filter-formnews select {
    background-image: url(images/sprite-ret.png);
    background-size: 600px 600px;
  }
}
.filter-formnews h4 {
  font-family: 'Futura', Arial, sans-serif;
  font-size: 14px;
  color: #FFFFFF;
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  left: 34px;
  line-height: 57px;
}

.menu-header form.filter-formnews {
  margin-top: 45px;
}
.menu-header form.filter-formnews h4 {
  position: relative;
  float: left;
  margin: 0 30px 0 34px;
  left: 0;
  line-height: 45px;
}
.menu-header form.filter-formnews select {
  float: left;
}
