/*
Theme Name: Interface Engineering
Author: eROI
Author URI: http://www.eroi.com/
*/

/************************************************************************

	Site:		ieice.com

	Author:		eROI		[www.eroi.com]  

	Client:		Interface Engineering

	Listing Order:
	==============

	1 - Global
	2 - Structure & Content
	3 - Header/Navigation Styles
	4 - Portfolio
	5 - Home
	6 - Sidebar Styles
	7 - Events
	7 - Footer Styles
	

************************************************************************/


/***********************************************************************
	1 - GLOBAL STYLES
************************************************************************/

body
{
	font-family:Arial, Helvetica, sans-serif;
	background: #0a0a0a;
	color:#cccccc;
	font-size:12px;
}

html, body, h1, h2, h3, h4, h5, h6, ol, ul, li, dl, dt, dd, form, input, select, div, p, img, table, td
{ 
	margin: 0; 
	padding: 0; 
	outline:none;
}

a
{
	text-decoration: none;
	color: #db824a; /*orange*/
}

a.block {
	display:block;
	width:100%;
	height:100%;
}

a.block span {
	display:none;
}

a:hover
{
	color:#ffac77;
}

a,input {
	outline:none;
}

a img {
	border:none;
}

ul,li {
	list-style-type:none;
}

h2 {
	color:#8ac75b; /*green*/
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
}

h2.subtitle {
	font-style:italic;
	font-weight:bold;
	font-size:14px;
	text-transform:none;
	color:#cccccc;
}


h3 {
	color:#8ac75b;
	font-size:15px;
	font-weight:bold;
}

#right_column h3 {
	margin-bottom:15px;
}

h4 {
	font-style:italic;
	font-weight:bold;
	font-size:14px;
	margin-bottom:10px;
}

#right_column h4 {
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
	margin:0;
	font-style:normal;
	color:#8ac75b;
}

h5 {
	font-size:12px;
	text-transform:uppercase;
	font-weight:normal;
}

h5 {
	margin-top:10px;
}

h5.send_to_friend_link a {
	background:url(images/icon_stf.png) no-repeat 0 3px; 
	padding:0 0 0 15px;
}

p {
	line-height:140%;
	margin-bottom:10px;
}

.clear {
	clear:both;
}

.alignright {
	float:right;
	margin:0 0 5px 5px;
}

.alignleft {
	float:left;
	margin:0 5px 5px 0;
}

.b90 {
	background:url(images/bg_90.png);
}

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #343434;
	text-align: center;
	background-color: #141414;
	padding-top: 5px;
	margin: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/***********************************************************************
	2 - STRUCTURE & CONTENT
************************************************************************/

#background {
	background: url(images/bg_main.gif) no-repeat top center;
	min-height:540px;
	height:auto !important;
	height:540px;
}

#wrapper {
	margin:0 auto;
	width:948px;
	position:relative;
}

#header {
	height:106px;
	position:relative;
}


#inner_wrapper {
	position:relative;
}


#main {
	position:absolute;
	width:948px;
	min-height:350px;
	height:auto !important;
	height:350px;

}

#main_overlay {
	position:absolute;
	background:url(images/overlay.png) no-repeat top left;
	z-index:100;
	height:315px;
	width:432px;
	top:1px;
	left:515px;
}

#overlay_coverup {
	position:absolute;
	background:#0A0A0A;
	width:40px;
	height:60px;
	top:255px;
	left:907px;
	z-index:200;
}

#content {
	border:1px solid #343434;
	min-height:348px;
	height:auto !important;
	height:348px;
}

#main_photo {
	height:502px;
	color:#FFF;
	background:#0A0A0A url(images/ajax-loader.gif) no-repeat center center;
}


#main_photo img {
	display:block;
}	

#content.generic {
	position:relative;
	color:#808183;
}

#header_photo {
	height:254px;
	overflow:hidden;
}

#column_container {
	background:url(images/bg_subpage.gif) #0A0A0A;
	height:1%;
}

#left_column {
	width:640px;
	float:left;
	min-height:93px;
	height:auto !important;
	height:93px;	
}

#right_column {

	padding:35px;
	width:215px;
	float:left;
	
}

.content_section {
	width:570px;
	padding:35px;
	background:#0A0A0A;
}

.sub_section {
	border-top:1px solid #343434;
}

