* {
	margin: 0;
	padding: 0;
}
body { font: 12px/18px Verdana, Helvetica, Arial, sans-serif; }

/* -- anchor tag setup -- */
a { color: #333; }
a:visited { }
a:hover { text-decoration: none; }

a {
   outline: 0;
}

div { display: block; }

#wrapper {
	max-width: 1200px;
	margin: 0 auto;
}
#header{
	width: 480px;
	margin-left: auto;
	margin-right: auto;
}

#header a img{
	display: block;
}

/* -- me DIV -- */
#AboutMe {
	position: relative;
	margin-top: -95px;
	height: 303px;
	margin-right: 25px;
	padding-bottom: 10px;
	border-bottom: 2px solid #dbdad6;
}

#me {
	position: absolute;
	float: left;
	width: 300px;
	height: 375px;
	display: block;
}

/* -- bio DIV -- */
#bio {
	width: 820px;
	float: right;
	margin-top: 120px;
	margin-right: 20px;
	
}
#bio p {
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 24px;
	line-height: 1.4em;
	color: #666666;
}

#bio span {
	color: #cc661a;
	font-size: 28px;
}

#bio span.title {
	color: #666666;
	font-size: 20px;
	font-style: normal;
}
#FilteredGallery {
	clear: both;
	width: 100%;
}
#navigation,
#filter {
	margin-top: 25px;
	margin-bottom: 10px;
	padding-left: 333px;
}
/* -- unordered list that groups the filter buttons -- */
ul#navigation,
ul#filter { 
	float: left; 
	font-size: 18px; 
	list-style: none; 
	margin-left: 0; 
	width: 100%; 
}
/* -- each list item (filter button) -- */
ul#navigation li,
ul#filter li { 
	border-left: 1px solid #b9b9b9;
	float: left;
	line-height: 16px;
	margin-left: 14px;
	padding-left: 14px;
}
/* -- first filter button in the unordered list -- */
ul#navigation li:first-child,
ul#filter li:first-child { 
	border-left: none; 
	margin-left: 0; 
	padding-left: 0; 
}
/* -- anchor tag inside each filter button -- */
ul#navigation a,
ul#filter a { 
	color: #666666; 
	text-decoration: none; 
}
/* -- underline each filter button on mouse hover -- */
ul#navigation li.current a, ul#navigation a:hover,
ul#filter li.current a, ul#filter a:hover { 
	text-decoration: underline; 
}
/* -- highlight the current, active filter button -- */
ul#navigation li.current a,
ul#filter li.current a { 
	color: #cc661a; 
	font-weight: bold; 
}
#selection {
	clear: both;
	margin-left: 2.5%;
}
#selection section{
	padding-top: 1.5%;
}

#gallery {
	clear: both;
	margin-top: 4%;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
	width: auto;
	margin-bottom: -4px;
}
.one-third {
	width: 29%;
	float: left;
	margin-left: 1.6%;
	margin-right: 1.6%;
	margin-top: 1.6%;
}
.example-image-link img{
	border: 2px solid #b9b9b9;
	background-color: #FFF;
	padding: 8px;
}
.example-image-link img:hover {
	opacity: .8;
}

/* -- footer -- */
#footer {
	clear:both;
	padding-top: 25px;
	padding-left: 18px;
	margin-right: 38px;
	height: 80px;
}
#copyright {
	width: 300px;
	float: left;
}

.icons {
	float:right;
	padding-bottom: 20px;
}

/* Social Media Icons
------------------------------------------------------------ */
.icons ul li.social-cv,
.icons ul li.social-linkedin,
.icons ul li.social-mail{
	float: left;
	padding-left: 20px;
	list-style-type: none;
}

.icons ul li.social-cv a,
.icons ul li.social-cv a:hover,
.icons ul li.social-linkedin a,
.icons ul li.social-linkedin a:hover,
.icons ul li.social-mail a,
.icons ul li.social-mail a:hover {
    display: block;
    height: 30px;
	width: 30px;
    margin: 0 0 0 0px;
    padding: 0;
    text-indent: -9999px;
	text-decoration: none;
}

