@charset "UTF-8";

/*
	Theme Name: Sturm College of Law
	Date: July 2013
	Description: University of Denver Sturm College of Law
	Version: 1.0
	Author: Angie Hunckler
	Author URL: http://yellowboxcar.com
*/

/* ===========================
   ======= Body style ======== 
   =========================== */
body {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 100%; /* base font size is 14px */
	background-color: #FFF;
	line-height:1.3em;
	text-align:left;
}
.body {
	clear: both; 
	margin: 0; 
	width: 100%;
}
ul, ol, dl {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
content ol {
	list-style-type: decimal; 
}
content ol li {
    list-style-type: decimal;
	margin: 15px;
	list-style-position: outside;
}

/*--Sprites--*/
.sturm-college-of-law-logo, .facebook-law, .flickr-law, .linkedin-law, .linkedin-hover, .search, .twitter-law, .youtube-law { background: url(/site/images/sprites.png) no-repeat; }


.sturm-college-of-law-logo{
	background-position: 0 0;
	width: 291px;
	height: 105px;
	float: left;
}

/* News */

ul.news {
    list-style-type: disc;
}

ul.news li {
    margin-bottom: 20px;
}


/* ===========================
   ========= Headings ======== 
   =========================== */
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 0;
	padding-left: 0;
	margin-bottom: 20px;
	line-height: 1.3em;
}
/* ===========================
   ======= Anchor style ====== 
   =========================== */
a img {
	border: none;
	text-decoration: none;
}
a {
	text-decoration: none;
}
a:link a:visited {
	color: #42413C;
}
a:hover, a:active, a:focus {
	color: #830b25;
}
a.blackLink:link {
	color: #333333;
	font-weight: bold;
}
/* ===========================
   ===== Main Header ===== 
   =========================== */
.mainheader {
	clear: both;
	height: 160px;
	width:100%;
}
.mainheader .header {
	width: 980px;
	clear: both;
	margin: 0 auto;
	padding-top: 25px;
}
.mainheader img {
	display: block;
	float: left;
	margin-left: 70px;
	height: auto;
}
.mainheader .header .topnav {
	float: right;
	height: 30px;
	width: 430px;
	text-align: right;
	margin-right: 70px;
}
.mainheader .header .topnav a:link, .mainheader .header .topnav a:visited {
	font-size: 75%;
	display: inline;
	margin-left: 10px;
	color: #7d7d7d;
}
.mainheader .header .topnav a:hover, .mainheader .header .topnav a:active {
	font-size: 75%%;
	color: #000000;
}
.mainheader .header .search {
	float: right;
	clear:right;
	height: 20px;
	width: 150px;
	text-align: center;
	margin: 0 70px 10px 0;
	border: 1px solid #000;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 5px 40px;
	background-position: 0 -217px ;
	color: #b2b2b2;
}
.mainheader .header .gift {
	float: right;
	clear:right;
	height: 50px;
	width: 120px;
}
.mainheader .header .gift p {
	text-align: center;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #830b25;
}
/*general CSS for button*/
.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 25px;
	padding: 5px 15px;
	margin: 0;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}
