html { margin-left: 1px; }

body {
  margin:  0;
  padding: 0;
  background-color: #C4C5A9;
  background-image: url("/images/shared/ml_bg.png");
  background-repeat: repeat-y;
  background-position: top center;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
}

img {
  border: 0;
}

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

a:hover {
  text-decoration: underline;
}

h1 {
  font-size: 16px;
}

h2 {
  font-size: 12px;
  padding: 0;
  margin: 0;
}

p {
  text-align: justify;
}

.firstFollow { margin-top: 2px; }
.anchor { clear: both; }
.contentBox { background-color: #E5E7D4; }
.contentBoxMiddle { padding: 12px 20px; }
.contentBoxBottom { clear: both; }
.contentBox img { display: block; }
.error { color: #FF0000; font-weight: bold; }
.subtle { color: #999; }
.subtle a { color: #999; }

.sidebox {
  width: 250px;
  background-color: #E5E7D4;
  background-image: url("/images/shared/box_corner-lower_left.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  padding-bottom: 20px;
}

.sidebox2 {
  background-image: url("/images/shared/box_corner-upper_right.png");
  background-repeat: no-repeat;
  background-position: right top;
  padding-top: 20px;
}

.sidebox3 {
  padding: 0 20px;
}

.homeProjectBox {
  width: 186px;
  float: left;
}

.homeProjectBox a {
  color: #625D34;
}

.homeProjectBox .title {
  font-weight: bold;
  text-shadow: rgb(140,140,140) 2px -2px 2px;
}

#wrapper {
  margin: 0 auto;
  width: 700px;
}

#masthead {
  background-image: url("/images/shared/masthead.png");
  background-repeat: no-repeat;
  background-position: top left;
}

#logo {
  float: left;
  padding-bottom: 4px;
}

#logo img {
  display: inline;
  vertical-align: bottom;
}

#top_nav {
  float: right;
  text-align: right;
  padding-right: 28px;
}

#top_nav ul {
  padding: 13px 0 0 0;
  margin: 0;
  list-style-type: none;
}

#top_nav ul li {
  padding: 0;
  margin: 0;
}

#top_nav img {
  display: inline;
  vertical-align: bottom;
}

#nav {
  clear: both;
  padding-bottom: 10px;
}

#nav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

#nav ul li {
  display: inline;
  margin: 0;
  padding: 0 0 0 28px;
}

#content {
  padding: 10px 30px 30px 30px;
}
	
#footer {
  clear: both;
  margin-top: 30px;
  color: #777;
  font-size: 10px;
  text-align: center;
}
	
#footer p {
  text-align: center;
}
	
#footer a {
  color: #777;
}

#two_columns {
  width: 640px;
  padding-top: 15px;
}

#two_columns #left_column {
  float: left;
  width: 360px;
}

#two_columns #right_column {
  float: right;
  width: 250px;
}

#portfolioBox {
  padding-right: 0;
}

#portfolioBox img {
  float: left;
  padding: 0 9px 9px 0;
}

#projectStack .active { display: inline; }
#projectStack .inactive { display: none; }

#clearDiv {
  clear: both;
}

