/*

*/

* {
  box-sizing: border-box;
}

html { 
  height: 100%;
  width: 100%;
  font-size: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  padding-top: 0;
}

body {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

img {
  height: auto;
}

.divider {
	width: 25%;
}

.row {
	height: 0;
}

.row::after {
  content: "";
  clear: both;
  display: table;
}

[class*="col-"] {
  float: left;
  padding: 15px;
}

/* For mobile phones: */
[class*="col-"] {
  width: 100%;
  /*height: 100%;*/
}

/*[class*="col-"]:last-child {
  clear: left;
}*/

@media only screen 
    and (device-width : 375px) 
    and (device-height : 812px) 
    and (-webkit-device-pixel-ratio : 3) {
  /* For tablets: */
  .col-s-1 {width: 8.33%;}
  .col-s-2 {width: 16.66%;}
  .col-s-3 {width: 25%;}
  .col-s-4 {width: 33.33%;}
  .col-s-5 {width: 41.66%;}
  .col-s-6 {width: 50%;}
  .col-s-7 {width: 58.33%;}
  .col-s-8 {width: 66.66%;}
  .col-s-9 {width: 75%;}
  .col-s-10 {width: 83.33%;}
  .col-s-11 {width: 91.66%;}
  .col-s-12 {width: 100%;}
}

@media only screen and (min-width: 768px) {
  /* For desktop: */
  .col-1 {width: 8.33%;}
  .col-2 {width: 16.66%;}
  .col-3 {width: 25%;}
  .col-4 {width: 33.33%;}
  .col-5 {width: 41.66%;}
  .col-6 {width: 50%;}
  .col-7 {width: 58.33%;}
  .col-8 {width: 66.66%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}
}

a
{
    color: #BB4600;
}

a:link, a:visited
{
    color: maroon;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
    color: black;
    text-decoration: underline;
}

a:active
{
    color: silver;
}

#header {
	font: 1.6em "Lucida Grande", Lucida, Verdana, sans-serif;
	width: 100%;
	height: 170px;
	margin-left: auto;
	margin-right: auto;
	/*background: url(/../context_performance/app/assets/images/larryz_bg-header.png) no-repeat;*/
	/*background: url(/../images/larryz_bg-header.png) no-repeat;*/
	background: url(/assets/larryz_bg-header_11.png) no-repeat;
	margin-top: 10px;
}

#header ul {
	float: left;
	width: 100%;
	margin-top: 130px;
	margin-bottom: -10px;
	padding-left: 140px;
}

#header ul#toprow {
	float: left;
	width: 100%;
	margin-top: 130px;
	margin-bottom: -10px;
	padding-left: 40px;
}

#header ul#midrow {
	float: left;
	clear: left;
	margin-bottom: -10px;
	margin-left: 30px;
}

#header ul#bottomrow {
	float: left;
	clear: left;
	margin-left: 60px;
}

#header ul li {
	display: inline;
	margin-left: 10px;
}

#header li#hilite {
	text-shadow: 3px 3px 3px #9e8f7e;
}

#content {
	margin-left: auto;
	width: 100%;
	font-family: "Abadi MT Condensed Light";
	margin-right: auto;
}

#content span {
	color: #3C4E5C;
	/*font-size: 20px;*/
	font-size: 2em;
	font-weight: bold;
}

#content ul {
	list-style-type: none;
	color: #3C4E5C;
}

#content h1 {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-weight: bold;
	margin-left: 30px;
	margin-top: 1px;
	text-shadow: 3px 3px 3px #9e8f7e;
}

#content h2 {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-left: 18px;
	margin-top: 1px;
	text-shadow: 2px 2px 2px #b0adaa;
	margin-bottom: 5px;
}

#disclaimer{
	/*font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;*/
	font: 1em "Lucida Grande", Lucida, Verdana, sans-serif;
	float: right;
	margin-right: 100px;
	color: #aaa7a2;
	padding-bottom: 20px;
}

#disclaimer a {
	font: 1em "Lucida Grande", Lucida, Verdana, sans-serif;
	float: left;
	margin-right: 100px;
	font-weight: bold;
	font-size: 1.2em;
	color: #BB4600;
	padding-bottom: 20px;
}

.dateline{
	/*font: 16px "Lucida Grande", Lucida, Verdana, sans-serif;*/
	font: 1em "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: right;
	color: #9e3404;
	font-weight: bold;
	padding-right: 50px;
	/*font: 20px "Arial Narrow";*/
	font-style: italic;
	float: right;
}

.dateline i b small a {
	color: teal;
}

.content-art {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	margin-top: 20px;
	margin-left: 40px;
}
.content-art img {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	-moz-box-shadow: 4px 4px 4px #9e8f7e;
	box-shadow: 4px 4px 4px #9e8f7e;
}

