/*
Theme Name: Heidi Cohen
Theme URI: http://wordpress.org/
Description: The 2010 default theme for WordPress.
Author: the WordPress team</a> with modification by <a href="http://LarryAronson.com">Larry Aronson
Template: twentyten
Version: 1.0
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
*/


/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
/*	clear: both; */
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}

blockquote + p {
  margin: -1em 2em 1em auto;
  padding-top: 0 1em 0 0;
  text-align: right;
}

/* special blockquote formatting */
body.postid-6379 blockquote {
	padding-left: 0;
}
body.postid-6379 blockquote p:before {
	content: url(images/blockquote.gif); 
}
body.postid-6379 blockquote p {
	font: bold 1.1em cursive;
	line-height: 1.25em;
	color: #620020;
}
body.postid-6906 blockquote {
	padding-left: 30px;
}
body.postid-6906 blockquote:before {
	content: url(images/blockquote.gif); 
}
body.postid-6906 blockquote p {
	font: bold 1.1em cursive;
	line-height: 1.25em;
	color: #620020;
}
body.postid-8250 blockquote strong {
	color: #620020;
}
body.postid-8250 blockquote p:before {
	content: url(images/blockquote.gif); 
}

/* tweak the RSS feed from the Newsletter archive 
body.page-id-13447 div.wp_rss_retriever_container { display: none; }
body.page-id-13447 li.wp_rss_retriever_item { 
  margin-bottom: 2px;
  padding-bottom: 0 !important; 
  list-style-type: disc;
  font: bold italic 0.9em sans-serif; 
}
*/

del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }

#footer {
	clear: both;
	width: 100%;
}

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: Lato, Georgia, "Bitstream Charter", serif;
}

h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
input[type=submit]
{
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}



/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main { margin: 0 auto; width: 1000px; }
#wrapper {
	margin: 0 1%;
	width: 95%; 
}

/* no sidebar anymore 2023-08-28 */
  #primary { display: none; }
  #content { margin-right: 0; }

#wrapper {
	margin-top: 0px;
	border-top: 8px solid #ff2b06;
	background: #fff url(images/AMG-Logo-small.png) no-repeat 20px 10px;
	padding: 0 20px;
	position: relative; 
	top: auto; right: auto;
}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	float: left;
	width: 225px;
	font-weight: bold;
	font-size: 14px;
}
#site-generator {
	float: left;
	width: 600px;
}

#site-license {
	float: right; 
}



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

/* Main global 'theme' and typographic styles  */
body {
	background-color: #fff;
}

body,
input,
textarea {
	color: #666;
	font-size: 12px;
	line-height: 18px;
}
hr {
	background-color: #E7E7E7;
	border:0;
	height: 1px;
	margin-bottom: 18px;
	clear:both;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: disc;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style:upper-alpha;
}
ol ol ol {
	list-style:lower-roman;
}
ol ol ol ol {
	list-style:lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom:0;
}
dl {
	margin:0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
input[type="email"],
textarea {
	padding: 2px;
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
}
a:link {
	color:#0066CC;
}
a:visited {
	color:#743399;
}
a:active,
a:hover {
	color: #FF4B33;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}



/* =Header
-------------------------------------------------------------- */

#header {
	padding: 10px 0 0 0;
}
#site-title {
/*	float: left; */
	margin: 0 0 18px 0;
	height: 90px;
	font-size: 80px;
}
#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}	
#site-title a em {	
	visibility: hidden;
}
#site-description {
	display: none;
/*	font: 24px Futura,Tahoma,arial,sans-serif;
	text-transform: lowercase;
	margin-bottom: 2px; 
	text-indent: 20px;
	padding-bottom: 8px;
	border-bottom: thin solid #ff2b06; */
	}

#branding .no-see-em { visibility: hidden; }

div#heidi { 
	position: absolute; 
	top: 10px; right: 32px; 
	z-index: 16000;
	}
div#heidi img { width: 140px; height: auto; }
div#heidi img:active {
	transform: rotate(1800deg);
	transition: 1.5s transform;
	}

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

#access {
	background-color: #fff;
 	border-top: 3px double #ff2b06; 
	border-bottom: thin solid #ccc;
	margin: 0 auto;
	width: 100%;
	display:block;
	float:left;
}
#access .menu-header, div.menu {
	font-size: 17px;
	margin-left: 20px;
}
#access .menu-header ul, div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li, div.menu li {
	float:left;
	position: relative;
}
#access a {
	display:block;
	font: 13pt Lato, Georga, times, serif;
	text-decoration:none;
	color:#666;
	padding:0 5px 0 0;
	line-height:38px;
	-moz-transition: color 500ms;  
	-webkit-transition: color 500ms;  
	transition: color 500ms;  
}
#access a:after { content: " |";}
#access li.menu-end a:after { content: none;}

#access ul ul {
	display:none;
	position:absolute;
	top:38px;
	left:0;
	float:left;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-o-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	width: 180px;
	z-index: 99999;
	background-color: #fff;
}
#access ul ul li {
	min-width: 180px;	
}
#access ul ul ul {
	left:100%;
	top:0;
}
#access ul ul a {
	background:#333;
	height:auto;
	line-height:1em;
	padding:10px 5px;
/*	width: 99%; */
}
#access li:hover > a,
#access ul ul :hover > a {
	color:#ff2b06;
}
#access ul li:hover > ul {
	display:block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #000;
}
#access div.search {
	width: 250px;  
	position: absolute; 
	top: 128px; left: 57%;
}

* html #access div.search { display: inline; }

#access ul.sub-menu {
	border-width: 1px ;
	border-color: #fff #666 #666 #666;
	border-style: none solid solid solid;
	margin-left: -8px;
	}

#access ul ul.sub-menu li {
	float: left;
	width: 160px;
	margin: -5px auto 0 auto;
	}
#access ul ul.sub-menu a {
	color: #333;
	background-color: #fff; 
	}
#access ul ul.sub-menu a:hover {
	color: #ff2b06;
	}	
#access ul ul.sub-menu a:after { content: "";}	

