/*
CSS for Portfolio Website
*/


@charset "UTF-8";
* {
	margin:0px;
	padding:0px;
	border:0px;
	font-weight:100;
}
body {
	width:1100px;
	background-image: url(../backgrounds/concrete.jpg);
	background-position:bottom center;
	background-repeat:repeat-all;
	background-attachment:scroll;
	background-color:black;
	display:block;
	position:relative;
	margin:0px auto;
	font-family: Bebas, Arial Narrow, Arial, sans-serif;
	color:white;
	font-weight:100;
}
p {
	padding:20px;
	line-height:1.6;
	font-size:24px;
}
.showcase h1 {
	display:none;
}
.showcase h1.active {
	display:block;
}
img.active {
	width:auto;
}
header {
	width:1100px;
	height:250px;
	margin:0px;
	padding:0px;
	display:block;
	position:relative;
	float:left;
	bcakground-color:black;
	background-repeat:no-repeat;
	-moz-box-shadow: 4px 4px 2px #000;
	-webkit-box-shadow: 4px 4px 2px #000;
	box-shadow: 4px 4px 2px #000;
}
#bodycontent {
	width:100%;
	display:block;
	position:relative;
	float:left;
	margin-top:20px;
	background: rgba(255, 255, 255, .05);
	-moz-box-shadow: 4px 4px 2px #000;
	-webkit-box-shadow: 4px 4px 2px #000;
	box-shadow: 4px 4px 2px #000;
	padding:20px 0px;
	background-image: url(../backgrounds/navfooter.jpg);
	background-repeat: no-repeat;
	background-position: -2000px -2000px;
}
a {
	color:#eee;
	text-decoration:none;
	text-decoration:underline;
}
a:hover {
	color:#ccc;
	text-shadow: 2px 2px #000;
	text-decoration:underline;
}
.rslides a {
}
#nav {
	width:300px;
	display:block;
	float:left;
	height:200px;
	background-image: url(../backgrounds/navfooter-hover.jpg);
	background-repeat: no-repeat;
	background-position: -2000px -2000px;
	background-color:green;
}
#navwrap {
	width:100%;
	display:block;
	float:left;
	height:200px;
	background-color:black;
}
.clear {
	clear:both;
}
#newnav {
	width:300px;
	height:70px;
	margin:0px;
	padding:0px;
	margin-top:20px;
	float:left;
	-moz-box-shadow: 4px 4px 2px #000;
	-webkit-box-shadow: 4px 4px 2px #000;
	box-shadow: 4px 4px 2px #000;
}
#newnav ul {
	text-align:center;
	width:300px;
	position:absolute;
	display:block;
	z-index:20;
}
#newnav li {
	color:#ddd;
	list-style:none;
	padding:0px;
	margin:0px;
	font-size:28px;
	cursor: hand;
	cursor: pointer;
	display:block;
	background-color:#222;
}
#newnav li:first-child {
	cursor: default;
}
#newnav li:hover {
	color:#fff;
	font-size:33px;
	-webkit-transition: color .2s linear;
	-moz-transition: color .2s linear;
	-o-transition: color .2s linear;
	-ms-transition: color .2s linear;
	transition: color .2s linear;
	background-color:#001;
	background-color:#121212;
	text-shadow: 2px 2px #f40;
	text-shadow: 2px 2px #000;
}
#newnav a {
	color:#900;
	text-decoration:none;
	line-height:1.4;
}
#newnav a:hover {
	color:#000;
}
#def {
	width:100%;
 background-color:;
}
h2 {
	font-size:60px;
	padding-left:20px;
	text-align:left;
	margin-bottom:20px;
	color:#fff;
}
h6 {
	background-image: url(../backgrounds/navfooter.jpg);
	font-size:35px;
	color:white;
	margin:0px;
	padding:0px;
	padding-top:8px;
	cursor: hand;
	cursor: pointer;
	-webkit-transition: color .2s linear;
	-moz-transition: color .2s linear;
	-o-transition: color .2s linear;
	-ms-transition: color .2s linear;
	transition: color .2s linear;
}
h6:hover {
	color:#fff;
	font-size:40px;
	padding-top:2px;
	background-image:none;
	background-color:#000;
	background-image: url(../backgrounds/navfooter-hover.jpg);
}
h3 {
	font-size:30px;
	padding-left:20px;
	padding-bottom:20px;
	color:#fff;
	font-weight:100;
/
}
h4 {
	font-size:30px;
	padding-left:20px;
	color:#fff;
	text-shadow: 4px 4px 4px #000;
}
h5 {
	font-size:27px;
	padding-left:40px;
	color:#f30;
	margin-bottom:-15px;
}
.resumewhite p {
	color:white!important;
}
@font-face {
	font-family:Bebas;
	src: url('../fonts/Bebas.otf');
}
@font-face {
	font-family:League Gothic;
	src: url('../fonts/League Gothic.otf');
}
footer {
	margin-top:40px;
	padding-bottom:20px;
	font-size:8px;
	color:#444;
	text-align:center;
	letter-spacing:4px;
}
.rslides {
	position:relative;
	list-style: none;
	overflow: hidden;
	width: 800px;
	padding: 0;
	margin:0px auto;
}
.rslides p {
	width:800px;
	display:block;
	margin:0px;
	padding:0px;
}
.rslides li {
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}
.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}
.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
	-moz-box-shadow:    2px 3px 5px 6px #000;
	-webkit-box-shadow: 2px 3px 5px 6px #000;
	box-shadow:         2px 3px 5px 6px #000;
}
.red {
	color:#aaa;
}
#newnav {
	margin-left:50px;
	cursor: hand;
	cursor: pointer;
	background:none;
}
input {
	width:80%;
	padding-left:20px;
	display:block;
	margin:0px auto;
	height:40px;
	font-size:30px;
	border: 3px solid #000;
}
textarea {
	width:80%;
	padding-top:10px;
	padding-left:20px;
	display:block;
	margin:0px auto;
	height:120px!important;
	overflow:auto;
	font-size:30px;
	border: 3px solid #000;
}
textarea:focus, input:focus {
	border: 3px solid #f30;
}
form {
	border: 3px solid #000;
	width:96%;
	margin:0px auto;
}
textarea[name=Message] {
	resize: none;
}
form p {
	font-size:36px;
	margin-bottom:-20px;
	text-decoration:underline;
}
input.submit-button {
	width:40%;
	display:block;
	margin:0px auto;
	height:100px;
	background-position:top;
	overflow:hidden;
	background-color:black;
	font-size:60px;
	cursor: hand;
	cursor: pointer;
	color:white;
	border:3px solid white;
}
input.submit-button:hover {
	color:#f30;
	border:3px solid #f30;
}
.newart img {
	display:block;
	position:relative;
	margin:0px auto;
}
.graylinebreak {
	display:block;
	width:100%;
	position:relative;
	border:1px solid #aaa;
	margin-top:20px;
	margin-bottom:20px;
}
ul.skills {
	width:25%;
	margin:0px;
	margin-left:50px;
	padding:0px;
	display:block;
	position:relative;
	float:left;
	list-style:circle;
}
#videos {
	width:600px;
	margin:0px auto;
}
#indexphoto {
	width: 600px;
	margin: 0px auto;

}
#feedcontent {
	padding-bottom:20px;
}
#feedcontent a {
	color:white;
}
#feedcontent li {
	margin-left:17px;
	text-indent:-17px;
	padding:25px 20px 0px 20px;
	font-size:16px;
	line-height:1;
	list-style-image: url("../backgrounds/arrow.png");
}
#textwindow {
	width:450px;
}

