

/* base */


html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font: 76%/150% "Helvetica Neue", Helvetica, Verdana, sans-serif;
}

div.clear {
	clear: both;
	font: 1px/0 sans;
	height: 1px;
}

h1 {
	margin: 0;
	padding: 0;
	font-size: 150%;
}

h2 {
	font-size: 135%;
}

h3 {
	font-size: 120%;
}

h4 {
	font-size: 108%;
}

h5 {
	font-size: 100%;
}

form, table {
	margin: 0;
	padding: 0;
	width: 99%;
	font-size: 100%;
}

input, textarea, select {
	font: 100%/135% "Helvetica Neue", Helvetica, Verdana, sans-serif;
}

tr {
	vertical-align: top;
}

th {
	padding-right: .5em;
	text-align: right;
	white-space: nowrap;
}

p {
	margin: 0;
	padding: 0 0 1em 0;
}

a {
	color: #007;
	text-decoration: none;
}
    
a:hover {
	color: #C30;
}

a img {
	border: none;
}


/* breadcrumbs */


div#breadcrumbs {
	font-size: 96%;
	background-color: #666;
}

div#breadcrumbs ul {
	margin: 0;
	padding: 0;
	height: 100%;
	list-style-type: none;
}

div#breadcrumbs li {
	float: left;
	padding: .33em .25em .3em 1.5em;
	font-weight: bold;
	background: transparent url('/global/images/arrow_white.gif') no-repeat 0 50%;
}

div#breadcrumbs li.first {
	float: left;
	padding-left: .75em;
	background-image: none;
}

div#breadcrumbs li a {
	color: white;
	font-weight: normal;
	text-decoration: none;
}

div#breadcrumbs li a:hover {
	color: #E0581C;
}

div#breadcrumbs li span.past {
	font-weight: normal;
}



/* trillium */


body {
	color: #FFF;
	background-color: #000;
}

div#page {
	width: 760px;
	min-width: 760px;
	max-width: 960px;
}

body > div#page {
	width: auto;
}

div#page-inner {
	padding: 0 1.5em;
}

div#header {
	position: relative;
	margin-left: 150px;
	height: 6em;
	border-bottom: 5px solid #000;
}

div#header h1 {
	margin: 0;
	padding: 0;
}

div#header ul,
div#navigation ul,
div#footer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div#title {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 85%;
	z-index: 1000;
}

div#title img {
	width: 100%;
	height: 51px;
	background: transparent url('/global/images/transparent.gif') no-repeat -2px bottom;
}

div#badge {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 156px;
	z-index: 1001;
}

div#badge p {
	padding: 0;
}

div#badge img {
	width: 100%;
	height: 41px;
	background: transparent url('/global/images/trillium/badge.gif') no-repeat right bottom;
}

div#wrapper {
	clear: both;
}

div#content {
	margin-left: 150px;
	height: 100%;
	overflow: hidden;
	color: #000;
	background-color: #FFF;
}

div#navigation {
	position: absolute;
	left: 18px;
	float: left;
	width: 135px;
}

div#navigation ul {
	clear: right;
	padding: 1em 0;
	width: 100%;
}

div#navigation ul.break,
div#navigation ul.pr,
div#navigation ul.schools,
div#navigation ul.search {
	border-top: 1px solid #333;
}

div#navigation li {
	text-align: right;
	margin-bottom: .5em;
}

div#navigation a {
	color: #CCC;
	font-size: 108%;
}

div#navigation a:hover {
	color: #E0581C;
}

div#navigation form {
	padding-bottom: 1em;
	width: 100%;
	text-align: right;
}

div#navigation input.text {
	margin-left: 6%;
	padding: .1em 1% 0 1%;
	width: 90%;
	color: #000;
	text-align: right;
	background-color: #CCC;
	border: 1px solid #999;
}

div#navigation input.button {
	margin-top: .5em;
	margin-right: 0;
	padding: .1em .2em;
	font-weight: bold;
	color: #333;
	background-color: #999;
	border: 1px solid #999;
}

div#navigation input.button:hover {
	color: #FFF;
	background-color: #E0581C;
	border-color: #E0581C;
}

div#footer {
	position: relative;
	clear: both;
	margin-left: 150px;
	padding: 15px 0 5em 0;
	height: 100%;
	color: #666;
	font-size: 95%;
	line-height: 135%;
}

div#footer div {
	width: 45%;
}

div#footer div.contact {
	float: right;
}

div#footer a {
	color: #999;
	font-weight: bold;
}

div#footer a:hover {
	color: #FFF;
}

div#footer li.redesign a {
	color: #666;
	font-size: 90%;
}

div#footer li.redesign a:hover {
	color: #FFF;
}

div#footer li.address,
div#footer li.phone,
div#footer li.email {
	text-align: right;
}


/* content */


div.half {
	float: left;
	width: 45%;
}

div.left {
	clear: left;
	margin-right: 5%;
}


