/* Start: Recommended Isotope styles */

/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/* End: Recommended Isotope styles */



/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
       -o-transition: none;
          transition: none;
}

/**** Base styles ****/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

body {
	color: #000;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-weight: 300;
	font-size: 13px;
	background-color: white;
	-webkit-text-size-adjust:none;
}
#content {
	width: 1050px;
	margin: 40px auto;
}
#header {
	width: 1050px;
	height: 70px;
}
#header h1 {
	float: left;
	font-size: 24px;
}
#header h1 a {
	text-decoration: none;
	color: #000;
	font-weight: normal;
}
#menu {
	margin: 12px 0 0 0;
	padding: 0px;
	float: right;
}
#menu li {
	float: left;
	margin: 0px;
	list-style-type: none;
}
#menu li a {
	color: #000;
	display: block;
	margin: 0 0 0 2.5em;
	text-decoration: none;
}
#menu li a:hover {
    border-bottom:1px dotted #000;
}
#container {
	margin-bottom: 40px;
	width: 1050px;
}
#container_home {
	margin-bottom: 0px;
	width: 1050px;
}

/* ABOUT */
#text {
	text-align: justify;
	line-height: 1.4em;
	margin-bottom: 50px;
}
#text a {
	color: blue;
	text-decoration: none;
	border-bottom:1px dotted #000;
}
#text img {
	margin: 3px 0 0 1px;
	vertical-align: bottom;
}
#sns li {
	float: left;
	margin: 0 0.5em 0 0;
	list-style-type: none;
}
#sns li a {
	border: none;
}
#list {
	clear: both;
	width: 1050px;
}
#list a {
	color: blue;
	text-decoration: none;
	border-bottom:1px dotted #000;
}
#list h4 {
	font-weight: normal;
	font-size: 14px;
	margin-bottom: 5px;
}
#list li {
	list-style-type: none;
	line-height: 1.6em;
}
#list ul {
	margin-bottom: 25px;
}
#list .year {
	float: left;
	width: 60px;
	height: 12px;
}
#list .more {
	margin-left: 20px;
}

/* WORKS */
#works {
	padding: 40px 0 0 0;
}
#works #images {
	width: 210px;
	height: 210px;
	float: left;
	margin: 0px;
	padding: 0px;
}
#works #images a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}
#works #text {
	text-align: justify;
	line-height: 1.2em;
	margin: 0px;
	padding: 0 0 40px 0;
	clear: both;
}
#works #text a {
	color: #000;
	text-decoration: none;
	border-bottom:1px dotted #000;
	line-height: 1.7em;
	margin: 0 20px 0 0;
}

#allworks {
	padding: 40px 0 0 0;
}
#filters {
	padding: 20px 0;
}
#filters ul {
	margin: 0;
}
#filters li {
	list-style-type: none;
	float: left;
}
#filters li a {
	display: block;
	margin: 0 2.0em 0 0;
	color: #000;
	text-decoration: none;
}
#filters li a:hover {
    border-bottom:1px dotted #000;
}
#filters li a:active {
    border-bottom:1px dotted #000;
}
#filters li a.selected {
    border-bottom:1px dotted #000;
}
.element {
	width: 210px;
	height: 210px;
	float: left;
	overflow: hidden;
	position: relative;
}
.element a:hover {
	opacity:0.5;
	filter:alpha(opacity=50);
	-ms-filter:"alpha(opacity=50)";
}

/* The Magnificent Clearfix: nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

@media screen and (max-device-width: 480px) {
i {
	font-style: normal;
}
}