/*
Theme Name: Greene
Theme URI: http://underscores.me/
Author: Kiviranna
Author URI: http://kiviranna.com/
Description: Thomas Christopher Greene
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: greene
Domain Path: /languages/
Tags:

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.

 Greene is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc.

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


/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}


/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	color: #2d2621;
	font-family: 'Calibri', sans-serif;
	font-size: 15px;
	font-size: 1.5rem;
	/*line-height: 1.5;*/
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
    margin:0;
    padding:0;
	/*clear: both;*/
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 1.5em 0;
}

/* Text elements */
p {
	margin-bottom: 1.5em;
	line-height:1.5em;
}
/*
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
*/
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
	display:block;
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa #bbb;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/* Links */
a {
	color: #3391b2;
}
a:visited {
	color: #3391b2;
}
a:hover,
a:focus,
a:active {
	color: #3391b2;
	text-decoration:none;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}
.clear {
    clear:both;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}


/* =Menu
----------------------------------------------- */

.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	float: left;
	position: relative;
}
.main-navigation a {
	display: block;
	text-decoration: none;
}
.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	display: none;
	float: left;
	left: 0;
	position: absolute;
	top: 1.5em;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul a {
	width: 200px;
}
.main-navigation ul ul li {
}
.main-navigation li:hover > a {
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul {
	display: block;
}
.main-navigation li.current_page_item a,
.main-navigation li.current-menu-item a {
}

/* Small menu */
.menu-toggle {
	cursor: pointer;
	display: none;
}

@media screen and (max-width: 600px) {
	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
	}

	.main-navigation ul {
		display: none;
	}
}


/* =Content
----------------------------------------------- */

.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}


/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-main .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-main .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-main .gallery dd {
	margin: 0;
}
.site-main .gallery-columns-4 .gallery-item {
}
.site-main .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* =Navigation
----------------------------------------------- */

.site-main [class*="navigation"] {
	margin: 0 0 1.5em;
	overflow: hidden;
}
[class*="navigation"] .nav-previous {
	float: left;
	width: 50%;
}
[class*="navigation"] .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}


/* =Comments
----------------------------------------------- */

.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}


/* =Widgets
----------------------------------------------- */

.widget {
	/*margin: 0 0 1.5em;*/
	margin:0;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}


/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}


/* ---------------------------------------------------------------------- */

/* Base font size: 15px */

/* Headers */
h1 {
    font-family:'Cambria W01 Regular', Arial;
    color:#af502b;
    font-size: 1.733em; /* 26px */
    line-height:1em;
}
h2 {
    font-family:'Cambria W01 Regular', Arial;
    color:#ffffff;
    font-size: 1.333em; /* 20px */
}
h3 {
    font-family:'Cambria W01 Regular', Arial;
    color:#af502b;
    font-size: 2.000em; /* 30px */
    line-height:1em;
}
h4 {
    font-family:'Cambria W01 Italic', Arial;
    color:#9c8879;
    font-size: 1.400em;  /* 21px */
}
h5 {
    font-family:'Cambria W01 Regular', Arial;
    color:#2d2621;
    font-size: 1.200em;  /* 18px */
    padding-bottom:0.5em;
}
h6 {
    font-family:'Cambria W01 Regular', Arial;
    color:#2d2621;
    font-size: 1.067em;  /* 16px */
    padding-bottom:0.5em;
}
/* Headers (end) */

/* Containers */
header, section, footer {
    width:300px;
    margin:0 auto;
}
section {
    padding:6px 20px 0;
}
#container {
    overflow:hidden;   
}
.top {
    background-image: url("images/bkg_Header_mobile.gif");
    background-repeat:repeat-x;
    width: 100%;
    height:88px;
}
.middle {
}
.bottom {
    background:#37302b;
    color:#a09c9c;
}
.bottom-box {
    position:relative;   
}
.bottom-black {
    background:#2d2621;
    height:10px;
}

.footer {
    background-image: url("images/bkg_Footer.gif");
    background-repeat:repeat-x;
    width: 100%;
    height:309px;
}
/* Containers (end) */


/* Sections */
.content, .content-full {
    margin:0 auto;
    /*padding-bottom:20px;*/
}
.content {
    width:86.66%;
}
.content-full {
    width:100%;
}


.middle-page {

}
.middle-page section {
    width:100%;
    padding:0;
}
.content-page {
    width:300px;   
}
/* Sections (end) */


