/* Copyright (c) ellery adams 2017
----------------------------------------------------------------------------------------------------*/

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;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	text-align: left;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.centerinfo {
	text-align: center;
}

.rightinfo {
	text-align: right;
}

.clearboth { clear: both; }

.toptextsmall {
	font-size: 1em;
}

.containingbox
		{
			max-width: 1260px;
			padding: 15px;
		}
		
.clearboth { clear: both; }

.privatelist {
list-style: disc;
list-style-position: inside;
}

.homeboxtext {
	margin-left: 10px;
}
/* Reset for HTML 5 Elements
----------------------------------------------------------------------------------------------------*/

/* tells browsers that don't read html 5 tags to render like divs */
header, footer, aside, nav, article, section {
	display: block;
	margin: 0;
	padding: 0;
}
/* clears containers with floated elements, no need for extra markup! */
.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


/* Video
----------------------------------------------------------------------------------------------------*/

video {
	max-width: 100%;
	height: auto;
}

.video-wrapper {
	width: 560px;
	max-width: 90%;
	margin: 0 auto 0 auto;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 20px;
	height: 0;
	overflow: hidden;
}

.video-container2 {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 5px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*  GRID OF THREE  */
.span_3_of_3 { width: 100%; }
.span_2_of_3 { width: 66.13%; }
.span_1_of_3 { width: 32.26%; }

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
}


/* Type
----------------------------------------------------------------------------------------------------*/

html {
	font-size: 16px;
}
body {
	color: #333;
	font: 75%/1.5em Verdana, Geneva, Arial, Helvetica, sans-serif;
	
}
h1, h2, h3, h4, h5, h6 {
	color: #ce0a00;
	font: 1.9em/1em Verdana, Geneva, Arial, Helvetica, sans-serif;
}
h1 {
}

h2 {
	color: #a10000;
}
h3 {
	color: #19456f;
	font-size: 2em;
	font-weight: bold;
	text-align: center;
	padding-top: 5%;
}
h4 {
	font-size: 1.35em;
	color: #19456f;
	font-weight: bold;
	text-align: center;
}
h5 {
	font-size: 1.1em;
	font-weight: bold;
    display: none;
}
h6 {
	font-size: 1em;
	font-weight: bold;
    display: none;
}
p {
	color: #333;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.7em;
	
}

.questions {
	color: #88006d;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.7em;
}

.copydate1 {
	color: #333;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: .75em;
	
}

.excerpt {
	color: #333;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.7em;
	
}


/*Responsive Styles*/

@media screen and (max-width : 760px){
	/*Make dropdown links appear inline*/
	ul {
		position: static;
		display: none;
	}
	/*Create vertical spacing*/
	li {
		margin-bottom: 1px;
	}
	/*Make all menu links full width*/
	ul li, li a {
		width: 100%;
	}
	
	/*Display 'show menu' link*/
	.show-menu {
		display:block;
	}
}
ol, ol.lowerRoman, ol.upperAlpha {
	list-style: decimal;
	color: #FFF;
	font-size: 1.0em;
	font-weight: normal;
	line-height: 1.3em;
}
ol.lowerRoman {
	list-style: lower-roman;
}
ol.upperAlpha {
	list-style: upper-alpha;
}
strong, b, .b {
	font-weight: bold;
}
a {
	color: #196f6e;
	text-decoration: none;
}
/*a:link {
	color: #196f6e;
	outline: none;
	text-decoration: none;
}

a:visited {
	color: #196f6e;
	outline: none;
	text-decoration: none;
}*/

a:hover {
	color: #183B56;
	text-decoration: underline;
}
a:active {
	color: #196f6e;
	outline: none;
	text-decoration: none;
}
a:focus {
	outline: 1px dotted;
}
.more {
	text-decoration: underline !important;
}

/* Spacing
----------------------------------------------------------------------------------------------------*/



h1, h2, h3, h4, h5, h6 {
	padding-bottom: 5px !important;
}
hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}
p {
	margin-right: 10px;
    margin-left: 10px;
	padding: 3px;
}
blockquote {
	margin-right: 10px;
	padding: 5px 0 20px 0;
}