.red-button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 25px;
	padding: 5px 15px;
	margin: 10px;
    background: #830b25;

	color: #FFFFFF !important;
	max-width: 200px;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.red-button:hover {
	text-decoration: none;
}
.red-button:active {
	position: relative;
	top: 1px;
}
/* button gift color red */
.red {
	color: #FFFFFF;
	border: solid 1px #830B25;
	background: #830b25;
	background: -webkit-gradient(linear, left top, left bottom, from(#B56D7C), to(#830B25));
	background: -moz-linear-gradient(top,  #B56D7C,  #830B25);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#B56D7C', endColorstr='#830B25');
}
.red:hover {
	color: #e5e4df;
	background: #830b25;
	background: -webkit-gradient(linear, left top, left bottom, from(#b56d7c), to(#420818));
	background: -moz-linear-gradient(top,  #b56d7c,  #420818);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#b56d7c', endColorstr='#420818');
}
.red:active, .red:focus {
	color: #e5e4df;
	background: -webkit-gradient(linear, left top, left bottom, from(#b56d7c), to(#420818));
	background: -moz-linear-gradient(top,  #b56d7c,  #420818);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#b56d7c', endColorstr='#420818');
}
/* ===========================
   ===== Main Navigation ===== 
   =========================== */
.mainnav {
	clear: both;
	height: 50px;
	width:100%;
	border-top: 3px solid #7b704b;
}
.mainnav nav {
	width: 980px;
	margin: 0 auto;
	padding:0;
	position:relative;
	z-index:1000;
}
.mainnav nav ul {
	padding: 0;
	margin: 0;
}
.mainnav nav ul li {
	list-style-type:none;
	display:inline-block;
	position:relative;
}
.mainnav nav a:link, .mainnav nav a:visited {
	font-size: 120%;
	color: #000;
	padding:15px;
	margin:0;
	display:inline-block;
}
.mainnav nav li:hover a, .mainnav nav li:active a {
	font-size: 120%;
	padding:15px;
	margin:0;
	display: block;
	background:#f2f2e8;
}
.mainnav nav ul li .mainnav-sub {
	font-size:90%;
	display:none;
    position: absolute;
    top: 50px;
    left: 0;
    width: 250px;
	padding:0;
	margin:0;
}
.mainnav-sub li {
    border-left: 1px solid black;
    border-right: 1px solid black;
}
.mainnav nav ul li:hover .mainnav-sub {
	display:block;
}
.mainnav nav ul li:hover .mainnav-sub li {
	list-style-type:none;
	display: block;
}
.mainnav nav ul li .mainnav-sub li a:link, .mainnav nav ul li .mainnav-sub li a:visited {
	padding:10px;
	display: block;
	border-bottom: 1px solid #554d35;
	background:#f2f2e8;
}
.mainnav nav ul li .mainnav-sub li a:hover, .mainnav nav ul li .mainnav-sub li a:active {
	color:#fff !important;
	padding:10px;
	display: block;
	border-bottom: 1px solid #554d35;
	background:#830b25;
}

/* ===========================
   ======= HOME: Slider ====== 
   =========================== */
/*some settings in theme-office.css*/
#slider .caption-top { 
	right: 0;
	top: 0;
	width: 380px;
	height: 107px; 
}
#slider .caption-lower-right { 
	right: 0;
	bottom: 0;
	width: 380px;
	height: 107px; 
}
#slider .caption-left { 
	left: 0;
	top: 0;
	width: 380px;
	height: 105px; 
}
#slider .caption-left-short { 
	left: 0;
	top: 0;
	width: 380px;
	height: 65px; 
}
#slider .caption-right-short { 
	right: 0;
	top: 0;
	width: 380px;
	height: 65px; 
}
#slider .caption-lower-left { 
	left: 0;
	bottom: 0;
	width: 380px;
	height: 65px; 
}
#slider .caption-top h2 { 
	font-weight: normal;
	font-size: 120%;
	margin: 0 0 5px 0;
	color:#e6b418;
}
#slider .caption-lower-right h2 {
	font-weight: normal;
	font-size: 120%;
	margin: 0 0 5px 0;
	color:#e6b418;
}
#slider .caption-left h2 { 
	font-weight: normal;
	font-size: 120%;
	margin: 0 0 5px 0;
	color:#e6b418;
}
#slider .caption-left-short h2 { 
	font-weight: normal;
	font-size: 120%;
	margin: 0 0 5px 0;
	color:#e6b418;
}
#slider .caption-right-short h2 { 
	font-weight: normal;
	font-size: 120%;
	margin: 0 0 5px 0;
	color:#e6b418;
}
#slider .caption-lower-left h2 { 
	font-weight: normal;
	font-size: 120%;
	margin: 0 0 5px 0;
	color:#e6b418;
}
#slider .caption-lower-right h2 { 
	font-weight: normal;
	font-size: 120%;
	margin: 0 0 5px 0;
	color:#e6b418;
}
/* added #slider li to make panels the same size in case "resizeContents" is false */
ul#slider, ul#slider li {
    width: 980px;
	height: 350px;
    list-style: none;
}
.show-hide { cursor: pointer; }
#slider .caption-top {
	background: #000; 
	color: #fff; 
	padding: 10px; 
	margin: 0; 
	position: absolute; 
	z-index: 100; 
	opacity: .75; 
	filter: alpha(opacity=75); 
}
#slider .caption-left {
	background: #000; 
	color: #fff; 
	padding: 10px; 
	margin: 0; 
	position: absolute; 
	z-index: 100; 
	opacity: .75; 
	filter: alpha(opacity=75); 
}
#slider .caption-left-short {
	background: #000; 
	color: #fff; 
	padding: 10px; 
	margin: 0; 
	position: absolute; 
	z-index: 100; 
	opacity: .75; 
	filter: alpha(opacity=75); 
}
.slider {
	clear: both;
	height: 350px;
	width:100%;
	background-color: #a69563;
}
.slider-inner {
	margin: 0 auto;
}
/* ===========================
   ======= PAGES: Banner ====== 
   =========================== */
.banner {
	clear: both;
	height: 225px;
	width:100%;
	background-color: #a69563;
}
.banner-inner {
	margin: 0 auto;
	text-align: center;
    position: relative;
}

.banner-inner a {
	color: white;
    position: relative;
}
.banner-inner p { /*caption*/
	font-size: 50px;
	letter-spacing:1px;
	color: #FFF;
	text-align: left;
    max-width: 945px;
    padding-left: 35px;
	line-height: 1.1em;
	z-index:999;
	text-shadow: 2px 2px 5px #000;
    position: absolute;
    bottom: 0;
    left: 35px;
}
/* =============================
   ======= Sub Navigation ====== 
   ============================= */
.subnav {
	clear: both;
	height: 45px;
	width:100%;
	background-color: #830b25;
	font-weight: normal;
}
.subnav nav {
	width: 980px;
	margin: 0 auto;
	text-align: center;
}
.subnav nav ul {
	list-style-type: none;
	padding: 10px 0;
}
.subnav nav ul li {
	display: inline;
	margin: 0 37px;
}
.subnav nav ul li a:link, .subnav nav ul li a:visited {
	color: #FFF;
	font-size: 120%;
}
.subnav nav ul li a:hover, .subnav nav ul li a:active {
	color: #e6b418;
	font-size: 120%;
}
/* ===========================
   ======= Content Area ====== 
   =========================== */
