#header h1 {
  display: block;
  float: left;
  margin: 10px 20px 0 0;
  padding: 0;
  width: 800px;
  color: #292929;
}

#menu {
  padding:5px 0 0 5px !important;
}
#menu li {
  border-left: 5px solid #292929;
}
#menu li a {
  padding-left: 10px;
}
#menu li.selected {
  border-left: 5px solid white;
}

#primary.sidebar ul.xoxo li.selected a {
  background-color: #292929;
  color: #fff;
}


.entry-content {
  width: 800px !important;
}


.imagespace {
	position: relative;
	width: 800px;
	height: 600px;
	margin-top: 0px;
	background-color: #292929;
}
.workimagespace {
  position: relative; left: 0; top:0px;
  width: 800px;
  height: 400px;
  margin: 0; padding: 0; border: 0;
  background-color: #292929;
}
.featuredwork {
  position: absolute;
  width: 400px;
  height: 400px;
  top:0; left: 0px;
	}
.relatedworks {
  position: absolute;
	width: 160px;
	height: 400px;
	top:0; left: 480px;
}

.imagespace, .relatedworks {
	margin-bottom: 12px;
}


.imageitem {
	position: absolute;
}


.imagespace a, .relatedworks a {
	display: block;
	overflow: hidden;
	color: #ffffff;
	text-decoration: none;
	padding: 0;
}

.imagespace a:hover, .relatedworks a:hover {
	overflow: visible;
	/*border: solid 1px #ff9900;*/
	background-color: #ffffff;
}

.imagespace a img, .relatedworks a img {
	/*position: absolute;*/
}

.imagespace a:hover img, .relatedworks a:hover img {
	filter: alpha(opacity=75);
	opacity: 0.75;
	-moz-opacity: 0.75;
}

.imagespace .desc, .relatedworks .desc {
	float: right;
	padding: 3px 8px;
	color: #ffffff;
	background-color: #000;
	display: none;
	white-space: nowrap;
	font-size: 9px;
	letter-spacing: 1px;
}

.imagespace a:hover .desc, .relatedworks a:hover .desc {
	display: block;
	visibility: visible;
}

/*.entry ul li, .entry-content ul li*/
#people-list li {
  list-style-type: none;
  margin: 0; padding: 0;
}
#people-list img {
  width: 50px; height: 20px; border: 0; padding: 0; margin: 0 10px 0 0;
}
#people-list a {
  display: block;
  width: 100%; height: 100%;
}



.search_result_thumb:hover {
  opacity: 0.75;
}













.cmxform fieldset {
  margin-bottom: 10px;
}
.cmxform legend {
  padding: 0 2px;
  font-weight: bold;
}
.cmxform label {
  display: inline-block;
  line-height: 1.8;
  width: 125px; /* Width of labels */
}
.cmxform ol {
  margin: 0;
  padding: 0;
}
.cmxform li {
  list-style: none;
  padding: 5px;
  margin: 0;
  border: 0 !important;
}
.cmxform input, .cmxform textarea {
  border: 1px solid black;
  width: 310px;
}
.cmxform textarea {
 width: 640px;
}
.cmxform.narrowform textarea {
  width: 310px;
}
.cmxform input[type=submit] {
  border: 2px solid black;
  font-weight: bold;
  width: 125px;
}
.cmxform input[type=submit]:hover {
  cursor: pointer;
}
.cmxform p {
  padding: 5px;
}

.cmxform em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}


#flash-error,#flash-message {
  border: 2px solid black;
  font-size: 1.2em;
  padding: 20px;
  margin: 20px 0;
}
#flash-error {
  background-color: #fcc;
}
#flash-message {
  background-color: #cfc;
}



table.data {
  width: 100%;
  border: 2px solid black;
}

table.data thead {
  font-weight: bold;
  background-color: #292929;
  color: white;
}
table.data tbody td {
  border-bottom: 1px dashed #292929;
}


#cmspanel {
  text-align: right;
  width: 800px; height: 32px;
  border: 0; padding: 0; margin: 0;
  border-bottom: 1px solid black;
}
#cmspanel {
  font-size: 0.8em;
  font-weight: normal;
}