ol {
	margin-left: 25px;
	padding-left: 0;
}

p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset {
	margin-bottom: 8px;
}

.homefindme {
	margin-left: 10px;
}

.centerinfo {
	text-align: center;
}
/* Layout
----------------------------------------------------------------------------------------------------*/

html {
	background-color: #0C3B70;
	background: transparent url(../images/elleryadams_back2025b.jpg) repeat;
	text-align: center;
}
body {
	width: 100%;
	max-width: 1260px;
	margin: 0 auto;
	border: none;
}
#logoTxt {
	width: 100%; /*381px;*/
	height: auto;
	border: none;
	margin-bottom: 0px;
}

#logoTxt_small {
	width: 100%; /*381px;*/
	height: auto;
	border: none;
	margin-bottom: 0px;
}

#logoTxtTail {
	width: 100%; /*381px;*/
	height: auto;
	border: none;
	margin-bottom: 0px;
}

}
#logoTxt h1, #logoTxt h2 {
	color: #fff;
	font-size: 3em;
	line-height: 1.5em;
	text-align: center;
}
#logoTxt h2 {
	color: #fff;
}
#logoTxt h1 span, #logoTxt h2 span {
	display: block;
	top: 0px;
	right: 0;
	width: 124px;
	z-index: 9;
}
#logoTxt h2 span {
	top: 0 !important;
	z-index: 10 !important;
}
header {
	/*height: 280px;*/
	width: 100%;
	border: none;
}
header h1 {
	color: #FFF;
	font-size: 1.6em;
	text-align: center;
	border: none;
}
header h1 span {
	color: #FFF;
	float: right;
	padding-right: 5px;
	padding-top: 0px;
	width: 300px;
	border: none;
}
#headTxt {
	color: #FFF !important;
	font-size: 4em;
	line-height: 0.3em;
	text-transform: capitalize;
	width: auto !important;
}

section center {
	background-color: #fff;
	margin: 0 10px;
}

#mainRight {
	margin-top: 0px;
	background-color: #e7f5f7;
	width: 1260px;
	text-align: left;
    padding-top: 10px;
}
/*#mainRight h2 {
	margin-bottom: 0px;
	border: none;
}

#mainRight2 {
	width: 960px !important;
}*/

#mainRight2 {
	margin-top: 0px;
	background-color: #e7f5f7;
	width: 1260px;
	text-align: left;
}

/*#mainRight2 {
	width: 960px !important;
}*/

.columns {
	margin: 0;
	border: none;
	background-color: #fff;
	display: block;
	width: 1260px;
	padding: 0;
}

.columns2b {
	margin: 0;
	border: none;
	background-color: #e7f5f7;
	display: block;
	width: 1260px;
	padding: 0;
}

.colLeft {
	float: left;
	width: 450px;
	border: none;
	margin: 20px 30px 20px 0px;
}
.colRight {
	float: right;
	width: 430px;
	border-left: 0px;
	border-color: rgba(186,186,186,0.3);
	border-style: groove;
	padding-right: 20px;
	margin: 20px 10px 20px 0px;
}

.col_wide {
	float: right;
	width: 680px;
	border: none;
	margin: 30px 30px 20px 5px;
}

.col_wide_single {
	width: 90%;
	border: none;
	margin: 0px auto 20px auto;
	text-align: center;
}

.col_wide_books {
	width: 100%;
	border: none;
	margin: 40px auto 20px auto;
	text-align: left;
    background-color: #e7f5f7;
}


.col_thin {
	float: left;
	width: 200px;
	padding-left: 20px;
	margin: 0px 10px 20px 0px;
	text-align: center;
	background-color: #e4b3e6;
}

.col_thin2 {
	float: right;
	width: 250px;
	border-left: 0px;
	border-color: rgba(235,0,0,0.3);
	border-style: groove;
	padding-left: 20px;
	margin: 20px 0px 20px 10px;
	text-align: center;
}

.col_links1 {
	float: right;
	width: 440px;
	border: none;
	margin: 30px 30px 20px 0px;
	text-align: center;
}

.col_links2 {
	float: left;
	width: 440px;
	padding-left: 20px;
	margin: 30px 0px 20px 30px;
	text-align: center;
}

