/* University of Utah Continuum Magazine CSS File */
/* Written by Nikolai Langlois (nlanglois@mac.com) */
/* Modified by David Titensor (dave.titensor@ucomm.utah.edu) */
/* Added rightPhoto (nick.macey@utah.edu 1/23/07 */
	body {
		margin: 0 0 20px 0;
		padding: 0;
		min-width:890px;
		color:#000;
		background: #666 url(images/graphics/page-bg.gif) repeat;
	}
	
	ul, li /* ,p, td, tr, dl, dh */ {
		font-family: Georgia, "Times New Roman", Times, serif;
		text-align: left;
		font-size: 0.98em;
		color: #333;
		list-style-type: disc;
	}
	
	a:link {
		color: #8f5917;
		text-decoration: underline;
	}
	
	a:visited {
		text-decoration: underline;
		color: #666;
	}
		
	a:hover {
		text-decoration: none;
		color: #600;
	}

	a:active {
		text-decoration: none;
		color: #600;
	}	

	
	h1, h2, h3, h4, h5 {
		font-family: Arial, Helvetica, "Trebuchet MS", Verdana, sans-serif;
		text-align: left;
	}
	
	h1 {
		font-size: 1.75em;
		font-weight: bold;
		color: #666;
		letter-spacing: .02em;
	}
	
	h2 {
		font-size: 1.1em;
		font-weight: bold;
		color: #900;
	}
	
	h3 {
		font-size: 1em;
		text-transform: uppercase;
		font-weight: bold;
		color: #333;
		letter-spacing: .02em;
		border-bottom-width: 2px;
		border-bottom-style: solid;
		border-bottom-color: #CCC;
	}
	
	h4 {
		font-size: 1.0em;
		font-weight: bold;
		color: #fff;
		line-height: 1.0em;
	}
	
	h5 {
		font-size: 1.0em;
		font-weight: bold;
		color: #c00;
	}
	
	h6 {
		font-size: .98em;
		font-weight: bold;
		color: #333;
		font-family: Georgia, "Times New Roman", Times, serif;
	}

	div#wrap {
		background: #fff;
		margin: 0 auto;
		width: 890px;
	}
	
	#HPheader {
		background: url(images/head.jpg) no-repeat left top;
		width: 890px;
		height: 75px;
	}
	
	#HPheaderlinks {
		width: 675px;
		height: 65px;
	}
	
	#search {
		position: relative;
		text-align: left;
		width: 180px;
		height: 26px;
		margin: 0;
		padding: 0;
		top: 37px;
		right: 0;
	}

	#topThinHorizontalLine {
		background-color: #bb8d49;
		width: 890px;
		height: 20px;
	}
	
	#HeaderNavBar {
		display: block;
		background-color:#900;
		letter-spacing: 0.1em;
		text-align: center;
		font-size: 0.70em;
		text-transform: uppercase;
		color: #ceac75;
		vertical-align: middle;
		font-weight: bold;
		padding: 4px 30px 4px 0px;
		font-family: Arial, Helvetica, "Trebuchet MS", Verdana, sans-serif;
	}
	
	#HeaderNavBar a {
		padding: 4px 15px 4px 15px;
		color: #ceac75;
		text-decoration: none;
	}
	
	#HeaderNavBar a:visited {
		color: #ceac75;
		text-decoration: none;
	}
	
	#HeaderNavBar a:hover {
		background-color:#c00;
		color: #fff;
		text-decoration: none;
	}
	
	#HeaderNavBar a:active {
		color: #000;
		text-decoration: none;
	}

	.leftNavBar {
	width: 160px;
	background: #666;
	padding: 10px;
	font-family: Arial, Helvetica, "Trebuchet MS", Verdana, sans-serif;
	color: #dac092;
	text-decoration: none;
	font-size: 0.7em;
	vertical-align: top;
	text-transform: uppercase;
	}
	
	.leftNavBar a {
	display: block;
	background-color:#666;
	padding: 3px 5px 3px 10px;
	text-decoration: none;
	font-family: Arial, Helvetica, "Trebuchet MS", Verdana, sans-serif;
	color: #fff;
	text-decoration: none;
	text-align: left;
	margin-top: 0;
	margin-right: 5;
	margin-bottom: 0;
	margin-left: 5;
	border-bottom: 2px solid #7e7e7e;
	text-transform: none;
	font-size: 1.2em;
	}

	.leftNavBar a:visited {
		color: #fff;
		text-decoration: none;
	}
	
	.leftNavBar a:hover {
		background-color: #999;
		color: #fff;
		text-decoration: none;
	}
	
	.leftNavBar a:active {
		color: #fff;
		text-decoration: none;
	}
	
	.leftBuffer {
		width: 8px;
		background: #bb8d49;
	}
	
	.rightBuffer {
		width: 10px;
		background: #dac092;
	}
	
	#mainContentBox {
		padding: 35px;
		color: #000;
		vertical-align: middle;
		font-family: Arial, Helvetica, "Trebuchet MS", Verdana, sans-serif;
	}
	
