/*
Site:	global
CSS:	site.css
*/

dt, dt a:link, dt a:visited {
	color: #01526c;
}

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	color: #962012;
	text-decoration: none;
}

#siteHeader {
	background-color: #d46c15;
}

a h1 {
	text-decoration: none;
}

dt, dt a:link, dt a:visited {
	color: #01526c;
}

/* This section hacks the top navigation bar so that it shows in two lines */
#navPrimary {
	margin: 0;
	width: 43%;
}
ul#navPrimary li#navAboutUs a,
ul#navPrimary li#navAwards a,
ul#navPrimary li#navEvents a  {
	font-weight: normal;
}

#navPrimary li.current a.current,
#navPrimary li.current li.current a.current,
#navPrimary li.current li.current li.current a.current {
	background: #efe8cd;
	color: #d46c15;
}

#navPrimary a:hover {
	background: #fff !important;
	color: #d46c15;
}

ul#navPrimary {
	margin: 7px 15px 0 0 !important;
}

/* Lists */
ol.shortChecklist li,
ol.shortChecklistTwo li,
ol.shortChecklistThree li,
ol.shortChecklistFour li,
ol.shortChecklistFive li {
	position: relative;
	min-height: 35px;
	/*	Managed in /assets/js/jquery.customglobal.js */
}

ol.shortChecklist li h4,
ol.shortChecklistTwo li h4,
ol.shortChecklistThree li h4,
ol.shortChecklistFour li h4,
ol.shortChecklistFive li h4 {
	padding-top: 8px;
}

ul.longChecklist, ul.longChecklist li ul {
	list-style-image: url('/mura/global/images/icon_checkmark.gif') !important;
}
 
/* Student Profiles OLD - to be deleted after launching in April 2011 */
.studentProfile {
	z-index: 1;
	position: absolute; 
	top: 59px; 
	right: 10px;
}

.studentProfile a {
	text-decoration: none;
}

.studentProfile h2{
	width: 215px;
}

.profileIntro {
	background-color: #D36C14;
	padding: 10px;
	width: 215px;
	height: 65px;
}

.profileIntro:hover {
	background-color: #962012;
	cursor: pointer;
}

.profileIntro h2 {
	color: #FFFFFF;
	font-weight: bold;
}

.profileIntro p  {
	color: #FFFFFF;
	font-size: .8em;
	text-transform: uppercase;
	margin-top: -5px;
}

.profileSummary {
	background-color: #D4CCAE;
	padding: 10px;
	width: 215px;
	height: 50px;	
}

.profileSummary p, .profileSummary a {
	color: #962012;
	line-height: 1.5em;
}
	
.profileSummary a:hover {
	text-decoration: underline;
}


/* Data Table */
table.dataTable th {
	background-color: #DD8E1E;
}

.dataTable td {
	background-color: #EFE8CD;
}

/* Callouts */
.callOut {
	border-color: #67ba2d;
	margin-left: 8px;
}
	
/* onThisPage menu */
.onThisPage {
	border-color: #67ba2d;
}

/* download a PDF document in Safety abroad section */
.fileSafety {
	width: 300px;
}

.fileSafety a {
	display: inline-block;
	padding: 8px 8px 8px 40px;
	margin-bottom: 20px;
	-moz-border-radius: 6px; /* for Firefox */
	-webkit-border-radius: 6px; /* for Safari and Chrome */
 	background: #d4ccae url('/mura/global/images/gg-sa-checkmark.png') top left no-repeat;
	min-height: 30px;
	text-decoration: none;
	color: #962012;
}
.fileSafety a:hover {
	color: #fff;
	background: #67ba2d url('/mura/global/images/gg-sa-checkmark.png') top left no-repeat;
}

/* eliminate grey background in the right sidebar of 3 Safety abroad pages */
#safetyabroad #right .holder {
	padding: 0 !important;
	background: #fff !important;
}
#safetyabroad #right .wrap {
	padding: 0 !important;
	margin: 0 !important;
	background: #fff !important;
}


/* picture profile in the right sidebar of 3 Safety abroad pages */
.pictureProfile img {
	width: 220px;
	height: 300px;
}

.pictureIntro {
	width: 200px;
	background-color: #D36C14;
	padding: 8px 10px 1px 10px;
}

.pictureIntro h2 {
	color: #fff;
	font-weight: bold;
}

.pictureIntro p  {
	color: #fff;
	font-size: .8em;
	text-transform: uppercase;
}

.pictureSummary {
	width: 200px;
	background-color: #D4CCAE;
	padding: 8px 10px 1px 10px;
	margin-bottom: 20px;
}

.pictureSummary p {
	color: #962012;
	line-height: 1.5em;
}

/* learning outcome call-out box */
.learningCallout {
	width: 490px;
	background: #d4ccae url('/mura/global/images/gg-sa-lightbulb.png') top left no-repeat;
	display: inline-block;
	min-height: 30px;
	padding: 8px 10px 8px 40px;
	margin-bottom: 20px;
	-moz-border-radius: 6px; /* for Firefox */
	-webkit-border-radius: 6px; /* for Safari and Chrome */
}
.learningCallout li {
	margin-left: -32px;
	list-style-type: disc !important;
}