/* forms */


p.message {
	display: block;
	margin: .5em 1em 1em 0;
	padding: .25em .5em;
	border-width: 1px;
	border-style: solid;
}

p.failure {
	color: #900;
	border-color: #900;
}

p.success {
	color: #090;
	border-color: #090;
}

form {
	color: black;
}

form tr {
	vertical-align: top;
}

form th {
	padding: .1em .5em 0 0;
	width: 5%;
	font-weight: bold;
	white-space: nowrap;
	text-align: right;
}

form td {
	text-align: left;
}

form label {
	display: block;
	white-space: nowrap;
}

form label.small {
	font-size: 95%;
}

form input,
form textarea,
form select {
	margin-bottom: 6px;
	color: black;
	font: 100%/150% "Helvetica Neue", Helvetica, Verdana, sans-serif;
}

form input.text,
form input.password,
form input.file,
form textarea,
form select {
	display: block;
	padding: .1em 3px 1px 2px;
	width: 95%;
	background-color: #CCC;
	border: 1px solid black;
}

form input.checkbox {
	margin: auto 6px auto 0;
}

form input.button {
	margin-top: 1.5em;
	margin-right: 1em;
	padding: .25em .75em;
	font-weight: bold;
	background-color: #CCC;
	border-width: 2px;
}

form input.button:hover {
	color: white;
	background-color: #333;
}


/* wpmu */


h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 1em 0 .25em 0;
}

h1 {
	margin-top: -.67em;
	padding: 0;
	width: 90%;
	color: #666;
	font: 240%/100% "Goudy Old Style", "Times New Roman", serif;
}

h1 a {
	color: #333;
}

h1 a:hover {
	color: #000;
}

div#header {
	margin-bottom: 5px;
	border-bottom: none;
}

div#title img {
	background-image: url('/global/images/transparent.gif');
}

div#content {
	background: white url('/global/images/transparent.gif') repeat-y right top;
}

div#navigation form select {
	width: 98%;
	margin: -.5em 0 0 2%;
	text-align: right;
}

div#navigation form label {
	display: block;
	color: #999;
	font-size: 90%;
	text-transform: uppercase;
}

div#navigation form input.checkbox {
	margin-right: 0;
}

div#text {
	position: relative;
	display: inline;
	float: left;
	margin: 0 270px 0 2em;
	padding: 2em 0 3em 0;
}

div#text h2 {
	padding: 0 0 .1em 0;
	color: #333;
	font: 300%/90% "Goudy Old Style", "Times New Roman", serif;
}

div#text h2.smaller {
	font-size: 240%;
}

div#text p#rss {
	position: absolute;
	top: 2.25em;
	right: 0;
}

div#text p#rss a {
	width: 26px;
	height: 26px;
}

div#text p#rss img {
	width: 26px;
	height: 26px;
	background: transparent url(/global/images/feeds/24.gif) no-repeat 50% 50%;
}

div#articles {
	padding-top: 0;
}

div#articles .pubDate {
	float: left;
	margin: 0 .75em 0 0;
	padding: 0 .75em 0 0;
	color: #333;
	font-size: 90%;
	text-transform: uppercase;
	border-right: 1px solid #CCC;
}

div#articles .article {
	display: block;
	clear: left;
	padding-top: 1em;
	font-size: 108%;
	line-height: 150%;
}

div#articles .article .video {
	margin: 0 0 1em 0;
}

div#articles .article a.lightbox {
	display: block;
	float: left;
	margin: 3px 1em .5em 0;
	padding: 5px;
	border: 1px solid #CCC;
}

div#articles .article a.lightbox img {
	float: none;
	margin: 0;
}

div#articles .article a.lightbox span {
	display: block;
	padding: .25em 0 .25em 0;
	width: 100%;
	color: #666;
	font-size: 95%;
	line-height: 100%;
	text-align: center;
	text-transform: uppercase;
}

div#articles .article a.lightbox:hover span {
	color: white;
	background-color: #666;
}

div#articles .article p.meta {
	padding: 0;
}

div#articles .article p.share {
	clear: left;
	padding-top: 1em;
}

div#articles .article .cloud {
	padding: 1em 1em 2em .5em;
	line-height: 200%;
}

div#articles .article .cloud a {
	margin-right: 1em;
}

div#articles .article .tags ul {
	display: block;
	margin: 0 3.9em 0 0;
	padding: 0;
	height: 100%;
	list-style-type: none;
}

div#articles .article .tags li {
	float: left;
	padding-right: .75em;
}

div#articles .article .edit {
	margin-top: -6px;
	padding: .21em 3px .6em 0;
}

div#articles .article .edit a {
	padding: 6px 0 3px 9px;
	color: #666;
	font-size: 95%;
	text-transform: uppercase;
	white-space: nowrap;
	background: transparent url('http://www.lclark.edu/global/images/wpmu/wpmu.gif') no-repeat 0 -30px;
}

