/* 

	Final project: website
	
	Author: Jeremy Calvert
	Date: 1/15/16

 */

/* main style settings */

html {
	background-image: url("videotape-pile.jpg");
	background-attachment: fixed;
	background-size: cover;
}

div.back {
	background-image: url("background.jpg");
	background-attachment: fixed;
	background-size: cover;
	margin-top: 15px;
	margin-bottom: 15px;
	border: 2px;
	border-color: #2b54b1;
	border-top: transparent;
	border-bottom: transparent;
}

body  {
	font-family: arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: inherit;
	line-height: 1.4em;
}

/* navigation bar buttons style settings */

nav ul {
    margin: 10px;
    list-style: none;   
}

nav li {
    float: left;
}

nav a {
    float: left;
    color: #eee;
    padding: 1px;
    font: bold 17px 'Open Sans Condensed', Arial, Helvetica;
    background-color: #32353A;
	position: static;
    text-shadow: 0 1px 0 rgba(0,0,0,.5); 
}

nav a:active {
    background: #eee;
    position: relative;    
    box-shadow: 0 0 5px inset; 
}

nav span {
    display: inline-block;
    padding: 2px 35px;
    background-color: #2b54b1;
	height: 25px;
}

nav span.empty {
    display: inline-block;
    padding: 3px 40px;
    background-color: #2b54b1;
	height: 25px;
}

nav span a {
	display: inline-block;
    padding: 2px 40px;
    background-color: #2b54b1;
	cursor: pointer;
}

nav a:hover span {   
    background-color: #4771d2;
}

nav ul li a.current {
  color: #f4e200;
}

/* section style settings */

/* #middle{
	border: 2px solid #2b54b1;
	padding: 5px;
}*/

#middle h1 {
	font: bold 35px 'Open Sans Condensed', Arial, Helvetica;
	margin-top: -0px;
	margin-bottom: -0px;
	text-align: center;
	font-style: italic;
	text-shadow: 1px 1px 0px #4771d2;
}

#middle h2 {
	font: bold 30px 'Open Sans Condensed', Arial, Helvetica;
	margin-top: -0px;
	text-align: center;
	font-style: italic;
	text-shadow: 1px 1px 0px #4771d2;
}

#middle img {
	margin-left: 26%;
	border: 2px solid #2b54b1;
	box-shadow: 2px 0px 0px #000, -2px 0px 0px #000;
	border-radius: 8px;
}

#middle p {
	text-align: left;
	font-size: 22px;
}

#middle p.Desc {
	margin-top: -2px;
	text-align: center;
}

/* joke to top of page button that rotates because why not */

a img#top-button {
	margin-top: -50px;
	-webkit-transition: -webkit-transform 1s ease-in-out;
	transition: transform 1s ease-in-out;
	clear: both;
}

a img#top-button:hover {
	-ms-transform: rotate(360deg); /* IE 9 */
    -webkit-transform: rotate(360deg); /* Chrome, Safari, Opera */
    transform: rotate(360deg);
}

/* sidebar picturebox style settings */

div.sidebar-pics {
	margin-top: 150px;
	float: right;
	width: 200px;
	height: 1000px;
}

div.sidebar {
	margin-top: 20px;
	float: right;
	width: 290px;
	height: 480px;
	background: url(tape-zoom.jpg);
	border: 1px solid black;
	background-size: 290px 480px;
}

div.transbox-sidebar {
	float: right;
	margin: 38px;
	margin-top: 68px;
	background: url(paper-texture.jpg);
	background-size: auto;
	background-color: #ffffff;
	border: 3px solid dimgray;
	border-radius: 8px;
	text-shadow: 1px 1px 2px rgba(0,0,0,.5);
	width: 210px;
	height: 340px;
}

div.transbox-sidebar p {
	margin-left: 10%;
	font-weight: bold;
	font-size: 15px;
	font-family: 'Open Sans Condensed', Arial, Helvetica;
	color: #000000;
}

div.transbox-sidebar h2 {
	text-shadow: 0px 1px 1px #000;
	margin: 5%;
	margin-bottom: 0%;
	font-size: 30px;
	font-weight: bold;
	font-family: 'Open Sans Condensed', Arial, Helvetica;
	color: #2b54b1;
}

/* picture footer style settings */

div.footer {
	clear: both;
	width: 1200px;
	height: 120px;
	background: url(tape-spine.jpg);
	border: 1px solid black;
	background-size: 1200px 120px;
	
}

div.transbox-footer {
	text-align: center;
	clear: both;
	margin-left: 188px;
	margin-top: 14px;
	background: url(paper-texture.jpg);
	background-size: 940px 87px;
	background-color: #000;
	border: 3px solid dimgray;
	border-radius: 8px;
	width: 940px;
	height: 87px;
}

div.transbox-footer address {
	margin-top: 15px;
	text-shadow: 1px 0px 0px #ff0000, -1px 0px 0px #0000ff;
	font-family: 'Open Sans Condensed', Arial, Helvetica;
	font-size: 25px;
	color: #000000;
}