/*
Theme Name: Tess Callahan
Theme URI: https://tesscallahan.com
Description: Custom wordpress template made for Tess Callahan
Version: 1.0
Author: One Flight Up Design &amp; Innovation, Inc.
Author URI: http://www.oneflighupdesign.com
The CSS, XHTML and design is released under GPL: http://www.opensource.org/licenses/gpl-license.php
*/

@import url("https://fonts.googleapis.com/css?family=Marcellus");

/**************************************************************************************/
/*************************   styles by ONE FLIGHT UP DESIGN   *************************/
/************************   http://www.oneflightupdesign.com   ************************/
/*************************************   c2009   **************************************/
/***************************** revised 2015 by sunshine *******************************/
/**************************************************************************************/

* {   /* 0's out the margin & padding on everything */
	margin: 0px;
	padding: 0px;
	}

/* =========================================================
				MAIN BODY CONTAINER & STRUCTURE
============================================================ */

html {
	height: 100% 
	}
body {
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family: Helvetica, Arial, sans-serif;
	font-family: 'Marcellus', serif;
	font-size: 14px;
	line-height: 1.0;
	color: #5d696b;
	background-image: url(images/tc-bg-body.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #ffffff;
	}
#container { /***** THIS IS THE MAIN OUTER CONTAINER ON ALL PAGES ******/
	width: 100%;
	margin: 0px auto;
	position: relative;
	text-align: left;
	background-image: url(images/tc-nav-border.gif);
	background-position: center 119px;
	background-repeat: repeat-x;
	}
#header, #page, #footer {
	width: 946px !important;
	margin: 0px auto;
	position: relative;
	}	
#header {
	height: 165px;
	background-image: url(images/tc-bg-header.png);
	background-position: center top;
	background-repeat: no-repeat;
	overflow: visible;
	z-index: 5;
	}		
#page {
	background-image: url(images/tc-bg-page.png);
	background-position: center top;
	background-repeat: repeat-y;
	overflow: auto;
	}
#footer {
	height: 105px;
	background-image: url(images/tc-bg-footer.png);
	background-position: center top;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5098ab;
	}
#sidebar {
	float: left;
	width: 125px;
	overflow: auto;
	margin-top: 165px;
	margin-left: 78px;
	padding-top: 0px;/*12px*/
	padding-bottom: 80px;
	border-right: solid 2px #5d696b;
	}
#content {
	padding-top: 80px;
	padding-left: 250px;
	padding-bottom: 20px;
	margin-right: 70px !important;
	min-height: 425px;
	height: auto !important;
	height: 425px;
	}
#content.main {
	padding-top: 80px;
	padding-left: 247px;
	margin-right: 50px !important;
	background-image: url(images/tc-book-apriloliver.png);
	background-position: right 165px;
	background-repeat: no-repeat;

/* 1st paragraph ofset 240px */
	}

/* =========================================================
				TEXT STYLES
============================================================ */
  
h1 {
	font-family: 'Marcellus', serif;
	font-size: 75px;
	font-weight: normal;
	font-variant: small-caps;
	letter-spacing: 0.025em;
	color: #00577b;
	margin-left: 373px !important;
	padding-top: 38px;
	}
h1 a {
	color: #00577b !important;
	}
h2 {
	font-family: "ValentinaJF.ttf", ValentinaJF, Palatino, serif;
	font-family: 'Marcellus', serif;
	font-size: 35px;
	font-weight: normal;
	color: #008d86;
	width: 78%;
	border-bottom: solid 1px #5d696b;
	margin-bottom: 20px;
	}
.BlogPost h2 {
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	font-family: 'Marcellus', serif;
	font-size: 25px;
	font-style: italic;
	}
h3 {
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	font-family: 'Marcellus', serif !important;
	font-size: 22px !important;
	font-style: normal !important;
	font-weight: normal !important;
	line-height: 22px;
	color: #003455 !important;
	letter-spacing: .05em !important;
	margin-bottom: 20px;
	}
