<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** layout.css customize for project.
 *  Factor of 4, LLC
 */
 
/** Modification History (name, date, description)
 * 1. 
 */
 
/* Globals from Skeleton v 1.0*/
/* ================================================== */

/* 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, 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, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0; 
  }
*/


body {
  background: #fff;
  color: #333;
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4	em;
  }

/*  redefine max-width and padding in layout.css */
.container {
  max-width: 1100px; /* this restricts the page width on large screens */
  background: #fff;
  padding: 0;
  box-shadow: 0px 0px 25px #999; 
  }

/*  redefine a and a:hover color in layout.css */
a, a:visited{
  text-decoration: none; 
  font-weight: normal;
  color:rgb(204, 0, 0);;  /* define for global inline links */
  }

a:active, a:hover {
  text-decoration: underline; 
  color: red;  /* define for global inline links */
}

p {
  font-size: 1.2em;
  margin-bottom: 3em;
  line-height: 1.5;
}

ul { 
	margin-left: 16px;
	padding-left:20px;
}

ol  {
	margin-left: 40px;
}
 
li {
  line-height: 2.0;
}


.clear { /* used by skeleton 2  */
  clear: both; 
}



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

header { /* used for element ID */
	background-color: white;
	height:227px;
	padding: 0px 0px 0px 0px;
}

#site-header { /* used for style header content */
	text-align:center;
	background-color:black;
	background-image: url("../images/Liz-header.jpg");
	/* outline:2px solid orange; used to test layout - comment out in production */
}

#header-left { /* used for style header content */
	text-align:left;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	display: inline-block;
}

#header-center { /* used for style header content */
	text-align:center;
	margin: 0;
	padding: 0px 0px 0px 0px;
	display: inline-block;
}

#header-right { /* used for style header content */
	text-align:center;
	margin-top: -30px;
	padding: 0px;
	display: none;
}

header .logo { /* used for style header content */
	width:100%;
}

header .site-title { /* used for style header content */
	font-size: 1.2em;
	font-weight: bold;
}

header .phone { /* used for style header content */
}

header .phone a { /* used for style header content */
	color:black;
}

.social-icon { /* used to style social icons  */
	padding-left: 12px;
	padding-right: 12px;
	display: inline; /* this causes the icons to display side-by-side*/
}

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


#mainnav { 
	top: 0px;
	background-color: black;
	border: 0px solid #416518;
    border-radius: 0px;
    background: black;
	width: 100%; 
	margin: 0 auto 0 0;
	height: 33px; /*   - alignment affects ul.dropdown top  */
	z-index: 50;
	overflow: visible;
	position: absolute; /* used to test layout - comment out in production */
	text-align:center;
	/*  outline:1px solid yellow; used to test layout - comment out in production */
}

#mainnav ul {
    /* float: right;
	margin:-1px 10px 0 50%;
	margin: 0 auto; 
	display: inline;*/
}

#mainnav li {
  line-height: 2.0;
  margin-bottom:0;
  /* width:153px;*/
  text-align:left;
}

#mainnav li&gt;ul li {
  width:200px;
}


.nav1 {
width:80px;
}


.nav2 {
  width:110px;
}

.nav3 {
  width:90px;
}

.nav4 {
  width:160px;
}

.nav5 {
  width:190px;
}

.nav6 {
  width:50px;
}

.nav7 {
  width:90px;
}



/* Body */
/* ================================================== */

#content { /* used for element ID */
  	background:#fff;
	/* outline:2px solid red; used to test layout - comment out in production */
}


#slider { /* used for element ID */
	width:100%;
	/* outline:2px solid purple; used to test layout - comment out in production */
}

#thumbs {
	position:relative;
	top:-95px;
	margin-bottom:-90px;
	outline:1px solid red; /* used to test layout - comment out in production */
}

.popup-gallery  {
	margin:0 auto;
	text-align:center;
}

.popup-gallery img {
	width:120px;
	height:120px;
}


#main { /* used for article ID */
	padding:0px 30px 10px 20px;
	/* outline:1px solid navy; used to test layout - comment out in production */
}

#secondary { /* used for article ID */
	padding:0px 30px 10px 20px;
	/* outline:1px solid teal; used to test layout - comment out in production */
}

#sidebar { /* used for aside ID */
	padding:0px 10px 5px 5px;
	margin:30px 0px 0px 0px;
  	background:#fff;
	color:black;
	height:100%;
	border-left:2px solid #000;
	/* outline:1px solid green; used to test layout - comment out in production */
}

aside  {
  	background:#fff;
}

.list {
	text-align: center;
}

.score {
	width:100%;
}

p.indent {
	text-indent: 2em;
}



#sidebar img {/* this keeps the sidebar from overlapping the body content when resizing the viewport */
	max-width:100%;
}


#content h1 { /* used to style text content  */
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 1.4em;
    font-size: 1.6em;
	color:black;
    margin-bottom: .5em; 
    margin-top: .5em; 
	}

#content h2 { /* used to style text content  */
	font-weight: bold;
	letter-spacing: 1px;
    font-size: 1.3em;
	color:rgb(204, 0, 0);
    margin-top: .25em; 
	margin-bottom: .5em;
	}


/* Redefine input rules to conform to Apple Interface Guidelines in layout.css */

input.button {
	outline: none;/* defined so buttons do NOT have an outline when selected */
}