/* Header */
#facebook {
    display:none;   
}
header nav[role="navigation"] {
    float: none;
    width: 100%;
    /*width: 94.0625%; /* 301/320 */
}
header nav[role="navigation"] ul {
    background: none repeat scroll 0 0 transparent;
    float: none;
    width: 100%;
    /*width: 94.0625%; /* 301/320 */
}
header nav[role="navigation"] ul li {
    float: left;
    width: 49.0625%; /* 149/300 */
    /*height: 47px;*/
    /*margin: 0.4%;  3/320 */
    margin:1px;
}
header nav[role="navigation"] ul li a {
    -moz-box-sizing: border-box;
    color: #d0d0d0;
    background:#383434;
    font-size:16px;
    line-height:20px;
    font-family:'Calibri', Arial;
    margin:0;
    padding: 10px 0;
    display:block;
    text-align:center;
    text-decoration: none;
    width: 100%;
    height: auto;
}
header nav[role="navigation"] ul li a.single {
    padding: 17px 0;
}
header nav[role="navigation"] ul li.current_page_item {
    background: #ffffff;
}
header nav[role="navigation"] ul li.current_page_item a {
    color: #af502b;
    background: #ffffff;
}
header nav[role="navigation"] ul li a:hover {
    color: #af502b;
    background: #ffffff;
}
header nav[role="navigation"] ul li.current_page_item a:hover {
    color: #af502b;
    background: #ffffff;
}
/* Header (end) */


/* Content */
.content-logo {
    width:100%;
}
#home-logo {
    width:100%;
    display:inline-block;
    position:relative;
    border-bottom:1px solid #c5c9cc;
    margin: 25px auto;
}
#home-logo a {
    font-size:0px;
    line-height:0px;
    width:72.54%;
    max-width: 220px;
    display:block;
}
#home-logo img {
    width:72.54%;
    max-width: 220px;
    height:auto;
}
#logo-mask {
    position:absolute;
    width:48%;
    height:2px;
    background:#ffffff;
    bottom:-2px;
}
#page-header {
    display:none;
}
#home-featured {
}
#home-featured-image {
    display:none; /* hide larger book photo */   
}
#home-featured-image-mobile {
    text-align:center;
}
#home-featured-image-mobile img {
    width:77.45%;
    max-width:275px;
    height:auto;
}
#home-featured-copy {
    /*margin-left:20px;*/
    padding-bottom:10px;
}
.quote {
    color:#9f9b99; /* grey */
}

hr {
    border-top: 1px dotted #c5c9cc;
    background-color: #fff;
    height: 1px;   
    width:100%;
}

/* Shop */
.content-shopnow {
    width:100%;
    clear:both;
    padding-top:30px;
}
.content-shopbuttons {
    clear:both;
    padding-bottom:0;
}
.shopnow-box {
    border-bottom:1px solid #c5c9cc;
    position:relative;
}
.shopnow {
    position:absolute;
    background:#ffffff;
    bottom:-2px;
    /*margin-left:20px;*/
}
.shopnow h1 {
    font-size: 1.733em; /* 26px */
    color:#2d2621;
    float:left;
    margin:0 2px;
}
.shopnow p {
    font-family:'Cambria W01 Regular', Arial;
    font-size:0.800em; /* 12px */
    color:#9f9b99;
    float:left;
    margin:0;
    margin:10px 4px 0 1px;
}
.shop-buttons a {
    display:block;
    background:#f5f5f5;
    border-right:1px solid #e6e6e6;
    border-bottom:1px solid #e6e6e6;
    width:100%;
    margin: 10px auto;
    color:#0d7ba4;
    text-align:center;
    text-decoration:none;
    padding:10px 0;
    line-height:2em;
}
.shop-buttons a:hover {
    background:#8dc8dc;
}
.amazon span {
    background: url("images/icon_Amazon.png") no-repeat;
    padding:6px 0 5px 30px;
}
.bn span {
    background: url("images/icon_BarnesNoble.png") no-repeat;
    padding:8px 0 5px 30px;
}
.bpb span {
}
#view-all-books {
    display:none;
}
#view-all-books-mobile {
    text-align:center;
    padding:12px 0 20px;
}
#view-all-books-mobile a {
    text-decoration:none;
}
#view-all-books-mobile a:hover {
    text-decoration:underline;
}
#view-all-books-mobile a span {
    background: url("images/link_ViewAllBooks.gif") no-repeat 96px 0;
    padding-right:26px;
}
/* Content (end) */


