/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

@font-face {
  font-family: 'Archivo Black';
  font-style: normal;
  font-weight: 400;
  src: local('Archivo Black Regular'), local('ArchivoBlack-Regular'), url(http://themes.googleusercontent.com/static/fonts/archivoblack/v1/WoAoVT7K3k7hHfxKbvB6BzpmDuvrsAe6P6TsPq9xwrw.woff) format('woff');
}


@font-face {
  font-family: 'Unna';
  font-style: normal;
  font-weight: 400;
  src: local('Unna-Regular'), url(http://themes.googleusercontent.com/static/fonts/unna/v5/izGHrnoHAZrpj3onCfpS8PesZW2xOQ-xsNqO47m55DA.woff) format('woff');
}

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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* end css reset*/

body {
	
 }

#bottombar {
	height: 20px;
	background-color: #000;
    position: fixed;
    z-index: 100; 
    bottom: 0; 
    left: 0;
    width: 100%;
}

#background {
	width: 100%;
	height: 100%;
	
 	position: absolute;
 	
 	background-repeat: no-repeat;
 
/* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(top, #FFFFFF 50%, #DCECF2 100%);

/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top, #FFFFFF 50%, #DCECF2 100%);

/* Opera */ 	
	background-image: -o-linear-gradient(top, #FFFFFF 50%, #DCECF2 100%);

/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.5, #FFFFFF), color-stop(1, #DCECF2));

/* Webkit (Chrome 11+) */ 	
	background-image: -webkit-linear-gradient(top, #FFFFFF 50%, #DCECF2 100%);

/* W3C Markup, IE10 Release Preview */ 	
	background-image: linear-gradient(to bottom, #FFFFFF 50%, #DCECF2 100%);
}

#headbar {
	position: absolute;
	background-color: rgb(0, 0, 0);
 	background-repeat: no-repeat;	
	height: 80px;
	width: 100%;
	z-index: 5;	

}

#heardbarsetup{
	width: 960px;
	height:80px;
  	margin-left: auto ;
 	margin-right: auto ;
 	color: #fff;
}

#name {
	letter-spacing: 1px;
	text-align: left;
	position: absolute;
	top: 30px;
	font-family: 'Archivo Black';
	font-style: normal;
	font-weight: 400;
	font-size: 22px;
}

#name span {
	color: #0ea1ff;
}

#name a:link {color:#fff; text-decoration:none;}      /* unvisited link */
#name a:visited {color:#fff;text-decoration:none;}  /* visited link */
#name a:hover {color:#fff;text-decoration:none;}  /* mouse over link */
#name a:active {color:#fff;text-decoration:none;}  /* selected link */ 
 
#name h6 {
	letter-spacing: 1px;
	position: absolute;
	font-family: 'Unna';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	color:rgb(200, 200, 200);
	float: left;
	top: 6px;
	left: 195px;
}
 
#resume {
	letter-spacing: 1px;
	float: right;
	position: relative;
	top: 39px;
	font-family: 'Unna';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
}

#resume a:link {color:#fff; text-decoration:none;}      /* unvisited link */
#resume a:visited {color:rgb(200, 200, 200);text-decoration:none;}  /* visited link */
#resume a:hover {color:#0ea1ff;text-decoration:none;}  /* mouse over link */
#resume a:active {color:rgb(200, 200, 200);text-decoration:none;}  /* selected link */
 
#container {
	position: relative;
	width: 960px;
	height: 720px;
  	margin-left: auto ;
 	margin-right: auto ;
 	margin-top: 0px;
 	margin-bottom: 0px;
	
}

#gallery {
	position: relative;
	top: 80px;
	width: 780px;
	height: 440px;
	margin-left: auto ;
 	margin-right: auto ;

}

#gallerycontainer {
	position: relative;
	top: 80px;
	width: 780px;
	height: 312px;
	margin-left: auto ;
 	margin-right: auto ;
 	overflow: hidden;
 
}

#gallerycontainer img{
	position: relative;

filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */    
    filter: gray; /* IE6-9 */
-webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}

#gallerycontainer img:hover{
    filter: none;
    -webkit-filter: none;
    height:175px;
    width: 175px;
    top: -10px;
    left: -10px;
    
}

#project1 {
	border-style:solid;
	border-color: #fff;
	margin-right: .5px;
	margin-bottom: .5px;
	position: relative;
	height: 155px;
	width: 155px;
	background-color: rgb(0, 0, 0);
	float: left;
	overflow: hidden;
}

#project2 {
	border-style:solid;
	border-color: #fff;
	margin-right: .5px;
	margin-left: .5px;
	margin-bottom: .5px;
	position: relative;
	height: 155px;
	width: 155px;
	background-color: rgb(0, 0, 0);
 	float: left;
	overflow: hidden;

}

#project3 {
	border-style:solid;
	border-color: #fff;
	margin-right: .5px;
	margin-left: .5px;
	margin-bottom: .5px;
	position: relative;
	height: 155px;
	width: 155px;
	background-color: rgb(0, 0, 0);
	float: left;
	overflow: hidden;

}

#project4 {
	border-style:solid;
	border-color: #fff;
	margin-right: .5px;
	margin-left: .5px;
	margin-bottom: .5px;
	position: relative;
	height: 155px;
	width: 155px;
	background-color: rgb(0, 0, 0);
	float: left;
	overflow: hidden;

}

