/* @override 
	http://splitimage.com.au/CSS/milestone.css */

html{
	height: 100%;
	overflow-x: hidden;
	}
body{margin: 0;}	

@font-face {
    font-family: 'LeagueGothicRegular';
    src: url('fonts/League_Gothic-webfont.eot');
    src: url('fonts/League_Gothic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/League_Gothic-webfont.woff') format('woff'),
         url('fonts/League_Gothic-webfont.ttf') format('truetype'),
         url('fonts/League_Gothic-webfont.svg#LeagueGothicRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/********************/
/* TEXT */
html{font-size: 1em /*0.875em;  font-size 14px */}
p{color: #666666;font-size: 1em; line-height: 1.4em; margin-bottom: .7em; }
a{color: #00adee;}
/*p, dd, li, a{font-family: LeagueGothicRegular, verdana, sans-serif;}*/
p, dd, li, a{font-family: Georgia, verdana, sans-serif;
font-style: italic;
}
li li, li p /* etc */ { font-size: 1em; }
h1,h2,h3,h4,h5,h6, nav a, alpha,.beta,.charlie,.delta, th, .nav a
{font-family: LeagueGothicRegular, verdana, sans-serif; color: #000000;
font-weight: normal;
font-style: normal;
padding: 0; margin: 0;
}

h1, .alpha{font-size: 2.571em;font-weight: normal;font-style: normal;} /* 36px/14px */
h2, .beta{font-size: 2.0em;font-weight: normal;font-style: normal;} /* 28px/14px */
h3, .charlie{font-size: 1.5em;font-weight: normal;font-style: normal;} /* 24px/14px */
h4,h5,h6, .delta{font-size: 1.286em;font-weight: normal;font-style: normal;} /* 18px/14px */

/* Special sizing */
.mini{font-size: 0.714em;} /* 10px/14px */
.minor{font-size: 0.857em;} /* 12px/14px */
.norm{font-size: 1em;}
.mega{font-size: 5.142em ; line-height: 1;} /* 72px/14px */
.giga{font-size: 6.85em; line-height: 1; }/* 96px/14px */

a{
	text-decoration: none;
}


/********************/
/* STRUCTURE */
.col{
	width: 960px;
	margin: 0 auto;
	position: relative;
	padding: 0;
}
.col:after{
	content: "";
	clear: both;
	height: 0;
	visibility: hidden;
}
.curtains{width: 100%; z-index: 1; position: relative; margin: 0;}
.curtains>li{
	position: fixed;
	display:block;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 100%;
	overflow: hidden;
	z-index:1;
	 box-shadow: 0 1px 14px 3px #333;
}
.curtains>li:first-child{z-index:2;}

.fixed {position: fixed;}
.title2{left: 20px;}
.title{left: 0;}
.nav{
	position: fixed;
	z-index: 9999;
	width: 100%;
	background: #000;
	left: 0;
	/*left: 50%;
	margin-left: -480px;*/
	top: 0;
}
.mainnav, .nav img{float: left;}
.nav a img{
	margin-top: 2px;
	border: none; outline: none; 
	background-color: #1A1A1A;
}
ul.mainnav{float: left; margin: 0; padding-left: 10px; }

.mainnav li{float: left; list-style-image: none; list-style-type: none; line-height: 25px;
}
.mainnav .active{background-color: #ffffff;}
.mainnav .active:after{}
.mainnav li a{
	display: block;
	padding: 0;
	color: #dadada;
	margin: 15px;
}
.mainnav .home a{
	background: url('/milestone_parts/logo_milestone_mini.png') no-repeat center center;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	/*display: inline-block;*/
	width: 16px;
}
.mainnav .active a{color: black;}

.cover-wrapper img{
	min-height: 100%;
	min-width: 100%;
	max-width: none;
	position: absolute;
	top: 0;
	left: 0;
}
.intro{
	width: 100%;
	/*min-height: 100%;*/
	min-height: 580px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	overflow: hidden; 
	position: fixed; 
	z-index: 1; 
	top: 0;
}
	img.bkgnd{min-width: 100%;}
	.summary{
		position: fixed;
		z-index: 2;
		top: 18%;
		left: 50%;
		width: 600px;
		margin-left: -300px;
		text-align: center;
	}
		.summary ul{
			
			padding: 0;
			margin: 0;
			display: inline-block;
		}
		.summary li{
			display: inline-block;
			padding: 0 10px;
		}
		.summary a{
			color: #000; 
			padding: 10px; 
			display: block;
			background: rgba(255, 255, 255, .40);
			border-radius: 3px;
			text-shadow: 1px 1px 1px rgba(255,255,255,0.4);
		}
		
		 .summary h1{
			text-shadow: 1px 1px 0px rgba(255,255,255,0.8);
		}
		.summary h1{
			
		}
.content{
	width: 100%;
	margin-top: 580px;
	/*margin-bottom: 580px;*/
	position: relative;
	z-index: 10;
	background: white;
	-webkit-box-shadow: 0px -5px 10px rgba(50, 50, 50, 0.7);
	-moz-box-shadow:    0px -5px 10px rgba(50, 50, 50, 0.7);
	box-shadow:         0px -5px 10px rgba(50, 50, 50, 0.7);
}

.chapter{padding: 40px 0 40px 0; border-bottom: 2px solid #333; 
}
.chapter:after{
	content: "";
	display: block;
	visibility: hidden;
	clear: both;
}
	.chapter h1{
		padding: 0 0 20px 0;
		text-transform: uppercase;
		border-bottom: 1px solid #000;
		margin-bottom: 10px;
		display: inline-block;
	}
	.my-wrapper{
		float: left;
	}
	.bio{width: 300px; padding-right: 20px; float: left;
	}
	.gallery{width: 600px;
	margin-left: 40px;
	float: right;
	}
	.gallery img{
		display: block;
		width: 100%;
	}
.stamp{
	width: 50px; height: 50px; 
	display: block;
	margin: 0 auto;
}
#welcome{padding-top: 55px;}
.bucket{float: left; width: 320px; background-color: #191919;}
	.bucket a{display: block;}
	.bucket a:hover{opacity: 0.5;}
	.bucket_img{}
	.bucket img{width: 100%; display: block;
	}
	.bucket_title{
		width: 100%; padding: 0; margin: 0;
	}
	.bucket_title h2{
		padding: 0 20px;
		color: white;
	}
	
#loader{
	width: 100%;
	min-height: 100%;
	background: url('/images/ajax-loader.gif') no-repeat center center #2A2E33;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10000;
}
