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

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

body, html {
}

fieldset {
  padding: 20px;
  border: 1px solid #eee;
  -moz-border-radius: 10px;
  -khtml-border-radius: 10px;
}

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;
}

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; margin-top: 25px; }
h2.title a { color: #333 !important; text-transform: uppercase; font-weight: bold; }
h3 { font-size: 1.4em; margin-bottom: 10px; margin-top: 25px; }
h4 {
	font-size: 1.2em;
	margin-top: 10px;
	margin-bottom: 10px;
}


ul li, ol li {
  margin-left: 25px;
}

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: 15px;
  padding-top: 10px;
	border: 1px solid #cccccc;
	background-color: #eeeeee;
  font-style: italic;
}

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;
}

#paginate {
  text-transform: uppercase;
  font-size: 1.2em;
  background-color: #eeeeee;
  -moz-border-radius: 10px;
  -khtml-border-radius: 10px;
  padding: 20px;
  text-align: center;
}

#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;
	margin-left: 0px;
}

#navigation a {
  color: #999999;
}

#sidebar {
  width:280px;
  float:left; 
  background-color: #fcfcfc;
  -moz-border-radius: 10px;
  -khtml-border-radius: 10px;
  padding: 20px;
}

#sidebar h3 {
  margin-top: 20px;
  background-color: #eee;
  padding: 10px;
  -moz-border-radius: 10px;
  -khtml-border-radius: 10px;
}

#sidebar ul {
  margin-left: 0px;
  margin-bottom: 20px;
}

#sidebar ul li { list-style-type: none; margin-left:10px; }

.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
 * ============================================================================
 */
 
.atomentry {
  margin-bottom: 30px;
}

.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;
}

.sidebar_box {
  padding: 10px;
  padding-top: 0px;
}

div.author {
  font-size: 0.9em;
  background-color: #fcfcfc;
  padding: 5px;
  border-top: 1px solid #eee;
  border-bottom: 5px solid #eee;
  margin-top: 10px;
  margin-bottom: 10px;
  text-transform: lowercase;
}