.mainContent {
	width:100%;
	height:100%;
	background: #FFF; /* the auto value on the sides, coupled with the width, centers the layout */
}
.content-home {
	width:840px;
	margin: 0 auto;
}
.content-page {
	width:980px;
	margin: 0 auto;
}

.breadcrumbs {
	color: #899759;
	font-weight: normal;
	border-bottom: 2px solid #e5e4df;
	line-height: 125%;
	padding: 10px 0;
	margin: 0 0 30px 0;
}
.breadcrumbs a:link, .breadcrumbs a:visited {
	color: #899759;
}
.breadcrumbs a:hover, .breadcrumbs a:active {
	color:#000;
}
.mainContent h1 {
	font-weight: normal;
	color: #830b25;
}
.mainContent h2 {
	color: #830b25;
	font-weight: normal;
	border-bottom: 2px solid #e5e4df;
	line-height: 125%;
	padding-top: 10px;
	clear: both;
}
.first { /*first paragraph larger font*/
	font-size: 19px;
}
.mainContent p {
	line-height: 1.4em;
}
.mainContent a {
	color: #830b25;
}
.mainContent a:hover, .mainContent a:active {
	color: #89975A;
}
.mainContent p img {
	float: left;
	margin: 0 15px 15px 0;
}
.mainContent img {
	border: 1px solid #e5e4df;
	padding: 5px;
}
.content-home .col-left {
	float: left;
	width: 400px;
	margin: 40px 0;
}
.content-home .col-right {
	float: right;
	width: 400px;
	margin: 40px 0;
}
/*Content for Landing Pages*/
.content-page .col-left {
	float: left;
	width: 275px;
	margin: 40px 0;
}
.content-page .col-left-portal {
	float: left;
	width: 275px;
	margin: 12px 0;
}
.in-this-section {
	margin: 15px 0 10px 0;
	padding:5px 0;
	background:#8a985b;
	width:275px;
	border-radius: 10px;
	text-align: center;
	letter-spacing:1px;
	color: #FFF;
	font-size: 25px;
}
.related-information {
	margin: 15px 0 10px 0;
	padding:5px 0;
	background:#8a985b;
	width:225px;
	border-radius: 10px;
	text-align: center;
	letter-spacing:1px;
	color: #FFF;
	font-size: 18px;
}
.events-announce {
	margin: 15px 0 10px 0;
	padding:5px 0;
	background:#8a985b;
	width:210px;
	border-radius: 10px;
	text-align: center;
	letter-spacing:1px;
	color: #FFF;
	font-size: 25px;
	margin-left: auto;
	margin-right: auto;
}
.in-this-section-alt {
	margin: 0 0 10px 0;
	padding:5px 0;
	background:#8a985b;
	width:275px;
	border-radius: 10px;
	text-align: center;
	letter-spacing:1px;
	color: #FFF;
	font-size: 25px;
}
.quick-links {
	margin: 15px 0 10px 0;
	padding:5px 0;
	background:#8a985b;
	width:600px;
	border-radius: 10px;
	text-align: center;
	letter-spacing:1px;
	color: #FFF;
	font-size: 25px;
}
.quick-links-students {
	margin: 15px 10px 10px 0;
	padding:5px 0;
	background:#8a985b;
	width:400px;
	border-radius: 10px;
	text-align: center;
	letter-spacing:1px;
	color: #FFF;
	font-size: 25px;
    margin-left: auto;
	margin-right: auto;	
}
.content-page .col-left content ul li {
	margin-left: 35px;
	margin-bottom: 7px;
}
.content-page .col-left content ul li a:link, .content-page .col-left content ul li a:visited {
	color: #000;
}
.content-page .col-left content ul li a:hover, .content-page .col-left content ul li a:active {
	color: #899759;
}
.content-page .col-left content ul li ul li a:link, .content-page .col-left content ul li ul li a:visited {
	color:#8a985b;
}
.content-page .col-left content ul li ul li a:hover, .content-page .col-left content ul li ul li a:active {
	text-decoration:underline;
}
.content-page .col-right {
	float: right;
	width: 640px;
	margin: 40px 0;
}
.content-page .col-right img {
	float: left;
	margin: 0 10px 10px 0;
}
.content-page .col-right .large-img img {
	float: right;
	margin: 0 0 10px 10px;
}
.content-page .col-right-portal {
	float: right;
	width: 640px;
	margin: 12px 0;
}
.content-page .col-left-cs {
	float: left;
	width: 245px;
	margin: 0px 0;
}
.content-page .two-right-cs {
	float: right;
	width: 735px;
	margin: 0px 0;
}
.content-page .col-right-cs {
	float: right;
	width: 245px;
	margin: 0px 0;
}
.content-page .col-middle-cs {
	float: left;
	width: 490px;
	margin: 0px 0;
}
.mainContent .col-right content ul li {
	list-style-type: disc;
	margin: 15px;
	list-style-position: outside;
}
.mainContent .col-right content ul ul li {
	list-style-type: circle;
	margin: 25px;		
	text-indent: 5px;
	margin-right: 10px;
}
.mainContent .col-right content ul ul ul li {
	list-style-type: square;
	margin: 25px;		
	text-indent: 5px;
	margin-right: 10px;
}
.content-page .col-right content ul.content-images li {
	display:inline-block;
	width:300px;
	vertical-align:top;
	margin:20px 0;
	padding:0;
	list-style-type: none;
}
.content-page .col-right content .content-images li img {
	margin-bottom: 10px;
}
.content-images li .caption {
	color:#830b25;
	font-size: 20px;
}
.featureBox a:link {
    color: #830C2A;
}
.featureBox a:hover {
	color: #89975A;
}
.quote {
	color: #850A27;
}
.italicHeadline {
	font: italic 17px/19px "Trebuchet MS", Arial, Helvetica, sans-serif;	
}
.landingbanner {
    float: left;
    width: 320px;
}
.landingbanner img {
	border: none;
}
/*Sidebar items below content
*/
.below-content {
	width: 640px;
}
.below-left {
	float: left;
	width: 300px;
	margin: 10px 10px;
}
.below-right {
	float: right;
	width: 300px;
	margin: 10px 10px;
}
.below-left-landing {
	float: left;
	width: 390px;
	margin: 5px 5px;
}
.below-right-landing {
	float: right;
	width: 210px;
	margin: 5px 5px;
}
.below-left-portal {
	float: left;
	width: 230px;
	margin: 5px 5px;
}
.below-right-portal {
	float: right;
	width: 230px;
	margin: 5px 5px;
}
.below-left-adm {
	float: left;
	width: 390px;
	margin: 5px 5px;
}
.below-right-adm {
	float: right;
	width: 210px;
	margin: 5px 5px;
}
.below-right-adm h2 {
	font-size: 100%;
}
.below-right-adm div, .below-right-adm b, .below-right-adm i {
	font-size: 80%;
}
.below-left-msla {
	float: left;
	width: 390px;
	margin: 5px 5px;
}
.below-right-msla {
	float: right;
	width: 210px;
	margin: 5px 5px;
}
IMG.displayed {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
IMG.displayedNoBorder {
	border: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
IMG.NoBorder {
	border: none;
	padding: 2px;
}
IMG.NoBorderPadding {
	border: none;
	padding: 0px;	
}
div.libButt
  {
  margin:0px;
  border:0px;
  height:auto;
  width:auto;
  float:left;
  }
div.libButt img
  {
  display:inline;
  margin:3px;
  border:0px;
  }

.white-button {
	margin: 15px 0 10px 0;
	padding: 0.5em 1.5em;
	background: white;
    border: 2px solid #e5e4df;
	border-radius: 5px;
	text-align: center;
	font-size: 15pt;
    display: inline-block;
}  
.white-button:link {
    color: #830b25;
}



.white-button:hover {
    color: #89975a;
}


.small-button {
	margin: 15px 0 10px 0;
	padding: 2px 8px;
	background: #89975A;
	width: 75px;
	border-radius: 5px;
	text-align: center;
	font-size: 12px;
}
.green-buttons a:link {
	color: #FFF;
}

/*CDO social icons
.mainContent .col-right content p a img {
	border: none;
	width: 35px;
	height: 35px;
	margin: -9px 5px 0 0;
} */
.facebook-cdo {
	display:inline-block;
	background-color: transparent;
	background-image: url(../images/facebook-cdo.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 35px;
	width: 35px;
	margin-right:10px;
	vertical-align:middle;
}
.facebook-cdo:hover {
	background-image: url(../images/facebook-cdo-hover.png);
}
.twitter-cdo {
	display:inline-block;
	background-color: transparent;
	background-image: url(../images/twitter-cdo.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 35px;
	width: 35px;
	margin-right:10px;
	vertical-align:middle;
}
.twitter-cdo:hover {
	background-image: url(../images/twitter-cdo-hover.png);
}
.linkedin-cdo {
	display:inline-block;
	background-color: transparent;
	background-image: url(../images/linkedin-cdo.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 35px;
	width: 35px;
	margin-right:10px;
	vertical-align:middle;
}
.linkedin-cdo:hover {
	background-image: url(../images/linkedin-cdo-hover.png);
}
.content-images li .caption a:link, .content-images li .caption a:visited {
	color:#899759;
	font-size: 16px;
}
.content-images li .caption a:hover, .content-images li .caption a:active {
	color:#000;
}
/* ===========================
   ========= Footer ========== 
   =========================== */
footer h2 a {
	color: black;
}
footer p a {
	color: white;
}
footer p a:hover, footer p a:active, footer p a:focus {
	color: white;
	text-decoration: underline;
}
.mainFooter {
	clear: both;
	height: 150px;
	background-color: #a69563;
	border-top: 3px solid #7b704b;
	padding: 30px 0;
	width:100%;
}
.mainFooter .footer {
	width:840px;
	margin: 0 auto;
}
.mainFooter .footer  ul {
	list-style-type: none;
	margin: 0;
}
.mainFooter .footer ul li {
	display: block;
	padding: 5px 0;
}
.mainFooter .footer ul li a:link, .mainFooter .footer ul li a:visited {
	font-size: 120%;
	color: #000;
}
.mainFooter .footer ul li a:hover, .mainFooter .footer ul li a:active {
	font-size: 120%;
	color: #554d35;
}
.mainFooter .footer .col-one {
	float: left;
	width: 25%;
	margin:0;
}
.mainFooter .footer .col-two {
	float: left;
	width: 25%;
	margin:0;
}
.mainFooter .footer .col-two h2 {
	font-weight: normal;
	font-size: 120%;
	margin: 0 0 10px 0;
}
.mainFooter .footer .col-two p {
	float: left;
	width: 200px;
	margin-right: 20px;
}
.mainFooter .footer .col-two p a {
	color: #42413C;
}
.mainFooter .footer .col-three {
	float: left;
	width: 50%;
	margin:0;
}
.facebook-law {
	display:inline-block;
	background-color: transparent;
	background-position: 0 -107px ;
	width: 53px;
	height: 53px;
	margin-right:15px;
}
.facebook-law:hover {
	background-position: -57px -107px ;
	width: 53px;
	height: 53px;
}
.flickr-law {
	display:inline-block;
	background-color: transparent;
	background-position: -114px -107px ;
	width: 53px;
	height: 53px;
	margin-right:15px;
}
.flickr-law:hover {
    background-position: -171px -107px ;
	width: 53px;
	height: 53px;

}
.linkedin-law {
	display:inline-block;
	background-color: transparent;
	background-position: 0 -163px ;
	width: 53px;
	height: 53px;
	margin-right:15px;
}
.linkedin-law:hover {
	background-position: -56px -163px ;
	width: 53px;
	height: 53px;
}
.twitter-law {
	display:inline-block;
	background-color: transparent;
	background-position: -113px -163px ;
	width: 53px;
	height: 53px;
	margin-right:15px;
}
.twitter-law:hover {
	background-position: -171px -164px ;
	width: 53px;
	height: 53px;
}
.youtube-law {
	display:inline-block;
	background-color: transparent;
	background-position: -228px -109px ;
	width: 53px;
	height: 53px;
	margin-right:15px;
}
.youtube-law:hover {
	background-position: -228px -165px ;
	width: 53px;
	height: 53px;
}
/* ===========================
   ========= Copyright ========== 
   =========================== */
.copyright {
	width:100%
}
.copyright p {
	clear: both;
	height: 40px;
	background: #554d35;
	text-align: center;
	color: #FFF;
	font-weight: lighter;
	padding: 10px;
	font-size: 90%;
	line-height: 125%;
	margin:0;
}

/* ===== PAGE-SPECIFIC STYLES ===== */

/* ----- Faculty Directory Listing Page ----- */

.facultyDirectory {
	width: 640px /*558px*/ !important;
	padding: 0px 10px 0 0px;
}

.facultyListing {
	float: left;
	width: 640px /*510px*/;
	border-bottom: 3px double #efe4df;
	padding: 15px 0 5px 6px;
}

.firstListing {
	padding-top: 0 !important;
}

.lastListing {
	border-bottom: 0 !important;
}

.clearDiv {
	height: 0;
	overflow: hidden;
}

.directoryHeadshot {
	padding: 2px;
	background: #f0eee4;
	border: 1px solid #efe4df;
	float: left;
	width: 76px;
	margin-right: 15px;
	display: inline;
}

.facultyDirectory .noBorder {
	border: 0;
}

.facultyInfo {
	float: left;
	width: 270px;
	margin-right: 10px;	
}

.facultyInfo h2 {
	color: #830C2A;
	font: normal 18px/24px "Trebuchet MS", Arial, Helvetica, sans-serif !important;
	padding: 0 0 6px 0 !important;
}

.facultyInfo h2 a {
	color: #830C2A;
	text-decoration: none !important;
}

.facultyInfo h2 a:hover {
	color: #89975A;
	text-decoration: none !important;
}

.title {
	font: italic 13px/15px "Trebuchet MS", Arial, Helvetica, sans-serif !important;	
	margin-bottom: 5px !important;
}

.education {
	font: normal 11px/14px "Trebuchet MS", Arial, Helvetica, sans-serif !important;	
	margin-bottom: 0 !important;
}

.department {
	font: bold 14px/16px "Trebuchet MS", Arial, Helvetica, sans-serif !important;	
}

.facultyContactInfo {
	float: left;
	width: 260px;
	padding-top: 5px;
	margin-right: -3px;
}	

.facultyContactInfo .contactInfo a,
.department a
{
	color: #000000;
	text-decoration: none !important;
	padding-bottom: 1px !important;
}

.facultyContactInfo .department a:hover {
	color: #89975A;
}
.facultyContactInfo .contactInfo a:hover {
    color: #89975A;
}

.contactLabels {
	width: 60px;
	float: left;
	margin-right: -3px;	

}

.contactLabels p {
	font: bold 12px/18px "Trebuchet MS", Arial, Helvetica, sans-serif !important;	
}

.facultyContactInfo .contactInfo {
	width: 200px;
	float: left;
	margin-right: -3px;		
}

.facultyContactInfo .contactInfo p {
	font: normal 12px/18px "Trebuchet MS", Arial, Helvetica, sans-serif !important;
}

.viewProfile {
	margin-bottom: 10px !important;
	width: 100px;
}

.viewProfile a {
	font: normal 14px/16px "Trebuchet MS", Arial, Helvetica, sans-serif !important;	
	color: #830C2A;
	text-decoration: none !important;
}

.viewProfile a:hover {
	color: #89975A;
	border-bottom: 0;
	text-decoration: none !important;	
}

#alphaTabs {
}

#alphaTabs ul {
	display: inline;
	list-style: none;
	padding: 0 !important;
	margin: 0 !important;	
	margin: 0 0 25px 0 !important;
	height: 21px;
	float: left;
	width: 672px;
}

#alphaTabs li {
	display: inline;
	float: left;
	width: 27px;
	background: transparent !important;
	padding: 0 !important;
	margin: 0 !important;
	margin-right: 1px !important;
	text-align: center;
}

#alphaTabs a {
	background: url(../images/alphaTabGreen.gif) no-repeat;
	color: #FFF;
	text-decoration: none;
	display: block;
	width: 27px;
	height: 21px;
}

#alphaTabs a:hover {
	color: #000 !important;
}

