@charset "utf-8";
/* CSS Document */

body{                                           /*David Added*/
	background: black;
	margin:0 0 0 0;
}

#nav a:hover {                                    /* slow fade to red */
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#navContainer {                                  /*David Added*/
	background-color: #000;
	max-width: 1200px;
    margin: auto;
}
#mainContainer {                                /*David Added*/
	background-color: #000;
	/*max-width: 1200px;*/
    margin: auto;
}

#maxWidthContainer {                             /*David Added*/
	max-width: 1200px;
    margin: auto;
}


#nav {
	color: #C93;
	width: 100%;
	font-family: Verdana, Geneva, sans-serif;
}
#nav h1 {
	font-size: xx-large;
	padding: 0 0 0 10px;
	margin: 0;
    border: 0;
    font-weight: 400;
}
.photos-nav{
	padding-top: 1px;
}
.photos-nav #nav h1{                               /* DAvid Added*/
	font-size: xx-large;
	padding: 10px;
	margin: 0;
    border: 0;
    font-weight: 400;	
}

#nav li {
	font-size: medium;
}

#nav #left {
	float: left;
	padding-left: 60px;
}

#nav #right {
	float: right;
	padding-right: 60px;
	padding-top: 15px;
}

/*#top-nav #photo {
	clear: both;
	width: 100%;
	background-image: url(images/ship.JPG);
	color: #FFF;
	text-align: center;
	padding-top: 150px;
	padding-bottom: 275px;
}*/

#main {
	clear: both;
	/*width: 1000px;*/         /* David removed*/
	margin-top: 20px;
	position: relative;
}
#mainContainer #mail {
	color: #F00;
	padding-left: 30%;
}

#main #left {
	float: left;
	width: 40%;
	margin-left: 25%;
	margin-top: 50px;
}

#main #right {
	font-family: Verdana, Geneva, sans-serif;
	font-size: medium;
	color: #999;
	float: left;
	width: 30%;
	text-align: left;
	margin-left: -15%;
	margin-top: 50px;
}
#footerContainer {                   /*David Added*/
	/*max-width: 1200px;*/
    /*margin: auto;*/
}
.footerItems{
	max-width: 1200px;
	margin: auto;
}
#footer {
	clear: both;
	width: 100%;
	max-width: 1200px;                /* David added*/
	margin-top: 50px;
	height: 300px;
	/*float: left;                  /* David removed*/
	position: absolute;
	left: 0;
    right: 0;
    margin: auto;
}
#footer #left {
	float: left;

}
#footer #middle {
	margin-left: 456px;
}
#footer #right {
/*	float: right; */
	color: white;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    /*background-color: #fff;*/
}

li {
    float: left;
}

li a {
    display: block;
    color: #C93;
    text-align: center;
    padding: 16px;
    text-decoration: none;
}

li a:hover {
	background-color: black;
	color: #903;
}



#book-cover{    /* keeps book cover in proportion to page*/
	max-width: 2000px;
	width: 100%;
	height: auto;
	margin-left: auto;
    display: block;
    margin-right: auto;
}


#form table{   /* centers contact form on Connect page */
	margin-left: auto;
    margin-right: auto;
}

#main #photo{
	clear: both;
	width: 100%;
	/*height: 500;*/
	/*background-image: url(images/ship.jpg);*/
	color: #FFF;
	text-align: center;
	height: 250px;
	color: white;
    text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
    /* centers & prevents image repating*/
    background-repeat: no-repeat;
    /* 'center TOP' is centered and the image displays from the TOP of the image */
    background-position: center top;
    background-color: black; 
}

#main #photo h1{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	top:45%;
	font-size: 30px;
	font-weight: bold;
	-webkit-margin-before: 0.67em;
    -webkit-margin-after: 0.67em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}


#home-photo{
		clear: both;
	/*width: 100%;*/
	/*height: 500;*/
	/*background-image: url(images/ship.jpg);*/
	color: #FFF;
	text-align: center;
	padding-top: 150px;
	padding-bottom: 200px;
	margin-bottom: 5px;
	 color: white;
    text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
     /* centers & prevents image repating*/
    background-repeat: no-repeat;
    /* 'center CENTER' is centered and the image displays from the CENTER of the image */
    background-position: center center;
    background-color: black; 
}
