@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	border: 0;
	color: #000;
	line-height: 1.5;
}

body {
	font: normal 70% Arial, Helvetica, sans-serif;
	background-color: #fff;
	width: 800px;
	margin-bottom: 30px;
}

.hide {
	display: none;
}

/* layout */
#navigation {
    float: left;
	margin-top: 80px;
	margin-left: 35px;
}

#header {
	float: left;
	margin-top: 40px;
	margin-left: 30px;
	width: 100px;
}

#main-content {
	float: right;
	width: 635px;
}

.content {
	width: 350px;
}

.project_desc {
  display: block;
  height: 50px;
  margin: 20px 0 10px 0;
}

#images {
  padding: 10px 5px;
  min-height: 258px;
	background-color: #1b1b1b;
	margin-top: 1em;
	margin-bottom: 2em;
}

/* typography */
h1 {
	margin: 0;
	line-height: 1;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #dbdbd5;
}

h2 {
  font-family: Georgia, sans-serif;
	font-size: 26px;
	font-weight: normal;
	color: #456f74;
}

h3 {
	margin: 1em 0 0.5em 0;
	line-height: 1;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #456f74;
}

p {
	margin-bottom: 1em;
	color: #999;
}

p.tagline {
margin-top: 5px;
	line-height: 1.2;
  font-family: Georgia, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #456f74;
}

p.date {
	color: #dbdbd5;
}

p+p.date {
	margin-top: -1em;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

#header a {
	color: #dbdbd5;
}

#header img {
	margin-bottom: 15px;
}

#navigation ul {
	list-style-type: none;
}

#navigation ul li a:link {
	color: #eb5937;
	text-decoration: none;
}

#navigation ul li a:visited {
	color: #eb5937;
	text-decoration: none;
}

#navigation ul li a:hover {
	color: #eb5937;
	text-decoration: underline;
}

#navigation ul li a:active {
	color: #eb5937;
	text-decoration: none;
}

.project_desc img {
  float: left;
}

.project_desc p a {
  margin-left: 20px;
  font-size: 12px;
}

.project_desc p a:link {
	color: #777;
	text-decoration: none;
}

.project_desc p a:visited {
	color: #777;
	text-decoration: none;
}

.project_desc p a:hover {
	color: #555;
	text-decoration: underline;
}

.project_desc p a:active {
	color: #777;
	text-decoration: none;
}

.content p a:link {
	color: #59a8eb;
}

.content p a:visited {
	color: #59a8eb;
}

.content p a:hover {
	color: #59a8eb;
}

.content p a:active {
	color: #59a8eb;
}

.image p {
  margin-left: 460px;
  width: 165px;
}

.image img {
  float: left;
  margin-right: 10px;
  margin-bottom: 0;
}

/* sIFR */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

.sIFR-hasFlash h1 {
	visibility: hidden;
}