
/** Font styles 
---------------------------------*/

body {
  margin: 0;
  /*
   * Setting up font size, leading and font family
   * http://www.markboulton.co.uk/journal/comments/five-simple-steps-to-better-typography
   */
  font: 12px/1.7em Tahoma, Geneva, sans-serif;
  color: #635534;
  min-height:1000px; 
  height:auto !important; 
  height:1000px;
}

/* Links */

a:link, a:visited {
  color: #8f7e56;
  text-decoration: none;
}
.section-news .content a:link, .section-news .content a:visited {
	text-decoration: underline;
}
a:hover, a:active {
  color: #221c0e;
  text-decoration: none;
}

/* Titles  */

h1, h2, h3, h4, h5, h6 {line-height:1.3em;}

h1 {
	font-size: 1.5em;
	font-weight:normal;
	padding: 0 0 0.5em;
	margin: 0 0 10px 0;
}

h2 {font-size:1.3em;font-weight: normal;margin-bottom:0.75em; color: #504937;}
h3 {font-size:1.1em; font-weight: normal; margin-bottom:1em;}
h4 {font-size:1em; font-weight: normal; margin-bottom:0.8em;}
h5 {font-size:1em;font-weight:normal;margin-bottom:0;}
h6 {font-size:1em;font-weight:normal;}

.section-news .content h2 a:visited, .section-news .content h2 a:link {
	text-decoration: none;
	color: #504937;
}
.section-news .content h2 a:hover {
	color: #000;
}
.view-header h3 {
	font-size: .9em;
	text-transform: uppercase;
	color: #3d3420;
}
/* Paragraph Styles */

p {
  margin:0 0 1em 0;
}

/* List Styles  */

ul, ol {
  margin-left: 0;
  padding-left: 2em;
}

/* Table Styles  */

table {
	width: 99%;
}
tr.even td, tr.odd td {
	padding: 10px 5px;
}
tr.odd {
	background-color: #fff;
	border-bottom: 1px solid #d8c495;
}
tr.even {
	background-color: #f5f1e7;
	border-bottom: 1px solid #d8c495;
}
/* Form Styles  */

input, select, textarea {
	border: 1px solid #ccba8f;
	padding: 5px;
	font-size: 12px;
	color: #827045;
}
.editview-field input {
	width: 750px;
	max-width: none;
}
.form-item label {
	font-weight: normal;
}
.form-submit {
	background: #FEC600;
	color: #fff;
	font-weight: bold;
	border: none;
	text-transform: uppercase;
	font-size: 10px;
	font-family: Tahoma, Geneva, sans-serif;
}

/* Code */

pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}

pre {
	background-color: #efefef;
	display: block;
	padding: 5px;
	margin: 5px 0;
	border: 1px solid #aaa;
}

/* List Styles */

ul          { list-style-type: disc; }
ul ul       { list-style-type: circle; }
ul ul ul    { list-style-type: square; }
ul ul ul ul { list-style-type: circle; }
ol          { list-style-type: decimal; }
ol ol       { list-style-type: lower-alpha; }
ol ol ol    { list-style-type: decimal; }

/* Abbreviation */

abbr {
  border-bottom: 1px dotted #666;
  cursor: help;
  white-space: nowrap;
}

/* UI improvments  */

#edit-title{
	font-size: 24px;
}
.editview-field #edit-title{
	font-size: 12px;
}
#system-themes-form img{
	width:100px;
}
.form-item .description{
	font-style:italic;
	line-height:1.2em;
	font-size:0.8em;
	margin-top:5px;
	color:#796639;
}
#edit-delete{
	color:#c00;
}

/**
 * Console, style from Slate theme
 */
div.messages {
  padding: 9px;
  margin: 1em 0;
  color: #036;
  background: #bdf;
  border: 1px solid #ace;
}
div.warning {
  color: #840;
  background: #fe6;
  border-color: #ed5;
}
div.error {
  color: #fff;
  background: #e63;
  border-color: #d52;
}
div.status {
  color: #360;
  background: #cf8;
  border-color: #be7;
}

ul.links li {
	padding: 0 20px 0 0;
}
ul.links li.last {
	padding: 0;
}
li a.active {
	color: #191712;
}

.attachment .view {
	margin-top: 30px;
}
.view-display-id-page_1 td, .view-display-id-attachment_1 td {
	width: 125px;
	padding: 0 5px 5px 0;
	line-height: 1em;
}
.view-display-id-page_1 td.col-7, .view-display-id-attachment_1 td.col-7 {
	padding: 0;
}
.view-display-id-attachment_1 td {
	width: 202px;
	padding-right: 5px;
}
.view-display-id-attachment_1 td.col-4 {
	margin: 0;
}
.views-view-grid {
	width: auto;
}
div.node-type-project {
	width: 950px;
	margin-bottom: 5px;
	/*min-height: 450px;*/
}
.leftside {
	width: 300px;
	position: absolute;
	margin-left: 0;
	font-size: 11px;
	/margin-left: -325px;
}
.leftcover {
	width: 300px;
	background: #fff;
	height: 100%;
	position: absolute;
	z-index: 10;
}
.page-bios .leftside {
	margin-left: 0;
}
.leftside_content {
	position: relative;
	z-index: 1;
}
.node-type-page .leftside {
	position: relative;
	float: left;
}
.node-type-page .rightside {
	
}
.leftside h3 {
	cursor: pointer;
	margin-top: 10px;
}

