/* DEFAULT COLORS 						*/
/* Main: #002552 							*/
/* Secondary: #ffcd30; 				*/
/* Background-Color: #01204e 	*/

body {
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, "Lucida Grande", sans-serif; 
	font-weight: bold;
	background-color: #01204e; 
	background-image: url(http://borgmann.me/Home/Borgmann-dot-me_Background.jpg); 
	background-position: bottom left; 
	background-repeat: no-repeat; 
	background-attachment: fixed;
	color: #FFFFFF; 
}

	body#reset {
		background-color: #FFFFFF; 
		background-image: none; 
		color: #000000; 
		font-weight: normal;
	}

a, .a, ins {
	color: #002552;
	font-weight: bold;
}

.a2 {
	color: #ffcd30;	
}

h1, .h1 {
	font-size: 36px;
	font-weight: bold;
	margin: 10px 0;
}

h2, .h2 {
	font-size: 18px;
	font-weight: bold;
	margin: 5px 0;
}

h3, .h3 {
	font-size: 48px;
	font-weight: bold;
	margin: 10px 0;
}

.h1, .h2, .h3 {
	margin: auto 0;
}

input {
	border: 2px solid #000000;
	padding: 3px 10px;
	color: #002552;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 3px;
}

	input#Submit {
		border: 0;
		width: auto;
	}

div.content {
	padding-bottom: 5px;
}

div.spacer {
	line-height: 10px;
}

.center {
	text-align: center;
}

.hide {
	display: none;
}

.warning {
	padding: 20px 0; 
	margin:0 auto; 
	color: #CC0000;
	text-align: center;
}

div#Borgmann-Header {
	line-height: 110px;
	z-index: 99;
}

	div#Borgmann-Header-Left, div#Borgmann-Header-Middle, div#Borgmann-Header-Right, {
		background-color: #002552; 
		background-repeat: no-repeat; 
		background-attachment: fixed;
	}

		div#Borgmann-Header-Left {
			float: left;
			width: 266px;
			background-image: url(http://borgmann.me/Home/Borgmann-dot-me_Header-Left.jpg);
			background-position: bottom left;  
		}
		div#Borgmann-Header-Right {
			text-align: left;
			padding-left: 286px;
			background-image: url(http://borgmann.me/Home/Borgmann-dot-me_Header-Right.jpg);
			background-position: bottom right; 
		}

div#Logout {
	position: absolute;
	top: 10px;
	right: 75px;
	text-align: right;
	z-index: 100;
}

div#Borgmann-Description{
	font-size: 18px;
	position: fixed;
	bottom: 190px;
	line-height: 22px;
	text-align: center;
	margin-left: 150px;
}

div#Borgmann-Footer {
	background-color: #000000;
	font-size: 12px; 
	text-align: center;
	position: fixed;
	bottom: 0px;
	width: 100%;
}		

#Post-Secret {
	position: static;
	margin-left: 300px;
}

#Kindle-Notes {
	margin-top: -16px;	
}

	#Kindle-Notes ul {
		list-style: disc;
		margin: 20px 0 0 20px;
	}
	
	#Notes_Upload {
		padding: 20px 0;
		background-color: #000000;
		color: #FFFFFF;
	}

#Airliners_Data {
	padding: 20px 0;
	background-color: #000000;
	color: #FFFFFF;
}



div#Fixed-Cloud {
	position: fixed;
	width: 500px;
}

	div#Fixed-Cloud input {
		width: 300px;
	}
	
	div#Fixed-Cloud .Cloud-Box {
		background-color: #FFFFFF;
		padding: 20px;
		color: #000000;
		font-size: 24px;
		line-height: 30px;
		margin-right: 20px;
	}
	
	/* Cloud Locations of Different Pages */
	.Pre-Shortener {
		bottom: 240px;
		left: 30px;
	}
	
	.Post-Shortener {
		bottom: 220px;
		left: 30px;
	}
	
	.UPS {
		bottom: 100px;
		left: 50px;
		text-align: right;
	}
	
	.Kindle-Login {
		bottom: 180px;
		left: 30px;
	}
	
	.Kindle-Upload {
		bottom: 300px;
		left: 30px;
	}
	
	.Kindle-Signup {
		bottom: 110px;
		left: 30px;
	}
	
	.Kindle-Password {
		bottom: 215px;
		left: 30px;
	}