h2.content_header {
	width:570px;
	padding:5px 35px 0px 35px;
	color:#CCCCCC;
	font-size:18px;
	margin:0;
	line-height:100%;
}

.content_section.last {
	border-bottom:none;
}

.content_section ul {
	margin-bottom:10px;
}

.content_section ul li {
	list-style-position:outside;
	list-style-type:disc;
	margin-left:30px;
}

.content_section.office_location {
	padding:15px 35px 10px 35px;
}

h2.content_header span{
	font-size:12px;
	padding-left:20px;
}

.office_location p {
	font-size:14px;
	width:50%;
	float:left;
}

#top_section {
	background:#141414;
	width:570px;
}

.dateinfo {
	font-weight:bold;
	margin:5px 0;
	font-size:1.1em;
	font-style:italic;
}

#content.generic h2 {
	text-transform:none;
	font-size:18px;
	margin-bottom:5px;
}

.job_listing h4 {
	margin:10px 0 0 0;
}


h2.service_header {
	padding:15px 0px 15px 60px;
}

h2.mechanical-engineering {
	background:url(images/icon_big_mechanical.png) no-repeat;
}

h2.industrial-design, h2.plumbing {
	background:url(images/icon_big_plumbing.png) no-repeat;
}

h2.electrical-engineering{
	background:url(images/icon_big_electrical.png) no-repeat;
}

h2.lighting-design{
	background:url(images/icon_big_lighting.png) no-repeat;
}

h2.building-technologies{
	background:url(images/icon_big_technologies.png) no-repeat;
}

h2.energy-consulting{
	background:url(images/icon_big_energy.png) no-repeat;
}

h2.fire-life-safety{
	background:url(images/icon_big_safety.png) no-repeat;
}

h2.building-commissioning{
	background:url(images/icon_big_commissioning.png) no-repeat;
}

#top_section p {
	font-size:1.3em;
}


.sitemap{
	font-size:14px;
	font-weight:bold;
	margin-left:20px;
	float:left;
	width:250px;
	display:inline;
}

.sitemap ul li a {
	color:#8ac75b;
	text-transform:uppercase;
}

.sitemap ul li ul li a {
	color:#db824a;
	text-transform:none;
}

.sitemap ul li ul li a:hover {
	color:#ffac77
}


.sitemap ul li {
	margin-bottom:5px;
}

.sitemap ul li ul {
	margin: 0 0 10px 15px;
}

.sitemap ul li ul li{
	list-style-position:inside;
	list-style-type:disc;
	margin:0 0 0 0px;
	font-size:12px;
	font-weight:normal;
}

.sitemap ul li ul li ul li {
	list-style-type:circle;
}

#four_columns {
	border:1px solid #343434;
	height:480px;
	padding-top:24px;
}


.column {
	position:absolute;
	width:236px;
	border-right:1px solid #343434;
	height:480px;
	z-index:50;
}

div.column_link {
	position:absolute;
	width:230px;
	height:473px;
	margin:4px 3px 3px 3px;
	z-index:400;
	top:25px;
}

div#column4_link {
	width:229px;
}

.column_text {	
	width:189px;
	padding:35px 20px 0 20px;
	height:210px;	
	background:#0a0a0a;
	margin-top:226px;
}

.column_text h4 {
	font-size:13px;
}


#column1, div#column1_link {
	left:1px;	
}

#column2, div#column2_link {
	left:238px;
}

#column3, div#column3_link{
	left:475px;
}

#column4, div#column4_link {
	left:712px;
}


#column4 {
	width:235px;
	border-right:none;
}

div#column4_link {
	width:229px;
}



.column_image {
	width:100%;
	height:230px;
	background-repeat:no-repeat;
}



#footer {
	position:relative;
	height:23px;
	border-right:1px solid #343434;
	border-left:1px solid #343434;
	border-bottom:1px solid #343434;
	color:#808183;
	font-size:11px;
}

#footer div {
	margin-right:10px;
	float:left;
	display:inline;
}

#bottom_padding {
	height:50px;
}

/***********************************************************************
	3. HEADER/NAVIGATION STYLES
************************************************************************/


h1#logo {
	float:right;
	width:196px;
	height:100px;
	background:url(images/interface_engineering.gif) no-repeat left 30px;
}

ul#main_navigation {
	position:absolute;
	top:-39px;
	z-index:200;
}

