﻿/* Site-wide styles */

a {
	color: #33496D;
}

a:hover {
	color: #919EAC;
}

.bodyTitle {
	font-size: 110%;
	font-weight: bold;
	color: #001E4C;
}

.sectionTitle {
	font-size: 115%;
	font-weight: bold;
	color: #8495A9;
	border-bottom: 1px solid #8495A9;
}

.header {
	font-size: 105%;
	font-weight: bold;
	color: #001E4C;
}

.indent {
	margin-left: 0.8em;
}

.bold {
	font-weight: bold;
	color: #001E4C;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1.1em;
}

h5 {
	font-size: 1em;
}

h6 {
	font-size: 0.9em;
}

#Content ul {
	list-style: none;
}

#Content ul li {
	list-style-image: url('images/darkBlueBullet.gif');
}

#Content pre {
	font-family: courier new, courier, sans-serif;
	font-size: 110%;
}

#Content .center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#Content p.center {
	text-align: center;
}

#Content hr {
	border: 0;
	height: 1px;
	color: #001E4C;
	background: #001E4C;
}


/* FEATURE */

#featureColumn {
	width: 30em;
	float: left;
	/*
	margin-left: 0.8em;
	_margin-left: 0.4em;
	margin-right: 1em;
	padding-top: 1em;
	padding-bottom: 1em;
	*/
	padding: 1em;
	padding-bottom: 1.3em;
}

#featureBox {
	width: 30em;
	background-color: #ececec;
	border: 1px solid #bcbcbc;
}

#feature {
	width: 30em;
	_height: 29em;
	min-height: 29em;
	color: #001e4c;
	background-color: #ececec;
}

#feature img.feature {
	border: 1px solid #a0a0a0;
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 26em;
}

#feature .header {
	font-weight: bold;
	text-align: center;
	margin-bottom: 0.5em;
	margin-top: 0.25em;
	font-size: 120%;
	color: #58697c;
}

#feature .title {
	font-weight: bold;
	text-align: center;
	color: #64788e;
	font-size: 110%;
	margin: 0.5em;
}

#feature .description {
	margin: 0.2em 0.8em 0.8em 0.8em;
	text-align: justify;
	color: #555;
}

#feature .description a {
	margin-top: 1em;
	display: block;
	width: 6em;
}

#feature .buttons {
	margin-right: 0.6em;
	margin-bottom: 0.5em;
	text-align: right;
}

#feature .buttons img {
	height: 1.5em;
	border: none;
}


/* MAIN CONTENT */

#Content a {
	color: #58697c;
	font-weight: bold;
}

#Content a:hover {
	color: #001e4c;
}

#newsColumn {
	float: left;
	width: 64em;
	margin-top: 0.75em;
	/*margin-left: 0.5em;*/
	padding-left: 0.3em;
}

#Content .newsItem {
	float: right;
	margin-bottom: 1.8em;
}

#Content .newsDetails, #Content .newsDetailsNoNews {
	float: left; 
	margin-top: 0.5em; 
	margin-left: 0.25em;
	margin-right: 1.3em;
	width: 47em;
	text-align: justify;
}

#Content .newsDetailsNoNews {
	float: none;
	width: 62em;
}

#Content .newsTitle {
	font-size: 120%; 
	font-weight: bold; 
	color: #33496d;
}

#Content .newsItem img {
	width: 15em;
	display: inline;
	float: right; 
	border: 1px solid #8495a9; 
}

#Content .newsItem h1 {
	margin-bottom: 0em;
}

#Content .newsItem p {
	margin-top: 0.25em;
}

#Content .subText {
	margin-top: 1em;
	font-size: 96%;
	color: #666;
}

#RelatedLinks {
	padding-top: 0.4em;
	height: 2.8em;
	color: #ddd;
	text-align: center;
	width: inherit;
	background-color: #8495A9;
}

#RelatedLinks a {
	color: #ddd;
	text-decoration: underline;
}

#RelatedLinks a:hover {
	color: #33496D;
}

/* MENU */

#SideBar ul .header, .relatedHeader {
	margin-left: 0em;
	font-weight: bold;
	color: #405679;
}

#PageLinks ul .header {
	
}


/* FEATURED RESEARCH CONTROL */

#featuredResearch {
	width: 64em;
	margin: 1.5em auto;
	background-color: #ececec;
	border: 1px solid #bcbcbc; 
	color: #001e4c;
	padding: 0.5em 1.25em;
	position: relative;

	min-height: 22.5em;			/* ie6 min-height workaround */
	height: auto !important;
	height: 22.5em;
}

#featuredResearch img.feature {
	border: 1px solid #a0a0a0;
	width: 26em;
	height: 18.6em;
	float: left;
	margin-right: 1.25em;
}

#featuredResearch .header {
	font-weight: bold;
	text-align: center;
	margin-bottom: 1.2em;
	font-size: 120%;
	color: #58697c;
}

#featuredResearch .title {
	font-weight: bold;
	text-align: center;
	color: #64788e;
	font-size: 110%;
	margin-bottom: 0.5em;
}

#featuredResearch .descriptionWindow {
	height:14.7em; 
	overflow:auto;
}
#featuredResearch .description {
	text-align: justify;
	color: #555;
}

#featuredResearch .description .linkContainer {
	font-weight: bold;
}

#featuredResearch .description a {
	
}

#featuredResearch .buttons {
	margin-top: 1.5em;
	margin-right: 0.75em;
	margin-bottom: 0.65em;
	text-align: right;
	position: absolute;
	bottom: 0;
	right: 0;
}

#featuredResearch .buttons img {
	height: 1.5em;
	border: none;
}

/* Research Opportunities Control */

#Content a.jumpLink {
	margin-left: 1em;
}

div .researchGroup {
	margin-top: 2em;
	margin-bottom: 3.5em;
}

div .researchPerson {
	margin-bottom: 1.5em;
	margin-top: 1em;
	font-size: 1.1em;
}

.researchPerson a {
	font-size: 1.05em;
}

.researchProjects a {
	font-size: 1em;
}

.researchPerson ul {

}

.researchPerson .researchSpecialty, .researchProjects, .researchStudents {
	margin-bottom: 0.5em;
}

div .projectTitle {
	color: #58697C;
	font-weight: bold;
	font-size: 1.5em;
	margin-bottom: 1em;
}

/* BYU OVERRIDES */

/* menu.css */
#Level2 li.header {
		color: #405679;
		font-weight: bold;
		text-transform: uppercase;
		margin-top: 0.4em;
		font-size: 95%;
		margin-left: -1.9em;
}

/* byuBar.css */
#HighlightsContainer {
	margin-top: 1.5em;
	height: 1.5em;
}

#ParentDepartment { 
	font-size: 0.9em;
}

/* content.css */
#Content h1 {
	margin: 0em 0em 0em 0em;
	border-bottom: 1px solid #8495a9;
	font-size: 1.4em;
}

/* content.css */
#Content h2 {
	font-size: 1.3em;
}

#MainContent {
	margin: 0.5em;
}

/* level3.css */
#SideBar ul {
	margin-top: 1em;
}

#SideBar li.header {
	margin-top: 0.8em;
}