#collegecontent {
	display:none;
}
#artworkcontent {
	display:none;
}
#modelingcontent {
	display:none;
}
#animationcontent {
	display:none;
}



 @media screen and (max-width: 1100px) {
body {
	width:800px;
}
#newnav {
	margin-left:0px;
	width:33.3333%;
	height:63px;
}
#newnav img {
	width:100%;
}
#newnav ul {
	width:33.3333%;
}
header {
	width:800px;
	height:182px;
}
header img {
	width:800px;
}
#bodycontent {
	width:800px;
}
.rslides {
	margin:0px;
}
.rose img {
	width:750px;
}
}
 @media screen and (max-width: 799px) {
.rslides {
	width: 100%;
}
.rslides p {
	width:100%;
}
}
 @media screen and (max-width: 599px) {
}
 @media screen and (max-width: 449px) {
#textwindow {
	width:100%;
}
p {
	font-size:20px;
}
h2 {
	padding:0px;
	text-align:center;
	font-size:45px;
}
#newnav {
	width:100%;
	display:block;
	position:relative;
	margin:0px;
	height:auto;
	padding:0px;
}
#newnav img {
	width:100%;
	display:block;
	padding:0px;
	margin:0px;
}
#newnav ul {
	width:100%;
	position:relative;
	margin:0px;
	padding:0px;
}
body {
	width:100%;
	margin:0px;
	overflow-x:hidden;
}
header {
	width:100%;
	overflow:hidden;
	background-image: url(../backgrounds/header450.png);
	height:auto;
}
#bodycontent {
	width:100%;
}
header img {
	width:170%;
	margin-left:-37%;
	overflow-x:hidden;
}
input.submit-button {
	width:80%;
	padding:0px;
	font-size:40px;
}
ul.skills {
	width:100%;
}
#videos {
	width:100%;
}
#indexphoto {
	width: 100%;
}
	#indexphoto img{
		width: 100%;
		height:auto;
	}

.newart img {
	width:100%;
}
h6 {
	width:300px;
	margin:0px auto;
}
}
@media screen and (max-width: 399px) {
#nav {
	width:100%;
	display:block;
	margin:0 auto;
}
img.active {
	width:100%;
	margin-bottom:20px;
}
#newnav ul {
	widht:300px;
	position:relative;
}
#newnav li {
	position:relative;
}
}
 @media screen and (max-width: 299px) {
#newnav img {
	width:100%;
}
}
