/* This file will hold styles that are loaded using the same media query as the narrow grid. */
/* If you are using the default media queries provided by Omega, these styles will also
 *  apply to the normal and widescreen layouts. You may override these styles in the normal 
 *  and widescreen CSS files as appropriate. */
 
#footer-col1, #footer-col2, #footer-col3, #footer-col4 {
clear: none;
float: left;
width: 33%;
} 

/* DS teaser layout  */

.ds-2col .group-left {
width: 60px;
}

.ds-2col .group-right {
width: 56%;
padding-left: 10px;
}


#zone-branding-wrapper {
height: 80px !important;
padding: 5px 0px 0px 0px !important;
background-color: #e7e2de !important;
background-image: url("/sites/default/files/aippub/images/sitewide/curvybg-pub2.jpg") !important;
background-repeat: no-repeat !important;
}
 
/* VIEWS SLIDESHOW - HOME PAGE SLIDER */

.view-aip-home-page-slider {
display: block;
width: auto;
height: 160px;
border: 1px solid #666;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
background: #333;
margin-top: 20px;
margin-bottom: 20px;
}

.view-aip-home-page-slider img {
max-width: 338px;
height: auto;
}

.view-aip-home-page-slider .views-field-title {
padding: 5px 3px 5px 5px !important;
font-size: 14px !important;
margin-top: 0px;
width: 330px;
position: absolute;
bottom: 0px;
background-color: rgba(0,0,0,0.7);
border-bottom: 1px solid #666;
}

.view-aip-home-page-slider .views-field-title a {
color: #fff !important;
text-decoration: none !important;
}

.view-aip-home-page-slider .views-row {
margin: 0px;
}

.widget_pager .views-slideshow-pager-field-item {
  float: right;
  text-indent: -10000px;
  background-image: url("/sites/all/themes/aipcorp/images/ss_bullet.png");
  background-repeat: no-repeat;
  width:10px;
  height:10px;
  margin-right:10px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.widget_pager .active {
  float: right;
  text-indent: -10000px;
  background-image: url("/sites/all/themes/aipcorp/images/ss_bulle_hott.png");
  background-repeat: no-repeat;
  width:10px;
  height:10px;
}
.widget_pager .views-content-counter:hover {
   background-image: url("/sites/all/themes/aipcorp/images/ss_bulle_hott.png");
  background-repeat: no-repeat;
  width:5px;
  height:10px;
  cursor: pointer;  
}


