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

body {
	margin: 0px;
	padding: 0px;
	background-color: #fff;
}

body, html {
}

code {
	display:block;
	margin:0px;
	padding:5px;
	border: 1px solid #eeeeee;
	background-color: #333333;
	color: #00FF00;
}

body, input, button, textarea, select {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 14px;
	line-height: 1.5em;
}

input[type="text"], input[type="password"], textarea, select {
	background-color: #eee;
	border: 1px solid #666666;
}

input:focus, select:focus, textarea:focus {
	background-color: #fff;
}

input.button {
}

textarea {
	padding: 5px;
}

image {
	border: 0px;
}

blockquote {
	font-style: italic;
}

table td {
	vertical-align: top;
}

h1, h2, h3, h4 {
	color: #666666;
	line-height: 1.1em;
	font-weight: normal;
  clear:both;
}
h1 { font-size: 2.2em; margin-bottom: 20px; }
h2 { font-size: 1.6em; }
h3 { font-size: 1.4em; }
h4 {
	font-size: 1.2em;
	margin-top: 10px;
	margin-bottom: 10px;
}


ul {
  margin-left:20px;
}

p {
	margin: 10px 0px;
}

* p.center {
	text-align: center;
}

a { text-decoration: none;}
a:link { color: #e71d1d; }
a:visited {	color: #a21de7; }
a:hover {}
a img, img.border {
}
label {
	cursor: pointer;
	cursor: hand;
	font-weight: normal;
}
.label {
  font-weight: normal;
}
blockquote {
	margin:0px 10px;
	padding:5px;
	border: 1px dashed #999999;
	background-color: #eeeeee;
}

div.indent {
	padding-left: 20px;
}

/* ============================================================================
 * IDS
 * ============================================================================
 */

#container {
	margin: 20px;
	padding: 0px;
	width: 960px;
}

#header {
  height: 90px;
  background-color: #fcfcfc;
  margin-bottom: 30px;
  -moz-border-radius: 10px;
  -khtml-border-radius: 10px;
}

#logo {
  float: left;
  margin-left: 20px;
  margin-top: 20px;
  width:460px;
  text-align:center;
}

#navigation {
  height: 50px;
  width: 420px;
  background-color: #eeeeee;
  -moz-border-radius: 10px;
  -khtml-border-radius: 10px;
	float:right;
  margin-right:20px;
  margin-top:20px;
	font-size: 16px;
	padding: 0px;
	color: #999999;
}

#navigation ul {
	padding-top:40px;
	margin-left: 20px;
	display: inline;
}

#navigation ul li {
	list-style: none;
	display: block;
	float:left;
	margin-top: 15px;
	padding-right: 20px;
}

#navigation a {
  color: #999999;
}

.blog_entries ul {
  list-style: none;
  margin-left: 0px;
}
.blog_entries ul li {
  margin-bottom: 20px;
}
.blog_entries .date {
  color: #cccccc;
  float:right;
  font-style: italic;
  padding: 0px;
  margin: 0px;
}
.blog_entries #creditfooter {
  float:right;
  margin-top:-30px;
  display: none;
}

/* ============================================================================
 * CLASSES
 * ============================================================================
 */

.info {
	font-style: italic;
	color: #666666;
	font-size: 0.9em;
}

.clear {
  clear:both;
}


.floater {
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
}

.project_block {
  clear: both;
  margin-bottom: 30px;
}
.project_image {
  float: left;
  width: 250px;
  margin-right: 10px;
}
.project_desc {
  float: left;
  width: 370px;
  height: 230px;
  padding: 10px;
}
.project_block.odd .project_desc {
  background-color: #eeeeee;
  -moz-border-radius: 10px;
  -khtml-border-radius: 10px;
}
.project_intro {
  width: 630px;
  padding: 10px;
  margin-bottom: 30px;
  background-color: #eeeeee;
  -moz-border-radius: 10px;
  -khtml-border-radius: 10px;
}
