/*
THEME NAME: Thematic
THEME URI: http://themeshaper.com/thematic/
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: 0.9.7.7
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
.
The Thematic Theme is copyright Ian Stewart http://themeshaper.com/
This work, like WordPress, is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/

/* 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');

/* Load Google Webfonts:
	Volkhov Italic
	Gentium Book Basic
        Gentium Book Basic Italic
	Old Standard TT
	Old Standard TT Bold
*/
@import url(http://fonts.googleapis.com/css?family=Old+Standard+TT:700,400|Vollkorn:400,400italic|Gentium+Book+Basic:400,700,400italic);

/* -------------------------------------------------------------- 
   
   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
   neccesary and will be removed.
   
   Cheers. --Ian Stewart
  
-------------------------------------------------------------- */   
/* --------------------------
    Page Template*/
body {
    min-width:940px;
}
#header {
	width:895px;
    margin:0 auto;
    position:relative;
	background: url("library/images/header-bg.jpg") no-repeat 0 0;
	height:135px;
}
#header #branding {
    text-align:center;
	padding-top:24px;
}
#access {
    position:relative;
    margin-top:13px;
}
#main {
    padding: 52px 0 22px;
    width:895px;
    margin:0 auto;
    overflow:hidden;
    position:relative;
}
#container {
    width:590px;
    margin: 0;
    float:left;
}
#content {
    width:590px;
    overflow:hidden;
    margin: 0;
}



.main-aside {
    width:300px;
    float:left;
    position:relative;
}

#secondary {

}
#footer {    
    clear:both;
}
#subsidiary {
    width:940px;
    margin:0 auto;
    overflow:hidden;
}
#subsidiary .aside {
    width:300px;
    float:left;
    margin:0 20px 0 0;
}
#subsidiary #third {
    margin:0;
}
#siteinfo {
    clear:both;
    width:895px;
    margin:0 auto;
}
#footer {
width:895px;
margin: 0 auto;
}
#lower-sheet{
    width:919px;
    margin:0 auto;
    height: 12px;
    background:url("library/images/sheet-shadow-bottom.png") no-repeat 0 0;

}

/*
    Full Width Template
*/

.page-template-template-page-fullwidth-php #container {
	margin:0;
	width:940px;
}

.page-template-template-page-fullwidth-php #content {
	margin: 0 0 0 10px;
	width:940px;
}

.page-template-template-page-fullwidth-php #comments {
    width:540px;
}

.page-template-template-page-fullwidth-php img{
    vertical-align: top;
}

.slug-foreign-editions .entry-content img {
    margin: 0;
    max-width:100%;
}

.entry-content img {
    margin: 0 0 18px 0;
    max-width:100%;
}
.alignleft,
img.alignleft {
	float: left;
    margin-right:20px;
}
.alignright,
img.alignright {
	display: block;
	float: right;
    margin-left:20px;
}
.aligncenter,
img.aligncenter {
	margin-left:auto;
	margin-right:auto;
	display: block;
	clear: both;
}
.wp-caption {
	text-align: center;
	margin-bottom:18px;
        letter-spacing: 0.3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	margin: 0;
	padding:5px;
}
.gallery img {
    margin:0;
}
.wp-smiley { /* Prevent the smileys from breaking line-height */
	max-height:12px;
	margin:0 !important;
}

/*Custom Headlines*/
h1.with-links{
    position: relative;
}

.headline-links{
    float: right;
}

.headline-links a{
    font:normal 15px/18px 'Old Standard TT',serif;
    display: block;
    text-align: right;
    text-decoration: underline;
    margin-top: 2px;
}

.group:before,
.group:after {
    content: "";
    display: table;
} 
.group:after {
    clear: both;
}
.group {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}



/*added 8.17.16*/

.pageid-8501 h2 { color: black; padding: 10px 0 0 0; font-family: 'Old Standard TT',serif; }

strong.red { color: #af2613; }

body { background-color: #ac8c4a; }
