/*
THEME NAME: Thematic
THEME URI: http://thematictheme.com
DESCRIPTION: The ultimate in SEO-ready themes, Thematic is a highly extensible, WordPress Theme Framework featuring 13 widget-ready areas, drop-down menus, grid-based layout samples, plugin integration, shortcodes for your footer, &amp; a whole lot more. Perfect for any blog and <strong><em>the</em></strong> starting point for theme development.
VERSION: 1.0.4
AUTHOR: <a href="http://themeshaper.com/">Ian Stewart</a> &amp; <a href="http://thematic4you.com/">Chris Go&szlig;mann</a>
AUTHOR URI: http://themeshaper.com/
TAGS: white, three-columns, two-columns, fixed-width, theme-options, left-sidebar, right-sidebar, threaded-comments, sticky-post, microformats
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html

.
The Thematic Theme is copyright Ian Stewart http://themeshaper.com/
This work, like WordPress, is released under GNU General Public License, version 2 (GPL).
.

*/

/* Reset browser defaults */
@import url('library/styles/reset.css');

/* Apply basic typography styles */
@import url('library/styles/typography.css');

/* Apply a basic layout */
@import url('library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('library/styles/images.css');

/* Apply default theme styles and colors */
@import url('library/styles/default.css');

/* Prepare theme for plugins */
@import url('library/styles/plugins.css');

/* --------------------------------------------------------------

   Default styles for Images

   I've duplicated these styles here from images.css in
   order to get Thematic through the auto-checker at the
   official WordPress Themes directory.

   When the directory can hunt though css files linked
   through @import the styles below will no longer be
   necessary and will be removed.

   Cheers. --Ian Stewart

-------------------------------------------------------------- */

html {
  height: 100%;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  margin: 0;
  min-height: 100%;
}

#wrapper {
	min-height: 100%;
	height: 100%;
	margin: 0 auto -200px; /* the bottom margin is the negative value of the footer's height */
}

#push {
  min-height: 200px;
}

#header {

background: URL('http://www.oxfordfrancisbacon.com/wp-content/uploads/2017/09/Bacon_Banner-Wide.jpg');
height: 250px;

}

#branding {

background: URL('http://www.oxfordfrancisbacon.com/wp-content/uploads/2015/06/Bacon_Header.png') no-repeat;
height: 93px;
padding-top: 172px;

}

#branding background {

margin-top: 20px;

}


#blog-title {

visibility: hidden;

}

#blog-title a {

color: white;
text-shadow: 1px 1px 0px rgba(0,0,0,.4);

}

#blog-title a:hover {

color: #FF9A00;

}

#blog-description {

visibility: hidden;

}

#access {

border-bottom: none;
z-index:1;

}

.sf-menu {
    border-right: none;
    float:left;
}

.menu-item-79 a {
    background: #601e1c;
    padding-bottom: 10px;
    color: white !important;
    border-bottom: 1px solid #ffffff !important;
}

.menu-item-79 a:hover {
    background: #601e1c !important;
    color: white;
}

.sf-menu a {
    border: none;
    padding: 7px 17px 10px;
    text-decoration: none;
    letter-spacing: 2px !important;
    font-family: "Baskerville", arial, sans-serif;
    font-style: italic;
    font-size: 17px;
}

.current_page_item a {
    background: white;
    color: #601e1c !important;
}

.current_page_item a:hover {
    background: white !important;
}

.current_page_ancestor a {
    background: white;
    color: #274F7D !important;
}

.current_page_ancestor a:hover {
    background: white !important;
}

.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
    color: #ccc;
    letter-spacing: 1px;
}

.sf-menu li {
    background: none;
}

.sf-menu li li {
    background: #fff;
}

/*.sf-menu li li li {
    background: #627501;
}*/

.sf-menu li:hover {
    background: none;
}

.sf-menu li.sfHover {
    background: none;
}

.sf-menu a:focus {
    background: none;
}

.sf-menu a:hover {
    background: none;
    color: white;
}

.sf-menu a:active {
    background: none;
    outline: 0;
    /*border-bottom-color: none;*/
}