#content.main h3 {
	font-size: 22px;
	font-weight: bold;
	line-height: 38px;
	color: #32a09c;
	margin-bottom: 50px;
	margin-left: 20px;
	}
#content.main h3 .dropcap {
	font-family: 'Marcellus', serif !important;
	float: left;
	font-weight: bold;
	position: relative;
	top: 0px;
	font-size: 80px !important; 
	line-height: 75px !important;
	margin-bottom: 0px;
	margin-right: 15px;
	}
#content.search h4 {
	color: #5d696b;
	margin-bottom: 10px;
	}
p {
	line-height: 1.4;
	margin-bottom: 20px;
	}
blockquote p {
	line-height: auto;
	margin-bottom: 0px;
	}
small {
	font-size: 80%;
	}
blockquote {
	position: relative;
	b ackground-image: url(images/tc-quotes.png);
	b ackground-position: 0px 3px;
	b ackground-repeat: no-repeat;
	line-height: 1.3;
	p adding-left: 40px;
	margin-bottom: 10px;
	font-size: 14px !important;
	letter-spacing: 0.05em;
	color: #025c95 !important;
	font-style: normal !important;
	}
#content.main blockquote {
	margin: 0px 0px 5px 20px;
	width: 260px !important;
	font-size: 15px !important;
	text-indent: 16px;
	}
#content.main blockquote:nth-of-type(3) {
	margin: 0px 0px 5px 0px;
	width: 290px !important;
	}
#content.main blockquote:before {
	content: '“'; /* ” */
	position: absolute;
	top: -15px;
	left: -18px;

	font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
	font-size: 54px;
	font-style: normal;
	font-variant: normal;
	color: #003455;
	}
#content.main blockquote em {
	font-size: 24px !important;
	font-style: normal;
	color: #003455 !important;
	margin-left: 20px;
	line-height: 1.0;
white-space: nowrap;
	}
#content.main blockquote em:after {
	content: '”';
	position: absolute;
	margin-left: -15px;
	font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
	font-size: 44px;
	font-style: normal;
	font-variant: normal;
	color: #003455;
	}
#content.main blockquote:nth-of-type(3) em:nth-of-type(1):after {
	display: none;
	}
#content.main blockquote:nth-of-type(3) em:nth-of-type(2):after {
	margin-left: -43px;
	}
cite {
	display: block;
	text-align: right;
	font-style: normal;
	font-weight:bold;
	line-height: 1.2;
	margin-bottom: 30px;
	}	
cite small {
	display: block;
	font-weight: normal;
	}
#content.main cite {
	position: relative;
	margin-bottom: 30px;
	width: 275px !important;
	font-size: 14px !important;
	letter-spacing: 0.05em;
	color: #025c95 !important;
	font-style: normal !important;
	font-variant: small-caps;
	}
#content.main cite a {
	color: #025c95 !important;
	}
#content.main cite:before {
	content: '-';
	position: relative;
	margin-right: 5px;
	font-variant: normal;
	}


#content.main cite a {
	c olor: #91cecc;
	b ackground-image: url(images/tc-arrow-rt.gif);
	b ackground-position: top right;
	b ackground-repeat: no-repeat;
	p adding-right: 12px;
	}
#content.main cite a:hover {
	c olor: #41a6a3;
	}
#content.main blockquote + p + blockquote + p + blockquote + p {
	margin-bottom: 70px !important;
	}
#pullQuote {
position: absolute;
top: 100px;
left: 20px;
padding: 15px;
width: 180px;
h eight: 300px;
border: 7px solid #ffffff;
-moz-transform: rotate(-2deg);
-webkit-transform: rotate(-2deg);
-o-transform: rotate(-2deg);
-ms-transform: rotate(-2deg);
transform: rotate(-2deg);
background-color: #ffffff;
background-color: rgba(255,255,255,0.85);
-webkit-box-shadow: -2px 4px 10px 0 rgba(0,0,0,0.6);
box-shadow: -2px 4px 10px 0 rgba(0,0,0,0.6);
}
#pullQuote quote {
	display: block;
	position: relative;
	margin-bottom: 15px !important;
	font-size: 18px;
	color: #003455;
	letter-spacing: 0.05em;
	line-height: 25px;
	}