.blog-title {
	font: bold 3em "Lucida Grande", Lucida, Verdana, sans-serif;
}

.blog-title-centered {
	font: bold 3em "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
}

.section-title {
	font: bold 2.2em "Lucida Grande", Lucida, Verdana, sans-serif;
}

.section-title-centered {
	font: bold 2.2em "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
}

.feature {
	width: 100%;
	height: 100%;
}
.feature hr {
	clear: left;
}

.feature li {
	font: 1em "Lucida Grande", Lucida, Verdana, sans-serif;
	color: black;
	list-style-type: circle;
}

.feature a {
	color: maroon;
}

.feature h1 {
	font: 2em "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #8B572A;
}

.index-bullet {
	/*width:  58px;*/
	/*margin-left: 20px;*/
	/*float: left;*/
	/*font: italic bold 14px "Lucida Grande", Lucida, Verdana, sans-serif;*/
	font: italic bold 1.5em "Lucida Grande", Lucida, Verdana, sans-serif;
	/*margin-right: 30px;*/
	/*padding-top: 10px;*/
	text-align: center;
	color: maroon;
	text-shadow: 3px 3px 3px #9e8f7e;
	margin-top: 20px;
}

.index-txt {
	font: 1.4em "Lucida Grande", Lucida, Verdana, sans-serif;
}

.index-txt p {
	color: black;
	font-weight: normal;
	font-style: normal;
	/*font: 14px "Lucida Grande", Lucida, Verdana, sans-serif;*/
	font: 1em "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-top: 5px;
}

.index-sub {
	/*color: #9e3404;*/
	color: dimgray;
/*	font-weight: bold;*/
	/*font: 14px "Lucida Grande", Lucida, Verdana, sans-serif;*/
	font: bold 1.8em "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-top: 5px;
}

.index-head {
	font-weight: bold;
	/*font-size: 16px;*/
	font-size: 1.4em;
	text-shadow: 2px 2px 2px #9e8f7e;
}

.index-art {
	float: left;
	/*width: 25%;*/
	margin-bottom: 10px;
}

.index-art-caption {
	/*float: right;*/
	/*width: 25%;*/
	font: italic 1.3em "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-bottom: 10px;
	text-align: left;
	margin-top: 10px;
	color: #8B572A;
}

.index-art img {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	width: 80%;
	-moz-box-shadow: 4px 4px 4px #9e8f7e;
	box-shadow: 4px 4px 4px #9e8f7e;
}

.index-art-100 img {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	width: 100%;
	-moz-box-shadow: 4px 4px 4px #9e8f7e;
	box-shadow: 4px 4px 4px #9e8f7e;
}

.index-info {
	margin-left: 60px;
}

.index-info td {
	width: 180px;
}
.index-info table {
	margin-bottom: 10px;
}

/**/
.event-txt {
	/*width: 260px;*/
	margin-left: 20px;
	float: left;
	clear: left;
	font: 14px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-right: 30px;
	padding-top: 16px;
}

.event-txt h2 {
	color: #649012;
	font-weight: bold;
}

.event-txt p {
	color: black;
	font-weight: normal;
	font-style: normal;
	font: 14px "Lucida Grande", Lucida, Verdana, sans-serif;
}

.event-art {
	float: left;
	width: 65%;
	margin-bottom: 10px;
}

.event-art img {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	-moz-box-shadow: 4px 4px 4px #9e8f7e;
	box-shadow: 4px 4px 4px #9e8f7e;
}
/*  */
.cool-txt {
	width: 460px;
	margin-left: 20px;
	margin-right: 30px;
	font: 14px "Lucida Grande", Lucida, Verdana, sans-serif;
	float: left;
}

.cool-txt h2 {
	color: #649012;
	font-weight: bold;
}

.cool-txt p {
	color: black;
	font-style: normal;
	font: normal 14px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-top: 5px;
	margin-bottom: 5px;
}

.cool-txt hr {
	width: 100%;
}

.cool-art {
	float: left;
	width: 20%;
	margin-bottom: 10px;
}

.cool-art img {
	float: left;
/*	margin-right: 20px;
	margin-bottom: 20px;*/
	-moz-box-shadow: 4px 4px 4px #9e8f7e;
	box-shadow: 4px 4px 4px #9e8f7e;
}

.cool-head {
	color: black;
	font-size: 14px;
/*	text-shadow: 2px 2px 2px #9e8f7e;*/
}

.cool-txt a {
	font-size: 13px;
	font-style: italic;
}

.cool-bullet {
	width:  120px;
	margin-left: 30px;
	/*font: italic bold 20px "Lucida Grande", Lucida, Verdana, sans-serif;*/
	font: italic bold 1em "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-right: 30px;
	padding-top: 10px;
	text-shadow: 2px 2px 2px #9e8f7e;
	height: 100px;
	float: left;
	clear: left;
}