#access ul li#menu-item-15488 ul.sub-menu,
#access ul li#menu-item-15488 ul.sub-menu li { width: 225px; }
#access ul li#menu-item-454   ul.sub-menu,
#access ul li#menu-item-454   ul.sub-menu li { width: 200px; }

* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color:#000;
}

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

#main {
	overflow: hidden;
	padding: 20px 0 0 0;
}

#content {
	margin-bottom: 36px;
}
#content,
#content input,
#content textarea {
	color: #333;
	font-size: 18px;
	line-height: 1.33;
}
#content p,
#content dd,
#content pre,
#content hr {
	margin-bottom:18px;
}
#content ul,
#content ol { 
	background-color: #f6f5f4; 
	padding: 1em 1em 0 2.5em; 
	margin: 0 18px 36px 0; 
	border-radius: 4px;
	border: thin solid #f0f0f0;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-top: 0.5em;
	margin-bottom:0;
	padding:0;
}
#content li { padding-bottom: 1em; }

#content ul strong,
#content ol strong { color: #620020; }

#content ol.tightlist, 
#content ul.tightlist { 
	background-color: transparent;
	margin: .5em auto;
	padding: 0 1em 1em 2.5em;
	border-style: none;
}
#content .tightlist li { padding-bottom: 0; margin-top: .5em; line-height: 1.2em; } 
#content .nestedlist li  { 
        padding-bottom: 0 !important; 
	line-height: 1.2em !important; 
} 

#content .amtip { margin-bottom: 6px; }
#content .amtip + * { margin-top: 0; }

#content .event { margin: 16px auto; }

#content ol.tightly, 
#content ul.tightly { 
	margin: .5em auto 1.2em auto;
	padding: .5em 1em 1em 2.5em;
	border-style: none;
}
#content ul.tightly li { padding-bottom: 0; margin-top: 0; line-height: 1.3em; } 

#content h3 + ol,
#content h4 + ol,
#content h3 + ul,
#content h4 + ul {
 margin-top: 1.5em;
}

#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #000;
	margin: 1em 0 0 0;
	line-height: 1.5em;
	font-weight: bold;
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
#content h4 { font-size: 18px; }

#content table {
	border: 1px solid #999;
	text-align: left;
	margin: 0 -1px 24px 0;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
/*	border: 1px solid #999; */
	padding: 0.5em 0.75em;
	line-height: normal;
}
#content #blogging-balance {
	margin: 1em 0 0 0;
	width: 650px;
}

#content #blogging-balance tr td {
	padding: 2px 4px;
	margin-top: 1.5em;
}
#content #blogging-balance tr td ul,
#content #blogging-balance tr td ol {
	background-color: white;
	margin: 1px 1px 1px -1em;
}

#content #blogging-balance tr td ul li,
#content #blogging-balance tr td ol li {
	margin: 2px;
	padding: 2px;
}


#content tr.odd td {
	background: #F2F7FC;
}
#content p.item {
  text-indent: -1em;
  margin-left: 1em;
  margin-top: 1.5em;
  margin-bottom: .5em;
}
#content p.item:first-letter { font-size: x-large; }

/* social sharing buttons */
.googleplusone,
.tweeter,
.fblike,
.fb-like,
.linkedin,
.stumbleupon,
.pinterest,
.bufferapp {
  display: inline-block;
}
#sthoverbuttons { left: 2px !important; }
#sthoverbuttonsMain { padding-top: 15px !important; }
div.sthoverbuttons-label { display: none; }

img.tweet-this-icon {
 	border-style: none !important;
	vertical-align: bottom;
}

/* Social Warfare Click to Tweet style overrides */ 
a.swp_CTT.style1 .sw-click-to-tweet { margin: 0 auto !important; max-width: 80% !important; box-shadow: 2px 2px 5px #999; }
a .sw-click-to-tweet .sw-ctt-text  { font-size:22px !important; font-style:italic; font-family: helvetica,sans-serif; color: #35a !important; } 
a:hover .sw-click-to-tweet .sw-ctt-text { color: #cf2b06 !important; }

body.paged div.swp_social_panel, body.paged div.swp_social_panelSide { display: none !important; }

/* CMWorld styles */
#content ul#cmworld-menu { padding-bottom: 30px; }
#content ul#cmworld-menu li {
 float: left;
 list-style-type: none; 
 padding: 5px 10px; 
 border: 1px solid; 
 font-family: sans-serif; 
 font-weight: bold;
 margin: auto 5px; 
 background-color: orange;
}
#content h3#wednesday, #content h3#thursday, #content h3#friday {  
 clear: both;
 margin-top: 60px !important; 
 background-color:orange;
 padding-left: 10px;
 border: 1px solid;
}
#content ul#cmworld-menu li a { text-decoration: none; }
#content div.cmworld-response { clear: both; }
#content div.cmworld-response h4 { padding-top: 30px; }
#content p.session-title { font-weight: bold; font-style: italic; padding-top: 8px; }

/* styles for newsletter subscribe elements */
#content div.AMGsub {
 margin: 10px auto 20px;
 width: 80%;
 border: solid #777777;
 border-radius: 5px;
 padding: 15px;
 background-color: #77ff77;
 text-align: center; 
 font: bold 1em "helvetica Neue","open-sans", sans-serif;
}
#content div.AMGsub:hover { border-style: outset; }
#content div.AMGsub a { text-decoration: none; color: #000; }
#content div.AMGsub a:hover { color: #fff;  text-shadow: 1px 1px #999;}
#content div.AMGsub a:active { color: #00f; text-shadow: 1px 1px #fff;}

#content div.AMGform-container { 
 display: inline-block;
 min-width: 75%;
 margin-top: 20px; 
 padding-top: 10px; 
/* border-top: 2px solid #999; */
}
#content div.AMGform {
 width: 95%;
 margin: 10px auto;
 padding: 20px 10px 0 10px;
 border: 1px solid #345;
 background-color: #339933;
 box-shadow: 1px 1px 2px #333;
}