/* styles for the student profiles on the landing page */
.student-profiles, .student-profiles ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.student-profiles {
	background-color: #EAE5D2;
	border: solid 1px #D4CCAE;
}

.student-profiles a {
	color: #0046A5;
	text-decoration: none;
}

.student-profiles a:hover {
	color: #7699FF;
	text-decoration: underline;
}

.student-profiles>li {
	width: 158px;
}

.profile-item>ul {
	position: relative;
	width: 158px;
	height: 275px;
}

.profile-item>ul a {
	display: block;
	width: 150px;
	height: 122px;
	position: absolute;
	top:  0;
	left:  0;
	padding: 153px 0 0 9px;
	background-image: url('/mura/global/images/pixel.gif'); /*a hack to give the anchor "hasLayout=true" in IE 7 and 8 */
}

 #UbcContent #primary .profile-item>ul li {
	width: 138px;
	color:  #777;
	margin: 0;
	font-weight: bold;
}

#primary .profile-item>ul li.photo {
	background-color: #fff;
	padding: 9px;
	border: solid 1px #D4CCAE;
	-webkit-box-shadow: 0px 0px 12px #D4CCAE;
	-moz-box-shadow: 0px 0px 12px #D4CCAE;
	box-shadow: 0px 0px 12px #D4CCAE;
}

.profile-item>ul li em {
	font-style: normal;
	font-weight: normal;
}

.profile-item>ul li img {
	width:  138px;
	-webkit-box-shadow: 0px 0px 12px #D4CCAE;
	-moz-box-shadow: 0px 0px 12px #D4CCAE;
	box-shadow: 0px 0px 12px #D4CCAE;
}

#primary .profile-item .program, #primary .profile-item .major, #primary .profile-item .country {
	padding: 0 9px 3px 9px;
	margin:  0;
}

#primary .profile-item .program {
	padding-top: 17px;
}

.profile-item .student-name a {
	font-size: 12px !important; /* an ugly hack to overide the universal selector in the global-typography.css – bad, bad universal selector :p */
	font-weight: bold;
	color: #0046A5;
	letter-spacing: normal;
}

.profile-item .student-name a:hover {
	color: #7699FF;
}

#primary .archive li {
	list-style-type: none; /* to overide the properties declared in the global-site.css */
}

.student-profiles.archive {
	width:  534px;
	padding: 10px 13px 10px 13px;
}

.student-profiles.archive > li {
	padding: 0 10px;
	width: 158px;
	float: left;
}

.student-profiles.archive > li:hover {
	-webkit-box-shadow: 0px 0px 12px #D4CCAE;
	-moz-box-shadow: 0px 0px 12px #D4CCAE;
	box-shadow: 0px 0px 12px #D4CCAE;
	background-color: #F4F2E7;
}

.student-profiles.archive > li.clear-hack {
	float: none;
	clear:  both;
}


/* student profiles styles for the full-profile page */
blockquote {
	margin: 0 0 10px 0;
	padding: 0;
	color: #888;
	font-size: 16px;	
}

.student-profile-image {
	width: 550px;
}

.caption {
	background-color:#EAE5D2;
	width: 540px;	
	font-size: 12px;
	color: #474744;
	display: block;
	padding: 10px 5px 10px 5px;
	margin-bottom: 15px;
}

.caption .credits {
	color: #888;
}


/* student profiles styles for the sidebar */
.student-profiles-sidebar {
	list-style-type: none;
	padding: 0;
	margin-top: 25px;
	margin-left: 5px;
	width: 200px;
}

.student-profiles-sidebar li h3 {
	padding-top: 0;
}

.student-profiles-sidebar a.go-right { 	
	background: url('/mura/global/images/go-right.png') no-repeat;
	background-position: right;
	padding-right: 20px;
	font-weight: bold;
	
}

.student-profiles-sidebar li {
	border-bottom: 1px solid #eee;
	padding-top: 10px;
	padding-bottom: 5px;
}

.student-profiles-sidebar li h4 {
	position: relative;
	color: #888;
	padding: 0 0 2px 43px;
}

.student-profiles-sidebar li h4 a {
	color: #0046A5;
}

.student-profiles-sidebar li h4 a:hover {
	color: #7699FF;
	text-decoration: underline;
}

.student-profiles-sidebar li h4 span {
	display: block;
	font-weight: bold;
	padding: 2px 0;	
}

.student-profiles-sidebar li h4 em {
	font-style: normal;
	font-weight: normal;
	
}

.student-profiles-sidebar li h4 img {
	position: absolute;
	left: 0;
	width:  30px;
	border: 3px solid #fff;
	-webkit-box-shadow: 0px 0px 3px #D4CCAE;
	-moz-box-shadow: 0px 0px 3px #D4CCAE;
	box-shadow: 0px 0px 3px #D4CCAE;	
}

.student-profiles-sidebar li h4 img:hover {
	border: 3px solid #F4F2E7;
	-webkit-box-shadow: 0px 0px 6px #D4CCAE;
	-moz-box-shadow: 0px 0px 6px #D4CCAE;
	box-shadow: 0px 0px 6px #D4CCAE;	
}


/* EOF */
