body {
  margin: 0px;
  font-family: 'Helvetica Neue';
}

body a img {
  border: 0px;
}

#container {
  width: 1165px;
  margin: 0px auto 0px auto;
}

#leftnav {
  width: 200px;
  float: left;
  text-align: right;
  padding-top: 409px;
}

#main {
  width: 950px;
  float: right;
  padding-top: 15px;
}

#fixed_content {
  position: fixed;
  background: transparent url(white_fade.png) bottom left no-repeat;
  width: 200px;
  padding-top: 15px;
}

#hudsoncontainer {
  background: #f1e5d9;
  padding-bottom: 33px;
  padding-top: 33px;
}

#hudsoncontainer div {
  height: 33px;
  margin-top: 33px;
}

#hudsoncontainer div:first-child {
  margin-top: 0px;
}

#green {
  background: #263121;
}

#red {
  background: #ab0010;
}

#yellow {
  background: #fdae00;
}

#purple {
  background: #311730;
}

#namecard {
  padding-bottom: 35px;
  text-align: right;
}

h1 {
  font-weight: 500;
  font-size: 24px;
  padding: 0px;
  margin: 0px;
  padding-top: 8px;
  line-height: 24px;

}

#desc {
  font-weight: 400;
  font-size: 13px;
  color: #808080;
  padding-top: 1px;
}

#desc a {
  color: #333;
  text-decoration: none;
}

#desc a:hover {
  text-decoration: underline;
  color: black;
}

#leftnav h2 {
  font-size: 18px;
  font-weight: 300;
  margin: 0px;
  line-height: 25px;
}

#leftnav ul {
  margin: 0;
  padding: 0;
  margin-bottom: 23px;
}

#leftnav li {
  font-weight: 400px;
  font-size: 13px;
  color: #808080;
  line-height: 16px;
  list-style-type: none;
}

#leftnav li.selected {
  font-weight: 500;
  color: #000;
  line-height: 16px; /* 18px maybe? */
}

#leftnav li a {
  color: #808080;
  text-decoration: none;
}

#leftnav li a:hover {
  color: #000;
  text-decoration: underline;
}

#main .post {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

#main .photo {
  display: block;
  margin: 0 auto;
  margin-bottom: 15px;
  text-align: center;
}

#main .caption {
  padding: 0px 20px;
}

#main .caption p {
  text-align: center;
  color: #000;
  font-size: 18px;
  font-weight: 300;
  margin: -10px 0px 15px;
}

#main .video .caption p {
  margin-top: 5px;
}

#main .video {
  text-align: center;
}

#pagination {
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: hidden;
  color: white;
  text-align: center;
}

#pagination a {
  display: inline-block;
}

#next_page {
  width: 203px;
  height: 54px;
  background: transparent url(http://www.alexandreroche.com/new_site/pager.gif) top left no-repeat;
  display: inline-block;
}

#pagination a:hover #next_page {
  background-position: bottom left;
}

#previous_page {
  width: 236px;
  height: 54px;
  background: transparent url(http://www.alexandreroche.com/new_site/pager.gif) top right no-repeat;
  display: inline-block;
}

#pagination a:hover #previous_page {
  background-position: bottom right;
}

