/*
Theme Name: WordPress Multiscreen
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body {
	background: #ffffff;
  font-family: "Trebuchet MS";
  font-size: 12px;
}

.clear {
  clear: both;
  font-size: 0;
  line-height: 0;
}

#mainContainer {
  width: 936px;
  margin: 0 auto;
} 

a img {
  border: 0;
}

a {
  text-decoration: underline;
  font-weight: bold;
  color: #37586F;
}

p {
  padding: 0;
  margin: 0;
  margin-top: 15px;
}

.header {
  padding-top: 0px;
}
   
  .header img {padding-left: 80px; float: left;}
  .header a img {padding-left: 0px;}
    
  #menu {
    height: 44px;
    z-index: 2;
    margin-bottom: 12px;
  }
  
    #menu ul {
      list-style-type: none;
      color: #000;
      margin: 0;
      padding: 0;
      font-size: 12px;
      text-transform: uppercase;
      float: left;
      z-index: 3;
    }
    
      #menu ul li {
        background: url('images/menubg.jpg') repeat-x;
        padding: 0 1px;
        float: left;
        height: 50px;
        text-align: center;
        margin: 0;
        margin-right: 1px;
        z-index: 4;
      }
        
      #menu ul li a {
        text-decoration: none;
        width: 130px;    
        display: block;
        vertical-align: middle;
        color: #fff;
        height: 26px;
        padding-top: 16px;
        padding-bottom: 0px;
        margin-bottom: 2px;
      }
        #menu ul li a.twoline {
          padding-top: 8px;
        }
        
      #menu ul li.page-item-4 a,
      #menu ul li.page-item-117 a {
        padding-top: 4px; 
        padding-bottom: 6px;
        margin-bottom: 4px;
      }
      
      #menu ul li.page-item-4 ul li a {
        padding-top: 0px; 
        padding-bottom: 0px;
        margin-bottom: 0px;
      }
  
    #leftContainer {
      float: left;
      width: 632px;
    }
    
    #leftContainer2 {
      float: left; 
      width: 448px; 
    }
    
    #rightContainer {
      float: left;
      width: 298px;
      background: #ccdae5;
    }
    
    #rightContainer2 {
      float: left; 
      width: 480px;
      background: #ccdae5;
    }
    
    #flashBox {
      background: #fff;
      width: 613px;
      color: #000;
      padding: 0;
      font-size: 0;
    }
          
    #contentBox {
      
      width: 583px;
      color: #000;
      padding: 15px;
    }
      .contentText p {
        margin-top: 5px;
      } 
      
    #contentContainer {
      padding: 15px;
    }
    
    .newsBox {
      padding: 20px;
      padding-right: 5px;
      font-size: 12px;
      padding-top: 10px;
      color: #3d4246;
    }
    
      .newsBox h1 {
        margin: 0;
        padding: 0; 
      }
        
        .latestnews {
          height: 18px;
          width: 101px;
          position: relative;
          font-size: 0;
           line-height: 0;
        }
        h2.latestnews span,
        h2.industries span,
        h2.testimonials span,
        h2.industries span {
          background-image: url('images/h2-latestnews.png');
          background-repeat: no-repeat;
          height: 100%;
          position: absolute;
          width: 100%;
        }
          h2.industries {width: 75px; height: 18px; position: relative; font-size: 0; line-height: 0;}
          h2.industries span {background-image: url('images/h2-industries.png')}
          h2.testimonials {width: 91px; height: 19px; position: relative; font-size: 0; line-height: 0;}
          h2.testimonials span {background-image: url('images/h2-testimonials.png')}
          h2.industries {width: 75px; height: 18px; position: relative; font-size: 0; line-height: 0;}
          h2.industries span {background-image: url('images/h2-industries.png')}
          
      /* Page Titles */

      .newsBox b {
        margin: 10px 0;
        font-weight: normal;
        display: block;
        /*text-align: justify;*/
        width: 98%;
        color: #3d4246; 
      }
      
      ul.industriesList {
        width: 260px;
        float: left;
        list-style-type: none;
        margin: 0;
        padding: 0;
        margin-top: 0;        
      }
      
      ul.industriesList li {
        width: 126px;
        float: left;
      }
      
  .breadcrumbs {
    height: 30px;
    line-height: 20px;
    color: #b4b5b7;
    font-weight: normal;
    font-size: 10px;
    /*padding-left: 10px;*/
  }
  
  p#breadcrumbs {
    margin: 0;
    padding: 0;
  }
  
  .breadcrumbs a {
    text-decoration: none;
    color: #b4b5b7;
  }
  
  #footer {
    height: 80px;    
    margin-top: 10px;
    color: #3b576d;
    width: 922px;
    margin: 0 auto;
  }
    
    #footer ul {
      list-style-type: none;
      padding: 0;
      font-size: 11px;
      width: 828px;
      margin: 0 auto;
      text-align: center;
      height: 20px;
      border-top: 1px solid #ccc;
      padding-top: 5px;
    }
    
    
      #footer ul.footerLink {
	    font-size: 9px; /* AMc - Line added */
        width: 250px;
        margin: 0 auto;
        height: 20px;
        line-height: 40px;
        border-top: 0;
      }
      
      #footer ul.footerLink li a {
        border-right: 0;
      }
      
      #footer ul li {
        float: left;
        text-transform: none; /* AMc - Was uppercase; */
        margin-left: 10px;
        line-height: 16px;
        font-weight: bold;
      }
      
        #footer ul li a {
          color: #b4b5b7;
          text-decoration: none;
          height: 12px;
          padding-right: 10px;
          border-right: 1px solid #b4b5b7;
        }
        
        #footer ul li:last-child a {
          border: 0;
        }
        
        #footer ul li a.ihm {
          border-right: none;
        }
        
        #footer ul li.page-item-29 a {
          border-right: 0;
        }

    h1, h2, h3 {
    	font-weight: bold;
    	color: #37586F;
    }
    
    h1 {
    	font-size: 2.5em;
    	color: #333;
    	margin: 0;
    	padding: 0;
    }
    
    h2 {
    	font-size: 1.2em;
    	color: #37586F;
    }
    
    .entry h2 {
    	font-size: 1.2em;
    	color: #37586F;
    	font-weight: bold;
    }
    
    .myclass, .myclass a {
      color: #37586F;
      font-weight: normal;
    }
    
    h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
    	text-decoration: none;
    }
    
    h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
    	text-decoration: none;
    }
    
    h3.myclass {
      margin-bottom: 0;
      padding-bottom: 0;
    }
    
    /* Begin Images */
    p img {
    	padding: 0;
    	max-width: 100%;
    }

  /*	Using 'class="alignright"' on an image will (who would've
  	thought?!) align the image to the right. And using 'class="centered',
  	will of course center the image. This is much better than using
  	align="center", being much more futureproof (and valid) */
  
  img.centered {
  	display: block;
  	margin-left: auto;
  	margin-right: auto;
  }
  
  img.alignright {
  	padding: 4px;
  	margin: 0 0 2px 7px;
  	display: inline;
  }
  
  img.alignleft {
  	padding: 4px;
  	margin: 0 7px 2px 0;
  	display: inline;
  }
  
  .alignright {
  	float: right;
  }
  
  .alignleft {
  	float: left
  }
  /* End Images */
  
  ul.subInd {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  
  ul.subInd li {
    line-height: 20px;
  }


h1 {
  font-size: 20px; 
  color: #37586f; 
  font-weight: normal;
}


h2 {
  font-size: 18px; 
  color: #3d4246; 
  font-weight: normal;
}

.category-testimonials h3.testominial {
  font-size: 12px;
  padding: 0;
  margin: 0;
  display: inline;
}

.category-testimonials .entry p {
  padding-top: 0;
  margin-top: 0;
  font-size: 11px;
  padding-right: 15px;
}

.narrowcolumn2 {
  padding-left: 18px;
}

.entry {
  color: #37586f;
}

#rightContainer2 .padding {
  padding: 12px;
}

