/* CSS Document */

body
{
	background-color: #161616;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#AAAAAA;
}
a:link
{   
    color:#dddddd;
}
a:visited
{
	color:#dddddd;
}
a:hover
{
	color:#f29a0f;
}
a:active
{
	color:#dddddd;
}
a
{
	color:dddddd;
	border-style:none;
}
img
{
	border-style:none;
	position: relative;
}
.Container
{
	background:#272727;
	position:relative;
	margin:0 auto;
	width:1400px;
	
	background-image:url(images/Background.jpg);
}
.Text
{
	background:#272727;
	position:relative;
	margin:0 auto;
	width:1340px;
	padding-left:30px;
	padding-right:30px;
	padding-top:20px;
	padding-bottom:30px;
	
	background-image:url(images/Background.jpg);
}
.IMG
{
	background:#272727;
	position:relative;
	margin:0 auto;
	width:1340px;
	padding-left:30px;
	padding-right:30px;
	padding-bottom:25px;
	
	background-image:url(images/Background.jpg);
}
.Header
{
	background:#161616;
	position:relative;
	margin:0 auto;
	height:163px;
	width:1340px;
	padding-left:30px;
	padding-right:30px;
	margin-top:0px;
	background-repeat:no-repeat;

	background-image:url(images/Header.jpg);
}
.NavBar
{
	background:#161616;
	position:relative;
	margin:0 auto;
	height:43px;
	width:1340px;
	padding-left:30px;
	padding-right:30px;
	margin-top:0px;
	background-repeat:no-repeat;
	
	background-image:url(images/NavBar.jpg);
}
.Background
{
	background:#161616;
	position:relative;
	margin:0 auto;
	height:690px;
	width:1400px;
	margin-top:0px;
	background-repeat:no-repeat;

	background-image:url(images/BackgroundCenter.jpg);
}
.Footer
{
	background:#161616;
	position:relative;
	margin:0 auto;
	height:85px;
	width:1340px;
	padding-left:30px;
	padding-right:30px;	
	margin-top:0px;
	background-repeat:no-repeat;


	background-image:url(images/Footer.jpg);
}


#Header
{
	background-image:url(images/Header.jpg);
	height:163;
	width:1400;
}

#NavBar
{
	background-image:url(images/NavBar.jpg);
	height:43;
	width:1400;
}

.Nav_buttonIMG
{
	margin-top:14px;
	margin-left:13px;
	margin-bottom:12px;
}

#Background
{
	background-image:url(images/BackgroundCenter.jpg);
	height:690;
	width:1400;
}

#DescriptionImage
{
	text-align:center;
	margin:5px;
	
}
.ProjectThumbnail
{
	margin:10px;
	border-style:solid;
	border-color:#000000;
	border-width:1px;
	width:120px;
	position:static;
}

.ProjectThumbnail:hover
{
	margin:10px;
	border-style:solid;
	border-color:#f29a0f;
	border-width:1px;
	width:120px;
	position:static;
}

#Footer
{
	background-image:url(images/Footer.jpg);
	height:85px;
	width:1200;
}

.rotate
{
  border-radius: 50%;
  -webkit-transition: -webkit-transform .8s ease-in-out;
          transition:         transform .8s ease-in-out;
}

.rotate:hover 
{
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.slider-holder
{
	width: 670px;
	height: 335px;
	background-color: yellow;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	text-align: center;
	overflow: hidden;
}

.image-holder
{
	width: 2010px;
	background-color: black;
	height: 335px;
	clear: both;
	position: relative;
	
	-webkit-transition: left 2s;
	-moz-transition: left 2s;
	-o-transition: left 2s;
	transition: left 2s;
}

.slider-image
{
	float: left;
	margin: 0px;
	padding: 0px;
	position: relative;
}

#slider-image-1:target ~ .image-holder
{
	left: 0px;
}

#slider-image-2:target ~ .image-holder
{
	left: -670px;
}

#slider-image-3:target ~ .image-holder
{
	left: -1340px;
}

.button-holder
{
	position: relative;
	top: -35px;
}

.slider-change
{
	display: inline-block;
	height: 10px;
	width: 10px;
	border-radius: 5px;
	background-color: #f29a0f;
	opacity: .8;
}




}