#content div.AMGform h3 { margin: 0; color: #fff; }
#content div.AMGform p  { color: #fff; line-height: 1.5; }
#content div.AMGform table { border: none; margin: 0; position: relative; top: -20px; }
#content div.AMGform table * { border: none; margin: 0; }
#content div.AMGform tr td { padding: 5px 0; width: 30%; }
#content div.AMGform table input { 
 font-family: sans-serif; 
 background-color: #fff;
 border: thin solid;
}

#content div.AMGform table input[type=submit] { font-style: italic; border-radius: 7px;}
#content div.AMGform table input[type=submit]:hover { color: #33f; background-color: #fec; } 

#newsletter div.AMGform { margin-bottom: 30px; }

#content div.AMGform-inline {
 margin: 0 auto;
 padding: 0;
 width: 100%;
}
#content div.AMGform-inline h3 { color: #cf2b06; margin: 0; }
#content div.AMGform-inline p { display: none; }
#content div.AMGform-inline form {}
#content div.AMGform-inline table,
#content div.AMGform-inline table tr, 
#content div.AMGform-inline table tr td { 
 display: inline;
 padding: 0;
 border: none; 
}


#content div.AMGform-inline table input { margin: 0 0 3px 0; border: thin solid; } 
#content div.AMGform-inline table input[type=submit] { 
 border: thin solid;
 border-radius: 8px;
 background-color: darkgreen;
 color: white; 
} 
#content div.AMGform-inline table input[type=submit]:hover { border-style: outset; color: #999; } 
#content div.AMGform-inline table input[type=submit]:active { border-style: inset; color: #999; }
 #content div.social-share {
	max-width: 600px;
/*	overflow: hidden; */
	padding: 10px 0 0 0;
}

div.social-share .googleplusone,
div.social-share .tweeter,
div.social-share .fblike,
div.social-share .fb-like,
div.social-share .linkedin,
div.social-share .stumbleupon,
div.social-share .pinterest {
	float: left;
	padding: 0;
}

div.social-share .tweeter { margin-right: 16px }
div.social-share .linkedin { padding: 0 8px 0 0; }
div.social-share .stumbleupon { padding: 2px 12px 0 0; }

div.nc_wrapper.bottom { background-color: white !important; }
div.swp_social_panel { 
  width: 500px !important; 
  margin: 10px auto !important;
  left: unset !important; 
}

#authorship {
	background-color: #f5f5f5;
	padding: 1em;
	margin: -0.5em 1em 1em 1em;
	border: 1px solid #ccc;
}

.blog .hentry, .archive .hentry, .search .hentry {
	margin: 0 0 36px 0;
	padding-bottom: 12px;
	border-bottom: thin solid #999;
}
.home .sticky {
/*	background: #FcF2F7;
	border-top: 4px solid #000;
	padding: 18px 20px;
	margin-left: -20px;
	margin-right: -20px;  */
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color:#888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #FF4B33;
}
#content .entry-title {
	color: #cf2b06;
	font-size: 24px;
	line-height: 1em;
	font-weight: bold;
	margin-bottom: 0;
	clear: both;
	padding-top: 10px;
}
body.archive #content .entry-title { clear: none; }

.entry-title a:link,
.entry-title a:visited {
	color:#cf2b06;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #cf2b06;
	text-decoration: underline;
}
.entry-meta {
	color: #888;
	font-size: 12px;
	margin-top: 5px;
	
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	padding: 12px 0 0 0;
}

body.single-post div.entry-content { margin-top: 16px; } 

.entry-content h2 { 
	padding: 8px 0;
	font-size: 1.333em; 
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #E7E7E7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	color: #000;
	font-weight:bold;
	margin:0 0 22px 0;
	word-spacing:0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color:#333;
	font-weight:normal;
	padding:0.5em 0.75em;
	text-decoration:none;
}
/* .home .sticky .page-link a {
	background: #D9E8F7;  */
}
.page-link a:active,
.page-link a:hover {
	color: #FF4B33;
}
.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #F2F7FC;
	border-top: 4px solid #000;
	padding: 18px 20px;
	margin: 24px 0;
	overflow: hidden;
	clear: both;
	font-size: 14px;
	line-height: 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	margin: 0 -104px 0 0;
	padding: 11px;
	height: 60px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-weight: bold;
	font-size: 100%;
	margin-bottom: 0;
}
.entry-utility {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #FF4B33;
}

#content div.border { border: 1px solid #999 !important; }
#content img.borderless { border-style: none; }

div.red-button {
	width: 360px; 
	text-align: center; 
	padding: 0.5em; 
	background-color: red; 
	border: medium solid black;
	-o-border-radius:  8px;
	-moz-border-radius:  8px;
	-webkit-border-radius:  8px;
	border-radius: 8px;
	-o-box-shadow: 6px 6px 3px #999;
	-moz-box-shadow: 6px 6px 3px #999;
	-webkit-box-shadow: 6px 6px 3px #999;
	box-shadow: 6px 6px 3px #999;
	}
div.red-button a {
	font-size: large; 
	color: black; 
	font-weight: bold; 
	text-decoration: none;	

	}
div.red-button a:hover {
	color: white;
	-o-text-shadow: 2px 2px 1px #900;
	-moz-text-shadow: 2px 2px 1px #900;
	-webkit-text-shadow: 2px 2px 1px #900;
	text-shadow: 2px 2px 1px #900;
	}
	
	
div.green-button {
	width: 285px; 
	margin: 1em auto;
	text-align: center; 
	padding: 0.5em; 
	background-color: #3f3; 
	border: 2px solid #333;
	border-radius: 8px;
	box-shadow: 3px 3px 3px #ccc7cc;
	}
div.green-button a {
	font-family: sans-serif; 
	font-size: 92%;
	color: black; 
	font-weight: bold; 
	text-decoration: none;
	}
div.green-button a:hover {
	color: white;
	text-shadow: 2px 2px 1px #090;
	}

	
div.readmore {
	width: 120px; 
	margin: 0.5em 1em;
	text-align: center; 
	padding: 0.5em; 
	background-color: #363; 
	border: 2px solid #333;
	border-radius: 8px;
	box-shadow: 3px 3px 3px #ccc7cc;
	}
