@charset "utf-8";
/* H154 Assignment 6 */
/* Meg Meyer */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	text-decoration: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #666;
	color: #CCC;
}

p {
	margin: 1em 1em 0 1em;
}

a {
	color: #F36;
}

a:hover {
	color: #F3F;
}

a:visited {
	color: #90F;
}

#wrapper {
	width:90%;
	margin: 10px auto;
	padding:0px;
	text-align:left;
	background-color: #600;
	min-width: 1000px;
}

header {
	width: 100%;
	height: 140px;
	background-image: url("/images/sjr-color-new.gif");
	background-repeat: no-repeat;
	background-position: 10px 5px;
	background-color: transparent;
	color: #CCC;
	padding-top: 2px;
	text-align: center;
	text-wrap: none;
	white-space: nowrap;
	/* border: solid 1px #000; */

}

header h1 {
	font-weight: bold;
	font-size: 2.5em;
  margin: 50px 120px 0 130px;
	text-shadow: rgba(181,80,91,.7) 8px 4px 2px, rgba(0,0,0, .8) 10px 6px 3px;
}

/* START NAV MENU */
nav {
  background-color: transparent;
  height:40px;
  width: 100%;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
 
nav ul {
  font-family: Arial, Verdana;
  font-size: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}
 
nav ul li {
  display: block;
  position: relative;
  float: left;
}
 
nav ul li a {
  display: block;
  text-decoration: none;
  padding: 10px 15px 3px 15px;
  background: transparent;
  color: #CCC;  
  margin-left: 1px;
  white-space: nowrap;
  height:30px; 
  width:90px;
  text-align:center;
}
 
nav ul li a:hover { 
  background: #C00;
	color: #fff;
}

nav ul li a:visited {
	color: #FC9;
}

/* END NAV MENU */

section {
	/* border: solid 1px #000; */
	width: 100%;
	padding-bottom: 1em;
	margin-bottom: .5em;
}

.bold {
	font-size: 1.1em;
	font-weight: bold;
	text-shadow: rgba(157,169,242,.7) 2px 2px 2px;
	color: #06F;
}

.ital {
	font-size: 1.0em;
	font-weight: bold;
	font-style: italic;
}

footer {
	/* border: solid 1px #000; */
	width: 100%;
	clear: both;
	font-size: .8em;
	padding: .5em 0 .5em 0;
	border-top: 1px solid #000;
}

footer .ital {
	font-size: .8em;
}

footer p {
	margin: 0 .5em 0 .5em;
}

.proit {
	display: block;
	float: left;
	margin-left: 15px;
	margin-top: 15px;
	margin-bottom: 20px;
	height: 200px;
	width: auto;
	box-shadow: rgba(181,80,91,.7) 4px 4px 2px, rgba(0,0,0, .8) 6px 6px 3px;
	border-radius: 10px;
	margin-right: 10px;
	-webkit-transform: rotate(5deg) scale(1) skew(10deg) translate(0px);
	-moz-transform: rotate(5deg) scale(1) skew(10deg) translate(0px);
	-o-transform:  rotate(5deg) scale(1) skew(10deg) translate(0px);
	-ms-transform:  rotate(5deg) scale(1) skew(10deg) translate(0px);
}

.proit2 {
	display: block;
	float: right;
	margin-right: 15px;
	margin-top: 15px;
	margin-bottom: 20px;
	height: 200px;
	width: auto;
	box-shadow: rgba(181,80,91,.7) -4px 4px 2px, rgba(0,0,0, .8) -6px 6px 3px;
	border-radius: 10px;
	margin-right: 20px;
	-webkit-transform: rotate(-5deg) scale(1) skew(-10deg) translate(0px);
	-moz-transform: rotate(-5deg) scale(1) skew(-10deg) translate(0px);
	-o-transform:  rotate(-5deg) scale(1) skew(-10deg) translate(0px);
	-ms-transform:  rotate(-5deg) scale(1) skew(-10deg) translate(0px);
}

.devil {
	display: block;
	float: right;
	height: 100px;
	width: auto;
	box-shadow: rgba(181,80,91,.7) -5px -5px 2px, rgba(0,0,0, .8) -8px -8px 3px;
	border-radius: 6px;
	margin-left: 10px;
}

.scca {
	display: block;
	float: right;
	height: 100px;
	width: auto;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 20px;
}

@-webkit-keyframes bounce {
	from {
		left: 0px;
	}
	to {
		left: 200px;
	}
}

.animation {
	-webkit-animation-name: bounce;
	-webkit-animation-duration: 3s;
	-webkit-animation-iteration-count: 2;
	-webkit-animation-direction: alternate;
	position: relative;
}

h3 {
	-webkit-transition: color 2s linear;
	-moz-transition: color 2s linear;
	transition: color 2s linear;
	font-weight: bold;
	font-size: 2em;
	text-align: center;
	margin-top: 50px;
	color: #CCC;
	text-shadow: rgba(181,80,91,.7) 8px 4px 2px, rgba(0,0,0, .8) 10px 6px 3px;
}

h3:hover {
	font-weight: bold;
	font-size: 2em;
	text-align: center;
	margin-top: 50px;
	color: #C3F;
	text-shadow: rgba(181,80,91,.7) 8px 4px 2px, rgba(0,0,0, .8) 10px 6px 3px;
	

