/**
 * @file
 * Page Styling
*/
/*
 * Body -------------------------------------------------------------
 */
body {
  margin: 0;
  padding: 0;
}

#wrapper {
	background: #b8d4f1;
}

/*
 * The skip-link link will be completely hidden until a user tabs to the link.
 * See the element-focusable rule in system.base.css.
 */
#skip-link {
  margin: 0;
}
#skip-link a,
#skip-link a:visited {
  display: block;
  width: 100%;
  padding: 2px 0 3px 0;
  text-align: center;
  background-color: #666;
  color: #fff;
}

/*
 * Header ---------------------------------------------------------------------
 */
#header {
  background-color: transparent;
  position: relative;
}
#header #name-and-slogan {
	margin-left: 50px;
	margin-top: 30px;
	margin-bottom: 0;
	float: left;
}
#header #name-and-slogan #site-name {
  text-transform: uppercase;
  font-size: 36px!important;
  font-size: 3.6rem!important;
  font-family: 'runda', Helvetica, Verdana, sans-serif;
	font-weight: 900;
  margin: 0;
	padding: 0;
}
#header #name-and-slogan #site-name a {
  color: #c9ba80;
}
#header #name-and-slogan #site-name a:hover {
	text-decoration: none;
}
#header #name-and-slogan #site-slogan {
  color: #c9ba80;
  font-size: 14px!important;
  font-size: 1.4rem!important;
  margin: 0!important;
  font-style: italic;
  font-family: verdana!important;
}

#header .region-header {
  clear: both;
  width: 100%;
  margin: 0;
  overflow: hidden;
}

#logo {
  float: left;
  display: inline-block;
  position: absolute;
  left: 20px;
  top: 65px;
  z-index: 2;
}

/*
 * Main (container for everything else) ---------------------------------------------------------------------
 */
/*
 * Content ---------------------------------------------------------------------
 */
#content-wrapper {
  padding: 25px 0;
  background-color: #fff;
}

.front #content-wrapper {
	padding-bottom: 0;
}

.main-top {
  clear: both;
  margin-left: 2%;
  margin-right: 2%;
  border-bottom: 1px dashed #999999;
  padding-bottom: 30px;
}

.carousel {
  background: #f7f7e8;
  clear: both;
  margin-bottom: 10px;
}

.main-bottom {
  clear: both;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

.content-bottom {
  clear: both;
}

.front #content {
	margin-bottom: 0;
}

.front .content-bottom {
  margin-top: 15px;
  border-top: 1px solid #cccccc;
  padding-top: 10px;
}

/*
* Sidebars ---------------------------------------------------------------------
 */
/* Right Sidebar --- */
/* Left Sidebar --- */
/*
 * Footer ---------------------------------------------------------------------
 */
#footer-inside {
  background-color: #222757;
  padding-bottom: 20px;
}
#footer-inside #footer {
  max-width: 980px;
  padding-top: 30px;
  padding-left: 20px;
  margin: 0 auto;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 15px;
  line-height: 1.5rem;
}
#footer-inside #footer h2 {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 13px;
  line-height: 1.3rem;
  margin: 0 0 10px 0;
  padding: 0;
}
#footer-inside a {
	color: #ff6;
}
#copyright {
  background-color: #222757;
  padding: 0 0 10px 0;
  width: 100%;
}
#copyright .region-copyright {
  max-width: 980px;
  padding: 0 0 0 20px;
  margin: 0 auto;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 13px;
  line-height: 1.3rem;
  color: #fff;
}
#copyright .region-copyright span {
	margin-right: 20px;
}
#copyright .region-copyright a {
	color: #ff6;
}

/*
* Tables ---------------------------------------------------------------------
 */
/* Table Variables
----------------------------------------------------------------------- */
table {
  margin-bottom: 15px;
  color: #003;
  width: 100%;
  border: none;
}
table th {
  background: #cdb87d;
  border-left: 1px solid #e6dcbe;
  color: #1d2a58;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 13px;
  line-height: 1.3rem;
}
table th:first-of-type {
	border-left: none;
}
table th, table td, table caption, table tr {
  padding: 10px;
}
table td {
  border-left: 1px solid #fbfbf4;
  font-weight: 400;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 11px;
  line-height: 1.1rem;
}
table tfoot {
  font-style: italic;
}
table caption {
  background: none;
}
table tbody th {
  border-bottom: none;
}
table tr {
  background: #f2edde;
  border: none;
}
table tr.even {
  background: #e2d7b7;
  border: none;
}
table tr td {
	border-left: 1px solid #f9f6ef;
}
table tr.even td {
	border-left: 1px solid #f1ebdb;
}
table tr td:first-of-type {
	border-left: none;
}

/*
* MISC ---------------------------------------------------------------------
 */
div.messages {
  /* Important messages (status, warning, and error) for the user. See also the declarations in messages.css. */
  margin: 1.5em 0;
  /* Drupal core uses "6px 0" margin */
}
div.messages ul {
  margin-top: 0;
  margin-bottom: 0;
}

/*.not-logged-in .error,*/
.not-logged-in .message {
  display: none;
}

.not-logged-in .error {
  display: none;
}

.not-logged-in.page-user .error {
  display: block!important;
}

.not-logged-in.page-user .message {
  display: block!important;
}

ul.inline {
  /* List of links generated by theme_links() */
  display: inline;
  padding: 0;
}
ul.inline li {
  display: inline;
  list-style-type: none;
  padding: 0 5px 0 0;
  /* LTR */
}