/* Content */
.content-blog, .content-bio { 
}
.content-bio {
    background: url("images/bkg_Script_brown.gif") no-repeat;
    background-position: center center;
    padding-bottom:0;
}
.home section {
    /*width:82%;   */
}
.home-blog {
    width:98%;
}
.home-blog h3 {
    font-family:'Cambria W01 Italic', Arial;
    color:#ffffff;
    font-size: 1.400em;  /* 21px */
    line-height:1em;
}
.home-bio {
    width:98%;
}
.home-bio h3 {
    color: #FFFFFF;
    font-family: 'Cambria W01 Italic',Arial;
    font-size: 1.4em;
    line-height: 1em;
}
.home-bio-photo {
    text-align:center;
}
.banner {
    height:28px;
    padding:20px 0;
}
.header-banner {
    background:#af502b;
    height:28px;
    width:100%;
}
.header-banner h2 {
    float:left;
    width:80%;
    line-height:1.5em;
}
.header-banner span {
    background: url("images/bkg_Header_Banner_brown.gif") no-repeat;
    height:28px;
    float:right;
    width:8px;
}
.bottom-grey .header-banner span {
    background: url("images/bkg_Header_Banner_grey.gif") no-repeat;
}
.header-banner h2 {
    color:#ffffff;
    padding:0 0 0 20px;
}

/* Content (end) */


/* About the Author */
.about {
    /*width:86.66%;*/
    width:96%;
    margin:0 auto;
}

.featured-work {
    /*padding:10px 0 0;*/
}
.featured-image {
    /*padding:10px 0;   */
    padding-left:20px;
}
.featured-copy {
    padding:20px 0 0 20px;
}

.about-copy img {
    padding:20px 0;   
}
.content-featured {
    padding-bottom:0;
}

.bottom-grey {
    background:#e7e5e5;
    color:#2d2621;
}
.bottom-grey h3 {
    font-family:'Cambria W01 Regular', Arial;
    color:#2d2621;
}
.bottom-grey {
    background:#e7e5e5;
    color:#2d2621;
}
.bottom-grey .shopnow {
    background:#e7e5e5;
}

.sidebar .content-shopnow {
    width:300px;
    margin:0 auto;
}
.sidebar .content-shopbuttons {
    width:300px;
    margin:0 auto;
}

/* About the Author (end) */


/* Books */
.book {
    /*width:86.66%;*/
    width:96%;
    margin:0 auto;
}
.book h3 {
    font-family:'Cambria W01 Regular', Arial;
    font-size:2.000em;
    color:#af502b;
    padding-top:0.5em;
}
.book-container:last-child hr {
    border:none;
}
.book-container .content {
    width:100%;
}
.book-container .content-shopbuttons {
    padding-bottom:10px;   
}


.sidebar {
    width:100%;
    margin:0;
    padding:0;
}
.sidebar .content-featured {
    margin:0 auto; 
    width:300px;
}
.sidebar .featured-author {
    background: url("images/bkg_Script_grey.gif") no-repeat;
    background-position: center 100px;
    padding-bottom:0;
}
.sidebar .featured-author-copy {
    float:none;
    padding:0;
    width:89%;
    margin:0 auto; 
}
.sidebar .featured-author-copy h3 {
    font-family:'Cambria W01 Italic', Arial;
}
.sidebar .featured-author-photo {
    display:none;   
}
.sidebar .featured-author-photo-mobile {
    text-align:center;
    width:89%;
    margin:0 auto; 
}
/* Books (end) */


/* Contact */
.contact-form {
    /*width:86.66%;*/
    width:96%;
    margin:0 auto;
    padding-bottom:40px;
}
.contact-form input,
.contact-form textarea {
    background:#e7e5e5;
    border:0;
    border-radius:0;
    color:#2d2621;
    margin:10px 0;
    padding:8px 10px;
    width:93%;
}
.input-name, .input-email {
    margin-bottom:0 !important;
}
.contact-copy h1 {
    padding-bottom:10px;   
}
.submit {
    width:108%;   
}
.submit input {
    background:#f5f5f5;
    border-right:1px solid #e6e6e6;
    border-bottom:1px solid #e6e6e6;
    color:#0d7ba4;
    text-align:center;
    text-decoration:none;
    padding:10px 0;
    line-height:2em;
    font-size: 1.067em;   /* 16px */
    
    /*font-family:'Cambria W01 Regular', Arial; */
}
.submit input:hover {
    background:#8dc8dc;
    box-shadow: none;
    border-right:1px solid #e6e6e6;
    border-bottom:1px solid #e6e6e6;
    text-shadow:none;
}

