@charset "utf-8";
/* CSS Document */

body {
	/*	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
*/	font: 14px/1.6 Arial, Helvetica, sans-serif;
	background: #003366;
	margin: 0;
	padding: 0;
	font-weight: bold;
	color:#DDD;
}
/* ~~ Element/tag selectors ~~ */
ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1 {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 18px;
	/*	font-weight: bold;
	color: #CCC;
*/	text-shadow: 2px 2px 1px rgba(225,225,225,0.5);
}
h2 {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 16px;
	font-weight: bold;
	color: #DDD;
	text-shadow: 2px 2px 1px rgba(225,225,225,0.5);
}
h3, h4, h5, h6 {
	margin-top: 0;
	padding-right: 0px;
	padding-left: 0px;
}
p {
	margin-top: 0;
	padding-right: 0px;
	padding-left: 0px;
	text-align:justify;
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link, a:visited {
	color: #DDD;
/*	text-decoration: underline;
  Commented out because it underlines the texts in the menu!
    Luckily, the browsers automatically underlines the real links.
*/
}
a:hover, a:active {
	color:#00CCFF;
	text-decoration: none;
}
/* ~~ this fixed width container surrounds all other elements ~~ */
.container {
	width: 1300px; /* was 1300 */
	background: #036;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	overflow: hidden; /* this declaration makes the .container understand where the floated columns within ends and contain them */
}
/* ~~ This is the layout information. ~~ */
.content {
	padding: 10px 0;
}
/* ~~ miscellaneous float/clear classes ~~ */
.floatRight {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.floatLeft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearFloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the overflow:hidden on the .container is removed */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.globe {
	padding-top: 0px; 
	padding-left: 180px;
}
.navigation {
	width: 1300px;  
	margin: 0 auto;
	height: 75px;
}
.siteTitle {
	font-size: 22px;
	width:1300px;
	margin-top: -70px;
	text-shadow: 2px 2px 1px rgba(225,225,225,0.5);
    text-align: center;
}
.pageTitle {
	width: 1300px;
	padding-right: 15px;
	font-size: 18px;
	text-shadow: 2px 2px 1px rgba(225,225,225,0.5);
    text-align: center;
}
.sectionTitle {
	padding: 0;
    font-size: 17px;
	color:#EEE;
}
#menuBar {
	display: block;
	width: 605px;
	height: 45px;
	top: 5px;
}
.figcaption {
	display: block;
	text-align: center;
}
.toTop {
	margin-top: 20px;
	text-align: center;
}
.panel {
	width: 445px;
	padding-top:10px;
	text-align: justify;
	float:left;
}
.leftPanel {
	width: 445px;
	padding-top:10px;
	padding-left:195px;
	text-align: justify;
	float:left;
}
.rightPanel {
	width: 445px;
	padding-top:10px;
	padding-left:20px;
	text-align: justify;
	float:left;
}
.doneButton {
	padding-top:10px;
	padding-bottom:50px;
	width:75px;
	margin:auto;	
}
.navBar { /* links to other pages in a travelogue */
	text-align: right;
}
.red-italics {
	font-style: italic;
	color: #E00;
}
.videoBoxWithGlow {
	margin:auto; 
	width:640px;
	height:360px;
	background-color: #036;
	border: 4px solid #036;
	-moz-box-shadow: 0 0 10px #CCC;
	-webkit-box-shadow: 0 0 10px #CCC;
	box-shadow: 0 0 10px #CCC;
}
.largeVideoBoxWithGlow {
	margin:auto; 
	width:900px;
	height:506px;
	background-color: #036;
	border: 4px solid #036;
	-moz-box-shadow: 0 0 10px #CCC;
	-webkit-box-shadow: 0 0 10px #CCC;
	box-shadow: 0 0 10px #CCC;
}
.hugeVideoBoxWithGlow {
	margin:auto; 
	width:1200px;
	height:675px;
	background-color: #036;
	border: 4px solid #036;
	-moz-box-shadow: 0 0 10px #CCC;
	-webkit-box-shadow: 0 0 10px #CCC;
	box-shadow: 0 0 10px #CCC;
}
.largestVideoBoxWithGlow {
	margin:auto; 
	width:1280px;
	height:720px;
	background-color: #036;
	border: 4px solid #036;
	-moz-box-shadow: 0 0 10px #CCC;
	-webkit-box-shadow: 0 0 10px #CCC;
	box-shadow: 0 0 10px #CCC;
}