div.readmore a {
	font-family: sans-serif; 
	font-size: 92%;
	color: #c0c7c0; 
	font-weight: bold; 
	text-decoration: none;
	} 
div.readmore a:hover { color: #fff; }


div.download-button { 
	border: 3px outset #999; 
	padding: .4em 1em; 
	background-color: #e0e0e0; 
	border-radius: 15px; 
	width: 150px;
    text-align: center;
}
div.download-button a {
	color: #cf2b06; 
	font: italic 22px verdana,helvetica,sans-serif;
	text-decoration: none;
}
div.download-button a:hover {
	color: #f00;
	text-shadow: 0px 0px 4px #fff; 
}

.big-text { font-size: xx-large; color: #635754; }
	
#content .video-player {
	padding: 0;
}

#content div.entry-content em {
	font-style: italic;
}

#post_listing {
	position: relative;
	top: auto; left: auto;
	margin-top: 20px;
	padding: 0;
	}
#post_listing #list-alpha,
#post_listing #list-sdate {
	position: absolute;
	top: 0px; left: 0px;
	}
#post_listing ul {
	overflow: auto;
	height: 560px;
	border: thin solid #e0e0e0;
	}
#post_listing div a.tabbed {
	text-decoration: none;
	padding-left: 20px;
	}

#content div.postlisting { 
	line-height: 1.2em;
	}
#content div.postlisting h2 { 
	font-size: 90%;
	margin: 0; 
	padding: 0; 
	}
#content div.postlisting h2 a { color: #cf2b06; text-decoration: none; }
#content div.postlisting h2 a:hover { color: #334bFF; }	
#content div.postlisting div.meta { 
	font-size: 80%;
	margin: 0; 
	padding: 0; 
	}

/* replaced 2021-07-24	
#content div.recommended { 
 margin:auto; width:76%; 
 border:1px solid #ddd; border-radius: 5px; 
 padding:1em 1em 0 1em; 
 background-color: #fffff0;
 box-shadow: 2px 2px 5px #999;
} */

#content div.recommended,
#newsletter div.recommended {
	width: 90%;
	min-height: 100px;
	margin: 1em 0 1em; 
	border: thin solid; border-radius: 5px; 
	padding: 5px 5px 5px 15px; 
	background-color: #fffff0; 
  }
#content div.recommended h5 { 
	margin: 0 auto 6px auto; 
	text-transform: uppercase;
  }
#content div.recommended img { float: right; margin: 0 0 0 5px; }  
/* #newsletter div.recommended img { padding-bottom: 5px; }  */

#content div.recommended h4 { font: 90% arial } 

#content div.recommended ul { 
	margin: 0px auto 8px 10px; padding: 0; 
	background-color: transparent;
	border-style: none;
	padding: 0 1em; 
  }
#content div.recommended li a { 
	font-weight: 700; 
	font-style: italic; 
	line-height: 1.1; 
  }
  

/* download button class */
#content .download {
 text-align: center; 
 background-color: #cf2b06;
 border: outset #999; border-radius: 8px; 
 margin: 1em auto;
}
#content .download:hover { background-color: #ff2000; }
#content .download:active { border-style: inset; }

#content .download a {
 display: block;
 text-decoration: none;
 color: #fff;
 font-weight: bold;
 font-family: verdana,sans-serif;  
 padding: 8px; 
}

#content table.marketing-books {
 border-style: none !important;
 margin-right: 64px;
}

#content table.marketing-books tr {  }

#content table.marketing-books td {
 border-style: none !important;
 vertical-align: top; 
 padding-bottom: 20px;
}

/* for the show_newsletters shortcode */
#content ul.newsletters { 
 background-color: transparent;
 border-style: none; 
 margin-top: 0;
}
#content ul.newsletters { padding-left: 18px; }
#content ul.newsletters li { list-style: none; } 
#content ul.newsletters li.letter { padding-bottom: 12px; clear: both; }
#content ul.newsletters li a { text-decoration: none; color: #0000ff; }
#content ul.newsletters li a:hover { color: #cf2b06; }
#content ul.newsletters li img { float: right !important; margin-left: 5px !important; }
#content ul.newsletters p { margin-bottom: 0; line-height: 1.2; }
#content ul.newsletters p.pubdate { font-size: 0.9rem; margin-top: 0; }
#content table.marketing-books td img { max-width: 150px; height: auto; }

#top-reads ol { 
 margin: 0 18px 0px 25px;
 padding-left: 18px;
 background-color: transparent; 
 border-style: none;
 margin-left: 0;
}
#top-reads li { 
 list-style-type: none;
 margin-bottom: 6px;
 padding-bottom: 4px;
 font-size: 0.9rem; 
 line-height: 1.2; 
}


/* Archive & Category pages
-------------------------------------------------------------- */
body.archive  h1.page-title, 
body.search   h1.page-title, 
body.category h1.page-title {
	padding-bottom: 2em;
}
body.archive  h1.page-title span, 
body.search   h1.page-title span, 
body.category h1.page-title span {
	font-size: x-large;
}

body.post-type-archive-book .bookpagelink { text-align:right; }  
body.post-type-archive-book .bookpagelink a { color:#cf2b06; text-decoration:none; }
body.post-type-archive-book .bookpagelink a:hover { color:#f00; text-decoration:underline; }

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

.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top:0;
}
.home .hentry.category-asides {
	padding: 0;
}
.home #content .category-asides .entry-content {
	padding-top: 0;
}



/* Gallery listing
-------------------------------------------------------------- */

.category-gallery {
	margin-bottom: 48px;
}
.category-gallery h2 {
	margin-top: 10px;
}
.category-gallery .entry-meta {
}
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.category-gallery .gallery-thumb {
	float: left;
	margin-right:20px;
	margin-top: -4px;
}
.home #content .category-gallery .entry-content p {
	display: inline;
}
.home #content .category-gallery .entry-utility {
	padding-top:4px;
}


/* Attachment pages
-------------------------------------------------------------- */

.entry-content .attachment img {
	margin-bottom: 0;
}
.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}



/* Images
-------------------------------------------------------------- */

