@charset "utf-8";
/* //////////////////////////// */
/* css layout by
/* Sarah Wischmeyer
/* www.applesandelephants.com 
/* //////////////////////////// */

/* HTML Elements */
body  {
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #fcc;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	color: #000;
}
h1 { font-size:1.6em; font-family: Georgia, "Times New Roman", Times, serif; color:#422; margin-top:0; }
h2 { font-size:1.4em; font-family: Georgia, "Times New Roman", Times, serif; color:#422; margin-top:0; }
h3 { font-size:1.2em; font-family: Georgia, "Times New Roman", Times, serif; color:#422; margin-top:0; }
h4 { font-size:1em; font-family: Georgia, "Times New Roman", Times, serif; color:#422; margin-top:0; }
h5, h6 { font-size:.7em; font-family: Georgia, "Times New Roman", Times, serif; color:#422; margin-top:0; }
strong { font-size:1em; font-family: Georgia, "Times New Roman", Times, serif; color:#422; margin-top:0; }
a { text-decoration:none;}
a:link, a:visited {color:#c03;}
a:hover, a:active {color:#f66;}
img {border: none;}
hr { border: 0; color: #fdc; background-color: #fdc; height: 1px; }
li { padding-bottom:10px; }

/* Container Elements */
.zcfh #container { 
	width: 960px;
	background: #fff url(../skinImages/bgTile.gif) repeat-y;
	margin: 0 auto;
	margin-top: 10px;
	text-align: left;
} 
.zcfh #header {
	background: #f99;
	margin: 0;
	padding:0;
}
.zcfh #sidebar1 {
	float: left;
	width: 240px;  /* content width is 210px */
	margin: 0 auto;
	padding: 0 0 20px 0;
	font-size: .7em;
}
.zcfh #sidebar1 #navlinks { }
.zcfh #sidebar1 #navlinks a { }
.zcfh #sidebar1 #navlinks a:link, .zcfh #sidebar1 #navlinks a:visited {}
.zcfh #sidebar1 #navlinks a:hover, .zcfh #sidebar1 #navlinks a:active {}

.zcfh #sidebar1 #insidescoop {
	background: #fff url(../skinImages/nvScoopBg.gif) repeat-y;
	padding: 0 15px;
	margin: 0;
}
.zcfh #mainContent { 
	margin: 0 40px 10px 240px; /* content width is 640px */
	padding: 20px;
}
.zcfh #footer { 
	margin: 0 40px 0 240px; /* content width is 640px */
	padding: 0 10px;
	/*border-top: 2px solid #fed;*/
	text-align:center;
}
.zcfh #footer p { 
	margin: 0;
	padding: 4px 0;
	font-size: .85em;
}

/* Class Elements */

/*.guestbyline { min-height:100px; }*/
.guestbyline img { float: left; margin: 0 10px 10px 0; }
.guestbyline h4 { padding-top:10px; }

.cleanTable { margin: 10px 0; }
.cleanTable td { vertical-align: top; padding:2px; }
.sideColRgt { text-align:right; font-size:.8em; }
.structure td {
	vertical-align: top;
	padding:15px 10px;
	border-top: 2px solid #fdc;
}
.separatedThumb p {
	margin: 10px 0; padding: 15px 10px 0px 130px; border-top: 2px solid #fdc; min-height: 130px; font-size: .85em; }
.separatedThumb p img {
	float: left; margin-right: 10px; margin-left: -120px; } /* div-only alternative to table .structure td  */

.fltrt { float: right; margin-left: 8px; }
.fltlft { float: left; margin-right: 8px; }
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.separated p {
	margin: 10px 0 4px 0;
	padding: 10px 0 4px 0;
	border-top: 2px solid #fdc;
	clear:both
}
.smallText {
	font-size: .7em;
}
.intro {
	font-size: .7em;
	font-style: italic;
}
.nextPicPadding { 
	padding-left: 8px;
}