/* Contact (end) */


/* Blog */
.blog-form {
    /*width:86.66%;*/
    width:96%;
    margin:0 auto;
    padding-bottom:40px;
}
.blog-copy {
    width:96%;
    margin:0 auto;
}
.blog-container h3 {
    margin-bottom:0.5em;
}
.blog-container h6 {
    color:#b4b4b4;
}
.blog-container p {
    margin-bottom:0;
}
.blog-container:last-child hr {
    border:none;
}

.blog-featured {
    width:86.66%;
    margin:0 auto;   
}
.blog-featured h6,
.blog-featured h3,
.blog-featured p {
}
.blog-date {
    width:52px;
    float:left;
    margin:0 0 0 20px;
}
.blog-month, .blog-day, .blog-year {
    font-family:'Cambria W01 Regular', Arial;
    background:#b7b7b7;
    border:1px solid #d5d5d5;
    margin-bottom:1px;
    width:100%;
    display:block;
    text-align:center;
}
.blog-month {
    color:#ffffff;
    font-size:0.800em; /* 12px */
}
.blog-day {
    font-family:'Cambria W01 Bold', Arial;
    color:#5a5a5a;
    font-size: 2.267em; /* 34px */
}
.blog-year {
    color:#ffffff;
    font-size: 0.933em;  /* 14px */
}
.blog-teaser {
    width: 66%;
    float:right;
}
.blog-teaser h3 {
    color:#af502b;
}


/* Nav */
.blog-nav {
    margin: 0 auto;
    width: 92%;
    margin-bottom:30px;
}
.blog-copy {
    margin: 0 auto;
    width: 92%;
}
.blog-nav-back {
    /*float:left;   
    width:30%;*/
    float:none;   
    width:100%;
}
.blog-nav-buttons {
    /*width:30%;
    float:right;*/
    width:100%;
    float:none;
}
.blog-buttons-prev {
    width:45%;
    float:left;
}
.blog-buttons-next {
    width:45%;
    float:right;
}
.blog-nav a {
    display:block;
    background:#f5f5f5;
    border-right:1px solid #e6e6e6;
    border-bottom:1px solid #e6e6e6;
    width:100%;
    margin: 10px auto;
    color:#0d7ba4;
    text-align:center;
    text-decoration:none;
    padding:10px 0;
    line-height:2em;
}
.blog-nav a:hover {
    background:#8dc8dc;
}

.blog-nav-back span {
    background: url("images/icon_ArrowLeft.png") no-repeat 0 3px;
    padding:0 0 0 20px;
}
.blog-buttons-prev a span {
    background: url("images/icon_ArrowLeft.png") no-repeat 0 3px;
    padding:0 0 0 20px;
}
.blog-buttons-next a span {
    background: url("images/icon_ArrowRight.png") no-repeat 54px 3px;
    padding:0 30px 0 20px;
}

/* Blog (end) */


/* Footer */
.copyright {
    padding:24px 0 12px;
}
.copyright span {
    display:block;
}
#footer-links li {
    padding:2px 0;   
}
.facebook {
    display:none;   
}
.facebook-mobile {
    margin-top:10px;
}
.facebook-mobile a {
    background-image: url("images/icon_Facebook.png");
    background-repeat:no-repeat;
    text-indent:-5000px;
    width: 28px;
    height:28px;
    display:block;
}
.facebook-mobile a:hover {
    background-image: url("images/icon_Facebook_o.png");
    background-repeat:no-repeat;
    width: 28px;
    height:28px;
    display:block;
}

/* Content (end) */



/* WordPress fixes */
.type-page header, 
.type-page section,
.type-page footer,
.type-post header, 
.type-post section,
.type-post footer {
    width:inherit !important;   
}
.more-link {
   display: none;
}

/* WordPress fixes (end) */

@media print {

}

@media (min-width: 1100px) {

}

@media (max-width: 980px) {

}

@media (max-width: 480px) {

}

@media(-webkit-min-device-pixel-ratio: 2) {

}