#content img {
	margin: 0;
/*	max-width: 640px;
	border: 1px solid #666; */
}
#content .attachment img {
	max-width: 900px;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-top: 12px;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft, 
#content img.alignright, 
#content img.aligncenter {
	margin-bottom: 12px;
}

/* special case for articles page */

#content .wp-caption {
	background: transparent;
	line-height: 18px;
	text-align: center;
	margin-bottom: 20px;
	padding: 4px;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	margin: 5px;
	color: #888;
	font-size: 12px;
}
#content div .image-indent { position: relative; left: 40px; top: -10px; }
#content .wp-smiley {
	margin:0;
}
#content .gallery {
	margin: auto;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery br+br {
	display: none;
}

#content img.shift-left-10 { position:relative; left:-10px; }

#content div.ToC {
	border: 1px solid #999;
	border-radius: 8px;
	margin: auto 75px 30px 2px;
}
#content div.ToC h4 { padding: 1em 0 10px 10px; }
#content div.ToC p { display: none; }   /* fix for an wpautop glitch */
#content div.ToC ul, #content div.ToC ol { 
	background-color: transparent;
	border: none;
	margin-bottom: 18px;
	margin-top: -5px;
	padding-top: 5px;
	padding-bottom: 0px;
}
#content div.ToC li { 
	margin: auto; 
	padding: 0;
	font: 15px helvetica,sans-serif; 
}
#content div.ToC li a {	text-decoration: none; } 
#content button.ToC-toggle { color: #009900; font-weight: bold; }



/* =Special cases
-------------------------------------------------------------- */

.wp-image-274 { border: #666 2px solid; margin-left: 12px; }

#text-32 .widget-title, #text-34 .widget-title { color: #cf2b06; font-size: 16px; padding-bottom: 8px; }
#text-28 div.textwidget div { border-style: none !important; }
#text-28 table { height: auto !important; }
#facebookwidget-2 h3.widget-title { color: #cf2b06 }

#first_post_toot {
	color:#e01010; 
	background: #f2f4f2 url(images/bookshelf-faded.png) no-repeat 50%; 
	text-shadow: 0 0 8px #fff;
/*	background-color: #f2f4f2; 
	border: thin solid #635754; */
	box-shadow: 1px 1px 2px #333;
	padding:0.5em 1em; 
	text-align:center; 
	font:bold 20px helvetica,sans-serif; 
	line-height:1.5em; 
	margin:2em;
	height:52px;
}
#first_post_toot em { font-size: 30px; }
#first_post_toot:hover { text-decoration: underline; }


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

.navigation {
	font-size:  12px;
	line-height: 18px;
	overflow: hidden;
	color: #888;
}
.navigation a:link,
.navigation a:visited {
	font: bold 14px arial,helvetica,sans-serif;
	color: #cf2b06;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #FF4B33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	width: 50%;
	text-align:right;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: 0 0 36px 0;
	font-size:  18px;
	line-height: 1.2em;
}



/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
	max-width: 720px;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom:none;
	margin-bottom:0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #FF4B33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #FF4B33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #e7e7e7;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	display:block;
	margin: 0;
}
#comments .pingback .url {
	font-style: italic;
	font-size: 13px;
}



/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	margin: 24px 0;
	border-top: 1px solid #e7e7e7;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}
#respond .required {
	color:#FF4B33;
	font-weight:bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin:0 0 9px;
	width:98%;
}
#respond textarea {
	width:98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	width: auto;
	font-size: 14px;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget_search #s { /* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display:none;
}
.widget-container {
	margin: 0 0 13px 0;
}
.widget-title {
	color: #222;
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width:100%;
}
#wp-calendar caption {
	font-weight: bold;
	color: #222;
	text-align: left;
	font-size:14px;
	padding-bottom: 4px;

}
#wp-calendar thead {
	font-size:11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	padding: 3px 0 2px;
	background: #f5f5f5;
	border:1px solid #fff;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #FF4B33;
}
.widget_rss .widget-title img {
	height: 11px;
	width: 11px;
}

#AMGpartners {
	font-family: "helvetica neue",helvetica,sans-serif;
	line-height: normal;
	padding: 1em 0.75em;
	border: thin solid #bbb;
	background-color: #f6f5f4;
	margin: 0;
	width: 196px;
	max-width: 196px;
}
#AMGpartners h2 {
	text-align: center;
	color: #cf2b06;
	padding-bottom: 5px;
}
#AMGpartners h3 {
	text-align: left;
	margin: 15px 0 2px auto;
	padding-left: 20px;
}

#AMGpartners .TradePub 		{ background: transparent url(images/partner-icons/TradePub.png) no-repeat 0 0;}
#AMGpartners .WebFaction 	{ background: transparent url(images/partner-icons/WebFaction.png) no-repeat 0 0;}
#AMGpartners .Aweber		{ background: transparent url(images/partner-icons/Aweber.png) no-repeat 0 0;}
#AMGpartners .Dotster		{ background: transparent url(images/partner-icons/Dotster.png) no-repeat 0 0;}
#AMGpartners .OptinMonster	{ background: transparent url(images/partner-icons/OptinMonster.png) no-repeat 0 0;}
#AMGpartners .SumoMe		{ background: transparent url(http://sumome.com/favicon.ico) no-repeat 0 0;}
#AMGpartners .Amazon 		{ background: transparent url(images/partner-icons/Amazon.png) no-repeat 0 0;}


/* Google+ widget */
#googlecardswidget-3 {
	width: 220px;
}
#googlecardswidget-3 #plus_card {
	margin-top: 2px !important;
}


#social-connections {
	padding-bottom: 5px;
	font: 10pt arial,helvetica,sans-serif;
}
div.email-subscribe { 
	margin-top: 1em; 
	border: 1px solid #999;
	padding: 0;
	width: 220px;
}
div.email-subscribe h3 {
	color: #CF2B06;
	border-bottom: 1px solid #999;
	background-color: #e7e7e7;
	font: bold italic 13px arial,helvetica,sans-serif;
	margin: 0;
	padding: 5px;
}
div.email-subscribe p {
	margin: 5px;
	font: 12pt sans-serif;
	line-height: 1.75;
	padding-top: 8px;
}
div.email-subscribe h3 a {
	text-decoration: none !important;
}
div.email-subscribe input[type=submit] {
	background-color: #cf2b06;
	color: white;
	border-radius: 10px;
}
div.email-subscribe input[type=submit]:hover {
	color: black;
}