.alphaList h1 {
	margin-bottom: 7px !important;
}

/* --- Faculty Directory Profile ----- */

.facultyProfile {
	width: 640px /*760px*/ !important;
	padding: 0 0 0 0px !important;
	padding-top: 0 !important;
}

#bioCol {
	width: 375px;
	float: left;
}

#contactInfoCol {
	width: 250px;
	float: right;
	margin: 40px 0 0 0;
	overflow: hidden;
	padding-top: 20px;
}

.facultyProfile .department {
	font: bold 16px/16px "Trebuchet MS", Arial, Helvetica, sans-serif;	
	margin-bottom: 5px !important;
}

.facultyProfile .title {
	font: italic 16px/16px "Trebuchet MS", Arial, Helvetica, sans-serif;	
	margin-bottom: 12px !important;
}

.facultyProfile .education {
	font: normal 12px/18px "Trebuchet MS", Arial, Helvetica, sans-serif !important;	
	border-bottom: 3px double #A69462;
	padding: 10px 0 15px 0;
	margin-bottom: 20px !important;
}

.facultyProfile .rule {
	border-top: 3px double #A69462;
	padding: 15px 0 10px 0;
}

.facultyProfile .bioSection {
	border-bottom: 3px double #A69462;
	padding: 0 10px 5px 0;
	margin-bottom: 20px !important;
}
.facultyProfile .bioSection ul {
	list-style-type: disc;
	margin: 15px;
	list-style-position: outside;
}
.facultyProfile .bioSection p {
	font: normal 12px/18px "Trebuchet MS", Arial, Helvetica, sans-serif !important;
	margin-bottom: 20px !important;
}

