/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */

/* #Page Styles
================================================== */

.highlight {
	font-size: 18px;
	line-height: 20px;
	margin: 3px 0px 3px 0px;
	text-decoration: none;
	color: #660000;
	padding-top: 0px;
}

.about {
	display:block;
	background:url(../images/studious-gargoyle.jpg) top left no-repeat;
	font-size: 18px;
	line-height: 20px;
	margin: 0px 0px 5px 0px;
	padding-top:10px;
	text-decoration: none;
	color: #660000;
	width:100%;
	height:92px;
}

.tagline {
	margin:42px 0px 0px 20px;
	color:#eee;
	line-height:20px;
	float:left;
	font-size:18px;
}

.materials {
	margin:6px 0px 12px 0px;
	/* [disabled]text-align: center; */
}

.materials p {
	display:block;
	margin:0px;
	padding:4px 0px 4px 0px;
	border-bottom:#666666 dashed 1px;
	alignment-adjust:middle;
	line-height:30px;
}

.materials img {
	margin:0px 3px -8px 12px;
}

.materialsIcons {
	margin:8px 4px 0px 0px;
}

aside h2 {
	font-size: 18px;
	line-height: 20px;
	margin:0px 0px 3px 0px;
	border-bottom:#333 solid 1px;
	padding:0px 0px 3px 0px;
}

aside h3 {
	font-size: 15px;
	line-height: 18px;
	font-weight:normal;
	margin:0px;
}

aside p {
	font-size: 13px;
	line-height: 16px;
	font-weight:normal;
	margin-bottom:9px;
}

.subfooter {
	background:#EEE;
	padding:12px 10px;
	margin: 0px;
	clear: both;
}

footer {
	background: -moz-linear-gradient(#7d0101, #0a0a0a);
	background: -o-linear-gradient(#7d0101, #0a0a0a);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#7d0101), to(#0a0a0a)); /* older webkit syntax */
	background: -webkit-linear-gradient(#7d0101, #0a0a0a);
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	width:100%;
	margin: 0px auto 0px auto; /* the auto value on the sides, coupled with the width, centers the layout */
	padding: 10px 0;
}
.ecuip-logo {
    color: #FFFFFF;
    float: left;
    line-height: 18px;
    margin: 16px 0 10px 21px;
    position: relative;
}
.ecuip-logo h3 {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 18px;
    margin: 0;
    padding: 0;
}
.ecuip-logo p {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 18px;
    margin: 3px;
    padding: 0;
}
.uchicago-lib-logo {
	color: #FFFFFF;
	float: right;
	margin: 12px 21px 10px 10px;
	position: relative;
}


/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
		
		.tagline {
	margin:3px 0px 0px 0px;
	color:#666;
	line-height:21px;
	float:left;
}
		
		.bx-wrapper .bx-caption span { font-size: .8em; }
		
		}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		
		.tagline { margin:3px 0px 0px 0px; color:#666; line-height:18px; float:left; }
		
		.bx-wrapper .bx-caption span { font-size: .69em; line-height:1.1em; }

		}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/