.linkbox {
	background-color: #d5c9f1;
	padding: 7px;
	margin-left: 10%;
	width: 80%;
}
#signature {
	margin-bottom: 5px;
	margin-right: 10px;
	text-align: right;
}

.singleinfo {
	float: left;
	width: 100%;
	border: none;
	margin: 30px auto 20px auto;
}

footer {
	clear: both;
	background-color: #fff;
	padding-top: 3%;
	height: auto;
	border: none;
}
footer p {
	text-align: center;
	font-size: 1em;
	color: #644920;
	border: none;
    padding: 5px auto 5px auto;
}

footer a {
	font-size: 1em;
	color: #196f6e;
}
footer a:hover {
	color: #644920;
}

.floatright
{
	float: right;
	margin: 8px 8px 8px 8px;
	border: 1px solid #173f62;
	padding: 2px;
}

.floatright2
{
float: right;
margin: 0 0 2px 3px;
border: 0px solid #666;
padding: 2px;
}

.floatleft
{
	float: left;
	margin: 8px 15px 15px 8px;
	border: 2px solid #173f62;
	padding: 2px;
}


.floatleft2
{
	float: left;
	margin: 0 10px 5px 0px;
	border: 0px solid #19456f;
	padding: 2px;
}

.clearboth { clear: both; }
.clearright {
	clear: right;
}

.containingbox
		{
			max-width: 1260px;
			padding: 15px;
		}
		
.books
{
	border: 1px solid #19456f;
	margin: 1%;
}

.books2
{
	border: 1px solid #19456f;
}

.booksmain
{
	border: 1px solid #a10000;
	margin: 5px;
}

.reviews {
	color: #8b008b;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.7em;
}

.blurb {
	color: purple;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
}

img {
	max-width: 100%;
	height: auto;
}


/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

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

/*  GRID OF FIVE  */
.span_5_of_5 {
	width: 100%;
}
.span_4_of_5 {
	width: 79.68%;
}
.span_3_of_5 {
	width: 59.36%;
}
.span_2_of_5 {
	width: 39.04%;
}
.span_1_of_5 {
	width: 18.72%;
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_1_of_5, .span_2_of_5, .span_3_of_5, .span_4_of_5, .span_5_of_5 { width: 100%; }
}

/*  GRID OF THREE  */
.span_3_of_3 { width: 100%; }
.span_2_of_3 { width: 66.13%; }
.span_1_of_3 { width: 32.26%; }

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
}

/*  card code 2 ===========================================================================*/

* { box-sizing: border-box; }

.container { 
  display: flex; 
  flex-flow: row wrap;
  background-color: #e7f5f7;
}

.card-wrap {
  flex: 0 0 33.333%;
  display: flex;
  padding: 8px; /* gutter width */
}

.card {
  box-shadow: 0 0 4px rgba(0,0,0,0.4);
  flex: 0 0 100%;
  background-color: #F4DBB5;
  padding-top: 5%;
  padding-left: 2%;
}

.card2 {
  box-shadow: 0 0 4px rgba(0,0,0,0.4);
  flex: 0 0 100%;
  background-color: #d4e6f5;
   padding-top: 5%;
   padding-left: 2%;
}

.card3 {
  box-shadow: 0 0 4px rgba(0,0,0,0.4);
  flex: 0 0 100%;
   padding-top: 5%;
}

.cardnote {
   padding: 5%;
   text-align:center;
}


/*  CARD CODE  ============================================================================= */

pre.code {
	padding: 1.5em;
	margin: .5em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 1.7em;
    text-align:center;
	white-space: pre-wrap;
	font-size: 1.2em;
	background:#F4DBB5; 
    color:#333;
	height: 500px;
}

pre.code1 {
	padding: .5em;
	margin: .5em;
	color: #333;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 1.7em;
    text-align:center;
	white-space: pre-wrap;
	font-size: 1.1em;
	background: #d4e6f5;
	color: #fff;
	height: 500px;
}

pre.code2 {
	height: 500px;
}

pre.code3 {
	padding: .5em;
	margin: .5em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    line-height: 1.7em;
    text-align:center;
	white-space: pre-wrap;
	font-size: 1.2em;
	background: #d4e6f5;
	color: #333;
	height: 500px;
}