.facultyProfile .bioSection ul li{
	font: normal 12px/18px "Trebuchet MS", Arial, Helvetica, sans-serif !important;
	margin-bottom: 10px !important;
}

.facultyProfile .directoryPhoto {
	margin: -20px 0 20px 0;
}

#bioCol .documentList {
	list-style: disc outside;
	margin: 0 !important;
	margin-top: 10px !important;
}

#bioCol .documentList li {
	padding-left: 20px;
	margin-bottom: 10px;
	font: normal 12px/18px "Trebuchet MS", Arial, Helvetica, sans-serif !important;
}

#bioCol .documentList li a {
	font: normal 12px/18px "Trebuchet MS", Arial, Helvetica, sans-serif !important;
}

#contactInfoCol .contactInfo p {
	list-style: none;
	font: normal 12px/16px "Trebuchet MS", Arial, Helvetica, sans-serif !important;		
	float: left;
	width: 240px;
	display: inline;
}

#contactInfoCol .contactInfo p:first-line {
	font: bold 12px/16px "Trebuchet MS", Arial, Helvetica, sans-serif !important;		
}

#contactInfoCol .contactInfo a {
	color: #830C2A !important;
	text-decoration: none !important;
	padding-bottom: 1px !important;
}

#contactInfoCol .contactInfo a:hover {
	color: #89975A !important;
}

