@charset "utf-8";

#menu_bar {
	height: auto;
}

div.selected {
	height: auto;
}
.column3 div.selected {
	height: 64px;
}
.column3 li {
	margin-right: 4px;
}

.column4 #staff_name {
	margin-bottom: 4px;
	padding: 4px;
	width: 108px;
	height: 5.5em;
	background-color: #F8801E;
	color: white;
}
.column4 #position {
	font-size: 0.8em;
}
.column4 #about_tempborder {
	width: 116px;
	height: 35px;
	margin: 0;
	border-bottom: 1px solid #DDD;
}


/*----------------------------
		Project page box
----------------------------*/
#slideshow_wrapper {
	position: relative;
	margin: 20px 0;
	clear: both;
	width: 968px;
	height: 460px;
	color: white;
	overflow: hidden;
}
.activeSlide {
	outline: 1px solid F8801E!important;
}
#slide_show {
	position: absolute !important;
	overflow: hidden;
	width:100%;
	height:100%;
}
#the_content {
position: absolute;
bottom: 35px;
right: 0;
z-index: 100;
}
#general_info {
float: left;
margin-right: 4px;
padding: 8px;
width: 124px;
height: 124px;
}
#general_info h1,#general_info p {
	margin: 0.2em 0;
}
#general_info h1 {
	font-weight: bold;
	color: white;
}
#subtitle {
	font-size: 0.9em;
}
#date {
	position: absolute;
	bottom: 6px;
	font-size: 0.9em;
}
#navi_box {
	float: left;
}
#navi_box ul {
	margin: 0!important;
	padding: 0!important;
}
#navi_box .thumbnails {
	margin-bottom: 4px;
	margin-right: 4px;
	float: left;
	list-style: none;
}
#navi_box .thumbnails a {
	margin: 0;
}
#navi_box #place_filler {
	float: left;
	/*width: 120px;*/
	height: 40px;
	/* for IE */
}
#image_description {
	width: 260px; /*+ padding 16px*/
	height: 84px;
	padding: 8px;
	clear: both;
	overflow: hidden;
}
.image_description {
	padding: 8px;
}



ul#attachment_list{
	position: relative;
	margin: 1.1em 0 0 24px!important;
	padding-top: 6px;
	font-size: 0.85em;
}
ul#attachment_list li {
	list-style: none !important;
	margin-bottom: 1.2em!important;
	line-height: 12px;
}
ul#attachment_list li img {
	border: none!important;
	position: absolute;
	left: -20px;
}

/*----------------------------
		Spotlight page header box
----------------------------*/
.header_box {
	position: relative;
	height: 64px;
	margin-bottom: 0.6em;
	background: #CCC;
}
.header_box img {
	position: absolute;
	z-index: 1;
}
.header_box h2 {
	position: absolute;
	z-index: 5;
	top: 23px;
	right: 0;
	min-width: 25%;
	padding: 4px;
	font-weight: normal!important;
	color: #F8801E;
	background: #fff;
	opacity: 0.9;
}
.header_box h2 strong{
	color: #98A6B7;
}


/*----------------------------
	Premio gallery post
----------------------------*/

#photo-gallery{
	position:relative;
	width:776px;
	margin-left:-308px;
	background-color:#fff;
	margin-top:-138px;
}

#photo-gallery .picture{
	margin-bottom:13px;
	float:left;
}

#photo-gallery .picture.marg{
	margin-right:13px;
}

#photo-gallery .picture .img{
	width:250px;
}

#photo-gallery .caption{
	width:250px;
	padding-top:5px;
}

/* Fix link colors and outlines for attachments */
#wrapper_contents #perspectives ul#attachment_list.premio-attach li a {
    color: #758097;
}

#wrapper_contents #perspectives ul#attachment_list.premio-attach li a:hover{
	color: #F8801E;
}

ul#attachment_list.premio-attach li a:hover img{
	outline: none;
}


/* -----------IE6----------- */
*html #menu_bar .column1 .challenges,
*html  #menu_bar .column2 .services{
	margin-bottom:-15px !important;
}
*html  #menu_bar .column1 .challenges li{
	margin-bottom:8px !important;
}
*html  #menu_bar .column2 .services ul{
	margin-top:-15px !important;
}
*html  .column4 #attachment_list{
	margin-left:-100px !important;
	width:100px !important;
}