#suckerfishnav li li a {

}

/*
Suckerfish
*/

#suckerfishnav {
	font-size: 10px;
	font-weight: bold;
	width: 100%;
}
#suckerfishnav, #suckerfishnav ul {
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
	/*margin-top: -25px;*/
}
#suckerfishnav a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	padding: 0px 0px;
}
#suckerfishnav li {
	/*float: left;*/
	padding: 0;
}
#suckerfishnav ul {
	position: absolute;
	text-transform: none;
	left: -999em;
	height: auto;
	width: 130px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	background: #638fb2;
	border: 1px solid #5E8099;
}
#suckerfishnav li li {
	width: 128px;
	margin: 0;
	padding: 0;
	background: none;
	height: 30px;
  font-size: 12px;
  font-weight: bold;
  border-top: 1px solid #fff;
}
#suckerfishnav li li a {
	width: 126px;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	margin: 0;
  padding: 0;
	text-align: left;
	display: block;
  height: 30px;
  line-height: 26px;  
  padding-left: 4px;
}
#suckerfishnav li ul ul {
	margin: -26px 0 0 160px;
  font-size: 12px;
}
#suckerfishnav li li:hover a {
  color: #333;
	display: block;
	font-weight: bold;
}

#suckerfishnav li a:hover {
  color: #333;
}
#suckerfishnav li ul li:hover a, #suckerfishnav li ul li li:hover a, #suckerfishnav li ul li li li:hover a, #suckerfishnav li ul li li li:hover a {
	display: block;	
	color: #333;
}
#suckerfishnav li:hover a, #suckerfishnav li.sfhover a {
}
#suckerfishnav li:hover li a, #suckerfishnav li li:hover li a, #suckerfishnav li li li:hover li a, #suckerfishnav li li li li:hover li a {
}
#suckerfishnav li:hover ul ul, #suckerfishnav li:hover ul ul ul, #suckerfishnav li:hover ul ul ul ul, #suckerfishnav li.sfhover ul ul, #suckerfishnav li.sfhover ul ul ul, #suckerfishnav li.sfhover ul ul ul ul {
	left: -999em;
}
#suckerfishnav li:hover ul, #suckerfishnav li li:hover ul, #suckerfishnav li li li:hover ul, #suckerfishnav li li li li:hover ul, #suckerfishnav li.sfhover ul, #suckerfishnav li li.sfhover ul, #suckerfishnav li li li.sfhover ul, #suckerfishnav li li li li.sfhover ul {
	left: auto;
	margin-left: -1px;
}
#suckerfishnav li:hover, #suckerfishnav li.sfhover {}