.facultyProfile a {
	color: #830C2A !important;
	text-decoration: none !important;
	padding-bottom: 1px !important;
}

.facultyProfile a:hover {
	color: #89975A !important;
}

/* --- Faculty Publications Page ----- */

.floatLink {
	float: right;
	font: normal 12px/14px "Trebuchet MS", Arial, Helvetica, sans-serif !important;	
	color: #830C2A !important;
	text-decoration: none !important;
	padding: 0 !important;
	margin-top: 5px;
}

.floatLinkPubs {
	margin: 13px 15px 0 0;
}
/*----Image Styles----*/

.photoFloatLeft {
	float: left;
	margin: 20px 15px 15px 0;
	padding: 3px;
	border: 1px solid #c9c8af;
	background: #fff;
}

.photoNoTopMargin {
	margin-top: 0 !important;
}

.disclosures {
	display:inline-block;
	background-color: transparent;
	background-image: url(../images/ABARequiredDisclosuresButton.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 49px;
	width: 296px;
	margin-right:10px;
	vertical-align:middle;
}
.disclosures:hover {
	background-image: url(../images/ABARequiredDisclosuresButtonHover.png);
}

/* ----- Grid Calendar Styles ----- */


.calendarBG {
 border-right: 1px solid #ededdc;
 width: 920px;
 font-size: 11px;
 font-family: tahoma, verdana, arial, helvetica, sans-serf;
 margin: 20px;
 background: #fff;
}

.calendarBG th {
	color: #830C2A;
	font:  normal 18px/24px georgia, 'Times New Roman', times, serif;	
}

.noBorder {
 border-right: 0;
}
.calendarBlank { 
 background-color: #F5F5F5;
}

.calendarHeader { 
 color: #245570; 
  font-family: tahoma, verdana, arial, helvetica, sans-serf;
  margin-bottom: 10px;
  text-align: center;
 }

.calendarMonthLabel {
  color: #245570; 
  font-family: tahoma, verdana, arial, helvetica, sans-serf;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
 text-decoration:   none;
text-align: center !important;
}

.calendarMonthLinks {
  color: #830C2A !important; 
  font-family: tahoma, verdana, arial, helvetica, sans-serf;
  margin: 10px 0;
 text-decoration:   none;
}

.left {
	text-align: right;
}

.right {
	text-align: left;
}

.calendarMonthLinks a {
 color: #830C2A; 
  font-family: tahoma, verdana, arial, helvetica, sans-serf;
  font-size: 11px;
  margin-bottom: 10px;
 text-decoration:   none;
 background-color:  transparent;
}

.calendarMonthLinks a:hover {
 text-decoration:   underline;
 background-color:  transparent;
}

.calendarDayHeading {
 font-weight: bold; 
 font-size:	11px;
 color: #fff; 
 background-color: #89975A; 
 vertical-align: middle;
	padding: 5px 0 5px 60px;
	font:  normal 12px/16px georgia, 'Times New Roman', times, serif;	
	
}

.calendarToday { 

text-decoration:   none;
 text-align:  left;
 vertical-align: top;
 color:             #245570;
 background-color:  #E8E5E0 !important;
 width: 98px;
 height: 98px;
 border: 1px solid #ededdc;
 border-top: 0; 
 border-right: 0;
 padding: 2px;
}

.eventToday {
 background-color: 	#ededdc;
}

.calendarCell {
 text-decoration:   none;
 text-align:  left;
 vertical-align: top;
 color:             #245570;
 background-color:  transparent;
 width: 98px;
 height: 98px;
 border: 1px solid #ededdc;
 border-top: 0; 
 border-right: 0;
 padding: 3px;
}

.calendarCell ul,
.calendarToday ul {
	margin-top: 5px;
	list-style: none;
}

.calendarCell ul li,
.calendarToday ul li {
	padding: 0 5px 0 0;
	margin-bottom: 5px;
}

.calendarCell ul li.seeMore {
	padding-top: 10px !important;
}

.calendarCell a,
.calendarToday a {
 color:             #830C2A;
 text-decoration:   underline;
 background-color:  transparent;
}

.calendarCell a:hover,
.calendarToday a:hover {
 text-decoration:   none;
 background-color:  transparent;
}

.eventLink {
	margin-top: 10px;
}

/*----EVENT AND ANNOUNCEMENT SUBMISSION FORMS----*/
/*----Structural DIVs----*/

#content {
	background: url(/site/designs/eventSubmission/images/backgrounds/content.gif) repeat-y !important;
	font-size: 13px !important;
}