.rightside {
	width: 625px;
	margin-left: 325px;
}
.node-type-project .rightside {
	height: 100px;
}
#contact-mail-page .leftside {
	font-size: 12px;
	line-height: 1.4em;
	width: 280px;
}
#contact-mail-page .form-item, #contact-mail-page .description, #contact-mail-page .form-submit {
	margin-left: 325px;
	clear: left;
	font-size: 12px;
}
#contact-mail-page input[type=text], #contact-mail-page textarea {
	width: 400px;
}
.process_images, .videos, .project_images {
	display: none;
}
.process_image, .video, .project_image, .project_thumb {
	background: url(images/ajax-loader.gif) no-repeat center center;
}

.project_nav {
	font-size: 11px;
	margin-top: 10px;
	float: left;
}
.project_nav2 {
	font-size: 11px;
	margin-top: 10px;
}
.project_nav .active, .project_nav2 .active {
	color: #635534;
}
.project_text, .process_text {
	width: 300px;
	font-size: 11px;
	height: 200px;
}

.pager {
	margin-top: 15px;
	font-size: 10px;
}
.video_pager {
	font-size: 10px;
	background: url(images/video_pager.png) left;
	padding: 3px 8px;
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
}
.video_pager a {
	color: #fff;
}
.video_pager a:hover {
	color: #FEC600;
}
.arrow {
	font-size: 14px;
}
a.active {
	color: #453a1f;
}
.project_title {
	color: #221c0e;
	font-size: 14px;
	margin-bottom: 5px;
	margin-left: 0;
	position: relative;
	width: 300px;
}
.project_year, .project_location {
	color: #635534;
	font-size: 12px;
	line-height: 1.2em;
	margin-left: 0;
	position: relative;
	width: 300px;
}
.project_image, .video, .process_image {
	display: none;
	line-height: 1em;
	position: absolute;
}
.project_image {
	min-height:120px; 
	height:auto !important; 
	height:120px;
	background-color: #555;
}
.project_image.first, .video.first, .process_image.first {
	display: block;
}
.project_image a {
	line-height: 1em;
}
.project_thumb a {
	z-index: 1;
	height: 100px;
}
.project_thumb {
	line-height: 0;
	height: 100px;
	position: relative;
}
.project_label {
	display:none;
	bottom: 0;
	position: absolute;
	width:625px;
	font-size: 11px;
	line-height: 1.3em;
	background:#000000 none repeat scroll 0 0;
	opacity: .60; /* standard: ff gt 1.5, opera, safari */
	-ms-filter: “alpha(opacity=60)”; /* ie 8 */
	filter: alpha(opacity=60); /* ie lt 7 */
	-khtml-opacity: .60; /* safari 1.x */
	-moz-opacity: .60; /* ff lt 1.5, netscape */
	z-index:5;
}
.project_label .title {
	z-index: 10;
	color: #fff;
	padding: 2px 5px;
}
.project_label .title1 {
	text-transform: uppercase;
}

.arrow_next { 
	background: url(images/arrow_right.png) no-repeat;
	width: 27px;
	height: 40px;
	position: absolute;
	z-index: 10000;
	top: 40%;
	right: 10px;
	cursor: pointer;
}
.arrow_back { 
	background: url(images/arrow_left.png) no-repeat;
	width: 27px;
	height: 40px;
	position: absolute;
	z-index: 10000;
	top: 40%;
	left: 10px;
	cursor: pointer;
}
.caption {
	width: 100%;
	height:14px;
	position:absolute;
	font-size: 11px;
	font-weight: bold;
	padding: 3px 0;
	background:#000000 none repeat scroll 0 0;
	opacity: .70; /* standard: ff gt 1.5, opera, safari */
	-ms-filter: “alpha(opacity=70)”; /* ie 8 */
	filter: alpha(opacity=70); /* ie lt 7 */
	-khtml-opacity: .70; /* safari 1.x */
	-moz-opacity: .70; /* ff lt 1.5, netscape */
	z-index:5;
	bottom: 0;
}
.caption-inner {
	padding: 0 5px;
}

.view-projects .view-header {
	margin-left: 325px;
}

#footer {
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 10px;
	width: 960px;
	margin: 100px auto 0 auto;
}

.date-display-end, .date-display-start, .date-display-separator, .date-display-single {
	color: #302917;
	margin-bottom: 10px
}
fieldset {
	border: 1px solid #ccba8f;
}
.views-field-field-link-url img {
	border: 1px solid #eee;
}

#simplemenu li:hover, #simplemenu li.sfHover, #simplemenu a:focus, #simplemenu a:hover, #simplemenu a:active {
  background: #FEDA59;
  color: #221c0e;
}
#simplemenu li ul li:hover, #simplemenu li ul li.sfHover, #simplemenu li ul a:focus, #simplemenu li ul a:hover, #simplemenu li ul a:active {
	background-color:#FEDA59;
}
#help-box {
	right: 5px;
}
.filefield-element .widget-preview {
	float: none;
	border: none;
}
.views-field-edit-node, .node-inner .links {
	font-size: 10px;
}
.node-inner .links {
	margin-top: 10px;
}

.node-type-page .rightside img {
	margin-top: 40px;
}

div.node-type-news .news_content {
	display: none;
}

.page-bibliography ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.page-bibliography li {
	list-style: none;
	margin: 0 0 15px 0;
}