strong.code {
	font-weight: normal;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}

/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1%;
}
.col:first-child { margin-left: 0; }

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

/*  GRID OF THREE  */
.span_3_of_3 { width: 100%; }
.span_2_of_3 { width: 66.33%; }
.span_1_of_3 { width: 32.66%; }

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
}


@media \0screen {
  img { 
  	width: auto; /* for ie 8 */
  }
}

 @media screen and (max-width: 768px) {
#logoTxt {
	width: 100%; /*381px;*/
	height: auto;
	border: none;
	margin-bottom: 0px;
}
#logoTxt h1 span, #logoTxt h2 span {
	display: block;
	top: 0px;
	right: 0;
	width: 100%;
	z-index: 9;
}
header {
	/*height: auto;*/
	width: 100%;
	border: none;
}
header h1 span {
	color: #FFF;
	float: right;
	padding-right: 5px;
	padding-top: 0px;
	width: 100%;
	border: none;
}

#mainRight, #mainRight2 {
	margin-top: 0px;
	width: 100%;
	text-align: left;
}
/*#mainRight h2 {
	margin-bottom: 0px;
	border: none;
}

#mainRight2 {
	width: 960px !important;
}*/

.columns {
	margin: 0 0px 0 0px;
	border: none;
	background-color: #FFF;
	display: block;
	width: 100%;
	padding: 0px 0px 0px 0px;
}

.columns2b {
	margin: 0 0px 0 0px;
	border: none;
	background-color: #e7f5f7;
	display: block;
	width: 100%;
	padding: 0px 0px 0px 0px;
	max-height: 325px;
}
.colLeft {
	float: left;
	width: 100%;
	max-width: 700px;
	border: none;
	margin: 20px 5px 20px 5px;
}
.colRight {
	float: right;
	width: 100%;
	max-width: 750px;
	border-left: 2px;
	border-color: rgba(235,0,0,0.3);
	border-style: groove;
	margin: 20px 0px 20px 0px;
}
.col_wide {
	float: left;
	width: 100%;
	max-width: 750px;
	border: none;
	margin: 30px 5px 20px 5px;
}
.col_thin {
	float: right;
	width: 100%;
	max-width: 750px;
	border-left: 2px;
	border-color: rgba(235,0,0,0.3);
	border-style: groove;
	padding-left: 20px;
	margin: 20px 5px 20px 15px;
}

.col_thin2 {
	float: right;
	width: 100%;
	max-width: 750px;
	border-left: 0px;
	border-color: rgba(235,0,0,0.3);
	border-style: groove;
	padding-left: 20px;
	margin: 20px 5px 20px 15px;
}
}
 @media screen and (max-width: 480px) {
 #logoTxt {
	width: 100%; /*381px;*/
	height: auto;
	border: none;
	margin-bottom: 0px;
	}
	
	header {
	/*height: auto;*/
	width: 100%;
	border: none;
}
	

.colLeft {
	float: left;
	width: 100%;
	max-width: 300px;
	border: none;
	margin: 20px 5px 20px 5px;
}
.col_wide {
	float: left;
	width: 100%;
	max-width: 320px;
	border: none;
	margin: 30px 0px 20px 5px;
}
.col_thin {
	float: right;
	width: 100%;
	max-width: 470px;
	border-left: 2px;
	border-color: rgba(235,0,0,0.3);
	border-style: groove;
	padding-left: 20px;
	margin: 20px 5px 20px 15px;
}

.col_thin2 {
	float: right;
	width: 100%;
	max-width: 470px;
	border-left: 0px;
	border-color: rgba(235,0,0,0.3);
	border-style: groove;
	padding-left: 20px;
	margin: 20px 5px 20px 15px;
}

.colRight img {
	width: 100%;
	height: auto;
}
.colLeft center img {
	width: 100%;
	height: auto;
}

.floatleft
{
	float: left;
	margin: 0 10px 5px 0px;
	border: 2px solid #19456f;
	padding: 2px;
}

footer {
	clear: both;
	background-color: #fff;
	border: none;
    padding: 5px auto 5px auto;
}
}