/*----Other DIVs----*/

#statusBar {
	height: 24px /*50px*/;
	border-bottom: 1px solid #b8ada2;
	margin: 0 0 10px 25px;
	padding: 13px 0;
	float: left;
	width: 913px;
}

#statusBar  {
	height: 26px;
	overflow: hidden;
}

#instructionsCol {
	float: left;
	display: inline;
	width: 205px /*235px*/;
	background: #fcfcf8;
	padding: 50px 10px 30px 20px;
	margin: 0 17px 0 25px;
}

#instructionsCol.specialFlyerCol {
	float: left;
	display: inline;
	width: 235px /*235px*/;
	background: transparent !important;
	padding: 0 !important;
	margin: 0 17px 0 25px;
}

#presentationCol {
	float: left;
	display: inline;
	width: 615px /*661px*/;
	background: #fcfcf8;
	padding: 15px 23px 10px 23px;
	margin-bottom: 25px;
}

.errorContainer {
	color: #DF0000 !important;
	padding: 7px;
	margin: 0 0 20px 0;
	background-color: #FFDFDF !important;
}




/*----Link Styles----*/


/*----- Form Customizations ----- */

#venueAddress label {
	text-align: left !important;
}

.buttons {
	border-top:1px dotted #ccc;
}

#contactPhone, #contactEmail, #eventWebsite, #documentUpload {
	margin-bottom: 20px;
}