ul#main_navigation li {
	float:left;
	display:block;
	height:40px;
}

ul#main_navigation li a {
	background-position:top left;
	background-repeat:no-repeat;
}

ul#main_navigation li a:hover {
	background-position:left -40px;
}

ul#main_navigation li.on a, ul#main_navigation li.on a:hover {
	background-position:left -80px;
}


li#nav_services a {
	width:87px;
	background-image:url(images/nav_services.gif);
}

li#nav_portfolio a{
	width:89px;
	background-image:url(images/nav_portfolio.gif);
}

body#portfolio li#nav_portfolio a {
	background-position:left -80px;
}

li#nav_education a{
	width:145px;
	background-image:url(images/nav_education_center.gif);
}

li#nav_culture a{
	width:77px;
	background-image:url(images/nav_culture.gif);
}

li#nav_sustainability a{
	width:125px;
	background-image:url(images/nav_sustainability.gif);
}

li#nav_jobs a{
	width:79px;
	background-image:url(images/nav_jobs.gif);
}

li#nav_contact a{
	width:102px;
	background-image:url(images/nav_contact_us.gif);
}

ul.sub_navigation {
	position:absolute;
	background:#141414;
	width:946px;
	border:1px solid #343434;
	z-index:190;
	height:20px;
	padding-top:4px;
	font-size:.9em;
}

ul.sub_navigation li {
	display:inline;
	margin:0 5px 0 7px;
}

ul.sub_navigation li a {
	color:#808183;
}

ul.sub_navigation li a:hover, ul.sub_navigation li.current_page_item a {
	color:#db824a;
}

ul.sub_navigation#portfolio-3 li.page-item-3 a,
ul.sub_navigation#portfolio-22 li.page-item-22 a,
ul.sub_navigation#portfolio-20 li.page-item-20 a,
ul.sub_navigation#portfolio-25 li.page-item-25 a,
ul.sub_navigation#portfolio-27 li.page-item-27 a,
ul.sub_navigation#portfolio-30 li.page-item-30 a,
ul.sub_navigation#portfolio-29 li.page-item-29 a,
ul.sub_navigation#portfolio-32 li.page-item-32 a,
ul.sub_navigation#portfolio-38 li.page-item-38 a,
ul.sub_navigation#portfolio-36 li.page-item-36 a,
ul.sub_navigation#portfolio-40 li.page-item-40 a
 {
	color:#db824a;
}


/***********************************************************************
	4. PORTFOLIO
************************************************************************/

.portfolio_slide_container {
	position:absolute;
	width:442px;
	overflow:hidden;
	z-index:9999;
}

#portfolio_services {
	height:140px;
	width:442px;
	left:20px;
	top:347px;
}

#portfolio_details {
	left:482px;
	height:212px;
	top:275px;
} 

.portfolio_slider {
	float:left; 
	height:200px;
	padding:8px 0;
	position:absolute;
	width:442px;
	overflow:hidden;
	z-index:9000;
}

.portfolio_slider_padding {
	padding:0 13px;
	width:416px;
}

#portfolio_services .portfolio_slider {
	top:64px;
}


#portfolio_details .portfolio_slider {
	top:136px;
	height:250px;
}

#portfolio_thumbs {
	margin:10px 0 0 0;
	height:31px;
}

span#thumb_rollover{
	color:#db824a;
	font-style:italic;
	font-weight:normal;
	font-size:.8em;
}

#portfolio_thumbs div, #portfolio_thumbs ul, #portfolio_thumbs ul li{
	float:left;
	display:inline;
}

#thumb_container {
	width:350px;
	height:40px;
	overflow:hidden;
	position:relative;
}

#portfolio_thumbs ul{ 
	width:1200px; 
	position:absolute;
}

#portfolio_thumbs ul li {
	width:30px;
	height:30px;
	padding:1px;
	margin-right:3px;
	background:#1e1d1d;
	cursor:pointer;
}

#portfolio_thumbs ul li img {
	display:block;
}

#portfolio_thumbs ul li:hover, #portfolio_thumbs ul li.on {
	background:#dc8852;
}

#portfolio_thumbs ul li.empty {
	cursor:auto;
}

#portfolio_thumbs ul li.empty:hover {
	background:#1e1d1d;
}

#portfolio_details .portfolio_slider .slider_content {
	margin-top:8px;
	font-size:.8em;
	font-style:italic;
}