input[type=text] {
    padding:5px; 
    border:2px solid #ccc; 
    -webkit-border-radius: 5px;
    border-radius: 5px;
	width:65%;
}

input[type=text]:focus {
    border-color:none;
}

textarea {
    padding:5px; 
    border:2px solid #ccc; 
    -webkit-border-radius: 5px;
    border-radius: 5px;
	width:65%;
	margin-left:65px;
}

input[type=submit] {
    padding:5px 15px; 
    background:#ccc; 
    border:0 none;
    cursor:pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	color:black;
}

input[type=submit]:hover {
    background:#bfecf0; 
	color:black;
}

/* Redefine select attributes in layout.css */
select {
  border: none;
  border-radius: 0px;
}

/* Spacing
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */

/* Redefine margin-bottom attributes for many block-level tags in layout.css */
button,
.button {
  margin-bottom: 2em; }
input,
textarea,
select,
fieldset {
  margin-bottom: 2em; }
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2em; }


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

footer { /* used for element ID */
	padding-top: 10px;
    min-height:50px;
    background: black;
	/* outline:2px solid olive; used to test layout - comment out in production */
}

#site-footer { /* used to style footer content  */
  font-size: 10px;
  overflow: hidden;
  clear: both;
  text-align: center;
  }



footer a, footer a:visited { /* used to style footer content  */
  color: white; 
  font-weight:bold;
  text-decoration:none;
}

footer a:hover, footer a:active { /* used to style footer content  */
  color: red;
}

footer .phone {
	margin: 30px auto 0 auto;/* this centers the icon block in the first third column*/
	font-size: 24px;
	font-weight: bold;
	color: black;
	/* outline:1px solid brown; used to test layout - comment out in production */
}

footer .phone a, footer #phone a:visited {
	color: black;
}

footer .copyright { /* used to style footer content  */
  color:white;
  font-size: 1.2em;  /* may want to increase to 1.2em depending on intended use */
  margin-top:40px;
  margin-bottom:10px;
}

footer #social-icons {
	margin: 30px auto 0 auto;/* this centers the icon block in the first third column*/
	/* outline:1px solid maroon;  used to test layout - comment out in production */
}

footer .address { /* used to style footer content  */
	color:white;
	font-size: 1.2em;
	font-weight:400;
	margin-top:10px;
	/* outline:1px solid maroon;  used to test layout - comment out in production */
}


/* #Media Queries */
/* ================================================== */


	/* Mobile Portrait Size for old phones */
@media only screen and (max-width: 399px) {

#header-left { /* used for style header content */
	display:none;
	/* outline:2px solid yellow; used to test layout - comment out in production */

}

#header-center img { /* used for style header content */
	width:95%;
	/* outline:2px solid orange; used to test layout - comment out in production */
}

#header-right { /* used for style header content */
	display:block;
	/* outline:2px solid yellow; used to test layout - comment out in production */
}
	
#sidebar { /* used for aside ID */
	padding:0px 20px 5px 20px;
	border-left:0px solid #000;
	/* outline:1px solid green; used to test layout - comment out in production */
}


}

/*  redefine width and padding in layout.css */
@media (min-width: 400px) {
  .container {
    width: 100%;
    padding: 0; }
	
#sidebar { /* used for aside ID */
	padding:0px 20px 5px 20px;
	border-left:0px solid #000;
	/* outline:1px solid green; used to test layout - comment out in production */
}

}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 400px) and (max-width: 549px) {

#site-header { /* used for style header content */

	/* outline:2px solid orange; used to test layout - comment out in production */
}

#header-left { /* used for style header content */
	display:none;
	/* outline:2px solid yellow; used to test layout - comment out in production */
}

#header-center img { /* used for style header content */
	width:75%;
	/* outline:2px solid orange; used to test layout - comment out in production */
}

#header-right { /* used for style header content */
	display:block;
	/* outline:2px solid yellow; used to test layout - comment out in production */
}

	#sidebar { /* used for aside ID */
	padding:0px 20px 5px 20px;
	border-left:0px solid #000;
	/* outline:1px solid green; used to test layout - comment out in production */
}



}

/*  redefine width and padding in layout.css */
@media (min-width: 550px) {
  .container {
    width: 100%;
    padding: 0; }
/*  redefine margin-left in layout.css */
  .column,
  .columns {
    margin-left: 0; }
}

#sidebar { /* used for aside ID */
	border-left:2px solid #000;
	/* outline:1px solid green; used to test layout - comment out in production */
}


/* --------------------------------------------------------- */
/* Larger than phablet (also point when grid becomes active) */
/* --------------------------------------------------------- */

@media only screen and (min-width: 550px) and (max-width: 649px) {



}

@media only screen and (max-width: 600px) {


}


	/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 649px) {


}
	
@media only screen and (max-width: 700px) {



}


@media only screen and (max-width: 750px) {
	



}

	/* Larger than tablet to standard 960  (devices and browsers) */
@media only screen and (min-width: 750px) and (max-width: 959px) {
	



}



	/* Larger than desktop to standard 1024 (devices and browsers) */
@media only screen and (max-width: 1023px) {
	
#grid {
	padding:0 0 0 0;
}


.half {
	width:50%;
}

.quarter {
	width:25%;
}


}





/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/
</pre></body></html>