/*	#prContentBox {
		padding: 20px;
		color: #000;
		vertical-align: middle;
		font-family: Georgia, "Times New Roman", Times, serif;
	}
*/	
	#mainContentBox .header, .mainColumn .header, #prContentBox .header {
		font-size: 1em;
		font-family: Arial, Helvetica, "Trebuchet MS", Verdana, sans-serif;
		text-transform: uppercase;
		font-weight: bold;
		color: #333;
		letter-spacing: .02em;
		border-bottom-width: 2px;
		border-bottom-style: solid;
		border-bottom-color: #CCC;
	}
	
	#mainContentBox #greyBox {
		padding: 20px;
		background-color: #E4E4E4;
	}
	
	#mainContentBox #dbsScroller {
		height: 400px;
		overflow: auto;
	}
	
/*	#articlesScroller {
		height: 100px;
		overflow: auto;
	}
*/	
	.mainColumn #greyBox {
		padding: 4px;
		background-color: #E4E4E4;
	}
		
	.mainColumn {
		vertical-align: top;
		padding: 10px 20px 20px 20px;
		font-size: 0.8em;
		color: #000;
		font-family: Georgia, "Times New Roman", Times, serif;
		background: #fff url(images/graphics/uofu_medallion_lt.gif) no-repeat left bottom;
	}
	
	.leftphoto {
	padding-right: 20px;
	padding-bottom: 10px;
	}
	
	.rightphoto {
	padding-left: 20px;
	padding-bottom: 10px;
	}
	
	.pullquote {
	padding-right: 0px;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	line-height: 1.1em;
	font-weight: lighter;
	color: #999;
	padding-top: 5px;
	padding-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	}
	
/*	div#uNewsBox {
		height: 200px;
		overflow: auto;
		padding: 0 3px 0 0;
	}
	
	div#highlightBox {
		background-color: #E4E4E4;
		margin: 15px;
		height: 330px;
		padding: 1em;
	}
	
*/	div#rightFloat {
		width: 250px;
		background-color: #CCC;
		float: right;
	}
	
	.rightSideBar {
	width: 167px;
	background: #dac092;
	text-align: center;
	vertical-align: top;
	padding: 0px 24px 24px;
	}
	
	.rightSideBar p {
		text-align: left;
		font-size: 0.8em;
		color:#333;
	}

	.captions_white {
		font-size: .80em;
		color: #fff;
		font-family: Arial, Helvetica, "Trebuchet MS", Verdana, sans-serif;
	}

	.captions_white a:link {
		color: #fff;
		text-decoration: underline;
		font-family: Arial, Helvetica, "Trebuchet MS", Verdana, sans-serif;
	}
	
	.captions_white a:visited {
		color: #fff;
		text-decoration: underline;
	}
	
	.captions_white a:hover {
		color: #dac092;
	}
	
	.captions_white a:active {
		color: #dac092;
	}
	
	.captions {
		font-size: 0.75em;
		font-family: Arial, Helvetica, "Trebuchet MS", Verdana, sans-serif;
	}

/*	.releaseHead {
		font-size: 2em;
		line-height: 1em;
		color: #333;
		font-family: Arial, Helvetica, "Trebuchet MS", Verdana, sans-serif;
		font-weight: bold;
		text-transform: uppercase;
	}

	.releaseSubhead {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 1em;
		line-height: 1.1em;
		text-transform: uppercase;
		color: #333;
		font-weight: bold;
	}
	
	.warning {
		font-style: italic;
		font-variant: small-caps;
		color: #f00;
		font-size: 90%;
		letter-spacing: 1px;
		padding: 0 0 0 10px;
	}

	.error {
		font-variant: small-caps;
		color: #f00;
	}
*/	
	.tablesubhead {
		font-family: Arial, Helvetica, "Trebuchet MS", Verdana, sans-serif;
		font-weight: bold;
	}
	
	tr.tableHeader {
	font-family: Arial, Helvetica, "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	font-size: .85em;
	background-color: #7e7e7e;
	line-height: 1.1em;
	color: #FFFFFF;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	}
	
	tr.tablerow1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.0em;
	background-color: #FFF;
	line-height: 1.1em;
	color: #333;
	text-align: center;
	}
	
	tr.tablerow2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	background-color: #DAD8D3;
	line-height: 1.1em;
	color: #333;
	text-align: center;
	}
	
	#footer {
		background-color: #333;
		letter-spacing: 0.05em;
		text-align: center;
		font-size: 0.55em;
		text-transform: uppercase;
		color: #FFF;
		vertical-align: middle;
		font-weight: bold;
		padding: 10px 0;
		font-family: Arial, Helvetica, "Trebuchet MS", Verdana, sans-serif;
	}
	
	#footer a {
		color: #fff;
		text-decoration: none;
	}
	
	#footer a:visited {
		color: #fff;
	}
	
	#footer a:hover {
		color: #dac092;
	}
	
	#footer a:active {
		color: #fff;
	}
