/********************************************************************
    INNOVATION+SCIENCE WORDPRESS THEME (Ideal For Business And Personal Use: Creating Magazine, Portfolio and Blog)

    File:   
        indexCSS.css
    Brief:  
        Hold styles used in index.html
    Author:
        DigitalCavalry
    Author URI:
        http://graphicriver.net/user/DigitalCavalry
*********************************************************************/

/******************************** 
    ACCORDION
*********************************/

#accordionContainer {
    width:960px; 
    height:300px; 
    overflow:hidden; 
    background-color:#000; 
    position:relative;
    border:0px solid #EEE; 
    margin-left:40px; 
    margin-top:15px;
}

.asyncImgLoadAccordion { clear: none; }

.accordionImgDiv 
{
    width: 760px;  
    height: 300px; 
    position: absolute;  
    border-left:1px solid #222;  
    margin-left: 0px; 
    background-color: black; 
    cursor:pointer;
    overflow: hidden;
}

.accordionImgDiv .slideStrip
{
    position: absolute;
    width: 160px;
    height: 300px;
    left:0px;
    top:0px;
    overflow: hidden;
    background-image: url('../img/common/ajax/loading6.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
}    

.accordionImgDiv .slideDesc
{
  position: absolute;
  left: 15px;
  bottom: 15px;
  font: normal 12px/12px "Trebuchet MS", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #eee;     
}

.accordionSlideImage 
{
    border-left: 0px solid #AAA; 
    width:760px; 
    height:300px;
    display:block;
    
   background-image: url('../img/common/ajax/loading10.gif');
   background-repeat: no-repeat;
   background-position: 50% 50%; 
}    

.accordionDescBack 
{
    bottom:-70px;
    margin-left:0px;
    margin-top:0px;
    position:absolute;
    left:0px;
    width:760px;
    height:70px;
    opacity:0.0;
    filter:alpha(opacity=0); /* IE */ 
    background-color:#000;
    border-top:1px solid #111;
}

.accordionDesc 
{
    font-weight:normal;
    font-family: verdana;
    font-size:10px;
    padding-top:0px;
    padding-left:10px;
    text-align:left;
    color:#DDD;
    bottom:-70px;
    margin-left:0px;
    margin-top:0px;
    position:absolute;
    left:0px;
    width:760px;
    height:70px;
    opacity:0.0;
    filter:alpha(opacity=0); /* IE */ 
    background:none;
    border:0px solid red;
}

.accordionDesc p
{
    color:#DDD;
    font-weight:normal;
    font-family: verdana;
    font-size:10px;
    width:680px;    
}

.accordionDescHeader 
{
    margin-top:5px;
    position:static;
    color:#FFF;
    font: bold 20px "Trebuchet MS", Arial, Helvetica, sans-serif;
    padding-bottom:3px;
    margin-bottom:0px;
}
 
/****************************************** 
   NEWS BAR
*******************************************/

#newsBarContainer
{
    margin-left: 40px;
    height: 16px;
    width: 630px;
    margin-top:5px;
    float: left;
    margin-bottom: 5px;
    overflow: hidden;
    text-align: left;
    background-color:transparent;
    font: 10px/16px Verdana;  
}

.newsBarTitle 
{
   color: #000;
   font-weight: bold;
   font-size: 10px;
} 
.newsBarNews 
{
  display: none;
}

/****************************************** 
   ACCORDION CONTROL PANEL
*******************************************/

#accordionControlPanel
{
    text-align:right;
    width:250px;
    height:16px;
    margin-right:40px;
    display:inline; 
    float:right; 
    margin-bottom:5px; 
    margin-top:5px;
}

#accorControlBtnDesc
{
    margin-right:5px;
    padding-top:0px;
    margin-top:0px;
    font:10px/16px Verdana;
    color:#666;
    vertical-align:top;
}

.accorControlButton
{
    cursor: pointer;
    vertical-align: top;
}

/****************************************** 
   CSS STYLES FOR TABS IN FILE index.html 
*******************************************/

#tabsContainer
{
   width: 960px;
   height: 172px; /* 32px for buttons and 140px for tab content*/
   margin-left: 40px;
   margin-bottom: 10px;
   background-color: #FFF;
}

#tabsWrapper
{
    margin: 0px;
    width: 960px;
    height:140px;
    overflow: hidden;
    background-color: #000;
    position: relative;
}

#tabsBtnBar
{
    height: 32px;
    width: 960px;
    background-color: #FFF;
}

.tabsBtn
{
   height: 32px;
   float: right;
   font: normal 12px/32px "Trebuchet MS", Arial, Helvetica, sans-serif;
   text-transform: uppercase;
   color: #FFF;
   background-color: #000;
   padding-right: 14px;
   padding-left: 14px;
   cursor: pointer;
   border-top: 1px solid #3399cc;
}

.tabsDefaultTab
{
    display:none;   
}

.tabsSource
{
    display:none;   
}

.tabsGeneral 
{
    position: absolute;
    padding-top: 10px;
    padding-left: 10px;
    width:940px;
    margin: 0px;
    background-color:transparent;
    visibility:visible;
    left: 0px;
    top:200px;    
}

.tabsFeatureImageContainer
{
    float:left; 
    margin-right:10px;
    width:168px;
    height:112px;
    background-color:#000;
    border: 1px solid #333;
    padding: 3px;
    overflow: hidden;
    
    background-image: url('../img/common/ajax/loading6.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;       
}

.tabsThumbsContainer
{
    margin-top:15px; 
    border: 0px solid blue;
    margin-right: 0px;
    position: absolute;
    right:0px;
    bottom:2px;
    width:500px;
}

.tabsThumb
{
    display:block;
    float:right;
    width:26px;
    height:26px;
    background-color:white;
    background-image: url('../img/common/ajax/loading2.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin-left:5px;
    overflow: hidden;
    border: 1px solid #aaa;
    cursor:pointer;
}

.tabsThumb:hover
{
    border: 1px solid #222;
}

.tabsDesc
{
    font: 11px Verdana;
    color: #FFF;
    line-height: 120%; 
}

.tabsHeader
{
    margin-bottom: 5px; 
    font: bold 25px "Trebuchet MS", Arial, Helvetica, sans-serif;
    height: 30px;
    color:#3399CC;
    position: relative;
    z-index: 1;    
}

 



/* under tabs section index/homepage main content */

#indexContentContainer
{
    width:960px;
    margin-top: 25px;
    padding-left:40px;
    padding-right:40px;
    padding-bottom: 20px;  
    background-image: url('../img/index/gradient.jpg');
    background-position: 50% 100%;
    background-repeat: repeat-x;       
}
    
#indexContentContainer .leftWrapper
{
    width:640px;
    float: left;
    background-color:transparent; 
        
    background-repeat:no-repeat;
    background-position: 620px 0px;        
}

#indexContentContainer .leftContent
{
    width:600px;
    padding-right:0px;
    background-color:transparent;    
}
         
         
#indexContentContainer .leftContent  p
{
    font: 12px Verdana;
    color: #000;
    line-height: 140%;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 15px;
}         

#domain    {background:url(http://www.webcentrex.us/wp-content/themes/InnovationScience/img/index/middle.jpg) repeat-y; width:459px; float:left; margin:0 25px;}  

#domaintop   {background:url(http://www.webcentrex.us/wp-content/themes/InnovationScience/img/index/top.jpg) no-repeat; height:45px; width:459px;}  

#domainbottom  {background:url(http://www.webcentrex.us/wp-content/themes/InnovationScience/img/index/bottom.jpg) no-repeat; height:20px; width:459px;} 
