/*
	COLORS
 
	Dark Blue 			#222438
	Medium Blue			#959db5
	Light Blue	 		#c9d5e1
	Dark Blue Links		#1a4a6a
	
*/


.download {
	padding-left: 15px;
	padding-left: 1.5rem;
}

.pro-tip {
	display: block;
	padding: 20px;
	padding: 2rem;
	text-shadow: 0 1px 0 #fff;
}

pre {
	font-size: 18px;
	font-size: 1.8rem;
}

blockquote {
	text-align: left;
	width: 70%;
	margin: 10px auto;
	margin: 1rem auto;
	background: #fff;
	border: solid 3px #959db5;
	padding: 0 40px;
	padding: 0 4rem;
	border-radius: 6px;
	border-radius: .6rem;
}

code {
	font-style: normal;
	padding-left: 5px;
	padding-left: .5rem;
}

/*----------------------------------------  HEADER  */

#header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	float:right;

	height:45px;
	z-index: 9999;
	background:url(../Content/Images/bg_color.png) ;

}

#header a {
	padding-top:20px;

}

#instructions {
	position: fixed;
	top: 5px;
	left: 40px;
	background: #fff;
	text-transform: uppercase;
	width: 180px;
	padding-top:10px;
	
	font-size: 14px;
	font-weight: bold;
	z-index: 99;
	color: #fff;
}

#powered {
	font-weight: bold;
		padding-top:10px;

}
.nav-button a, a:visited {

}


.nav-button3 {
	padding: 5px;
	padding: 1rem;
	text-decoration: none;
	color: #fff;

	text-shadow: 0 -1px 1px #000;
	text-transform: uppercase;

	font-style: normal;
}


.nav-button {
	padding: 7px;
	padding: 1rem;
	text-decoration: none;
	color: #fff;

	text-shadow: 0 -1px 1px #000;
	text-transform: uppercase;

    
	font-style: normal;
}


.current, a.nav-button:hover {
	color: #fff;
		height:40px;
		
	background:#174468;
}

#resize-graphic {
	position: fixed;
	bottom: 0;
	
		padding-top:10px;
	right: 0;

}



#index {
	top:20px;
	position:relative;
	}

/*----------------------------------------  SLIDES  */

.slide {
	margin: 0 auto;
	width: 100%;
	padding:0px;
    text-align:center;

}

#title {
	line-height: .8;
}

#author {
	width: 75%;
	font-size: 20px;
	font-size: 2rem;
	margin: 0 auto;
	padding-bottom: 20px;
	padding-bottom: 2rem;
	text-align: right;
}



.twitter-follow-button {
	position: relative;
	top: 8px;
	left: 4px;
}

#animations {
	padding-top: 70px;
	padding-top: 7rem;
	height: 480px;
	height: 48rem;
}

#examples h1 {
	padding-bottom: 20px;
	padding-bottom: 2rem;
}

#examples, #examples p, #credits {
	line-height: .8;
}

#examples p {
	padding-top: 20px;
}

#credits a {
	padding-right: 3px;
}

/*------------------------  BASE-REM SIZING  */
