/**
 * Main stylesheet
 * 
 * TOC
 * ##FONTS
 * ##ELEMENTS
 * ##TOOLBOX
 * ##LAYOUT
 * ##HEADER
 * ##FOOTER
 * ##NAV
 * 
 */





/**
 * ##ELEMENTS
 */
* html,
body {
  margin: 0;
  padding: 0;
  position: relative;
  color: #000;
  font-size: 90%;
  font-family: "Helvetica", "Arial", sans-serif;
  background: #111;
}

h1 {
  margin: 0 0 0.25em 0;
  color: #000;
  font-size: 250%;
  font-family: "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  font-style: italic;
  letter-spacing: -0.05em;
}

h2 {
  margin-bottom: 0.25em;
  color: #000;
  font-size: 250%;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: -0.05em;
}

p {
  margin-bottom: 1em;
  font-size: 90%;
  line-height: 175%;
}

img {
  border: none;
  display: block;
}

a { color: #000; }
a:hover { text-decoration: none; }
label { cursor: pointer; }

ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt,
dd {
  font-size: 90%;
  line-height: 175%;
}
dd { margin: 0 0 0.5em 0; }


div:after,
section:after,
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* end elements */



/* ##TOOLBOX */
.screen-reader {
  display: none;
}
.nav-link {
  margin-top: 3em;
  font-size: 90%;
  text-align: right;
}
.section { margin: 1em 0; }
.credits { font-style: italic; }
.caption { margin: 0.5em 0 0 0; }


/* Toolbox */



/* ##LAYOUT */
#footer,
#content,
#header,
#about {
  margin: 0 auto;
  width: 960px;
}
/* layout */



/* ##HEADER */
#header-wrapper {
  padding: 2em 0;
}

#logo { float: right; }
#logo a {
  display: block;
  width: 200px;
  height: 81px;
  text-indent: -9999px;
  background: url(../_images/logo_dhani.gif) no-repeat;
}

#nav, .nav ul {
  float: left;
}
#nav li {
  padding: 0 1em 0 0;
  display: inline;
}
#nav li a {
  padding: 0.25em 0.5em;
  color: #fff;
  text-decoration: none;
  background-color: #444;
}
#nav li a:hover {
  color: #222;
  background-color: #fff;
}

.nav li {
  padding: 0 1em 0 0;
  display: inline;
}
.nav li a {
  padding: 0.25em 0.5em;
  color: #222;
  text-decoration: none;
  background-color: #ddd;
}
.nav li a:hover {
  color: #fff;
  background-color: #222;
}
/* header */



/* ##FOOTER */
#footer {
  text-align: center;
}
/* footer */



/* ##CONTENT */
#content-wrapper {
  padding: 2em 0 400px 0;
  background: #fff;
}
#content h2 { margin-top: 0; }
.alinea { margin: 0 0 1em 0; }
.alinea p { margin: 0; }
.intro {
  margin-bottom: 2em;
  width: 630px;
}

.js-enhanced object { display: none; }
/* content */



/* ##ABOUT */
#about-wrapper {
  padding: 2em 0 100px 0;
  height: 1000px;
  color: #fff;
  background: #111;
}
#about-wrapper h2 {
  margin: 0;
  padding: 0;
  color: #fff;
}
#about-wrapper a {
  color: #fff;
}
#about .content {
  margin-left: 13px;
  float: right;
  width: 270px;
}
#about .img-container { float: left; }

#about .title-container {
  margin-bottom: 1em;
  padding: 0;
  border-top: 3px solid #fff;
  border-bottom: 1px solid #fff;
}
#about .title-container h2 {
  margin: 0;
  padding: 0.25em 0 0.05em 0;
}
#about .content p {
  margin-bottom: 1em;
  font-size: 90%;
  line-height: 175%;
}
#about .content p a { color: #999; }
/* about */



/* ##PROJECT */
#accordion {
  margin-top: 60px;
  padding-top: 0.25em;
  border-top: 1px solid #555;
}
.project {
  margin-bottom: 0.25em;
  padding-bottom: 0.25em;
  border-bottom: 1px solid #555;
}
.project h3,
.project p {
  margin: 0;
}
.project .section {
  margin: 1em 0;
}
.project h3 {
  padding: 0.25em 0 0.1em 0;
  font-size: 190%;
  font-weight: normal;
  letter-spacing: -0.1;
  text-transform: uppercase;
}
.project .project-title { cursor: pointer; }
.period {
  margin-bottom: 1em;
  font-style: italic;
}
.project-content h4 { margin: 0.8em 0 0.25em 0; }
.project-content .project-info {
  margin: 0 13px 21px 0;  
  float: left;
  width: 300px;
}
.project-content .gallery {
  float: right;
  width: 640px;
}
.project-content .gallery .credits {
  margin: 0 0 1em 0;
}
.project-content .gallery a {
  margin: 0 0 8px 8px;
  display: block;
  float: left;
}
.project-content .gallery a img { display: block; }
.project-active object { display: block; }
/* project */



/* ##BLENDSTORE */
.blendstore {
  margin: 1em 0;
  padding: 0.5em 0;
  border-bottom: 1px solid #dfdfdf;
  clear: both;
}
.blendstore-first { border-top: 1px solid #dfdfdf; }

.project-content .blendstore .gallery {
  margin: 0;
  padding: 2.2em 0 0 0;
}

.project-content .blendstore .project-info .gallery {
  padding: 0;
  width: 100%;
}
.project-content .blendstore .gallery a {
  margin: 0 0 21px 8px;
  border-bottom: 1px solid #555;
  width: 205px;
  height: 172px;
  color: #555;
  font-size: 80%;
  text-decoration: none;
  line-height: 150%;
}
.project-content .blendstore .project-info .gallery a {
  margin: 0;
  border-bottom: 1px solid #fff;
  width: auto;
  height: auto;
}
.project-content .blendstore .project-info .gallery .middle-img {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
/* Blendstore */








