@charset "utf-8";
/* ======================================================= */
/* ! This is the base stylesheet for Ennio Paguruts site   */
/* ! feel free to learn from my mistakes                   */
/* ======================================================= */
@font-face { font-family: zapfino; src: url('media/fonts/zapfino.ttf'); } 


h1	{font-family: Zapfino, Myriad Pro, Arial, sans-seirf; font-size: 1.6em;}
h2	{color: #296163; font-size: 1.1em; font-style: italic; font-family: Zapfino, Myriad Pro, Arial, sans-seirf;}
p	{margin-left: 15px;}

/* ======================
   ! Main Content Areas   
   ====================== */
img
	{
	border: none;
	}

body
	{
	background: #00858a url(media/design/bg.jpg) repeat-x;
	margin: 0px;
	font-family: Myriad Pro, Arial, sans-seirf;
	}
#holder
	{
	width: 974px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	}
#head
	{
	float: left;
	position: relative;
	width: 974px;
	min-height: 207px;
	background: url(media/design/head.png);
	}
#mid
	{
	float: left;
	position: relative;
	width: 974px;
	height: 400px;
	background: #fff url(media/design/mid.jpg) no-repeat;
	z-index: 500;
	}
#midcont
	{
	float: left;
	position: relative;
	width: 974px;
	min-height: 400px;
	background: #fff url(media/design/mid.jpg) no-repeat bottom left;
	z-index: 500;
	}
.content
	{
	width: 900px;
	margin-left: 35px;
	float: left;
	position: relative;
	}
.aboutme
	{
	width: 560px;
	text-align: justify;
	float: left;
	position: relative;
	margin-bottom: 60px;
	background: url(media/aboutme/bg.png);
	padding: 20px;
	border: 1px solid #fff;
	}
.member
	{
	float: right;
	position: relative;
	margin-top: 170px;
	width: 250px;
	}
.member img
	{
	margin-bottom: 15px;
	}
#foot
	{
	float: left;
	position: relative;
	width: 974px;
	height: 62px;
	background: url(media/design/foot.png);
	}
#subfooter
	{
	float: left;
	position: relative;
	width: 974px;
	height: 62px;
	}
	
	
/* These classes are used for the BGS logo */
.bluegill
	{
	margin-top: 11px;
	margin-right: 17px;
	float: right;
	position: relative;
	}
#footerNav
	{
	display: inline;
	margin: 0;
	padding: 0px;
	position: relative;
	z-index: 5;
	}
#footerNav li
	{
	float: left;
	display: inline;
	}
a.navBluegill
	{
	display:block;
	float:left;
	width:96px;
	height:40px;
	background: url("media/bgs.png");
	background-repeat:no-repeat;
	}
a.navBluegill:hover
	{
	background: url("media/bgs.png") 0 40px;
	}
/* ===================== */
/* ! Sub content areas   */
/* ===================== */
#nav
	{
	float: left;
	position: relative;
	width: 974px;
	height: 28px;
	text-align: center;
	margin-top: 152px;
	font-size: 22px;
	padding-top: 8px;
	color: #00858a;
	}
#nav A:link {color: #000; text-decoration: none;}
#nav A:visited {color: #000; text-decoration: none;}
#nav A:hover {color: #00858a; text-decoration: none;}
#nav A:active {color: #252b45; text-decoration: underline;}
.direc
	{
	color: #c6c6c6;
	text-align: center;
	margin-right: 228px;
	margin-top: 25px;
	}
#galleries
	{
	width: 882px;
	height: 309px;
	float: left;
	position: relative;
	margin-left: 46px;
	margin-top: 35px;
	}
#galleries .imgs
	{
	width: 882px;
	height: 124px;
	float: left;
	position: relative;
	}
#galleries .name
	{
	width: 882px;
	height: 61px;
	float: left;
	position: relative;
	background: url(media/galleries/reflec.jpg);
	text-align: center;
	}
/* ================================ */
/* ! ImageFlow Settings - CSS 2.1   */
/* ================================ */
#myImageFlow
	{
	}

@media screen, projection {
	.imageflow {
		visibility:hidden;
		position:relative; 
		text-align:left;
		width:100%;
		overflow:hidden;
	}
	.imageflow img {
		visibility:hidden;
		position:absolute; 
		top:0px;
		border:none;
		-ms-interpolation-mode:bicubic; /* Enables bicubic image resampling for the IE7 */
	}
	.imageflow p{
		text-align:center;
		margin:0 auto;
	}
	.imageflow .loading {
		position:relative;
		left:50%;
		margin-left:-106px;
		width:200px;
		height:15px;
		padding:5px;
		visibility:visible;
		border:1px solid #7fc2c5;
	}
	.imageflow .loading_bar {
		height:15px;
		width:1%;
		background:#7fc2c5;
		visibility:visible;
	}
	.imageflow .caption {
		font-weight:bold;
		position:relative; 
		text-align:center;
		z-index:10000;
	}
	.imageflow .scrollbar {
		visibility:hidden;
		position:relative; 
		border-bottom:1px solid #000;
		z-index:10001;
	}
	.imageflow .slider {
		position:absolute;
		margin-top:-7px;
		margin-left:-7px;
		z-index:10002;
		background-image:url(media/imageflow/slider_dark2.png);
		background-repeat:no-repeat;
		width:14px;
		height:14px;
	}
}