.rightButtons {
	float: right;
}

/*-----Flyer Wizard Layout Customizations ------ */

#instructionsCol.specialFlyerCol h2 {
	color: #222;
	font-size: 14px;
	margin: 15px 0 20px 0;
}

#instructionsCol.specialFlyerCol li {
	list-style: none;
	margin-bottom: 20px;
}

#instructionsCol.specialFlyerCol li a {
	height: 200px /*235px*/;
	width: 205px /*231px*/;
	background: #fcfcf8;
	display: block;
	padding: 12px 8px 10px 16px;
	color: #222;
	text-decoration: none;
}

#instructionsCol.specialFlyerCol li a img {
	margin: 0 0 10px -8px;
}

#instructionsCol.specialFlyerCol li a.selected {
	background: #d4d4c7;
}

#presentationCol .rightColHeading {
	color: #222;
	border-bottom: 1px dotted #ccc;
	padding: 0 0 10px 0;
	margin-bottom: 15px;
}

#presentationCol #uploadOwnFlyer {
	clear: both;
	display: block;
	padding: 5px 0 25px 5px;
}

#colorSelector h3,
#uploadOwnFlyer h3 {
	color: #222;
	margin: 25px 0px 0px 5px;
	font-size: 12px;
}

#uploadOwnFlyer p {
	font-size: 12px;
	line-height: 22px;
	margin-bottom: 10px;
}

#uploadOwnFlyer h3 {
	margin: 10px 0 3px 0 !important;
}





/* ---- SAEF Overrides ----- */

#calendar_fields {
	display: none;
	height: 0;
	overflow: hidden;
}

.showSAEF #calendar_fields {
	display: block !important;
	height: auto;
	overflow: auto;
}

.showSAEF div.label.itemWrapper,
#calendar_calendars {
	display: none;
	height: 0;
	overflow: hidden;
}


/* ----- Cookie Check Instructions ----- */

.cookieCheckInstructionsContainer {
	padding: 20px;
}

.cookieCheckInstructionsContainer ol {
	list-style-position: outside;
	margin: 0 0 25px 40px;
}

.cookieCheckInstructionsContainer li {
	margin-bottom: 10px;
	display: list-item;
}

.cookieCheckInstructionsContainer h3,
.cookieCheckInstructionsContainer p {
	margin-bottom: 15px;
}

.cookieCheckInstructions a {
	color: #813127;
	text-decoration: none;
}

.cookieCheckInstructions a:hover {
	text-decoration: underline;
}
/* Table Styles */
.col-right table {
    border-collapse: collapse;
}
.col-right table td {
    border: 1px solid #E0DFCF;
    padding: 5px;
    vertical-align: top;
}

tr.darkRow {
  background-color: #eee;
}


/* Library hours styles */
.s-lc-whw-cont { font-family: Arial, Helvetica, sans-serif; }
.s-lc-whw { border-spacing:0; border-collapse:collapse; width: 97%;font-size: 11px; }
.s-lc-whw tr {border-left: solid 1px #ccc; border-right: solid 1px #ccc;}
.s-lc-whw tr th { color: #830C2A; background: #F2F2E8; border-top: solid 1px #ccc; margin: 0; padding: 4px 10px; }
.s-lc-whw tr td{ border-bottom: solid 1px #ccc;padding:5px; }
.s-lc-whw tr:hover { background-color: #f2f2f2; }
.lc_hours_nav{ z-index: 90; overflow: hidden; position: absolute; margin: 0px; text-align: center;  }
.lc_hours_ul li { list-style-type: none!important;  }
.lc_hours_ul { padding: 0px; margin: 0px; }
.lc_locname, .lc_sublocname { word-break: normal; } 
.lc_locname { font-weight: bold; color:#000; } 
.lc_locname a, .lc_sublocname a { color: #000;  } 
.lc_head_date { color: #000; font-size: 11px;}	
.lc_footnote { color: #555; } 
.lc_footnote td:hover { background-color: #fff; }
.lc_header h3 { display: none;}
.lc_header h3 a { display: none;}
.lc_prev, .lc_next { padding: 0; width: 40px; height: 20px; display: block; text-decoration: none; font-size: 22px;	}
.lc_prev{ margin: 4px 0px 0px 0px; left: 0px; float: left;}
.lc_prev .disabled, .lc_next .disabled{ display: none; }
.lc_next{ margin: 4px 0px 0px 0px; right: 0px; float: right; padding: 0px 3px; text-align: right; }
.lc_next a, .lc_prev a { color: #830B25; }
.s-lc-whw-today-h {background-color: #E9B418!important;}
.s-lc-whw-today {  background-color: #E8E5E0!important;}
.s-lc-closed, .s-lc-allday, .s-lc-time, .s-lc-byap { white-space:nowrap;}
.s-lc-note{ display: block; }

#someName { display: none; } /* Hide hp form */