﻿@charset "UTF-8";

/* Mobile Styles
 * Media types of "handheld" and "tty".
 */

/* base styles */

body {
	margin: 0 auto;
	padding: 0;
	max-width: 420px;
	background: #ffffff;
	font-family: sans-serif;
	line-height: 1.2;
	}

a {
	color: #ff6600;
	text-decoration: none;
	}
a:link {
	color: #ff6600;
	}
a:visited {
	color: #c30;
	}
a:hover, a:focus, a:active {
	color: #f10;
	}

img {
	border: 0;
	}

abbr, acronym {
	border-bottom-color: #ccc;
	}

/* header */

#header h1 {
	margin: 0;
	padding: 0.5em;
	color: #fff;
	border-top: 0.5em solid #f60;
	background: #036 url(../images/bcg_header.jpg) repeat-x left center;
	}
#header h1 img {
	width: 200px;
	height: 22px;
	}
#header ul#navskip {
	display: none;
	}

/* global-nav */

#global-nav {
	display: none;
	}

/* lead */

#lead {
	padding: 0 1em;
	}

/* content */

#content .lectures-highlight {
	margin: 1em 0 2em;
	padding: 1em;
	background: #eee;
	}
#content .lectures-highlight em {
	font-weight: bold;
	color: #c00;
	}
#content .summary p.date {
	font-weight: bold;
	}
#content .summary h2,
#content .summary h1 {
	margin: 0.2em 0;
	}
#content .summary ul {
	margin: 0.6em 0 0.8em;
	padding-left: 0;
	}
#content h3 {
	color: #666;
	margin-top: 2em 0 1em;
	}

#content ul li {
	margin-left: 2em;
	margin-bottom: 0.5em;
	}
#content ul li ul {
	margin-top: 0.5em;
	}

#content ol li {
	margin-left: 2em;
	margin-bottom: 0.5em;
	}
#content ol li ul {
	margin-top: 0.5em;
	}

span.occupied {
	color: #600;
	}
ul.sitemap {
	margin-bottom: 2em;
	}
p.instructors-photo img {
	float: left;
	margin: 0 2em 2em 0;
	}

#content table {
	width: 100%;
	border-collapse: collapse;
	cell-spacing: 0;
	border-right: 0.05em solid #999;
	border-bottom: 0.05em solid #999;
	}
#content table tr th,
#content table tr td {
	padding: 0.5em;
	border: 0.05em solid #999;
	line-height: 1.8;
	}
#content table tr th {
	width: 20%;
	background-color: #efefef;
	font-weight: normal;
	}

#content table tr td p {
	margin: 0;
	line-height: 1.8;
	}
#content table tr td ul {
	margin: 0;
	padding-left: 0;
	}
#content table tr td ul li {
	list-style-type: disc;
	margin: 0 0 0.25em 1.5em;
	padding-left: 0;
	background: none;
	line-height: 1.8;
	}

#content dl {
	margin-top: 2em;
	}
#content dd {
	margin-bottom: 1em;
	margin-left: 2em;
	}

#content img.photos {
	border: 0.5em solid #ccc;
	margin-bottom: 0.25em;
	}
#content img.photos:hover,
#content img.photos:focus {
	border: 0.5em solid #999;
	}

#content input.readonly {
	width: 100%;
	background: transparent;
	border: 0;
	}

/* aside */

#aside h2 {
	font-weight: bold;
	color: #fff;
	padding: 0.6em 0 0.5em 0.7em;
	background: #f60 url(../images/bcg_aside_h2.jpg) repeat-x left center;
	}

#aside ul {
	margin: 0.5em 0 4em;
	padding-left: 0;
	}
#aside ul li {
	display: inline;
	list-style-type: none;
	}
#aside ul li a {
	display: block;
	padding: 0.5em 0 0.5em 1.5em;
	background: url(../images/list-marker.gif) no-repeat left center;
	}

#aside ul li a:hover,
#aside ul li a:focus,
#aside ul li a:active {
	background: #eeeeee url(../images/list-marker_on.gif) no-repeat left center;
	}
#aside p {
	margin: 1em;
	}
#aside p#feed-icon {
	text-align: center;
	margin-top: 2em;
	}

/* footer */

p#renewaled {
	display: none;
	}

#footer h2 {
	height: 0;
	overflow: hidden;
	}
#footer ul {
	margin: 2em 1em 1em;
	text-align: center;
	padding-left: 0;
	}
#footer ul li {
	display: inline;
	list-style-type: none;
	}
#footer address {
	padding: 1em 0;
	color: #fff;
	font-style: normal;
	background: #036 url(../images/bcg_header.jpg) repeat-x left center;
	text-align: center;
	}

/* individual-archive */

body#individual-archive #wrapper {
	margin-top: 0;
	}

body#individual-archive p#index-lead {
	margin: 2em 0 4em;
	}

body#individual-archive #content .summary {
	margin: 1em;
	line-height: 1.2;
	}
body#individual-archive #content .summary p.date {
	font-weight: bold;
	margin-top: 1em;
	}
body#individual-archive #content .summary h1 {
	color: #f60;
	margin-top: 1em;
	}
body#individual-archive #content .summary h2 {
	margin: 0;
	}

body#individual-archive #content .summary ul li {
	padding-left: 0;
	}

body#individual-archive .entry {
	margin: 1em 1em 2em 1em;
	line-height: 1.2;
	}

body#individual-archive .entry p {
	margin: 1em 0;
	}

body#individual-archive .entry h2 {
	margin: 1em 0;
	color: #666;
	}