.sf-menu ul {
    border-right: none;
    border-bottom: none;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
    top: 32px; /* overriding essential styles */
}

.sf-menu ul ul {
    margin-top:0;
}

.sf-menu ul a {
    color: #ffffff !important;
    background: #737373;
    border-bottom: #A6A6A6 1px dotted !important;
    -moz-border-radius-topleft: 0px !important;
    -moz-border-radius-topright: 0px !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    -webkit-border-top-left-radius: 0px !important;
    -webkit-border-top-right-radius: 0px !important;
}

.sf-menu ul a:hover {
    background: #3d3d3d !important;
    color: white;
    border-bottom: #A6A6A6 1px dotted;
}

.entry-title {

font-family: "Baskerville", arial, sans-serif;
font-size: 32px;
font-weight: normal;
letter-spacing: -1px;
color: #3b3b3b;
border-bottom: 1px dashed rgb(204, 204, 204);
margin-bottom: 5px;

}

.entry-content h1 {

font-family: "Baskerville", arial, sans-serif;
font-size: 30px;
font-weight: normal;
letter-spacing: -1px;
color: black;
line-height: 90%;
padding: 14px 0px 14px;
margin-bottom: 8px;
border-bottom: dashed 1px #CCC;

}

.entry-content h2 {

font-family: 'Baskerville', arial, sans-serif;
font-size: 22px;
letter-spacing: -1px;
font-weight: normal;
padding: 15px 0px 5px;
margin-top: 0px;
margin-bottom: 12px;
border-bottom: dashed 1px #CCC;
color: #black;

}

.entry-content h2 a {

color: #601e1c;
border-bottom: none;

}

.entry-content h2 a:hover {

color: #D02E29;
border-bottom: none;

}

.entry-content h4 {

font-family: 'Baskerville', arial, sans-serif;
font-size: 22px;
text-transform: none;
letter-spacing: 0px;
font-weight: normal;
padding: 5px 0px 5px;
margin-bottom: 12px;
border-bottom: none;

}

.entry-content h4 a {

color: #99a501;
border-bottom: none;

}

.entry-content h4 a:hover {

color: #99a501;
border-bottom: none;

}

.entry-content h6 {

font-family: 'Baskerville', arial, sans-serif;
font-size: 18px;
line-height: 130%;
padding-bottom: 22px;

}

body, input, textarea {

font-size: 13px;
line-height: 165%;
color: #444444;

}

.entry-content h3 {

font-family: 'Baskerville', arial, sans-serif;
font-size: 13px;
font-style: normal;
font-weight: bold;
color: rgb(98, 117, 1);
padding: 28px 0px 0px;
border-bottom: dashed 1px;

}

.entry-content a {

color: #601E1C;
text-decoration: none;
border-bottom: 1px dotted #ccc;

}

.entry-content a:hover {

color: #D02E29 !important
border-bottom: 1px solid #ccc;

}

.entry-content a:visited {

color: #601E1C;

}

.entry-content blockquote {

font-style: normal;
font-weight: bold;
color: white;
background: rgb(168, 168, 168);
margin-top: 25px;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 14px;
padding: 14px 10px 1px 16px;

}

.entry-content blockquote a {
color: #637501 !important;
text-shadow: 0px 1px 0px rgba(0,0,0,.3);
border-bottom: none;

}

.entry-content blockquote a:hover {

color: #99a501 !important;
border-bottom: none;

}

.entry-title a:hover {

color: #99a501 !important;

}

.entry-title a:visited {

color: 99a501;

}

.entry-utility {

margin: 0px 0px 10px;

}

.entry-utility a {

color: #99a501;
border-bottom: 1px dotted #ccc;

}

.entry-utility a:hover {

color: #99a501 !important;
border-bottom: 1px solid #ccc;

}

.entry-utility a:visited {

color: #99a501;

}

.entry-meta a:hover {

color: #99a501 !important;

}

.entry-meta a:visited {

color: #99a501;

}

#primary {

font-weight: normal;
border: dotted 1.5px;
border-color: #3b3b3b;
background: rgba(236, 231, 240, 0.684);
width: 225px;
padding: 14px 0px 0px;

}

