/* ----------
University of South Carolina School of Law
Updated: 1 JUNE 2015
Author: TA Brasier
---------- */

/*
	#ababab rgba(171, 171, 171, 1)
	#cccccc rgba(204, 204, 204, 1)
	#ffffff rgba(255, 255, 255, 1)
	#fffffc rgba(255, 255, 252, 1)
	#73000a rgba(115, 0, 10, 1)
	#000000 rgba(0, 0, 0, 1)

(max-width: 360px)
(min-width: 361px) and (max-width: 480px)
(min-width: 481px) and (max-width: 768px)
(min-width: 769px) and (max-width: 1024px)
(min-width: 1024px)

*/

/* ----- BANNER */
#banner {
	background-image: url("/library/_a/images/banners/library150.png");
	background-repeat: no-repeat;
	clear: both;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
}

/* BACK ISSUES */
#back-issues h4 {
	-webkit-column-break-after: avoid-column;
	-moz-column-break-after: avoid-column;
	column-break-after: avoid-column;
}

/* HOURS WIDGET */
#todays-hours {
	border: 1px solid #73000a;
	display: block;
}
#hours-widget {
	display: block;
	font-family: "Open sans", sans-serif !important;
	font-size: 90%;
	vertical-align: middle;
}
#hours-widget p {
	font-weight: bold;
	text-align: center;
}
#hours-widget h1, #hours-widget h2, #hours-widget h3, #hours-widget h4, #hours-widget h5, #hours-widget h6 {
	font-family: "Droid sans", sans-serif !important;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.hours-today {
	color: #3a3a3a;
	display: block;
	float: left;
}
#hours-col-l, #hours-col-t {
	color: #73000a;
	font-weight: bold;
	text-align: left;
}
td.hours-col-loc, td.hours-col-time { 
	font-weight: bold;
}
tr.hours-depart td.hours-col-loc { 
	font-weight: bold;
}

/* CATALOG SEARCH */
#catalog-search { 
	display: inline;
}
/* CATALOG SEARCH PROPER */
#catalog-search-proper {
	display: block;
	width: 100%;
}
#catalog-search-proper input#searcharg {
	background: #cccccc;
	color: #3a3a3a;
	min-height: 30px;
	float: left;
}
#catalog-search-proper select#searchtype {
	background: #cccccc;
	color: #3a3a3a;
	float: left;
	min-height: 30px;
}
#catalog-search-proper select#searchscope {
	background: #cccccc;
	color: #3a3a3a;
	float: left;
	min-height: 30px;
}
/* 
 */

/* ---------- RESPONSIVE STYLES */

/* Phone Portrait 360px and under */
@media only screen and (max-width: 360px) {

	#back-issues {
		-webkit-column-count: 1; /* Chrome, Safari, Opera */
		-moz-column-count: 1; /* Firefox */
		column-count: 1;
	}
	
	#menu-right {
		margin: 1em 0em;
		padding: 0em 1em;
		width: 100%;
	}
	/* HOURS WIDGET */
	#todays-hours {
		margin: 1em auto;
		width: 90%;
	}
	#hours-widget {
		margin: 0 auto;
		padding: .5em;
	}
	.hours-today {
		padding: .2em;
		width: 100%;
	}
	td.hours-col-loc, td.hours-col-time { 
		padding: .1em .5em;
	}
	tr.hours-depart td.hours-col-loc { 
		padding-left: .5em; 
	}

	/* CATALOG SEARCH */
	#catalog-search { 
		margin: .5em 0em;
		min-height: 350px;
		padding: 0;
		width: 50%;
	}
	/* CATALOG SEARCH PROPER */
	#catalog-search-proper {
		display: block;
		margin: 0m;
		padding: 0;
	}
	#catalog-search-proper input#searcharg {
		font-size: 24px;
		margin: .5em 1em .1em 1em;
		padding-left: 10px;
		width: 250px;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
			-webkit-transition: background .55s ease;
			-moz-transition: background .55s ease;
			-ms-transition: background .55s ease;
			-o-transition: background .55s ease;
			transition: background .55s ease;
	}
	#catalog-search-proper select#searchtype {
		font-size: 24px;
		margin: 1em;
		margin: .5em 1em .1em 1em;
		padding-left: 10px;
		width: 250px;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
			-webkit-transition: background .55s ease;
			-moz-transition: background .55s ease;
			-ms-transition: background .55s ease;
			-o-transition: background .55s ease;
			transition: background .55s ease;
	}
	#catalog-search-proper select#searchscope {
		font-size: 24px;
		margin: 1em;
		margin: .5em 1em .1em 1em;
		padding-left: 10px;
		width: 250px;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
			-webkit-transition: background .55s ease;
			-moz-transition: background .55s ease;
			-ms-transition: background .55s ease;
			-o-transition: background .55s ease;
			transition: background .55s ease;
	}

}

