@charset "utf-8";
/* Default styles used in all LibGuides v. 2 for UNC - CSS Document 
Created by Emily King, March 2014
*/

@import url("UNCLibraryHeader.css"); 
@import url("UNCLibraryFooter.css");
@import url("eresearchpages.css");

/*changes background color to light grey*/
.s-lg-guide-body {
background: #e3e3e3;
}

/*Makes text color black*/
ul.tab_description_list{
list-style-type:none;
padding-left:20px;
}


.s-lib-box {
    color: #000;
}
	
.container {
	background:none;
	}
	
#s-lg-guide-description {
 display:none;	
}

.s-lg-content-moreinfo {
	display:none;	
}

/*this fixes the main content so it fixes into the box*/
	
#s-lib-public-main, #s-lg-guide-main{
	width:100%;	
}

.s-lg-link-list {
  list-style-type:none;
  margin-left:0;
  padding-left:0;
}

ul.s-lg-link-list li a {
	font-weight:bold;	
}

.s-lib-box .s-lib-box-title {
color: #26282b;
background: #ccd9ef;
background: -moz-linear-gradient(top,  #ccd9e5 0%, #b7c3ce 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ccd9e5), color-stop(100%,#b7c3ce));
background: -webkit-linear-gradient(top,  #ccd9e5 0%,#b7c3ce 100%);
background: -o-linear-gradient(top,  #ccd9e5 0%,#b7c3ce 100%);
background: -ms-linear-gradient(top,  #ccd9e5 0%,#b7c3ce 100%);
background: linear-gradient(to bottom,  #ccd9e5 0%,#b7c3ce 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccd9e5', endColorstr='#b7c3ce',GradientType=0 );
}

#s-lg-guide-tabs-title-bar {
	border:none;
	border-bottom: #BBBBBB solid 1px;
}

#s-lg-guide-tabs-title-bar, .footer, #s-lg-tabs-container {
	width:100%;	
}


.s-lg-guide-body, .s-lib-public-body {
	font-family: Arial, Helvetica, sans serif;
	padding:0px;
	/*background: url("http://imageserv.lib.unc.edu/libguides/greylinen.png");*/
	font-color: #000;
	}

#UNC {
	height: 100%;
	}

#unc-guide-wrapper {
	border-radius: 4px !important;
    box-shadow: 1px 5px 4px 5px #999999 !important;
	padding:10px 20px 20px 20px !important;
	height: 100%;
	background:#fff;
	margin: 20px auto;
}
	
h1#s-lg-guide-name {
	font-size:40px;
	font-weight: 700;
color: #3B9BDB;
text-shadow: 0px 2px 2px #ccc;
line-height: 1em;
margin-top: .5em;
margin-bottom: .5em;
padding-top: .5em;
}

.homepage-btn {
	text-align:center;
	font-weight:bold;
	font-size:1.1em;	
}

.s-lg-guide-name {
padding-top:30px;	
}

.thumbnail > img.img-rounded, .thumbnail a > img.img-rounded  {
	max-height:150px !important;
}

h3 {
  10px;
}

/*to make et boxes that are consistent with the library website*/
.et-box {
	width:90%;
	margin:10px;}
	
.et-shadow {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: #DDDDDD;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border: #DDDDDD solid 1px;
}

.et-shadow .et-box-content {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #FAFAFA;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    box-shadow: 0 0 45px #E7E7E7 inset;
    color: #737373;
	border: #FAFAFA solid 1px;
}
.et-box-content {
    min-height: 35px;
    padding-bottom: 17px;
    padding-left: 66px;
    padding-right: 43px;
    padding-top: 27px;
    text-shadow: 1px 1px 1px #FFFFFF;
}
.et-box-content {
    padding-bottom: 10px !important;
    padding-left: 15px !important;
    padding-right: 0 !important;
    padding-top: 10px !important;
}

#s-lg-srch-facet-tag, #s-lg-srch-facet-guide_type {
display: none;} 
 /*kills off tags and guide types in search page 8/13/14 */
 
#s-lib-bc-list {
display: none;}  /* kills off breadcrumbs on search page  8/13/14 */

/*ul.nav.nav-tabs li a {
background-color: #545454;
}

ul.nav.nav-tabs li a:active {
background-color: #2e4e6f;
}*/

