body {
	margin: 0;
	background: url('../img/bg.png') repeat-x;
	background-color: #558de3;
	min-width: 960px;
}

html, body, #page {
	height: 100%;
}

#body > #page { 
	height: auto; 
	min-height: 100%;
}

#content {
	padding-bottom: 199px;
}

#liquid-container {
	padding-left: 172px;
	padding-right: 298px;
	margin: 0;
}
#liquid-container .column {
	float: left;
	position: relative;
}
#sun {
	width: 172px;
	height: 140px;
	margin-left: -100%;
	left: 298px;
	/*right: 172px;*/
	background: url('../img/sun.png') no-repeat;
	padding: 0;
}


#title {
/* 	min-width: 396px; */
	width: 100%;
	height: 140px;
	padding: 0;
	margin: 12px 0 0 0;
	background: url('../img/func_logo.png') no-repeat center top;
}

#title a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

#title span {
	visibility: hidden;
}

#clouds {
	padding: 0;
	margin-right: -298px;
	width: 298px;
	height: 97px;
	background: url('../img/clouds.png') no-repeat right;
}

#liquid-container > #sun {
	left: -172px;
	margin-left: expression(document.all.center.offsetWidth * -1);
}

#nav {
	background-color: #2f6494;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	border-radius: 10px;

}
#nav ul {
	list-style-type: none;
	margin: 20px 10px 0 0;
	padding: 0;

}

#nav ul li {
	margin: 0 0 1.5em 10px;
	border-bottom: 1px solid #dbc77e;
	vertical-align: text-bottom;

}
#nav ul li a {
	font-family: LunaSequence, Tahoma, Verdana, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
	font-weight: normal;
	color: #d5f6ff;
	display: block;
	width: 100%;
	font-size: 11px;
	text-decoration: none;
	line-height: 15px;
	position: relative;
	z-index: 20;

}

#nav ul li a:hover,#nav ul li a:focus {
	color: #dbc77e;
}
.tf {
	font-family: LunaSequence, Tahoma, Verdana, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
	font-weight: normal;
	color: #b3dbaa;
	font-size: 3em;
}

p .tf {
	float: left;
	margin-top: -15px;
	margin-right: 5px;
}

#nav .tf {
	font-size: 1.8em;
}

.divider {
	border-bottom: 1px solid #f1f1fa;
	height: 1px;
	margin-top: 24px;
	margin-bottom: 24px;
	clear: both;
}

#footer {
	clear: both;
	position: relative;
	z-index: -1;
	height: 199px;
	margin-top: -199px;
	width: 100%;
	padding: 0;
	background: url('../img/grass.png') no-repeat center;
}

#footer_container {
	background: url('../img/footer_overlay.png') repeat;
	margin-left: 100px; 
	margin-right: 100px; 
	position: relative; 
	top: 149px;
	height: 50px;
	text-align: center;
	-moz-border-radius-topleft: 10px; 
	-moz-border-radius-topright: 10px; 
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}


#breadcrumbs {
	background-color: #2f6494;
	background: url('../img/crumb_bg.png') repeat-x top;
	border-radius: 5px;
	border-color: #18324b;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#breadcrumbs a {
	text-decoration: none;
	font-weight: bold;
	font-size: .8em;
}
#breadcrumbs a:visited {
	  color: #ffe680;
}

#breadcrumbs a:hover, #breadcrumbs a:focus {
	  color: #dbc77e;
}

#breadcrumbs ul {
	list-style-type: none;
	padding-left: 1em;
}
#breadcrumbs ul li {
	list-style-type: none;
	display: inline;
	background: url('../img/crumb.png') no-repeat center right;
	padding-right: 20px;
	margin-left: 5px;
}
#breadcrumbs ul li.last {
	background: url('../img/clear.gif') no-repeat;
}


#fp_creative {
	text-align: center;
	padding: 0;
}

#fp_creative img {
	border: none;
}

.date_block {
	margin: 8px 0 0 30px;
	background-color: #0e1e2d;
	background: url('../img/date_bg.png') no-repeat center center;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	padding: 0 0 0 10px;
	width: 60px;
	text-align: center;
}

.article { padding-left: 2em; }

.article_footer {
	background-color: #2f6494;
	background: url('../img/crumb_bg.png') repeat-x top;
	border-radius: 5px;
	border-color: #18324b;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 100%;
	padding: 2px 10px 2px 10px;
	margin-bottom: 50px;
	margin-top: 50px;
	font-size: .75em;
	
}

.article_footer .article_modified,
.article_footer .article_comments { 
	float: left;
}

.article_footer .article_tags {
	float: right;
}

.content_bg {
	background: url('../img/text_bg.png');
	margin-top: -340px;
	border-radius: 10px;
	padding-top: 2em;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding-bottom: 80px;
	margin-bottom: 40px;
	position: relative;
	z-index: 0;

}

.butterfly {
	/* background: url('../img/butterfly_path.png') no-repeat; */
	/* background-color: #FFff00; */
	position:relative;
	width: 920px;
	height: 360px;
	top: -20px;
	left: -80px;
}

.bfp_start {
	position: relative;
	z-index: 1000;
	width: 146px;
	height: 89px;
	background: url('../img/butterfly_path_start.png') no-repeat;
}
.bfp_middle {
	position: relative;
	z-index: -2;
	width: 894px;
	height: 309px;
	top: -89px;
	background: url('../img/butterfly_path_middle.png') no-repeat;
}
.bfp_end {
	position: relative;
	width: 40px;
	height: 70px;
	top: -165px;
	left: 765px;
	background: url('../img/butterfly_path_end.png') no-repeat;
	z-index: 0;
}
.bf {
	position: relative;
	width: 55px;
	height: 93px;
	top: -205px;
	left: 815px;
	background: url('../img/butterfly.png') no-repeat;
}