/* Phone Landscape 361px to 480px */
@media only screen and (min-width: 361px) and (max-width: 480px) /* and (orientation: landscape) */ {

	#back-issues {
		-webkit-column-count: 1; /* Chrome, Safari, Opera */
		-moz-column-count: 1; /* Firefox */
		column-count: 1;
	}
	
	#menu-right {
		margin: 1em 0em;
		padding: 0em 1em;
		width: 100%;
	}
	/* HOURS WIDGET */
	#todays-hours {
		margin: 1em auto;
		width: 90%;
	}
	#hours-widget {
		margin: 0 auto;
		padding: .5em;
	}
	.hours-today {
		padding: .2em;
		width: 100%;
	}
	td.hours-col-loc, td.hours-col-time { 
		padding: .1em .5em;
	}
	tr.hours-depart td.hours-col-loc { 
		padding-left: .5em; 
	}

	/* CATALOG SEARCH */
	#catalog-search { 
		margin: .5em 0em;
		min-height: 350px;
		padding: 0;
		width: 50%;
	}
	/* CATALOG SEARCH PROPER */
	#catalog-search-proper {
		display: block;
		margin: 0m;
		padding: 0;
	}
	#catalog-search-proper input#searcharg {
		font-size: 24px;
		margin: .5em 1em .1em 1em;
		padding-left: 10px;
		width: 350px;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
			-webkit-transition: background .55s ease;
			-moz-transition: background .55s ease;
			-ms-transition: background .55s ease;
			-o-transition: background .55s ease;
			transition: background .55s ease;
	}
	#catalog-search-proper select#searchtype {
		font-size: 24px;
		margin: 1em;
		margin: .5em 1em .1em 1em;
		padding-left: 10px;
		width: 350px;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
			-webkit-transition: background .55s ease;
			-moz-transition: background .55s ease;
			-ms-transition: background .55s ease;
			-o-transition: background .55s ease;
			transition: background .55s ease;
	}
	#catalog-search-proper select#searchscope {
		font-size: 24px;
		margin: 1em;
		margin: .5em 1em .1em 1em;
		padding-left: 10px;
		width: 350px;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
			-webkit-transition: background .55s ease;
			-moz-transition: background .55s ease;
			-ms-transition: background .55s ease;
			-o-transition: background .55s ease;
			transition: background .55s ease;
	}

}

/* Tablet Portrait 481px to 768px */
@media only screen and (min-width: 481px) and (max-width: 768px) {

	#back-issues {
		-webkit-column-count: 1; /* Chrome, Safari, Opera */
		-moz-column-count: 1; /* Firefox */
		column-count: 1;
	}
	
	#menu-right {
		margin: 1em 0em;
		padding: 0em 1em;
		width: 100%;
	}
	/* HOURS WIDGET */
	#todays-hours {
		margin: 1em auto;
		width: 90%;
	}
	#hours-widget {
		margin: 0 auto;
		padding: .5em;
	}
	.hours-today {
		padding: .2em;
		width: 100%;
	}
	td.hours-col-loc, td.hours-col-time { 
		padding: .1em .5em;
	}
	tr.hours-depart td.hours-col-loc { 
		padding-left: .5em; 
	}

	/* CATALOG SEARCH */
	#catalog-search { 
		margin: .5em 0em;
		min-height: 350px;
		padding: 0;
		width: 65%;
	}
	/* CATALOG SEARCH PROPER */
	#catalog-search-proper {
		display: block;
		margin: 1em 0em 0em 5em;
		padding: 0;
		padding-left: .5em;
		padding-right: .5em;
	}
	#catalog-search-proper input#searcharg {
		font-size: 24px;
		margin: 1em;
		margin: .5em 1em .1em 1em;
		padding-left: 10px;
		width: 500px;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
			-webkit-transition: background .55s ease;
			-moz-transition: background .55s ease;
			-ms-transition: background .55s ease;
			-o-transition: background .55s ease;
			transition: background .55s ease;
	}
	#catalog-search-proper select#searchtype {
		font-size: 24px;
		margin: 1em;
		margin: .5em 1em .1em 1em;
		padding-left: 10px;
		width: 500px;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
			-webkit-transition: background .55s ease;
			-moz-transition: background .55s ease;
			-ms-transition: background .55s ease;
			-o-transition: background .55s ease;
			transition: background .55s ease;
	}
	#catalog-search-proper select#searchscope {
		font-size: 24px;
		margin: 1em;
		margin: .5em 1em .1em 1em;
		padding-left: 10px;
		width: 500px;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
			-webkit-transition: background .55s ease;
			-moz-transition: background .55s ease;
			-ms-transition: background .55s ease;
			-o-transition: background .55s ease;
			transition: background .55s ease;
	}

}