.textwidget div.email-subscribe { 
	color: #ffffff;
	background-color: #635754;
}


.textwidget div.email-subscribe p { 
	text-align: center;
}

.textwidget div.privacyPolicy p { margin-bottom: 0; } 
.textwidget div.af-body { padding-top: 0 !important; }

#feed_links { 
	margin-top: .75em;
	font: 1em Helvetica,Arial,Sans-serif;
	}
#feed_links p {
	margin: 0;
	padding: 0 0 0 25px;
	background: url(images/icon_feed.gif) no-repeat 2px top ;
	}

#colophon .menu-header ul li.menu-special a:hover { color: #ff3716; }
#access li.menu-smmw { color: #000; text-shadow: 1px 1px 1px #ccc; }

a.stbutton {
 font: 9pt arial, sans-serif;
 text-decoration: none;
}	

a.more-link {
	font: bold 9pt 'helvetica neue', arial, sans-serif;
	float: right; 
	text-decoration: none;
/*	padding-top: 2px;
	padding-right: 20px; */
	padding: 2px 4px;
	border: thin solid #ccc;
	border-radius: 5px;
	whitespace: nowrap;
	}

/* mostly for images */
.borderless { border-style: none; }	
	
/* there should be a better way to remove the more arrow */
a.more-link span.meta-nav { display: none; }
	
span.comments-link { font-weight: bold; }
span.comments-link a { color: #333; }

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: .75em 0 0 0;
}
#main .widget-area ul ul li { padding-bottom: .5em; }

#primary {
 font-size: 125%;
 padding-top: 10px;
 position: relative;
 top: 32px;
 z-index: 999;
 min-height: 3500px;
}

#primary .social-icon {
  	padding: 5px 0 2px 12px;
}

#primary ol li {
	margin-top: 0.75em;
	font: bold small arial,helvetica,sans-serif;
}
#secondary h3.widget-title {
 font-size: 150%;
}
#secondary .widget_tag_cloud h3.widget-title {
 padding-bottom: 8px;
}

/* for sticking the last couple of widgets to the top of the screen when scrolled past end of sidebar */
/* #primary div.stickee3 { position: fixed; top: 0px; left: auto; } */
#primary div.stickee7 { position: fixed; top: 0px; padding-top:30px; left: auto; }

#twtr-widget-1 div.twtr-ft { display: none; }
#twtr-widget-1 div.twtr-hd h3 { display: none; }

#google-badge-box-2 h3.widget-title { 
 color: #cf2b06; 
 padding-bottom: 2px;
 font-size: 18px;
}

div.grecaptcha-badge, div.grecaptcha-logo { display: none; }

/* Footer widget areas */
#footer-widget-area {
}



/* =Footer
-------------------------------------------------------------- */

#footer {
	margin-bottom: 20px;
}
#colophon {
	border-top: 4px solid #000;
	margin-top: -4px;
	padding: 0;
	overflow: hidden;
}

/* footer menu */
#colophon .menu-header {
	font-size: 17px;
	margin-left: 133px;
}
#colophon .menu-header ul {
	list-style: none;
	margin: 0;
}
#colophon .menu-header li {
	float:left;
	position: relative;
}
#colophon .menu-header ul a {
	display:block;
	font: bold 12pt Lato, Georga, times, serif;
	text-decoration:none;
	color:#666;
	padding:0 5px 0 0;
	line-height:38px;
	-moz-transition: color 500ms;  
	-webkit-transition: color 500ms;  
	transition: color 500ms;  
}
#colophon .menu-header ul a:after { content: " |";}
#colophon li.menu-special a:after { content: none;}

#colophon .menu-header ul ul {
	display:none;
	position:absolute;
	top:38px;
	left:0;
	float:left;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-o-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	width: 180px;
	z-index: 99999;
}
#colophon .menu-header ul ul li {
	min-width: 180px;	
}
#colophon .menu-header ul ul ul {
	left:100%;
	top:0;
}
#colophon .menu-header ul ul a {
	background:#333;
	height:auto;
	line-height:1em;
	padding:10px 5px;
/*	width: 99%; */
}
#colophon .menu-header li:hover > a,
#colophon .menu-header ul ul :hover > a {
	color:#ff2b06;
}
#colophon .menu-header ul li:hover > ul {
	display:block;
}
#colophon .menu-header ul li.current_page_item > a,
#colophon .menu-header ul li.current-menu-ancestor > a,
#colophon .menu-header ul li.current-menu-item > a,
#colophon .menu-header ul li.current-menu-parent > a {
	color: #000;
}

#colophon .menu-header ul.sub-menu {
	border-width: 1px ;
	border-color: #fff #666 #666 #666;
	border-style: none solid solid solid;
	margin-left: -8px;
	}

#colophon .menu-header ul ul.sub-menu li {
	float: left;
	width: 160px;
	margin: -5px auto 0 auto;
	}
#colophon .menu-header ul ul.sub-menu a {
	color: #333;
	background-color: #fff; 
	}
#colophon .menu-header ul ul.sub-menu a:hover {
	color: #ff2b06;
	}	
#colophon .menu-header ul ul.sub-menu a:after { content: "";}	

* html #colophon .menu-header ul li.current_page_item a,
* html #colophon .menu-header ul li.current-menu-ancestor a,
* html #colophon .menu-header ul li.current-menu-item a,
* html #colophon .menu-header ul li.current-menu-parent a,
* html #colophon .menu-header ul li a:hover {
	color:#000;
}


