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;
}

html{
    border: 20px solid white;
    position: absolute;
    top: 0;
    right: 0;
    bottom:0;
    left: 0;
    overflow: auto;
}

body {

	margin: 120px;
	line-height: 1;
	background-color: #f3f3f3;
}
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;
}

h1{
	color:#424242;
	font-size: 12px;
	font-weight: normal;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	letter-spacing: 0.21em;
	margin-bottom: 5px;
	}

h2 {
	font-size: 10px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	letter-spacing: 1px;
	color:#b2b2b2;
	margin-bottom: 100px;
	}

h3 {
	font-size: 10px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	letter-spacing: 0.010em;
	color:#b2b2b2;
	margin-top: 60px;
	line-height: 14px;
	}


h4 {
	font-size: 30px;
	font-weight: lighter;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	letter-spacing: 1px;
	color:#b2b2b2;
	}

p{
	font-size: 11px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	letter-spacing: 0.010em;
	color:#424242;
	margin-bottom: 8px;
	line-height: 14px;
	}

a, a:hover {
    color: #b2b2b2;
    text-decoration: none;
    cursor:pointer;  

}


.quote {
	font-size: 62px;
	font-weight: lighter;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	letter-spacing: 1px;
	color:#b2b2b2;
	}

.bold {
	font-size: 10px;
	letter-spacing: .090em;
	margin-right: 20px;
	color: #424242;
	}

.highlight:hover.mail {
	background: #afdece;
    color: #424242;

}

.highlight:hover.dribbble {
	background: #ea4c89;
    color: #ffffff;

}

.highlight:hover.facebook {
	background: #3b5998;
    color: #ffffff; 
}

.highlight:hover.twitter{
	background: #00aced;
    color: #ffffff;
}

.highlight:hover.linkedin{
	background: #007bb5;
    color: #ffffff;
}

.highlight:hover.pinterest{
	background: #cb2027;
    color: #ffffff;
}


.project-listing {

    position: absolute;
    right: 0;
    width: 400px;
    padding: 0 200px;
    top: 120px;

}

.post-listing_single{
	margin-top: 60px;
	/*padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #d0cece;
	border-top: 1px solid #d0cece;*/

	}


::selection {
  background: #ffffff; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #ffffff; /* Gecko Browsers */
}

@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

.fade-in {
  opacity:0;  
  -webkit-animation:fadeIn ease-in 1; 
  -moz-animation:fadeIn ease-in 1;
  animation:fadeIn ease-in 1;

  -webkit-animation-fill-mode:forwards;  
  -moz-animation-fill-mode:forwards;
  animation-fill-mode:forwards;

  -webkit-animation-duration:1s;
  -moz-animation-duration:1s;
  animation-duration:1s;
}

.fade-in.one {
  -webkit-animation-delay: 0.7s;
  -moz-animation-delay: 0.7s;
  animation-delay: 0.7s;
}








