/* This file will hold styles that are loaded using the same media query as the wide grid. */

.view-aip-home-page-slider {
width: auto;
height: 240px;
border: 1px solid #666;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
background: #333;
margin-top: 20px;
}
 
.view-aip-home-page-slider img {
max-width: 579px;
}
 
.view-aip-home-page-slider .views-field-title {
padding: 5px 3px 5px 5px !important;
font-size: 14px !important;
margin-top: 0px;
width: 571px;
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: 5px;
}
.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; 
}

/* LIBRARY LANDING PAGE */

#lib-blurb {
float: left !important;  
margin-right: 25px !important;
width: 50%;
}

#lib-promo {
float: left;
width: 398px;
}

.library-chunk {
float: left;
clear: none;
width: 46%;
border: 1px solid #aaa;
border-radius: 3px;
padding: 10px;
margin: 0px 5px 0px 5px;
height: 165px;
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(-45deg, #ffffff 0%, #e8f0ff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#ffffff), color-stop(100%,#e8f0ff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg, #ffffff 0%,#e8f0ff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg, #ffffff 0%,#e8f0ff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg, #ffffff 0%,#e8f0ff 100%); /* IE10+ */
background: linear-gradient(135deg, #ffffff 0%,#e8f0ff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8f0ff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.library-chunk h3 {
font-size: 18px;
line-height: 1.0em;
margin-bottom: 12px;
color: #fff;
background: #006699;
border-radius: 3px;
padding: 5px;
width: 97%;
}

.library-chunk p {
margin-bottom: 8px;
margin-left: 5px;
}

.library-chunk img {
border-radius: 3px;
border: 1px solid #aaa;
height: 24px;
width: 24px;
vertical-align: middle;
margin-right: 10px;
}

.library-subchunk1 {
float: left;
clear: none !important;
width: 46% !important;
margin-right: 10px !important;
padding-right: 10px !important;
border-right: 1px dotted #333;	
}

.library-subchunk2 {
float: left;
clear: none !important;
width: 46% !important;	
}

.library-subchunk1 p, .library-subchunk2 p {
line-height: normal;
margin-bottom: 16px;
}

div.author-chunk {
clear: none;
float: left !important;
margin-right: 10px !important;
margin-bottom: 0px !important;
border: 1px solid #aaa;
width: 275px !important;
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(-45deg, #ffffff 0%, #e8f0ff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#ffffff), color-stop(100%,#e8f0ff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg, #ffffff 0%,#e8f0ff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg, #ffffff 0%,#e8f0ff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg, #ffffff 0%,#e8f0ff 100%); /* IE10+ */
background: linear-gradient(135deg, #ffffff 0%,#e8f0ff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8f0ff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

div.author-chunk h2 {
padding: 3px 0px 5px 0px;
margin-bottom: 10px;
border-bottom: 1px solid #aaa;
text-align: center;
line-height: 1.0em;
font-size: 18px;
background: #006699;
color: #fff;
border-radius: 3px;
}

div.author-chunk img {
border-radius: 3px;
border: 1px solid #aaa;
height: 24px;
width: 24px;
vertical-align: middle;
margin-right: 10px;
}

div.author-chunk p {
padding: 0px 5px 5px 0px;
margin: 0px 0px 8px 10px;
line-height: 1.0em;
}

div.author-chunk ul {
list-style-type: none;
margin: 0px 0px 8px 33px;
border-bottom: 1px dotted #333;
margin-top: -10px;
}

div.author-chunk li {
margin-left: 5px;
margin-bottom: 12px;
padding-right: 5px;
}