
* {
  outline: none;
  -moz-outline-style: none;
}
.courier {
  /*font-family: Courier, 'Courier New', fixed;*/

  font-family: 'Courier New', Courier, fixed;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
}
.salmon {
  color: #000;
}
.light_salmon {
  color: #000;
}
.hidden {
  display: none;
}
.left {
  float: left;
}
.right {
  float: right;
}
.align_center {
  text-align: center;
}
.align_right {
  text-align: right;
}
.bold {
  font-weight: bold;
}
.clear {
  clear: both;
}
body {
  /*font-family: Courier, 'Courier New', fixed;*/

  font-family: 'Courier New', Courier, fixed;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  background-color: #fff;
  margin: 60px;
  color: #000;
  margin-right:300px;
}
#wrap {
  margin: 0 auto;
  width: 710px;
  background-color: #fff;
}
#sidebar {
  float: left;
  text-transform: uppercase;
  width: 150px;
  margin-right: 10px;

}
#sidelinks {
  margin-top: 30px;
}
#main {
  float: left;
  width: 550px;
}
#main .padded {
  margin-left: 150px;
}
#splash {
  margin-top: 30px;
}

#splashtitle {
    margin-left: 150px;
}
#logo {
  cursor: pointer;
}
#page_index {
  cursor: pointer;
}
a, a:visited {
  color: #000;
  text-decoration: none;
}
img, a img {
  border: none;
}
/*#projects{
	border-bottom: 2px solid @light_salmon;
}*/
#projects{
	display:none;
	
}

#project_sort_controls {
  padding: 0 0 60px 0;
	
}
#project_sort_title_wrapper {
  float: left;
  width: 95px;
  margin-right: 222px;
  cursor: pointer;
}
#project_sort_index_wrapper {
  float: left;
  width: 80px;
  cursor: pointer;
}
#project_sort_index_indicator {
  float: right;
  margin-top: 3px;
  width: 8px;
}
#project_sort_title_indicator {
  float: left;
  margin-left: 15px;
  margin-top: 3px;
  width: 8px;
}
#project_sort_index_indicator img, #project_sort_title_indicator img {
  display: none;
}
.project {
  padding: 0 0 5px 0;
  border-top: 1px solid #4192cb;
}
.project_title {
  cursor: pointer;
  padding: 15px 0 10px;
}
.project_body {
  display: none;
}
.project_description {
  margin-bottom: 15px;
}
.project_title_active_indicator {
  float: left;
  display: none;
  width: 25px;
  padding-top: 5px;
}
.project_title_text {
  float: left;
  text-transform: uppercase;
  width: 330px;
}
.project_title_year {
   float: left;
   margin-left: -13px;
}
.project_thumbnail {
  float: left;
  margin: 0 10px 10px 0;
}
.project_image {
  display: none;
  margin-top: 5px;
  margin-bottom: 15px;
}


.featured{
	background-color:#fff;
	color: #000;
	border-right: 9px solid black;
	padding-left:0px;
}
.featured .project_title_text{
}

.featured .project_title_year {
   float: left;
   margin-left: -13px;
}
