/*
 Theme Name:   Twenty Twelve ATM Child
 Theme URI:    http://bobevansguitar.com/twentytwelve-atm-child/
 Description:  Twenty Twelve ATM Child Theme
 Author:       Bob Evans
 Author URI:   http://bobevansguitar.com
 Template:     twentytwelve
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twentytwelve-atm-child
 
 2014-04-22	Font-size and line-height references have been converted to use rem units with a fallback for px. 
			 
  
*/

@import url("../twentytwelve/style.css");
@import url("style-atm.css");
@import url("style-atm-test.css");
/* 
@import url("style-vendd.css");
 */


/* ===== BEG Sidebar formatting ===== */
.widget-title {
	font-size: 13px;				/* BEG */
	font-size: 0.928571429rem;		/* BEG */
	line-height: 1.84615385rem;		/* BEG */
	font-weight: bold;
	text-transform: uppercase;
	color: #fff ;  					/* BEG */
	background: linear-gradient(to right, #FFFFFF, 	#BDC2CA 5%, #7B8696 20%, #7B8696 80%, #BDC2CA 95%, #FFFFFF );  /* BEG */
	text-align: center; 			/* BEG */
}

/* BEG 2014-04-20 - Reduce spacing between widget title and content */

.widget-area .widget h3 {
	margin-bottom: 12px;			/* BEG */
	margin-bottom: 0.85714286rem;	/* BEG */
}

.widget-area .widget li {

}

/* +++++ END BEG Sidebar formatting +++++ */







/* ============== BEG Miscellaneous Styles ============== */

/* BEG 2014-05-10 */
/* Change vertical spacing between articles. */
.site-content article {
	border-bottom: 4px double #ededed;  /* BEG - this is the article separator  */
	margin-bottom: 72px;
	margin-bottom: 5.142857143rem;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}


/* ==== BEG 2014-05-10 - Main navigation ===== */
/* Modify to allow menu items to display on two 
   lines to increase the horizontal space available
*/ 


.main-navigation li {			/* BEG 2014-12-16  reduced right margin so Search box can appear in Nav bar without wrapping on to the second line */
	margin-right: 2.5rem;
}

.main-navigation li a {
	border-bottom: 0;
	color: #6a6a6a;
	line-height: 1.2;			/* BEG 2014-05-10 */
	text-align: center;			/* BEG 2014-05-10 center the titles*/
	vertical-align: middle;		/* BEG 2014-05-10 keep the line aligned by the midpoint*/
	padding: 5px 0;				/* BEG 2014-05-10 */
	padding: 0.35714286rem 0;	/* BEG 2014-05-10 */
	text-transform: uppercase;
	white-space: nowrap;
}
/* <<<<< END - Main navigation >>>> */


/* ==== BEG 2014-04-23 - Footer ===== */
#colophon { text-align: center; }

/* ==== BEG 2014-04-24 - Post drop cap ===== */
.drop-cap {
	float: left;
	margin-right: 3px;
	font: normal normal normal 48px/39px "Warnock Pro", "Goudy Old Style", Palatino,"Book Antiqua", Cambria, Georgia, serif;
	color: #444;
	}
	
.back_to_top{
	clear: both;
	text-align: center;
	margin: 10px; 
	margin: 0.71428571rem; 
	font-size: 12px; 
	font-size: .8rem; 
}	

.beg-abbreviated-entry-meta {
	/* this is a copy of footer.entry-meta,  but had to copy because I couldn't 
		pass footer.entry-meta as the class name */
	margin-top:10px;
	margin-top: 0.71428571rem;
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;	
}

.entry-header .entry-title {  /* BEG 2014-06-14 */
	font-size: 20px;
	font-size: 1.428571429rem;
	line-height: 1.2;
	font-weight: normal; 
}

.entry-header .entry-title  .beg-abbreviated-entry-meta .time,
.entry-header .entry-title  .beg-abbreviated-entry-meta .time span {
	color: #fff;
	display: block;
	text-align: center;
	width: 42px;
}
.entry-header .entry-title  .beg-abbreviated-entry-meta .time {
	left: 10px;
	position: relative;
	top: 10px;
}

.entry-header .entry-title  .beg-abbreviated-entry-meta  .day {
	background: #8ab6d9;
	font-size: 26px;
	font-weight: bold;
	height: 29px;
	line-height: 1em;
}


.entry-header .entry-title  .beg-abbreviated-entry-meta  .month {
	background: #6c8fac;
	height: 18px;
	line-height: 1.33333;
	text-transform: uppercase;

}







/* ===== BEG Recent Posts ===== */


.recent-posts li {
	font-weight: normal; 
	margin-bottom: 10px;
}


/* +++++ END BEG Sidebar formatting +++++ */

/* ===== BEGIN BEG Comments formats ===== */

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

.comments-title {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
	font-weight: normal;	
}
.comments-area article {
	margin: 24px 0;
	margin: 1.714285714rem 0;	
}
.comments-area article header {
	margin: 0 0 24px;				/* BEG 2014-05-08 */
	margin: 0 0 1.714285714rem;		/* BEG 2014-05-08 */
	overflow: hidden;
	position: relative;
	font-weight: bold;				/* BEG 2014-05-09 */

}
.comments-area article header .comment .comment-meta .comment-author .vcard {
 color: green; 
 font-weight: normal; 
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 0px;				/* BEG 2014-05-08 */
	margin-left: 0rem;				/* BEG 2014-05-08 */
	
}
.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.42857143;
	font-weight: bolder; 			/* BEG 2014-05-08 */
	color: black;					/* BEG 2014-05-08 */
}
.comments-area cite b {
	font-weight: normal;
}
.comments-area article header time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 12px;
	font-size: 0.857142857rem;
	color: #5e5e5e;
}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}
.comments-area article header a:hover {
	color: #21759b;
}
.comments-area article header cite a {
	color: #444;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	padding: 0.428571429rem 0.857142857rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #009cee, #0088d0);
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image: -o-linear-gradient(top, #009cee, #0088d0);
	background-image: linear-gradient(top, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area .bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	margin-left: 0.357142857rem;
	padding: 2px 5px;
	padding: 0.142857143rem 0.357142857rem;
	font-size: 10px;
	font-size: 0.714285714rem;

}
.comments-area .bypostauthor cite b {
	font-weight: bold;
}
a.comment-reply-link,
a.comment-edit-link {
	color: #686868;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
a.comment-0..-link:hover,
a.comment-edit-link:hover {
	color: #21759b;
}
.commentlist .pingback {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

.comment-content p {
	color:  #444444; 
}


/* ==== 2020-10-15 ==== */
.reply {
	color: #444444 ; 
}


/* +++++ END BEG Comments formatting +++++ */


/* ===== BEG WP-recentcomments widget formatting ===== */
/* =================================================== */
.rc-excerpt {
	font-size: 12px; 
	font-size: .85rem; 
	line-height: 1rem;
	margin-bottom: 14px;
	margin-bottom: 2rem;
}

.rc-info {
	line-height: 1rem; 
	margin-bottom: 5px;
	margin-bottom: 0.5rem;
}


/* +++++ END BEG WP-recentcomments widget formatting +++++ */