* {
  margin: 0px;
  padding: 0px;
}

body {
	font-family: "Cantarell", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 18px;
  background: #fff;
  margin: 0px 5px;
}

a {
	color: #000;
	text-decoration: none;
}

a,
a:hover,
a:active,
a:visited {
  outline: 0px;
}

a:hover {
	color: #000;
}

img {
  outline: 0px;
  border: 0px;
}

h1, h2 {
	font-size: 12px;
}
h1 {
	text-transform: uppercase;
	border-top: 3px solid #000;
	height: 24px;
}

.column {
	position: absolute;
	top: 30px;	
}

#logo {
	left: 32px;
	width: 150px;
}

#logo h1 {
	height: auto;
}

#logo h2 {
	color: #ff6600;
	line-height: 18px;
}

#content {
	left: 198px;
	width: 600px;
}

#content dt {
  font-family: "Droid Serif", Georgia, "Times New Roman", serif;
	height: 26px;
	border-top: 1px solid #000;
	cursor: pointer;
	-webkit-transition: all .2s;
	-webkit-user-select: none;
	font-size: 13px;
	font-weight: normal;
	padding-top: 9px;
}
#content dt:hover {
	background: #ff6600;
	padding-left: 10px;
}
#content dd {
	position: relative;
	overflow: hidden;
	width: 600px;
	-webkit-user-select: none;
}

#content span {
	color: #fff;
	font-style: italic;
	padding-left: 10px;
	font-size: 10px;
}

.hide {
	display: none;
}

.images {
	line-height: 0px;
	height: 439px;
	overflow: hidden;
	background: #222;
	width: 80000px;
}
.images.loading {
	background: #222 url(/images/loader.gif) no-repeat 284px center;
}
.prev, .next {
	position: absolute;
	height: 439px;
	width: 300px;
	z-index: 1000 !important;
	text-indent: -6000px;
}
.prev:hover {
	background: url(/images/arrow-left.png) no-repeat left center;
}
.next:hover {
	background: url(/images/arrow-right.png) no-repeat right center;
}

.ie .prev, .ie .next {
	background: url(/empty);
}

.next {
	right: 0px;
}
.images img {
	width: 600px;
	float: left;
	opacity: 0;
}



.description {
	position: relative;
	height: 107px;
	background: url(/images/lines.png);
}
.description h3 {
	position: absolute;
	height: 18px;
	top: 18px;
	line-height: 26px;
  font-family: "Droid Serif", Georgia, "Times New Roman", serif;
	font-size: 15px;
	font-weight: bold;
}
.description h4 {
	position: absolute;
	top: 41px;
	height: 12px;
  font-family: "Droid Serif", Georgia, "Times New Roman", serif;
  font-size: 12px;
	color: #ff6600;
}
.description .text {
	width: 280px;
	position: absolute;
	right: 80px;
	top: 12px;
	color: #7d7d7d;
	line-height: 18px;
}

.opera .description .text {
	top: 13px;
}

.description a {
	color: #7d7d7d;
	padding-bottom: 1px;
	border-bottom: 1px solid #ff6600;
}
.description a:hover {
	color: #000;
}

.description .download {
	position: absolute;
	right: 0px;
	top: 18px;
	display: block;
	width: 44px;
	height: 62px;
	background: url(/images/pdf.png) no-repeat;
	text-indent: -6000px;
	padding: none;
	border: none;
}


#projects, #archive {
	border-bottom: 1px solid #000;
	margin-bottom: 50px;
}

#meta {
	left: 814px;
	width: 300px;
}

#meta dt {
	cursor: pointer;
	text-transform: uppercase;
	border-top: 3px solid #000;
	height: 24px;
	font-weight: bold;
}

#meta dd {
	padding-bottom: 10px;
}

#meta p {
	margin-bottom: 20px;
	color: #7d7d7d;
}


.more {
	color: #7d7d7d;
	padding-bottom: 1px;
	border-bottom: 1px solid #ff6600;
}
.more:hover {
	color: #000;
}


#archive h1 {
	cursor: pointer;
}