#project5 {
	margin-left: .5px;
	margin-bottom: .5px;
	position: relative;
	height: 155px;
	width: 155px;
	background-color: rgb(0, 0, 0);
	float: left;
	overflow: hidden;
}
 
#project6 {
	border-color: #fff;
	padding-right: .5px;
	margin-top: .5px;
	position: relative;
	height: 155px;
	width: 155px;
	background-color: rgb(0, 0, 0);
	float: left;
	overflow: hidden;
}

#project7 {
	margin-right: .5px;
	margin-left: .5px;
	margin-top: .5px;
	position: relative;
	height: 155px;
	width: 155px;
	background-color: rgb(0, 0, 0);
	float: left;
	overflow: hidden;

}

#project8 {
	border-style:solid;
	border-color: #fff;
	margin-right: .5px;
	margin-left: .5px;
	margin-top: .5px;
	position: relative;
	height: 155px;
	width: 155px;
	background-color: rgb(0, 0, 0);
	float: left;
	overflow: hidden;

}

#project9 {
	border-style:solid;
	border-color: #fff;
	margin-right: .5px;
	margin-left: .5px;
	margin-top: .5px;
	position: relative;
	height: 155px;
	width: 155px;
	background-color: rgb(0, 0, 0);
	float: left;
	overflow: hidden;

}

#project10 {
	border-style:solid;
	border-color: #fff;
	margin-left: .5px;
	margin-top: .5px;
	position: relative;
	height: 155px;
	width: 155px;
	background-color: rgb(0, 0, 0);
	float: left;
	overflow: hidden;

}
	
#baseinfo {
	position: relative;
	top: 80px;
	width: 960px;
	height: 198px;
	margin-left: auto ;
 	margin-right: auto ;
 	padding-bottom: 50px;
 	/*background-color: rgba(0, 0, 255, .5); */
} 

#baseinfo hr {
	background: #0ea1ff;
	height: 1.2px;
	border: 0;

}

#contactbox {
	position: relative;
	top: 30px;
	width: 480px;
	height: 198px;
	float: left;
} 	

#contactbox h2 {
	letter-spacing: .5px;
	font-size: 18px;
	font-family: 'Archivo Black';
	font-style: normal;
	font-weight: 400;
}

#contactcontent {
	margin-top: 10px;
	font-size: 14px;
	letter-spacing: 1.5px;
	line-height: 18px;
	font-family: 'Unna';
	font-style: normal;
	font-weight: 400;
	float: right;
	width: 380px;
}

#welcomebox {
	position: relative;
	top: 30px;
	width: 480px;
	height: 198px;
	float: left;
} 	


#welcomecontent {
	margin-top: 10px;
	font-size: 14px;
	letter-spacing: 1.5px;
	line-height: 20px;
	font-family: 'Unna';
	font-style: normal;
	font-weight: 400;
	float: right;
	width: 380px;
 	
	
}

#welcomebox h2 {
	color: #0ea1ff;
	letter-spacing: .5px;
	font-size: 18px;
	font-family: 'Archivo Black';
	font-style: normal;
	font-weight: 400;
}








/* Projects */

#project {
	position: relative;
	top: 80px;
	width: 960px;
	height: 550px;
	margin-left: auto ;
 	margin-right: auto ;

}

#project img {
	 filter: none;
    -webkit-filter: none;
}

#project img:hover{
    filter: none;
    -webkit-filter: none;
    
}


#project hr {
	margin-top: -170px;
	background: #0ea1ff;
	height: 1.2px;
	border: 0;
}

#description {
	position: relative;
	height: 720px;
	width: 240px;
	padding-top 50px;
	line-height: 20px;
	font-family: 'Unna';
	font-style: normal;
	font-weight: 400;
}

#description h2 {
	padding-top: 20px;
	color: #0ea1ff;
	letter-spacing: .5px;
	line-height: 45px;
	font-size: 18px;
	font-family: 'Archivo Black';
	font-style: normal;
	font-weight: 400;
}

#description p {
	width: 215px;
	font-size: 13px;
	letter-spacing: 1.5px;
	line-height: 20px;
	font-family: 'Unna';
	font-style: normal;
	font-weight: 400;
	word-spacing: .4pt;
}

#projectimages {
	width:580px;
	position:absolute;
	top: 18px;
	left: 260px;
}


/*
	Slideshow
*/

#example {
	width:600px;
	height:350px;
	position:relative;
}

#slides {
	position:absolute;
	top:18px;
	left:4px;
	z-index:100;
}


/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:570px;
	overflow:hidden;
	position:relative;
	display:none;
	/*box-shadow: 0px 5px 10px #111;*/
}



/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container div.slide {
        width:695px;
        height:465px;
	display:block;
}

.slides_container {
		border: solid;
		border-color: rgb(245, 245, 245);
		border-width: 0px;
        width:695px;
        height:465px;
}
            
            
.slides_container div {
        width:695px;
        height:465px;
        display:block;
        
}

/*
	Pagination
*/

.pagination {
	margin:25px auto 0;
	width:100px;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../images/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}

/*
	Caption
*/

.caption {
	z-index:500;
	position:absolute;
	bottom:--240px;
	left:0;
	height:30px;
	padding:5px 20px 0 20px;
	background:#000;
	background:rgba(0,0,0,.5);
	width:540px;
	font-size:1.3em;
	line-height:1.33;
	color:#fff;
	border-top:.5px solid #000;
	text-shadow:none;
}