#primary a {

color: #white;
border-bottom: none;
text-shadow: 0px 0px 0px rgba(0,0,0,.3);

}

#primary a:hover {

color: #D02E29 !important;

}

#secondary {

font-weight: bold;
background: #a8a8a8;
padding: 12px 0px 0px;

}

#secondary a {

color: #000000;
border-bottom: none;
text-shadow: 0px 1px 0px rgba(0,0,0,.3);

}

#secondary a:hover {

color: #99a501 !important;

}

#secondary img {
    width: 260px;
}

#footer {
  width: 100%;
  background: URL('http://www.oxfordfrancisbacon.com/wp-content/uploads/2017/09/Bacon_Footer_Wide-2.jpg');
  border-top: 10px solid #3b3b3b;
  min-height: 200px;
}

.aside {

color: black;
font-style: italic;
font-size: 11.5px;
text-align: center !important;


}

.aside h3 {

font-family: "Baskerville", serif;
font-style: italic;
font-weight: 500;
font-size: 18px;
letter-spacing: 3.5px;
color: #000000;
margin-bottom: 7px;
text-align: center;

}

.aside a {

color: #601e1c;
text-decoration: none;
border-bottom: none;

}

.aside a:hover {

color: #D02E29 !important;
background: none;
border-bottom: none;

}

.aside a:visited {

color: white;

}

#siteinfo {

color: #99a501;

}

#siteinfo a {

color: white;
text-decoration: none;

}

#siteinfo a:hover {

color: #99a501;
border-bottom: none;

}

#content {

width: 600px;

}

.navigation a {

color: #99a501;
border-bottom: 1px dotted #ccc;

}

.navigation a:hover {

color: #99a501 !important;
border-bottom: 1px solid #ccc;

}

.navigation a:visited {

color: #99a501;

}

#comments h3 {

font-family: "Baskerville", arial, sans-serif;
font-size: 30px;
font-weight: normal;
letter-spacing: -1px;

}

#container {

width: 600px;
margin: 0 auto;
text-align: left;

}

#access {

width: 940px;
margin: 0 auto;
text-align: left;

}

#main {

text-align: left;

}

#siteinfo {

text-align: left;

}

.aside {

text-align: left;

}

.sticky {
background: #f5f5f5;
padding: 20px;
margin-bottom: 22px;

}

.single .hentry {
background: white;

}

#content .aside {
border: 1px solid #ccc;
background: #ccc;
margin: 0px 0px 38px;
padding: 10px 0px 0px;

}

.entry-content img {
    margin: 5px 10px 5px 3px;
    max-width:100%;
}

.entry-content h5 {

border-bottom: #ccc 1px dashed;

}

.entry-content h5 a {

margin-bottom: 15px;
font-weight: bold;
border-bottom: none;

}

.entry-content h5 a:hover {

border-bottom: none;

}

.entry-content table {
	background-color: #f5f5f5;
        border: 1px solid #e7e7e7;
        text-align: center;
}

.aside img {
    margin-bottom: 5px;
}

#content .aside h3 {

font-family: "Baskerville", arial, sans-serif;
font-style: normal;
font-weight: bold;
letter-spacing: -1px;
font-size: 18px;
color: #274f7D;
border-bottom: #737373 1px dashed;
margin-bottom: 8px;

}

.textwidget
 {

margin-bottom: 10px;

}

#wrapper {
  text-align: center;
}

.aside .current_page_item a {

background: none;

}

.aside .current_page_item a:hover {

background: none !important;

}

.clearfix:before,
.clearfix:after {
    display: table;
    content: " ";
}

.clearfix:after {
    clear: both;
}

.col {
  float: left;
}

.col-70 {
  width: 70%;
}

.col-30 {
  width: 30%;
}

.page-title-wrapper {
  border-bottom: 1px dashed rgb(204, 204, 204);
  margin-bottom: 5px;
  padding: 1px 0 7px;
}

.page-title-wrapper h1 {
  font-family: "Baskerville", arial, sans-serif;
  font-size: 32px;
  font-weight: normal;
  letter-spacing: -1px;
  color: #3b3b3b;
  float: left;
}