input[type=button], input[type=submit], input[type=reset] {
  background-color: #BDB1B2;
  padding: 8px 32px;
  text-decoration: none;
  margin: 8px 0 4px;
  cursor: pointer;
	border-radius: 8px;
	border-color: #ffffff;
	float: right;
	font-weight: bold;
	clear: left;
}

textarea {
	background-color: lightgray;
	float: right;
	/*font-size: 10px;*/
	font-size: 1em;
	font-family: monospace;
	width: 460px;
	height: 64px;
	padding: 5px;
	text-align: left;
	margin-top: 5px;
	resize: vertical;
	border: 1px inset #ffffff;
}

.recordFields {
	border-bottom: 1px solid gray;
	padding-bottom: 10px;
	padding-top: 0;
	width: 560px;
	float: left;
}

.recordFields a {
	color:  #6B0000;
}

.recordControl {
	float: left;
	/*font: bold 8Qpt "Arial Narrow";*/
	padding: 2px 10px;
	background-color: #947070;
	text-align: center;
	width: 80px;
	margin-left: 10px;
	color: white;
	border-radius: 5px;
	margin-top: 5px;
	/*font-size: 11px;*/
	font-size: 0.7em;
}

.recordControl a {
	color: white;
	text-decoration: none;
	font-weight: bold;
	background-color: transparent;
}

#img_heading {
	width: 660px;
	height: 300px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(/Volumes/MBACK/Visual/Photos/family/20131215/Selected/Photo_Dec2580816PM.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

#img_heading span {
	color: #FDD000;
	top: 30px;
	float: left;
	/*font: 240% "Lucida Grande", Lucida, Verdana, sans-serif;*/
	font: 1em "Lucida Grande", Lucida, Verdana, sans-serif;
	padding-left: 20px;
	text-shadow: 3px 2px 5px #1a1a08;
	margin-top: 250px;
}

#img_content {
	float: left;
	width: 80%;
	margin-left: 60px;
	font: 90% "Trebuchet MS";
	font-style: italic;
}

.descriptionAttributeHalf table {
	font-size: 0.7em;
	border: 1px solid var(--secondary-color);
	border-collapse: collapse;
}

.descriptionAttribute table {
	font-size: 0.7em;
	border: 1px solid transparent;
	border-collapse: collapse;
}

.descriptionAttribute table td img {
	box-shadow: none;
}

.descriptionAttribute table tr th,
.descriptionAttributeHalf table tr th {
	font-size: 0.8em;
	border-width: 0px;
	background-color: slategray;
	border-bottom-style: solid;
	padding: 3px 9px 3px;
	color: white;
	height: 25px;
}

.descriptionAttribute table td,
.descriptionAttributeHalf table td {
	font-size: 1em;
	text-align: left;
	vertical-align: text-top;
	border-width: 1px;
	background: white;
	height: 20px;
	padding: 5px;
	border-style: inset;
	vertical-align: top;
}

.mainDescriptionAttribute {
	width: 100%;
}

.descriptionAttribute table td.shade {
	background-color: var(--text-shade-color);
	border-width: 1px;
}

.descriptionAttribute table td.exdatasec {
	border-width: 1px;
	padding-left: 10px;
	width:  33%;
	font-size: 1em;
}

.descriptionAttribute table td.exdatakey {
	color:  var(--primary-color);
	border-width: 1px;
	border-color: var(--text-shade-color);
	padding-right: 10px;
	padding-left: 30px;
	padding-top:  7px;
	font-size: 0.9em;
	vertical-align: top;
	/*! OVERFLOW	*/
	max-width: 160px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-right: transparent;
	border-bottom: var(--text-shade-color);
}


.descriptionAttribute table.exdatakey {
	border-collapse: collapse;
	border-bottom: 1px solid var(--text-shade-color);
}

/*.descriptionAttribute table tr.exdatakey {
	border-top:  1px solid var(--text-shade-color);
	border-bottom:  1px solid exdataSectionHead;
}*/

.descriptionAttribute table td.exdataval {
	border-color: transparent;
	padding-left: 5px;
	font-size: 1.2em;
	border-bottom: 1px solid var(--text-shade-color);
}

.descriptionAttribute table td.exdataval a {
	font-size: 1em;
}

.descriptionAttribute table td a {
	font-size: 1.2em;
	/*text-shadow: 1px 1px 1px var(--text-shade-color);*/
}

.exdataSectionHead {
	color:  var(--secondary-color);
	font-size: 0.9em;
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 20px;
	border-bottom: 3px solid var(--text-shade-color);
	/*border-color: var(--text-shade-color);*/
	/*border-bottom-width: 1px ;*/
	/*margin-left: 20px;*/
}

.border_styles {
	border-bottom: thin inset white;
}