.icons ul li.social-cv a {
   	background: url(img/cv.gif);
	opacity: 1;
  	filter:alpha(opacity=100);
	-o-transition:2s;
  	-ms-transition:2s;
  	-moz-transition:2s;
  	-webkit-transition:2s;
  	transition:2s;
}

.icons ul li.social-cv a:hover {
	opacity: 0.5;
  	filter:alpha(opacity=50);
	-o-transition:.8s;
  	-ms-transition:.8s;
  	-moz-transition:.8s;
  	-webkit-transition:.8s;
  	transition:.8s;
}

.icons ul li.social-linkedin a {
   	background: url(img/linkedin.gif);
	opacity: 1;
  	filter:alpha(opacity=100);
	-o-transition:2s;
  	-ms-transition:2s;
  	-moz-transition:2s;
  	-webkit-transition:2s;
  	transition:2s;
}

.icons ul li.social-linkedin a:hover {
	opacity: 0.5;
  	filter:alpha(opacity=50);
	-o-transition:.8s;
  	-ms-transition:.8s;
  	-moz-transition:.8s;
  	-webkit-transition:.8s;
  	transition:.8s;
}

.icons ul li.social-mail a {
    background: url(img/mail.gif);
	opacity: 1;
  	filter:alpha(opacity=100);
	-o-transition:2s;
  	-ms-transition:2s;
  	-moz-transition:2s;
  	-webkit-transition:2s;
  	transition:2s;
}

.icons ul li.social-mail a:hover {
    opacity: 0.5;
  	filter:alpha(opacity=50);
	-o-transition:.8s;
  	-ms-transition:.8s;
  	-moz-transition:.8s;
  	-webkit-transition:.8s;
  	transition:.8s;
}


@media screen and (max-width: 1024px) {
	#bio {
		width: 620px;
		margin-right: 30px;
	}
	#bio p {
		font-size: 20px;
		line-height: 1.4em;
	}	
	#bio span {
		font-size: 24px;
	}
	#selection {
		margin-left: 2%;
		margin-right: 1%;
	}
	#selection section{
		padding-top: 1.5%;
	}
	#gallery {
		margin-top: 5%;
		margin-left: 15px;
	}
	.example-image-link img{
		border: 2px solid #b9b9b9;
		padding: 6px;
	}
	#me {
		margin-left: 10px;
	}
	#footer {
		padding-left: 29px;
		margin-right: 36px;
	}
}
@media screen and (max-width: 992px) {
	#bio {
		width: 617px;
		margin-right: 0px;
	}
}
@media screen and (max-width: 768px) {
	#AboutMe {
		height: 0px;
		margin-right: 0px;
		border-bottom: none;
	}
	#bio {
		width: 91%;
		margin-right: 30px;
	}
	#navigation,
	#filter {
		margin-bottom: 15px;
		padding-left: 36px;
	}
	.one-third {
		width: 48%;
		margin: 1%;
	}
	#me {
		display: none;
	}
	.example-image-link img{
		border: 1px solid #b9b9b9;
		padding: 0px;
	}
	#gallery {
		margin-left: 0px;
	}
	#footer {
		padding-left: 33px;
		margin-right: 30px;
	}
	#selection {
		margin-left: 4.5%;
		margin-right: 3%;
	}
	#selection section{
		padding-top: 2%;
	}
}
@media screen and (max-width: 576px) {
	#bio {
		width: 90%;
		margin-right: 20px;
	}
	#selection {
		margin-left: 4%;
		margin-right: 4%;
	}
	#selection section{
		padding-top: 3%;
	}
	#footer {
		padding-left: 25px;
		margin-right: 25px;
	}
}
@media screen and (max-width: 480px) {
	#bio {
		margin-right: 20px;
	}
	#navigation,
	#filter {
		padding-left: 24px;
	}
	.one-third {
		width: 98%;
		margin: 1%;
	}
	#copyright {
		width: 280px;
	}
	#footer {
		padding-left: 15px;
		margin-right: 20px;
	}
	#selection section{
		padding-top: 5%;
	}

}