span.field-label {
  /* The inline field label used by the Fences module */
  padding: 0 1em 0 0;
  /* LTR */
}

.item-list .pager {
  /* A list of page numbers when more than 1 page of content is available */
  padding: 0;
}
.item-list .pager li {
  /* Each page number in the pager list */
  padding: 0 5px;
}

.clear {
  clear: both;
}

/*.front #page-title, .front #content ul.primary{@include element-invisible;}*/
/*	Pitt Bar Variables
	====================== */
/*
* Pitt Bar Links ---------------------------------------------------
*/
#pitt-header {
  margin: 0 auto;
  position: relative;
  text-indent: -1000em;
  height: 82px;
  background: #222757;
  border-bottom: 1px solid #4d5378;
}

#block-menu-menu-pitt-bar h2.title {
  display: none;
}

#pitt-header .blue {
  background: #222757 !important;
  padding: 15px 20px;
  max-width: 960px;
  margin: 0 auto;
  height: 52px;
}

#pitt-header .white {
  background: #fff !important;
  padding: 15px 20px;
  max-width: 960px;
  margin: 0 auto;
  height: 52px;
}

#p-link {
  display: block;
  float: left;
  width: 379px;
  height: 52px;
  margin-left: 20px;
}

#p-link {
  background: url("../images/pitt-blue.png") left top no-repeat;
}

/* banner border */
#pitt-header {
  border-bottom: 1px solid none;
}

/*
* PITT BAR LINKS
*/
/* banner link color */
.blue #pitt-links a {
  color: #c9ba80;
}

/* banner li color (pipes) */
#pitt-links li {
  color: #003;
}

#pitt-links {
  background: none;
  font-size: 10px;
  font-size: 1rem;
  line-height: 10px;
  line-height: 1rem;
  float: right;
  display: block;
  margin: 29px 20px 0 0;
  padding: 0;
  text-transform: uppercase;
  text-indent: 0;
}

#pitt-links ul.menu {
	margin: 0;
	padding: 0;
}

#pitt-links ul.menu li {
  border-right: 1px solid #616a8a;
  float: left;
  display: block;
  list-style: none;
  margin: 0;
  margin-right: 8px;
  padding: 0;
  padding-right: 8px;
}

#pitt-links ul.menu li.last {
  border: none;
  padding-right: 0;
  margin-right: 10px;
}

#pitt-links li a {
	color: #003;
  text-decoration: none;
}

#pitt-links li a:hover,
#pitt-links li a:active {
  text-decoration: underline;
}

@media
only screen and (max-width : 1010px),
only screen and (max-width : 1010px) and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (max-width : 1010px) and (min-device-pixel-ratio : 1.5),
only screen and (max-width : 1010px) and (-webkit-min-device-pixel-ratio : 2),
only screen and (max-width : 1010px) and (min-device-pixel-ratio : 2) {
	#header #name-and-slogan {
		margin-left: 45px;
		margin-top: 40px;
	}
	
	#footer-inside #footer {
		max-width: none;
		width: auto;
		margin: 0;
	}
	
	#copyright .region-copyright {
		max-width: none;
		width: auto;
		margin: 0;
	}
}


@media
only screen and (max-width : 700px),
only screen and (max-width : 700px) and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (max-width : 700px) and (min-device-pixel-ratio : 1.5),
only screen and (max-width : 700px) and (-webkit-min-device-pixel-ratio : 2),
only screen and (max-width : 700px) and (min-device-pixel-ratio : 2) {
	
	#p-link {
		width: 280px;
		height: 40px;
		margin: 0 0 0 20px;
		background-size: 100%;
	}
	
	#pitt-header .blue {
		max-width: 100%;
		width: auto;
		height: auto;
	}
	
	#pitt-header {
		height: 90px;
	}
	
	#pitt-links {
		float: left;
		clear: left;
		margin: 10px 0 0 20px;
	}
}

@media
only screen and (max-width : 690px),
only screen and (max-width : 690px) and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (max-width : 690px) and (min-device-pixel-ratio : 1.5),
only screen and (max-width : 690px) and (-webkit-min-device-pixel-ratio : 2),
only screen and (max-width : 690px) and (min-device-pixel-ratio : 2) {

  #p-link {
  	margin: 0;
  }
  
  #pitt-links {
    margin: 10px 0 0;
  }
	
	#header #name-and-slogan {
		position: absolute;
		top: 20px;
		left: 20px;
		margin: 0;
	}
	
	#header #name-and-slogan #site-name {
		font-size: 23px !important;
		font-size: 2.3rem !important;
		line-height: 23px;
		line-height: 2.3rem;
		letter-spacing: 2px;
		padding: 0;
	}
	
	.header-wrapper {
		height: 120px;
	}
}

@media
only screen and (max-width : 480px),
only screen and (max-width : 480px) and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (max-width : 480px) and (min-device-pixel-ratio : 1.5),
only screen and (max-width : 480px) and (-webkit-min-device-pixel-ratio : 2),
only screen and (max-width : 480px) and (min-device-pixel-ratio : 2) {
	
	#content-wrapper {
		padding-bottom: 0;
	}
	
	#content {
		margin-bottom: 0;
	}

	#content article p {
		clear: both;
	}

	#content article img.image-left {
		float: left;
		margin: 10px 5px 5px;
	}
	
	#content article img.image-right {
		float: right;
		margin: 10px 5px 5px;
	}
}

 
/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1011px) {
}