#content_pdf {
	display:none;
}

#portfolio_details .portfolio_slider .slider_content  .slider_col{
	float:left;
	width:135px;
	height:115px;
	overflow:hidden;
}

#portfolio_details .portfolio_slider .slider_content  .slider_col.first{
	width:145px;
	margin-right:5px;
}

#portfolio_details .portfolio_slider .slider_content  .slider_col.first p{
	line-height:1.5em;
}
	
#portfolio_details .portfolio_slider .slider_content  .slider_col.last{
	padding-right:0px;
	width:129px;
}

#portfolio_details .portfolio_slider .slider_content  .slider_col strong {
	color:#8ac75b;
}

#portfolio_details.sustainability_slide_container .portfolio_slider .slider_col.sustainability_col{
	width:190px;
	margin-right:10px;
}



ul.service_icons li a {
		color:#808183;
		padding:4px 0 10px 23px;
		width:110px;
		height:auto;
		background-position:left -50px;
		background-repeat:no-repeat;
}

ul.service_icons li a:hover, ul.service_icons li.on a {
	background-position:top left;
	color: #db824a;
}

ul.service_icons li.on a:hover {
	color:#ffac77;
}	

li#p_lighting a{
	background-image:url(images/icon_svc_lighting.png);
}

li#p_plumbing a{
	background-image:url(images/icon_svc_plumbing.png);
}

li#p_mechanical a{
	background-image:url(images/icon_svc_mechanical.png);
}

li#p_commissioning a{
	background-image:url(images/icon_svc_commissioning.png);
}

li#p_industrial a{
	background-image:url(images/icon_svc_industrial.png);
}

li#p_electrical a{
	background-image:url(images/icon_svc_electrical.png);
}

li#p_technologies a{
	background-image:url(images/icon_svc_technologies.png);
}

li#p_energy a{
	background-image:url(images/icon_svc_energy.png);
}
 
li#p_safety a{
	background-image:url(images/icon_svc_safety.png);
}

#details_title {
	height:41px;
}
	
#details_tab {
	border-top:1px solid #343434; 
}

#details_tab li {
	float:left;
}

#details_tab li a {
	color:#808183;
	padding:5px 10px;
	display:block;
	height:16px;
	border-bottom:1px solid #343434;
	border-right:1px solid #343434;
}

#details_tab li a:hover, #details_tab li a.down{
	color: #db824a;
}

#details_tab li.details_link a {
	border-bottom:none;
}

#details_tab li.details_link a {
	width:100px;
}
.sustainability_slide_container #details_tab li.details_link a  {
	width:40px;
}

#details_tab li.pdf_download a {
	padding-left:30px;
	width:180px;
	background:url(images/icon_pdf.png) no-repeat 8px 5px;
}

#details_tab li.fill{
	width:100px;
	height:26px;
	border-bottom:1px solid #343434;
}

.sustainability_slide_container #details_tab li.fill  {
	width:160px;
}

#details_tab li.fill.wide{
	width:321px;
}

.sustainability_slide_container #details_tab li.fill.wide  {
	width:381px;
}

.gray {
	font-size:.8em;
	color:#78797b;
	padding-left:5px;
	text-transform:none;
}

h3 span.gray {
	font-weight:normal;
}

.arrow {
	width:32px;
	height:32px;
	background-position:top left;
	background-repeat:no-repeat;
}

.arrow:hover {
	background-position:left -32px;
	cursor:pointer;
}

#arrow_left {
	background-image:url(images/arrow_left.png);
	margin-right:2px;
}

#arrow_right { 
	background-image:url(images/arrow_right.png);
}

.arrow.disabled, .arrow.disabled:hover {
	background-position:left -64px;
	cursor:default;
}

#details_btn, .home_slider .btn {
	cursor:pointer;
	float:right;
	width:15px;
	height:14px;
	background-repeat:no-repeat;
	background-position:right 1px;
	margin-right:-5px;
	color:#4a4a4b;
	font-size:10px;
	text-align:right;
}

#details_btn:hover, .home_slider .btn:hover {
	color:#808183;
	background-position:right -11px;
}

.portfolio_slide_container #details_btn{
	width: 75px;
	padding-right:18px;
}

#details_btn.down, .home_slider .btn.down {
	background-image:url(images/arrow_down.gif);
}