.page-title-wrapper .search {
  float: right;
}

.advanced-search {
  display: none;
  margin-top: 10px;
}

.advanced-search .advanced-search-header {
  font-size: 14px;
  text-align: right;
}

.advanced-search fieldset {
  margin: 4px 0;
}

.advanced-search .search-box {
  width: 100%;
}

.advanced-search .advanced-search-search-btn {
  margin-top: 10px;
  float: right;
  width: 120px;
}

.search-box {
  border: 1px solid #DFDFDF;
  padding: 5px;
  width: 200px;
}

.search-btn {
  cursor: pointer;
  border: 1px solid #DFDFDF;
  background-color: #fff;
  padding: 8px 12px;
  font-size: 13px;
  font-family: Georgia,serif;
}

#main {
  padding-bottom: 30px;
}

#results {
  padding-top: 20px;
}

#results .result-item {
  padding-bottom: 35px;
}

#results .result-item * {
  font-size: 14px;
  font-family: Georgia,serif;
}

#results .result-item-title {
  font-weight: normal;
  color: #8E2E29;
  border-bottom: none;
  padding: 0;
  margin: 0;
}

#results .result-item-title a {
  color: #8E2E29 !important;
  border: none;
}

#results .result-item-title a:hover {
  text-decoration: underline;
}

#results .result-item-author {
  font-weight: normal;
  padding: 0;
  margin: 0;
}

#results .result-item-label {
  font-weight: bold;
}

#results .result-item-type {
  text-transform: uppercase;
  font-size: 11px;
  font-family: sans-serif;
  color: #666;
}

#results .result-item-url {
  text-align: right;
}

#results .result-item-url a {
  border: none;
}

#results .result-item-url img {
  padding: 0;
  margin: 0;
  width: 20px;
}

#loader {
  display: none;
  margin: 30px auto;
  background: url('imgs/ajax-loader.gif') no-repeat;
  width: 32px;
  height: 32px;
}

#loader.loading {
  display: block;
}

.url-link {
  background: url('imgs/ic_link_black_24px.svg') no-repeat;
  width: 13px;
  height: 12px;
  display: inline-block;
  background-size: 14px;
  margin-left: 2px;
}

#pagination {
  display: block;
  overflow: hidden;
  padding: 8px 0px 5px 0;
  margin: 20px 0 0;
  text-align: right;
}

#pagination ul {
  margin: 0;
  padding: 0;
}

#pagination li {
  display: inline-block;
  border: 1px solid #ccc;
  padding: 0;
  margin: 5px;
  line-height: normal;
}

#pagination li .current,
#pagination li .ellipse,
#pagination li .page-link {
  display: inline-block;
  border: none;
  font-weight: normal;
  line-height: normal;
  padding: 5px 10px;
  margin: 0;
  transition: background-color .3s;
}

#pagination li .current:hover,
#pagination li .page-link:hover {
  cursor: pointer;
  background-color: #efefef;
}

#pagination .active {
  background-color: #efefef;
}

#filter-wrapper {
  text-align: left !important;
  font-style: normal;
  padding-left: 50px;
  margin-top: 57px;
}

#filter-wrapper h3 {
  font-family: serif;
  text-align: left;
  letter-spacing: normal;
  font-style: normal;
  margin-bottom: 9px;
}

#filter-wrapper h4 {
  font-size: 14px;
  margin-bottom: 3px;
  text-transform: capitalize;
}

#filter-wrapper .filter-group {
  display: inline-block;
}

#filter-wrapper .select-wrapper {
  position: relative;
}

#filter-wrapper select {
  background: none;
  width: 180px;
  padding: 6px;
  border: 1px solid #DFDFDF;
  font-size: 12px;
  margin-bottom: 10px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -webkit-appearance: none;
  text-transform: capitalize;
}

#filter-wrapper .down-arrow {
  position: absolute;
  right: 8px;
  top: 5px;
}

#clear-filters {
  font-size: 12px;
  margin-top: 5px;
  background: none;
  border: 1px solid #DFDFDF;
  padding: 6px;
}