#site-info {
	font-weight: bold;
}
#site-info a {
	color: #000;
	text-decoration: none;
}
#site-generator {
	position: relative;
	font-style: italic;
	background: url(images/wordpress.png) center left no-repeat;
	padding-left: 20px;
}
#site-generator a {
	color: #666;
	display:inline-block;
	text-decoration: underline;
	line-height: 16px;

}
#site-generator a:hover {
	text-decoration: underline;
}
img#wpstats {
	display:block;
	margin: 0 auto 10px;
}

/* per post/page tweaks */
#contactform {
	width: 550px;
}
#contactform fieldset {
	text-align: left;
	width: 500px;
	font: 12pt 'helvetia neue', helvetical, sans-serif;
	color: #3a3a3a;
	padding: 0 20px;   
	line-height: 1em;
	}
#contactform fieldset input {
	font: 9pt 'helvetia neue', helvetical, sans-serif;
	margin 0;
	margin-right: 1em;
	}
	
#contactform span.rqf { color: red; font-size: x-large; }	

#content h4.contact-heidi-link {
	margin: -1em auto 1em 2em;
}
#content div.contact-heidi-form {
	width: 70%;
	border: 1px solid #999;
	background-color: #f7f7f7;
	box-shadow: 1px 1px 2px #999;
	margin-bottom: 10px;
	padding: 1em;
}
#content div.contact-heidi-form tr td {
	padding: 0 0.25em; 
	border-style: none;
}
#content div.contact-heidi-form table {
	border-style: none;
	margin: 0;
}
#content div.contact-heidi-form input,
#content div.contact-heidi-form textarea { 
	background-color: #fff;
	margin-bottom: 4px; 
}

#content a.promo {
	font-weight: bold;
	font-style: italic;
	font-family: sans-serif;
	text-decoration: none;
	color:#cf2b06;
}
#content a.promo:hover { color: #ff4000; text-decoration: underline;}

#content .booklist { 
	margin-top: 0;
	background-color: transparent;
	border-style: none;
}
#content .booklist li { padding-bottom: 0; }

#content ul.book-listing { padding-left: 1em !important; }
#content ul.book-listing li { font-size: 12pt; padding-bottom: 0.5em; }
#content ul.book-listing li a:first-child { font-style: italic; font-weight: bold; font-family: helvetica, sans-serif; }

/* special one-off post formatting */
#post-15629 h1.entry-title { font-size: 22px; }

.entry-content iframe#CMW2016questions { position: relative; top: -220px; }  /* G-Docs form, CMW2016 */
.entry-content iframe#MPB2Bquestions { position: relative; top: -220px; }  /* G-Docs form, mpb2b */
.entry-content iframe#content-marketing-definition { position: relative; top: -220px; }  /* G-Docs form, content mrkt def */
/* special widget support */
table.TPtablecnd01vmed {width:210px;height:280px;}
td.TPcellcnd01vmed {text-align:center;font-family:georgia,times,serif;font-size:13px;color:#666666;}
.TPcellcnd01vmed a {font-family:arial,helvetica,sans-serif;font-weight:bold;font-size:14px;color:#0066cc;text-decoration:none;}
img.TPimgcnd01vmed {margin:5px 0;}

/* reduced spacing for social Warfare button bar */
.blog .nc_socialPanel,
.single .nc_socialPanel { position:relative; top:-10px; max-width: 900px !important; }

/* styles for the welcome page 
-------------------------------------------------------------- */

body.page-id-44131 a {  text-decoration: none; }

#content div.intro { 
 font-size: 1.1em;  
 height: 480px;
 margin: 0 0 1em 0;
 padding-right: 2em;
 text-decoration: none;
 background-color: #f0f0f0;
}
#content div.intro h2 { 
 font-family: Lato, Open-sans, sans-serif;
 padding: 15px 1em 0px 1em;		
}
#content div.intro h3 {
 margin-top: 1em; 
 line-height: 1.25;
 color: #102766;
}
#content div.intro h4 {
 display: inline-block;
 max-width: 540px;
/* margin-top: 80px; */
 padding: 5px 15px 0 10px;
 background-color: white;
 border: 1px solid #777787;
}
#content div.intro p { margin-top: 1.5em; margin-bottom: 0; }
#content div.intro p img { 
 position: relative; top: -40px;
 margin-right: 1%; 
 padding-left: 40px;
 height: 550px; width: auto;
}

/* Welcome page ABCs section */
#content #abcs {
 position: relative; top: -30px;
 margin-bottom: -30px;
} 

#content div.section-head {
 position: relative; 
 width: 32%;
 overflow: hidden;
 margin: 0 3px 0 0;
 display: inline-block;
 background-color: #fbfbfb;
 border: 3px solid #999;
 padding: 0px 0 10px 0;
}
#content div.section-head:hover { border-color: #cf2b06; }

#content div.section-head h2 {
 font: 1.33em Lato, sans-serif; 
/* text-shadow: 0 0 5px #fff; 
 text-shadow: -1px 0 0 #fff, 0 -1px 0 #fff, 1px 0 0 #fff, 0 1px 0 #fff; */
 font-weight: 600;
 line-height: 1.1;
 letter-spacing: 0.033rem;
 text-align: center;
 margin-top: 0; margin-bottom: 5px;
 border-bottom: 3px solid #999;
 padding:  5px; 
 height: 40px;
 background-image: linear-gradient(#fBfBfc, #bCbCbd);
} 
#content div.section-head h2 a { 
 color: #cf2b06; 
 display: inline-block;
 width: 100%;
 height: 100%;
}
#content div.section-head img { 
 width: 100%; 
 aspect-ratio: 2/1; 
 position: relative;
 top: -20px;
 margin: 0 auto;
}

#content div#section-1 { clear: both; }

#content div.section-head p {
 line-height: 1.15; 
 margin: 10px;
}
#content div.section-head p a,
#content div.section-head ul { 
 background-color: transparent;
 border-style: none;
 list-style-type: none;
 padding: 0;
 margin: 4px 0 8px 8px;
 font-size: 12pt;
}
#content div.section-head ul li { padding: 2px; line-height: normal; text-align: left; } 
#content div.section-head ul li:last-child { position: absolute; bottom: 5px; right: 20px; } 
#content div.section-head ul li a { text-decoration: none; } 