#pullQuote quote:before {
	content: '“'; /* ” */
	float: left;
	position: relative;
	top: 45px;
	margin: 0px 5px 0px -7px;
	font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
	font-size: 150px;
	font-weight: bold;
	color: #025c95;
	line-height: 28px !important;
	}
#pullQuote quote:after {
	content: '”';
	display: inline;
	position: absolute;
	m argin: 0px 0px 0px -15px;
	font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
	font-size: 75px;
	font-weight: bold;
	font-variant: normal;
	color: #025c95;
	line-height: 55px !important;
	}
#pullQuote cite {
	float: right;
	margin-bottom: 0px !important;
	width: auto !important;
	}


/* =========================================================
				LINK STYLES
============================================================ */

a, a:visited {
	text-decoration: none;
	color: #008d86;
	}
a:hover, a:active {
	text-decoration: underline;
	}
a:active, a:focus {
	outline: 0;
	}
h1 a {
	color: #008d86;
	}
h1 a:hover {
	text-decoration: none;
	}
#footer a {
	font-size: 12px;
	font-weight: bold;
	color: #5098ab;
	}
#footer a:hover {
	color: #6cbacf;
	text-decoration: none;
	}
#footer a.designby {
	width: 63px;
	height: 14px;
	display: inline-block;
	text-indent: -9999px;
	margin-left: 6px;
	margin-top: 2px;
	background-image: url(images/tc-logo-ofu.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	}
#footer a.designby:hover {
	background-position: 0px -14px;
	}
#footer a.publisher {
	display: block;
	height: 30px;
	padding-top: 2px;
	padding-left: 30px;
	background-image: url(images/tc-logo-grandcentralpublishing.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	}
#footer a.publisher #subtext {
	display: block;
	font-weight: normal;
	white-space: nowrap;
	font-size: 7px;
	}
a#excerpt {
	width: 172px;
	height: 188px;
	text-indent: -9999px;
	background-image: url(images/tc-button-excerpt-OpenBook.png);
	background-repeat: no-repeat;
	float: right;
	margin: 10px -25px 75px 20px;
	}
#content.main a#excerpt {
	position: absolute;
	top: 446px;
	right: 20px;
	float: none;
	margin: 0px;
	}
#content.search h4 a {
	color: #5d696b;
	}
a.more-link {
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	font-size: 90%;
	font-style: italic;
	}
.post-date a {
	display: block;
	margin-top: 5px;
	}


/* =========================================================
				LIST STYLES
============================================================ */

ol.commentlist {
	list-style-type: none;
	}
ol.commentlist li {
	border-bottom: dashed 1px #c1f0ee;
	margin-bottom: 20px;
	}
ol.commentlist li.bypostauthor {
	margin-top: -20px;
	padding: 20px 0px 0px 20px;
	background-image: url(images/Author-Icon.png);
	background-repeat: no-repeat;
	}
ol.commentlist .comment-author {
	float: left;
	margin-bottom: 5px;
	}
ol.commentlist li.bypostauthor .comment-author {
	
	}
ol.commentlist li.bypostauthor .comment-author a {
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	font-size: 22px;
	font-style: italic;
	line-height: 22px;
	text-transform: capitalize;
	}
ol.commentlist cite {
	display: inline;
	margin-bottom: 0px;
	}
ol.commentlist .comment-meta {
	display: block;
	text-align: right;
	font-size: 90%;
	}
ol.commentlist p {
	clear: both;
	}
