/* -----------------------------------------------------------
		Theme Name:	Iris Festival
		Version: 	1.0
		Note: 		CSS & HTML by Simon, Design by Anthony Fisher
----------------------------------------------------------- */



/* -----------------------------------------------------------
		UNIVERALS
----------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
	outline: none;
	behavior: url(/Websites/irisfest/templates/Iris2008/css/iepngfix.htc);
}

p, ul { padding: 0 0 .7em 0; }

body {
	background: #c0c0c0 url('../images/bg-main.gif') center repeat-y;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.2em;
	color: #222;
}

strong, em { font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; }

.pink { color: #b3414f; }

.green { color: #2d4a4d; }

.orange { color: #d38e2b; }

/* -----------------------------------------------------------
		LINKS
----------------------------------------------------------- */

a {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #d38e2b;
}

a img { border: 0; }

#header a.request {
	position: relative;
	top: 0;
	margin-left: 672px;
	display: block;
	width: 171px;
	height: 20px;
	text-indent: -9000px;
}

#vendor-registration a {
	display: block;
	width: 190px;
	height: 77px;
	text-indent: -9000px;
}

#site-by a { color: #fff; }

/* -----------------------------------------------------------
		LISTS
----------------------------------------------------------- */

ul, ol {
	margin-left: 30px;
}

/* -----------------------------------------------------------
		MAIN NAVIGATION
----------------------------------------------------------- */

#navigation ul {
	margin-left: 0;
	margin-bottom: 25px;
	list-style: none;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.1em;
	letter-spacing: -1px;
}

#navigation ul li {
	width: 145px;
	min-height: 20px;
}

#navigation ul li a {
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	padding: 2px 0;
	width: 145px;
}

#navigation ul li a:hover {
	color: #2d4a4d;
}

/* -----------------------------------------------------------
		STRUCTURE & TYPOGRAPHY
----------------------------------------------------------- */

#wrap {
	background: #eceae0 url('../images/bg-content.gif') 0 102px no-repeat;
	margin: 0 auto;
	width: 930px;
	font-size: 85%;
}

#header {
	background: url('../images/bg-header.png') top no-repeat;
	height: 102px;
}

	#vendor-registration {
		background: url('../images/button-vendor_registration.png') top no-repeat;
		position: absolute;
		top: 65px;
		_top: 50px;
		margin-left: 695px;
		width: 190px;
		height: 77px;
	}

#content {
	min-height: 900px;
}

	#subHeader {
		background: url('../images/bg-subHeader.png') top no-repeat;
		height: 242px;
	}

		#subHeader-content {
			width: 250px;
			height: 155px;
			position: relative;
			top: 60px;
			margin-left: 24px;
			padding-left: 3px;
			line-height: 1.2em;
		}

		#subHeader-content img { margin-left: -3px; }

	#subContent {
		float: left;
		background: url('../images/bg-vertical_lines.gif') 0 1px repeat-y;
		width: 386px;
		margin-right: 25px;
		min-height: 550px;
	}

	#two-column #subContent {
		width: 187px;
	}

		#navigation {
			float: left;
			width: 145px;
			margin-left: 27px;
			_margin-left: 13px;
		}

		#contact-info {
			clear: left;
			background: url('../images/title-contact_us.png') top no-repeat;

		}

			#contact-info p {
				position: relative;
				top: 30px;
			}

		#middle-column {
			float: right;
			width: 160px;
			margin: 25px 20px 0 0;
			_margin-right: 10px;
			text-align: center;
		}

	#mainContent {
		float: right;
		margin: 25px 40px 0 0;
		width: 470px;
	}

		#mainContent .MainContentBoundary {
			float: right;
			width: 420px;
			clear: none;
			margin: 0 25px 0 0;
		}

	#two-column #mainContent {
		float: right;
		margin: 25px 40px 0 0;
		width: 660px;
	}

		#two-column #mainContent .MainContentBoundary {
			float: right;
			width: 620px;
			clear: none;
			margin: 0 25px 0 0;
		}

	#admin #mainContent {
		margin: 0 auto;
		padding: 25px;
		width: 800px;
	}

		#admin #mainContent .MainContentBoundary {
			float: none;
			width: 100%;
			clear: normal;
			margin: 0 auto;
		}

	#footer {
		clear: both;
		background: url('../images/bg-footer.gif') bottom no-repeat;
		height: 147px;
	}

	#site-by {
		float: right;
		background: url('../images/alf-concepts.png') top center no-repeat;
		width: 174px;
		height: 132px;
		text-align: center;
		margin: 15px 15px 0;
		color: #fff7b0;
	}

		#site-by p {
			position: relative;
			top: 80px;
		}

/* -----------------------------------------------------------
		FOOTER NAVIGATION
----------------------------------------------------------- */

#footer ul {
	margin-left: 12px;
	padding: 90px 0 0 0;
	list-style: none;
	font-size: 90%;
	line-height: 1em;
	height: 30px;
}

#footer ul li {
	float: left;
	padding: 0 7px;
	border-right: 1px #fff solid;
	line-height: 1em;
	white-space: nowrap;
	padding-bottom: 1px;
}

#footer ul li.break {
	border-right: 0;
	padding-bottom: 9px;
}

#footer ul li a {
	text-decoration: none;
	color: #fff;
}

#footer ul li a:hover {
	text-decoration: underline;
}

/* -----------------------------------------------------------
		HEADINGS
----------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	padding: 0 0 .7em 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none;
}

h1 { font-size: 200%; }

	#mainContent h1 {
		text-transform: uppercase;
		letter-spacing: -1px;
	}

h2 { font-size: 180%; }

h3 { font-size: 160%; }

h4 { font-size: 140%; }

h5 { font-size: 120%; }

h6 { font-size: 200%; }

/* -----------------------------------------------------------
		CLEARFIX
----------------------------------------------------------- */

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
  
.clearfix { display: inline-table; }

/* Hides from IE-mac \*/

* html .clearfix { height: 1%; }
.clearfix { display: block; }

/* End hide from IE-mac */