html {
	
    background-image: url('images/pattern2.png');
    background-repeat: repeat;
    height: 100%;
    width: 100%;
	
}

body {
	font-family: 'Quattrocento Sans', sans-serif;
	font-size: 22px;
	color: #615d55;
}



img {
	border:none;
}


 a:link{
 	color: #615d55;
 	text-decoration:none;
 }
 	
 a:visited{
 	color: #615d55;
 	text-decoration:none;
 }
 	
 a:hover{
 	color: black;
 	text-decoration:none;
 }
 	
 a:active{
 	color: #615d55;
 	text-decoration:none;
 }
 	

.head {
    background-color: #615d55;
    color: #adadad;
    height: 30px;
    margin-left: -30px;
    margin-top: 30px;
    width: 246px;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.7);

}

#homebtn {
    margin-left: 80px;
    position: relative;
    top: 4px;
   
}

#homebtn:link{
	
	color: #adadad;
 	text-decoration:none;
 }

#homebtn:visited{
 	color: #adadad;
 	text-decoration:none;
 }

#homebtn:hover{
 	color: #444;
 	text-decoration:none;
 }

.main {
  	left: 250px;
    margin-top: -24px;
    position: relative;
    width: 1000px;
}


#video {
	width: 1000px;
	height: 315px;
}

#design {
	width: 1000px;
	height: 315px;
}


.row {
	
	height: 230px;
    position: relative;
    width: 10000px;
}

.rowholder {
	top: 30px;
    left: 20px;
    overflow: hidden;
    position: relative;
    width: 900px;
}


.thumbbox {
	width:280px;
	height: 230px;
	margin-right: 30px;
	font-weight:lighter;
	font-size: 18px;
	float:left;

}

.thumb {
	width:280px;
	height: 200px;
	background-color: black;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.7);

}

.thumbnail {
	width:280px;
	height: 200px;
opacity: 0.5;


}

.thumbnail:hover {
	opacity: 1;
}


.right-triangle {

   border-left: 30px solid #615d55;
   border-top: 20px solid transparent;
   border-bottom: 20px solid transparent;
   float:right;
   position:relative;
  top: -125px;

}

.right-triangle:hover {
   border-left: 30px solid black;
   cursor: pointer;

}

#left-triangle-A, #left-triangle-B, #left-triangle-C{
	visibility: hidden;
}

.left-triangle {
	margin-top: 105px;
   border-right: 30px solid #615d55;
   border-top: 20px solid transparent;
   border-bottom: 20px solid transparent;
   float:left;


}

.left-triangle:hover {
    border-right: 30px solid black;
    cursor: pointer;
}

#detail {
	width: 1000px;
	height: 630px;

}

#vid {
	top: 60px;
    left: 50px;
    position: absolute;
	width: 900px;
	height: 510px;

	
}

#vidtext {
	margin-top: 10px;
	font-size: 18px;
	font-weight: lighter;
	
}

#designholder {
	top: 30px;
    left: 50px;
    position: relative;
	width: 900px;
	overflow: hidden;
	font-size: 18px;
	font-weight: lighter;

}

.designpics {
width: 10000px;
position: relative;
	
}

.prevpic {

   border-right: 30px solid #615d55;
   border-top: 20px solid transparent;
   border-bottom: 20px solid transparent;
	position: absolute;
top: 300px;
left: 10px;

}

.prevpic:hover {
    border-right: 30px solid black;
	cursor: pointer;
}

.nextpic {

   border-left: 30px solid #615d55;
   border-top: 20px solid transparent;
   border-bottom: 20px solid transparent;
	position: absolute;
	top: 300px;
	left: 960px;


}

.nextpic:hover {
    border-left: 30px solid black;
	cursor: pointer;
}

#about {

    left: 35px;
    position: relative;
	width: 900px;
	height: 603px;
	font-size: 16px;
	font-weight: lighter;


}

.aboutlink:link{
	color: #615d55;
}

.aboutlink:active{
	color: #615d55;
}

.aboutlink:visited{
	color: #615d55;
}

.aboutlink:hover{
	color: black;
}

.prjtxt{
	margin-top: 5px;
}

.vprjtxt{
	margin-top: 7px;
}

#avatar {
    left: 16px;
    opacity: 0.9;
    position: relative;
    top: 30px;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.3); 	   
}

#facts {
    left: 300px;
    line-height: 25px;
    position: absolute;
    top: 32px;
}

#abouttext {
    left: 15px;
    line-height: 28px;
    position: absolute;
    top: 297px;
    width: 900px;
}

.headline {
	font-weight: bold;
}

.bottombtn {
	clear: both;
	position: absolute;
	top: 635px;
}

#contacticons {
	margin-top: 7px;
}

.conicons:hover {
	opacity: 0.5;
	
}