ul#paperbacks {
	list-style-type: none; 
	display: block; 
	float: left; 
	margin: 10px 0px 30px 0px; 
	}
	ul#paperbacks li {
		display: block; 
		float: left; 
		margin-right: 10px; 
		width: 145px; 
		}
		ul#paperbacks li.last { margin-right: 0px;  }
		ul#paperbacks a:hover { text-decoration: none; }
		ul#paperbacks img {
			/*width: 145px;
			height: 225px;*/
			margin-bottom: 5px;
			}
		ul#paperbacks li small {
			display: block;
			margin-top: 5px; 
			}

/* =========================================================
				FLOAT STYLES
============================================================ */

.clearfloat {
	clear:both;
	}
.fltlt { /* float an element left */
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	}
.fltrt { /* float an element right */
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	}
img.alignleft {
	float: left;
	margin: 0 .8em .8em 0;
	}
img.alignright {
	float: right;
	margin: 0 0 .8em .8em;
	}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
.alignleft {
	float: left;
	}
.alignright {
	float: right;
	}

/* =========================================================
				OTHER UNIVERSAL STYLES
============================================================ */

img {
	border:none;
	}
#tess {
	position: absolute;
	top: 0px;
	left: 0px !important;
	width: 250px;
	height: 324px;
	width: 383px;
	height: 248px;
	background-image: url(images/tc-tess-2.png);
	text-indent: -9999px;
	}
p+h3, ol+h3 {
	margin-top: 30px;
	}
.post-date {
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: right;
	}
.post {
	position: relative;
	border-bottom: dashed 2px #c1f0ee;
	margin-bottom: 25px;
	}
#content.BlogPost .post { float: left; }
#content.BlogPost.index .post { float: none; overflow: auto; }

.index .post img {
	float: left;
	margin-left: 0px;
	margin-right: 10px;
	width: 100px;
	width: 200px;
	height: auto;
	/*height: 100px;*/
	}
.BlogPost .post p:first-of-type img {
	max-width: 100%;
	height: auto;
	}
#callIn {
	position: absolute; 
	top: 6px; 
	right: 100px; 
	width: 200px; 
	height: 51px; 
	padding: 13px 0px 0px 52px; 
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif; 
	font-size: 22px; 
	font-weight: bold; 
	line-height: 1.2;
	color: #016a5d; 
	background-image: url(images/tc-icon-phone.png); 
	background-position: top left;
	background-repeat: no-repeat;
	}
	#callIn a {
		text-decoration: none;
		}
	#callIn a:hover {
		color: #00ab96; 
		}
	#callIn small {
		display: block; 
		font-size: 60%; 
		font-weight: normal;
		}

/* =========================================================
				TOP NAV
============================================================ */

ul.topnav,
#topNAV ul.menu {
	display: block;
	list-style: none;
	margin-left: 400px !important;
	position: absolute;
	top: 130px;
	width: 630px;
	overflow:  hidden;
	}
ul.topnav li,
#topNAV ul.menu li {
	display: block;
	float: left;
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	font-family: 'Marcellus', serif;
	font-size: 18px;
	letter-spacing: 0.05em;
	margin-right: 15px;
	line-height: 26px !important;
	height: 28px;
	}
ul.topnav li a,
#topNAV ul.menu li a {
	color: #013449;
	}
ul.topnav li.current_page_item a, 
ul.topnav li a:hover,
#topNAV ul.menu li a:hover,
#topNAV ul.menu li.current_page_item a {
	color: #05C893;
	text-decoration: none;
	}
	
/* =========================================================
				SIDEBAR - LEFT NAV
============================================================ */

#sidebar h2 {
	margin-top: 25px;
	margin-left: 8px;
	color: #005d58;
	border-bottom: none;
	margin-bottom: 0px;
	}
#sidebar ul {
	list-style: inside;
	font-size: 0.9em;
	line-height: 1.4;
	margin: 0px 10px;
	}
#sidebar ul.leftnav  {
	display: block;
	list-style: none;
	margin: 0px 20px;
	text-align: center;
	}
#sidebar ul.leftnav li {
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	font-size: 16px;
	font-style: italic;
	line-height: 1.2;
	border-bottom: 1px solid #5d696b;
	padding: 15px 0px;
	}
