/*

University Relations styles
Purpose:		Sets default styles for University Relations web sites
Location:		Original version at http://identity.berkeley.edu/lib/urelstyles.css
Author:			Kirk Franklin
Last update:	August 28, 2006

*/

/* set defaults for cross-browser consistency */

* {
	margin: 0;
	padding: 0;
	}

address {
	font-style: normal;
	}

blockquote {
	margin: 1em 3em 0 3em;
	}

img {
	border: 0;
	}

dt {
	font-weight: bold;
	}

dd {
	margin-left: 0;
	padding-left: 0;
	}

td,th {
	vertical-align: top;
	}

tbody th {
	text-align: left;
	}

option {
	min-width: 1.5em;
	}

address,p,dd,ol,ul {
	margin-bottom: 1em;
	}

table {
	margin: 1em 0 1em 0;
	}

ol {
	margin-left: 27px;
	}

ul {
	margin-left: 14px;
	}

/* framework */

#wrapper {
	position: relative;
	}

#footer {
	margin: 3em 0 3em 0;
	}

#footer ul {
	margin: 0;
	padding: 0;
	}

#footer li {
	text-transform: uppercase;
	display: inline;
	list-style-type: none;
	margin-right: 2px;
	padding-right: 5px;
	border-right: 1px solid #333;
	}

#footer li#last {
	border-right: none;
	}

/* typography */

body {
	font-family: verdana,arial,helvetica,sans-serif;
	}

#contents {
	font-size: 76%;
	}

#footer, .note, .totop, .toc {
	font-size: 86%;
	}

h1 {
	font-size: 1.5em;
	margin: 0 0 .75em 0;
	}

h2 {
	font-size: 1.2em;
	margin: 0 0 .5em 0;
	}

h3 {
	font-size: 1em;
	margin: 0 0 .5em 0;
	}

h4 {
	font-size: 0.9em;
	}

h5 {
	font-size: 0.8em;
	}

h6 {
	font-size: 0.7em;
	}

dd,dt,li,p,td,th {
	font-size: 1em;
	}

dd,p,li,td,th {
	line-height: 1.4em;
	}

/* forms */

.reqd {
	font-weight: bold;
	color: #933;
	background-color: inherit;
	}

.errorText {
	font-weight: bold;
	color: #933;
	background-color: inherit;
	}

/* other styles */

.cite {
	margin-top: -1em;
	margin-left: 10em;
	text-indent: -1.4em;
	}

.hang {
	text-indent: -0.5em;
	}

ul.toc li {
	margin-bottom: 0.25em;
	}

ul.twocol {
	float:left;
	width:45%;
	}

/* accessibility */


/* navigation */

#nav ul {
	margin-left: 0;
	}

#nav li {
	list-style: none;
	}

/* links */

a:link, a:visited, a:hover {
	text-decoration: none;
	}

/*=========== Clearfixes ===========*/

.clearfix {
	clear:both;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}