/* Tablet Landscape 769px to 1023px */
@media only screen and (min-width: 769px) and (max-width: 1023px) {

	#menu-right {
		margin: 1em 0em;
		padding: 0em 1em;
		width: 100%;
	}
	/* HOURS WIDGET */
	#todays-hours {
		margin: 1em auto;
		width: 90%;
	}
	#hours-widget {
		margin: 0 auto;
		padding: .5em;
	}
	.hours-today {
		padding: .2em;
		width: 100%;
	}
	td.hours-col-loc, td.hours-col-time { 
		padding: .1em .5em;
	}
	tr.hours-depart td.hours-col-loc { 
		padding-left: .5em; 
	}

	/* CATALOG SEARCH */
	#catalog-search { 
		margin: .5em 0em;
		min-height: 350px;
		padding: 0;
		width: 65%;
	}
	/* CATALOG SEARCH PROPER */
	#catalog-search-proper {
		display: block;
		margin: 1em 0em 0em 5em;
		padding: 0;
		padding-left: .5em;
		padding-right: .5em;
	}
	#catalog-search-proper input#searcharg {
		font-size: 24px;
		margin: 1em;
		margin: .5em 1em .1em 1em;
		padding-left: 10px;
		width: 500px;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
			-webkit-transition: background .55s ease;
			-moz-transition: background .55s ease;
			-ms-transition: background .55s ease;
			-o-transition: background .55s ease;
			transition: background .55s ease;
	}
	#catalog-search-proper select#searchtype {
		font-size: 24px;
		margin: 1em;
		margin: .5em 1em .1em 1em;
		padding-left: 10px;
		width: 500px;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
			-webkit-transition: background .55s ease;
			-moz-transition: background .55s ease;
			-ms-transition: background .55s ease;
			-o-transition: background .55s ease;
			transition: background .55s ease;
	}
	#catalog-search-proper select#searchscope {
		font-size: 24px;
		margin: 1em;
		margin: .5em 1em .1em 1em;
		padding-left: 10px;
		width: 500px;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
			-webkit-transition: background .55s ease;
			-moz-transition: background .55s ease;
			-ms-transition: background .55s ease;
			-o-transition: background .55s ease;
			transition: background .55s ease;
	}

}

/* Desktop 1024px */
@media only screen and (min-width: 1024px) {

	/* BACK ISSUES */
	#back-issues {
		-webkit-column-count: 2; /* Chrome, Safari, Opera */
		-moz-column-count: 2; /* Firefox */
		column-count: 2;
		-webkit-column-gap: 20px; /* Chrome, Safari, Opera */
		-moz-column-gap: 20px; /* Firefox */
		column-gap: 20px;
	}

	/* HOURS WIDGET */
	#todays-hours {
		margin: 1em 0em;
		width: 90%;
	}
	#hours-widget {
		margin: 0 auto;
		padding: .5em;
	}
	.hours-today {
		padding: .2em;
		width: 100%;
	}
	td.hours-col-loc, td.hours-col-time { 
		padding: .1em .5em;
	}
	tr.hours-depart td.hours-col-loc { 
		padding-left: .5em; 
	}

	/* CATALOG SEARCH */
	#catalog-search { 
		margin: .5em 0em;
		min-height: 350px;
		padding: 0;
		width: 65%;
	}
	/* CATALOG SEARCH PROPER */
	#catalog-search-proper {
		display: block;
		margin: 1em 0em 0em 5em;
		padding: 0;
		padding-left: .5em;
		padding-right: .5em;
	}
	#catalog-search-proper input#searcharg {
		font-size: 24px;
		margin: 1em;
		margin: .5em 1em .1em 1em;
		padding-left: 10px;
		width: 500px;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
			-webkit-transition: background .55s ease;
			-moz-transition: background .55s ease;
			-ms-transition: background .55s ease;
			-o-transition: background .55s ease;
			transition: background .55s ease;
	}
	#catalog-search-proper select#searchtype {
		font-size: 24px;
		margin: 1em;
		margin: .5em 1em .1em 1em;
		padding-left: 10px;
		width: 500px;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
			-webkit-transition: background .55s ease;
			-moz-transition: background .55s ease;
			-ms-transition: background .55s ease;
			-o-transition: background .55s ease;
			transition: background .55s ease;
	}
	#catalog-search-proper select#searchscope {
		font-size: 24px;
		margin: 1em;
		margin: .5em 1em .1em 1em;
		padding-left: 10px;
		width: 500px;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
			-webkit-transition: background .55s ease;
			-moz-transition: background .55s ease;
			-ms-transition: background .55s ease;
			-o-transition: background .55s ease;
			transition: background .55s ease;
	}

}