div#articles .article .comments {
	margin-top: -9px;
}

div#articles .article .comments a {
	padding: 9px .9em 3px .9em;
	text-align: center;
	background: transparent url('http://www.lclark.edu/global/images/wpmu/wpmu.gif') no-repeat 0 0;
}

div#text p.note {
	color: #333;
	font-size: 90%;
}

div#text img.left {
	float: left;
	margin: 3px 15px 9px 0;
}

div#text img.right {
	float: right;
	margin: 3px 6px 9px 15px;
}

div#text form label {
	clear: left;
	padding: 1em 0 0 0;
	font-weight: bold;
}

div#text form span {
	padding: 0;
	font-weight: normal;
}

div#text form span.required {
	padding-left: .75em;
	font-size: 90%;
	text-transform: uppercase;
}

div#text form span.note {
	font-size: 96%;
	font-style: italic;
}

div#text form input.text,
div#text form textarea {
	clear: left;
	margin: 0;
	padding: .1em .25em;
	background-color: #DDD;
	border: 2px solid #DDD;
}

div#text form input.text {
	width: 18em;
}

div#text form input.button {
	float: none;
	clear: left;
	border: 2px solid #CCC;
}

div#text form input.button:hover {
	border-color: #333;
}

div#text form label {
	padding: 0 0 .5em 0;
	color: #666;
	font-weight: normal;
}

div#text form label img {
	display: block;
	float: left;
	margin-right: .5em;
}

div#text form input#imageverify {
	float: left;
	clear: none;
	width: 81px;
}

div#text div.page-to-page {
	clear: both;
	padding: 2em 0;
}

div#text div.page-to-page a {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 10.5em;
	height: 18px;
	white-space: nowrap;
	background: transparent url('http://www.lclark.edu/global/images/wpmu/wpmu.gif') no-repeat right -120px;
}

div#text div.page-to-page a.newer {
	float: right;
	text-align: right;
	background-position: left -180px;
}

div#text div.page-to-page a img {
	float: left;
	margin: 0;
	width: 18px;
	height: 18px;
	background: transparent url('http://www.lclark.edu/global/images/wpmu/wpmu.gif') no-repeat 0 -120px;
}

div#text div.page-to-page a.newer img {
	float: right;
	background-position: right -180px;
}

div#text div.page-to-page a:hover {
	color: white;
	background-position: right -150px;
}

div#text div.page-to-page a:hover img {
	background-position: 0 -150px;
}

div#text div.page-to-page a.newer:hover {
	background-position: left -210px;
}

div#text div.page-to-page a.newer:hover img {
	background-position: right -210px;
}

div#sidebar {
	float: right;
	margin-left: -100%;
	padding: 1.95em 0 3em 0;
	width: 255px;
}

div#sidebar div {
	padding: 0 2em 2em 1em;
}

div#sidebar div.segment {
	padding: 0 0 2em 0;
}

div#sidebar h3 {
	margin: 0;
	padding: .25em 0 .5em 0;
	font: 200%/100% "Goudy Old Style", "Times New Roman", serif;
}

div#sidebar h4 {
	margin: 0;
	padding: .75em 0 .5em 0;
	color: #333;
	font-size: 120%;
}

div#sidebar ul {
	margin: 0;
	padding: 0 0 1em 0;
	list-style-type: none;
}

div#sidebar li {
	margin: 0;
	padding: 0 0 .5em 0;
}

div#sidebar div#contact li {
	padding-bottom: 0;
}

div#sidebar div#contact li span {
	padding-left: .5em;
	color: #666;
}

div#sidebar div#contact li.name {
	font-weight: bold;
}

div#sidebar div#contact li.emergency {
	padding-top: 1em;
	font-weight: bold;
}

div#sidebar p.contact {
	padding-top: 2em;
}

div#sidebar p.contact span {
	display: block;
}

div#sidebar p.contact span.name {
	font-weight: bold;
}

div#sidebar p.contact span span {
	display: inline;
	padding: 0 0 0 .5em;
	color: #666;
	font-size: 95%;
	text-transform: uppercase;
}

div#sidebar p.note {
	display: block;
	margin: -1em 0 0 0;
	color: #666;
	font-size: 95%;
	text-transform: uppercase;
}

div#sidebar p.note span {
	margin-right: 1em;
	padding-right: 1em;
	border-right: 1px solid #CCC;
}


/* spotlights */


div#title img {
	margin-bottom: -9px;
	height: 48px;
	background: transparent url('http://www.lclark.edu/global/images/spotlights/spotlights.png') no-repeat -4px 0;
}

div#articles .article h3 img {
	float: left;
	margin: 3px .75em .5em 0
}

div#articles .article a.spotlight-image {
	float: left;
	margin: 3px .75em .5em 0
}

div.podPress_content {
	margin: 0 0 1.5em 0;
	padding: 0;
}