#content h2.section-title {
 margin: 36px auto 8px 10px;
 clear: both;
 display: inline-block;
 font-family: 'Playfair Display', "Trebuchet MS", sans-serif;
 font-weight: 600;
 color: #cf2b06; 
 background-color: #fbfbfb;
 border: 3px solid #999; 
 padding: 8px;
}

#content #aboutHeidi { margin: 10px; }
#content #aboutHeidi h2 { margin: 0; }

/* 
 * recent post listing 
 */

#content #home-postlist { 
    margin-bottom: 5px;
    min-height: 375px;
}
#content #home-postlist h2 { 
  clear: both;
  text-align: center; 
  color: #cf2b06; 
}
#content #home-postlist ul { 
	list-style-type: none; 
	margin-top: 0; margin-right: 0;
	padding: 0;
	background-color: transparent; 
	border-style: none; 
}
#content #home-postlist li { 
	float: left; 
	width: 32%; 
	min-height: 325px;
	margin-bottom: 0.5em; 
	border: 2px solid transparent; 
}
#content #home-postlist li:hover { 
  border-color: #cf2b06;    
}
#content #home-postlist img { 
	aspect-ratio: 2/1;
    width: 100%;
    height: auto; 
}
#content #home-postlist li h4 { font: bold 14pt Lato,sans-serif;  padding: 5px; }
#content #home-postlist li  p { font: 12pt Lato,sans-serif; margin: 5px; 
/* Marketing Book Author Interviews */

#content #home-books {
 clear: both;
 width: 95%;
}
#content #home-books h2 {
 color: #cf2b06;
}

/* Logos */
 
#content div#logos { 
 width: 95%; 
 background-color: #f0f0f0; 
 padding: 10px 0; 
}

#content #logos h3.logo-head { 
  margin: 10px auto; 
  padding-bottom: 16px;
}



/* Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}

/* Mobile Styles */
@media only screen and (max-width: 1080px) {
  #primary { display: none; }
  #content { margin-right: 0; }
  #content div.entry-utility { display: inline; }
  #wrapper { 
/*  width: 860px !important;  
    background-position: 20px 30px; */
    background-image: url(/wp-content/themes/heidicohen/images/AMG-Logo-smaller.png);
    }
/*  #branding, #main { width: 860px; } */
  
  /* inline the subscribe form's table elements */
  #content div.AMGform { width: 90%; margin: 5px 0; }
  #content div.AMGform table tr td { display: block; width: 100%; }
  #content div.entry-content { max-width: 80%; }
  #colophon { margin: 0; max-width: 100%; }
  #colophon .menu-header { margin: 1em 1em; }
  #colophon .menu-header li a {  font-weight: 400; font-size 1.1rem; }
  
  div#heidi img { width: 140px; height: auto; }	/* make logo smaller */

  #site-generator { width: 95%; }

}
@media only screen and (max-width: 860px) {
  	html { width: 100%; } 
  	#access div.search { top: 165px; } 
	#wrapper {
	  padding: 0; 
	  max-width: 800px !important;
	  background-image: url(/wp-content/themes/heidicohen/images/AMG-Logo-nano.png);
	}  
	#header { padding-top: 12px; }
    #site-title { width: 100%; height: 50px; }
	#primary, #secondary { display: none; }
	div#heidi { top: 100px; }
    div#heidi img { width: 120px; height: auto; }

	#content, #container { margin-right: 0 !important; width: 100%; }
	#content { margin-left: 5px; }
	#content div#main { margin: 0 1%; }
	#content div.entry-content { padding-left: 10px; padding-right: 10px; }
	#content div.post-content { margin-right: 5px; }
	
	#content div.ToC { margin: 0 0 20px 0; }
	#content div.ToC li { margin: 10px 0; }
	#content div.recommended img.alignright { width: auto!important; height: 50px!important; }

	#access { width: 100%; }
    #access div.search { top: 120px !important; left: 150px !important; }
    #access .menu-header li,  div.menu li { float: none; }
    #access a { text-transform: uppercase; line-height: 30px; }
    #access a:after { content: none; }

	#content input { font-size: 16px; }
	
	#content img.aligncenter, 
    #content img.alignright, 
    #content img.alignleft { 
      float: none; 
      display: block;
      width: 95%; 
      padding-bottom: 1em;
      height: auto;
      margin: auto; 
    }
    /* fix image size on post listings */
    #content div.post div.entry-content img { width: 60%; margin: auto; }
     
    #content img.alignright:after, 
    #content img.alignleft:after { clear: both; }
	#content div.wp-caption { width: 95% !important; height: auto; }

    #content div.recommended { width: 85%; }
	#content div#authorship img.alignleft {
	 float: left !important; 
	 height: 80px !important; width: auto !important; 
	}
	#colophon { padding: 1em 0 0 1em; }
	#colophon .menu-header { margin-left: 0; }	
	#colophon .menu-header li { float: none; }
	#colophon .menu-header li a { line-height: 24px; text-transform: uppercase; }
	#colophon .menu-header li a:after { content: none;}
	#site-info, #site-generator { float: none; width: 95%; margin: 5px; }
}

/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background:none !important;
	}
	#wrapper {
		float: none !important;
		clear: both !important;
		display: block !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		margin: 0;
		padding:0;
		line-height: 1.4em;
	}
	#site-title a em {
		visibility: visible !important;
		font: 70pt didot,"Century Schoolbook","Times New Roman",serif;
		font-style: normal;
		color: #574040;
	}
	#site-description {
		text-align: right;
	}
	.entry-content {
		font-weight: normal;
		font-style: normal;
		font-size: 14pt;
		line-height: 1.6em;
		font-family: serif;
	}
	.entry-content em { font-style: italic !important; }
	
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	#heidi,
	iframe,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		width: 100%;
		margin: 0;
	}
	#content,
	.one-column #content {
		width: 100%;
		margin: 24pt 0 0;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display:none
	}
	#site-generator a {
		padding: 0;
	margin: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main { display:inline;	}
	.home .sticky { border: none; }
	div.swp_social_panel, div.swp_social_panelSide { display:none !important; }
}