#details_btn.up, .home_slider .btn.up {
	background-image:url(images/arrow_up.gif)
}

/***********************************************************************
	5. HOME
************************************************************************/

#home_slides {
	position:absolute;
	top:347px;
	left:18px;
	height:156px;
	overflow:hidden;
	width:700px;
}

.home_slider {
	float:left;
	height:140px;
	padding:8px 13px;
	position:absolute;
	top:128px;
}

.home_slider h2 {
	line-height:120%;
}

.slider_content{
	height:90px;
	margin-top:1px;
}

#who_we_are {
	width:421px;
}

#home_event {
	width:194px;
	left:465px;
}

#home_event a {
	text-transform:uppercase;
}

/***********************************************************************
	6. SIDEBAR STYLES
************************************************************************/

.sidebar_content {
	margin:10px 0;
}

.sidebar_section {
	margin-bottom:30px;
}

.services_moreinfo h3 {
	font-size:1.3em;
}

.services_moreinfo  ul li{
	background:url(images/services_bullet.gif)0px 4px no-repeat;
	padding-left:15px;
	font-size:1em; 
	margin-bottom:3px;
}

ul.services_list   li a{
	display:block;
	padding:3px 0px 8px 25px;
}

ul.services_list li.page-item-14 {
	background:url(images/icon_svc_mechanical.png) no-repeat;
}

ul.services_list li.page-item-217 {
	background:url(images/icon_svc_electrical.png) no-repeat;
}

ul.services_list li.page-item-28 {
	background:url(images/icon_svc_plumbing.png) no-repeat;
}

ul.services_list li.page-item-18 {
	background:url(images/icon_svc_lighting.png) no-repeat;
}

ul.services_list li.page-item-20 {
	background:url(images/icon_svc_technologies.png) no-repeat;
}

ul.services_list li.page-item-22 {
	background:url(images/icon_svc_energy.png) no-repeat;
}

ul.services_list li.page-item-24 {
	background:url(images/icon_svc_safety.png) no-repeat;
}

ul.services_list li.page-item-26 {
	background:url(images/icon_svc_commissioning.png) no-repeat;
}

.featured_project {
	clear:left;
	margin-bottom:10px;
}

.featured_project img{
	float:left;
}

.featured_project div {
	margin-left:40px;
	height:30px;
}

.featured_project a {
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
}


.featured_project div.portfolio_icons {
	margin:5px 0 0 0;padding:0;
}

.featured_project div.portfolio_icons li {
	width:24px;
}

.featured_project div.portfolio_icons li#p_mechanical  {
	width:22px;
}

.featured_project div.portfolio_icons li#p_electrical  {
	width:30px;
}

.featured_project div.portfolio_icons li#p_energy {
	width:21px;
}

.featured_project div.portfolio_icons li#p_safety {
	width:22px;
}

.featured_project div.portfolio_icons li#p_technologies {
	width:25px;
}

.featured_project div.portfolio_icons li#p_industrial {
	width:23px;
}

.sidebar_job {
	margin-top:10px;
}

.sidebar_job h4 {
	font-size:14px;
	font-weight:bold;
	margin:0;
	padding:0;
	font-style:normal;
}

/***********************************************************************
	7. EVENTS
************************************************************************/

.event h4 {
	text-transform:uppercase;
	font-style:none;
	margin:10px 0 0 0;
}


/***********************************************************************
	8. FOOTER STYLES
************************************************************************/


#search {
	width:236px;
	border-right:1px solid #333333;
	background:#212121;
	float:left;
}

#search input {
	display:block;
	float:left;
}

#search_submit {
	border:none;
	border-right:1px solid #343434;
	background:url(images/icon_search.gif) no-repeat -1px top;
	cursor:pointer;
	width:20px;
	height:23px;
}

#search_input {
	background:#212121;
	border:1px solid #212121;
	color:#808183;
	font-size:11px;
	width:180px;
	height:13px;
	padding:4px 0 3px 0;
	margin:0 0 0 10px;
}

#image_details {
	float:left;
	width:410px;
	height:15px;
	padding-top:4px;
}

#footer_links {
	float:left;
	display:block;
	padding-top:4px;

}

#footer_links ul li {
	float:left;
	text-transform:uppercase;
	margin-left:10px;
}

#footer_links ul li a{
	color:#808183;
}

#footer_links ul li a:hover {
	color:#db824a;
}


