﻿@charset "utf-8";
/* CSS Document */

/* ---- Isabella County Fair Main Stylesheet ---- */

/* Colors used ...more
#f60100 red background
#c3daea body background
#c3daea newsheading bar color
#1d27ad newsheading text color

#1d27ad sectionheading text color

#E3A950 Golden Brown
#DDAA55 Brown-Golden Light

Ends Colors used */

/* Link Decoration Comment Begins */
a:link {
	font-weight: bold;
	text-decoration: underline;
	color: #1d27ad;
}

a:visited {
	font-weight: bold;
	text-decoration: underline;
	color: #1d27ad;
}

a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #c3daea;
}

a:active {
	font-weight: bold;
	text-decoration: none;
	color: #1d27ad;
}
/* Link Decoration Comment Ends */

body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #c3daea;
}

h1 {
	margin: 0px;
	padding: 0px;
	color: #1d27ad;
}

h2 {
	margin: 0px;
	padding: 0px;
	color: #20683A;

}h3 {
	margin: 0px;
	padding: 0px;
	color: #f60100;
}

.italic {
	font-style: italic;
}

.icaption {
	font-style: italic;
	font-size: 12px;
}

hr {
	border-width: 1px;
	width:95%;
}
.shadow1b {
	clear: both;
	width: 100%;
	height: 1px;
	margin: 0px;
	padding: 0px 15px 0px 15px;
	background-color: black;
}

.shadow2b {
	clear: both;
	width: 100%;
	height: 2px;
	margin: 0px;
	padding: 0px 15px 0px 15px;
	background-color: black;
}

.shadow4g {
	clear: both;
	width: 100%;
	height: 4px;
	margin: 0px;
	padding: 0px 15px 0px 15px;
	background-color: #808080;
}

.newsheading {
	margin: 0px;
	padding: 0px;
	text-align: left;
	width: 100%;
	color: #1d27ad;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: 800;
	background-color: #c3daea;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-width: 2px;
	border-bottom-width: 2px;
}

/* newsheading is blocked heading in white text */
.ynewsheading {
	margin: 0px;
	padding: 0px;
	text-align: left;
	width: 100%;
	color: black;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: 800;
	background-color: #DDAA55;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-color: #000000;
	border-bottom-color: #000000;
}


.sectionheading {
	margin: 0px;
	padding: 0px;
	text-align: left;
	color: #1d27ad;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: 800;
}

.caption {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
}

.more {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-style: italic;
}

/* -- Questions and Answer Section -- */
.q {
	text-align: left;
	color: #2F5D45;
	font-style: italic;
	font-weight: bold;
}

.lj {
	text-align: left;
}

.ctr {
	text-align: center;
}

.rj {
	text-align: right;
}

.fj {
	text-align: justify;
}

#wrapper {
	text-align: center;
	border:1px solid black; z-index:1;
	border-bottom: 0px;
	overflow:hidden;
	margin: 10px auto 0px auto;
	padding: 0px;
	width: 781px;
	height: auto;
	background-image: url("http://www.isabellacounty.org/dept/fair/images/cf_backgroundfill.jpg");
	background-repeat: repeat-y;
}

#header {
	background-image: url("http://www.isabellacounty.org/dept/fair/images/fairheaderv3a.jpg");
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	color: black;
	width: 	563px;
	height: 246px;
	float: right;
}

/* ---- Navigation Menus & Search Section Begins ---- */
#hnav {
	background:white;
	margin:0px;
	padding: 5px 10px 5px 10px;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-weight: 800;
	color: #2F5D45;
	width: 555px;
	height: 20px;
	float: left;
}

#search {
	text-align: left;
	margin: 0px;
	font-weight: 800;
	width: 180px;
	height: 20px;
}

#vnav {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	text-align:left;
	color: white;
	width: 180px;
	height: 395px;
	float: left;
}

.pagenav {
	width: 100%;
	text-align: center;
}

/* ---- Navigation Menus & Search Section Ends ---- */


#featured {
	margin:0px 0px -10000px 0px;
	padding: 10px 10px 10000px 10px;
	text-align: justify;
	width: 370px;
	height: auto;
	background-color: white;
	float: left;
}

/* ----  Content replaces the featured section when there isn't a sidebar  ---- */
#content {
	margin: 0px 0px 0px 0px;
	padding: 0px 15px 0px 15px;
	text-align: justify;
	width: 529px;
	height: auto;
	float: right;
}

/* ----  subcon1 is the section below the featured section
when we want only one box below featured section that matches "c1" settings  ---- */
#subcon1 {
	margin: 0px 0px -10000px 189px;
	padding: 10px 10px 10000px 10px;
	border-top:1px solid #2F5D45; z-index:1;
	/*border-right:1px solid #2F5D45; z-index:1;*/
	text-align: justify;
	width: auto;
	height: auto;
	background-color: #F5DDA9;
	float: left;
}

/* ----  subcon2 is the section below the featured section
when we want only one box below featured section that matches "c2" settings  ---- */
#subcon2 {
	margin: 0px 0px -10000px 189px;
	padding: 10px 10px 10000px 10px;
	border-top:1px solid #2F5D45; z-index:1;
	text-align: justify;
	width: auto;
	height: auto;
	background-color: #FFCC66;
	float: left;
}

#subnews {
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	border-top: 1px solid #2F5D45; z-index: 1;
	text-align: justify;
	width: 760px;
	height: auto;
	background-color: #F5DDA9;
	float: left;
}

/* ----  Column 1  ---- */
#c1 {
	border-top:1px solid #2F5D45; z-index:1;
	border-right:1px solid #2F5D45; z-index:1;
	margin: 0px 0px -10000px 0px;
	padding: 10px 10px 10000px 10px;
	text-align: justify;
	width: 760px;
	background-color: #F5DDA9;
	float: left;
}

/* ----  Column 2  ---- */
#c2 {
	border-top:1px solid #2F5D45; z-index:1;
	margin: 0px 0px -10000px 189px;
	padding: 10px 10px 10000px 10px;
	text-align: justify;
	width: 370px;
	background-color: #FFCC66;
	float: left;
}

/* ----  Column 3  ---- */
#c3 {
	border-left:1px solid #2F5D45; z-index:1;
	margin: 0px 0px -10000px 0px;
	padding: 10px 10px 10000px 10px;
	text-align: justify;
	width: 180px;
	background-color: #FFF8C0;
	float: right;
}

#footer{
	border-top:0px solid black; z-index:1;
	border-right:1px solid black; z-index:1;
	border-bottom:1px solid black; z-index:1;
	border-left:1px solid black; z-index:1;
	text-align:center;
	margin:0px auto 0px auto;
	padding:15px 0px 15px 180px;
	width:601px;
	height: auto;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-style: oblique;
	font-weight: bold;
	color: #1d27ad;
	background-image: url("http://www.isabellacounty.org/dept/fair/images/cf_backgroundfill.jpg");
	background-repeat: repeat-y;
}