#sidebar ul.leftnav li a {
	color: #005d58;
	}
#sidebar ul.leftnav li.current_page_item a, ul.leftnav li a:hover {
	color: #05C893;
	text-decoration: none;
	}
#sidebar ul.leftnav em {
	font-style: normal;
	font-size: 14px;
	}
	#sidebar ul.leftnav li#social {
		padding-top: 10px;
		float: left;
		margin-bottom: 15px;
		}
		#sidebar ul.leftnav li#social small {	
			display: block;
			margin-bottom: 5px;
			}
		#sidebar ul.leftnav li#social a {	
			display: block;
			float: left;
			width: 22px; 
			height: 22px; 
			margin-left: 5px;
			text-indent: -9999px;
			background-repeat: no-repeat;
			}
		#sidebar ul.leftnav li#social a.facebook { background-image: url(images/facebook_22.png); }
		#sidebar ul.leftnav li#social a.twitter { background-image: url(images/twitter_22.png); }
		#sidebar ul.leftnav li#social a.rss { background-image: url(images/rss_22.png); }

/* =========================================================
				HEADER
============================================================ */

#connect {
	position: absolute;
	top: 15px !important;
	right: 55px !important;
	width: 310px !important;
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	font-family: 'Marcellus', serif !important;
	font-variant: small-caps;
	font-size: 14px !important;
	font-weight: normal !important;
	}
	#connect a {
		float: left;
		display: block;
		padding-left: 41px;
		margin-bottom: 5px;
		color: #72d2fa !important;
		background-repeat: no-repeat;
		}
		#connect a.blog { 
			min-height: 28px;
			height: auto !important;
			height: 28px; 
			background-image: url(images/tc-icon-fountainPen.png);
			}
		#connect a.rss { 
			float: right;
			padding-top:2px;
			min-height: 25px;
			height: auto !important;
			height: 25px; 
			background-image: url(images/tc-icon-emailRss.png);
			}
		#connect a small {
			display: block;
			font-weight: normal;
			font-size: 12px !important;
			font-variant: normal;
			}
	#connect a:hover { 
		text-decoration: none; 
		color: #008d86;
		}
	
/* =========================================================
				FOOTER
============================================================ */

#footleft {
	float: left;
	margin-top: 20px;
	margin-left: 107px;
	line-height: 14px;
	}
#footright {
	float: right;
	margin-top: 3px;
	margin-right: 102px;
	line-height: 14px;
	}
ul#socialNetworking {
	list-style-type: none;
	display: block;
	float: left; 
	margin-top: 20px; 
	margin-left: 25px;
	}
	ul#socialNetworking li {	
		display: block;
		float: left;
		margin-right: 15px; 
		}
		ul#socialNetworking li a {
			display: block;
			float: left;
			width: 32px; 
			height: 32px; 
			text-indent: -9999px;
			background-repeat: no-repeat;
			}
			ul#socialNetworking li a.facebook { background-image: url(images/facebook_32.png); }
			ul#socialNetworking li a.twitter { background-image: url(images/twitter_32.png); }
			ul#socialNetworking li a.rss { background-image: url(images/rss_32.png); }
	
/* =========================================================
				WORDPRESS STYLES
============================================================ */

.gallery-caption {
	margin-top: 10px;
	}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
	}
.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	}
hr {
	border: 0;
	color: #cfc887;
	background-color: #cfc887;
	}
fieldset {
	border: 1px solid #ccc;
	padding: 0 1em;
	margin: 0;
	}
legend {
	color: #999;
	font-size: 1.1em;
	font-weight: bold;
	}
ul.subpages {
	padding: 0 0 0 1em;
	margin: 0 0 0 1em;
	list-style: square;
	}
textarea {
	width: 500px;
	resize: none;
	}
	
/**************************************************************************************/
/*********************************   END OFUD STYLES   ********************************/
/**************************************************************************************/

.screen-reader-text,
.post-date small + span { display: none; }