.homepagetestimonials {
  height: 260px;
  background: #CCDAE5;
}
.homepagetestimonials .category-testimonials p {
  font-size: 13px;
}
.homepagetestimonials .category-testimonials h3.testominial {
  font-size: 14px;
}

.theTitles {
  padding-left: 10px;
}

.contactForm b {
  color: red;
  font-weight: normal;
}

.testimonialhomepagenow {
  font-weight: normal;
}

.industriesHolding ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-top: 20px;
} 

.industriesHolding ul li {
  line-height: 28px;
}

/* Contact Form */

div.wpcf7-response-output {
	color: red;
	padding-top: 5px;
}

.wpcf7-not-valid-tip-no-ajax {
  display: block;
  width: 200px;
  text-align: center;
}

#footer #pixopoint_menu_wrapper1 {
  width: 780px;
  margin: 0 auto;
}

#footer #suckerfishnav li:hover ul, 
#footer #suckerfishnav li li:hover ul, 
#footer #suckerfishnav li li li:hover ul, 
#footer #suckerfishnav li li li li:hover ul, 
#footer #suckerfishnav li.sfhover ul, 
#footer #suckerfishnav li li.sfhover ul, 
#footer #suckerfishnav li li li.sfhover ul, 
#footer #suckerfishnav li li li li.sfhover ul {
  display: none;
  left: -9999px;
}
