@import url("undohtml.css");

body {
	color: #111;
	font-size: 62.5%;
	text-align: center;
	background: #fff url(../images/body-bg.gif) repeat-x;
}
.bodysm {
        color: #333333;
        font-size: 85%;
}
#wrapper {
	width: 960px;
	text-align: left;
	margin: 0 auto;
}


/* BASIC TYPOGRAPHY */
p {
	font: 14px/18px "Helvetica Neue", Arial, sans-serif;
	margin-bottom: 12px;
}
blockquote {
	font: 14px/18px "Helvetica Neue", Arial, sans-serif;
	padding-left: 18px;
	margin-bottom: 12px;
}

a {
	color: #115a83;
	border-bottom: solid 1px #ddd;
}
a:hover {
	color: #47aae1;
	border-bottom: solid 1px #47aae1;
}
ul {
	list-style: disc;
	padding: 6px 0 0 18px;
	margin-bottom: 9px;
}
p + ul,
h2 + ul,
h3 + ul,
h4 + ul,
h5 + ul,
h6 + ul {
	padding-top: 0; 
}

ol {
	list-style: upper-roman;
	padding: 6px 0 0 24px;
	margin-bottom: 9px;
}
p + ol,
h2 + ol,
h3 + ol,
h4 + ol,
h5 + ol,
h6 + ol {
	padding-top: 0; 
}
ol ol {
	list-style: upper-alpha;
	padding-top: 0; 
	margin-bottom: 0;
}
ol ol ol {
	list-style: decimal;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ol.numeric,
ol.numeric ol,
ol.numeric ol ol,
ol.numeric ol ol ol {
	list-style: decimal;
}


ul.links {
	list-style: none;
	padding: 0;
}
li {
	font: 14px/18px "Helvetica Neue", Arial, sans-serif;
	margin-bottom: 3px;
}
.links li {
	font: 12px/18px "Helvetica Neue", Arial, sans-serif;
}
.links li a,
.links li a:hover {
	border: none;
}
h1 {
	font: bold 30px/36px "Helvetica Neue", Arial, sans-serif;
	padding-top: 18px;
	margin-bottom: 24px;
}
h2 {
	font: bold 24px/24px "Helvetica Neue", Arial, sans-serif;
	padding-top: 12px;
	margin-bottom: 12px;
}
h3 {
	font: bold 18px/18px "Helvetica Neue", Arial, sans-serif;
	padding-top: 12px;
	margin-bottom: 12px;
}
h4 {
	font: bold 16px/18px "Helvetica Neue", Arial, sans-serif;
	padding-top: 12px;
	margin-bottom: 12px;
}
h5 {
	font: bold 14px/18px "Helvetica Neue", Arial, sans-serif;
	padding-top: 6px;
	margin-bottom: 0px;
}
h5 {
	font: 12px/18px "Helvetica Neue", Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding-top: 6px;
	margin-bottom: 0px;
}
h6 {
	font: 12px/18px "Helvetica Neue", Arial, sans-serif;
	font-weight: bold;
	border-bottom: solid 1px #111;
	padding: 12px 0 5px 0;
	margin-bottom: 6px;
}

/* forms */
form {
	margin-bottom: 12px;
}
fieldset {
	border: none;
}
label {
	font: 12px/18px "Helvetica Neue", Arial, sans-serif;
}
input {
	margin-left: 10px;
}

/* tables */
table,
table p {
	font: 12px/18px "Helvetica Neue", Arial, sans-serif;
	text-align: left;
}
table p {
	margin-bottom: 6px;
}
tr {
	vertical-align: top;
}
th {
	padding: 4px 0 8px 0;
	margin: 0;
}
td {
	border-top: solid 1px #ccc;
	padding: 5px 0 12px 0;
	margin: 0;
}
table a {
	border: none;
}
table a:hover {
	color: #47aae1;
	border: none;
}

/* BANNER */
#header {
	height: 54px;
}
#header h1,
#header h2 {
	height: 50px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
}
#header a {
	display: block;
	height: 50px;
	border: none;
}
#header h1 {
	width: 430px;
	float: left;
	background-image: url(../images/h1-bg.gif);
}
#header h2 {
	width: 205px;
	float: right;
	background-image: url(../images/ah_ucsd_logo-205x50.jpg);
}

/* NAVIGATION */
#navigation {
	list-style: none;
	height: 19px;
	padding: 8px 0 0 0;
	margin: 0;
}
#navigation ul {
	width: 160px;
	list-style: none;
	position: absolute;
	top: -999em;
	padding: 0;
	margin: 0;
}
#navigation ul li {
	font-size: 12px;
	font-weight: normal;
	width: 151px;
	height: 15px;
	background-color: #fff;
	background-image: none;
	border: solid 1px #ccc;
	border-width: 0 1px 1px 1px;
	padding: 6px 3px 3px 6px;
	margin-bottom: 0;
}
#navigation li:hover,
#navigation li.sfHover {
	visibility: inherit; /* fixes IE7 sticky bug */
}
#navigation li {
	font-family: "Helvetica-Neue", Arial, sans-serif;
	font-size: 12px;
	line-height: 1em;
	font-weight: normal;
	height: 19px;
	float: left;
	position: relative;
	padding: 0 18px 0 0;
	margin-bottom: 0;
}
#navigation a {
	color: #fff;
	height: 19px;
	display: block;
	position: relative;
	border: none;
}
#navigation li.first {
	padding-left: 0;
}
#navigation li.last {
	border-right: none;
}
ul#navigation li:hover ul,
ul#navigation li.sfHover ul {
	left: -1px;
	top: 19px;
	z-index: 99;
}
#navigation li:hover a {
	color: #c2e9ff;
}
#navigation li ul li a,
#navigation li:hover ul li a,
#navigation li.sfHover ul li a {
	color: #115a83;
}
#navigation li ul li a:hover,
#navigation li:hover ul li a:hover,
#navigation li.sfHover ul li a:hover {
	color: #007dc3;
	border: none;
}

/* left nav */
ul.left-nav {
	text-align: right;
	width: 120px;
	position: relative;
	float: left;
	list-style-type: none;
	padding: 0 0 0 10px;
	margin-top: 24px;
}
.left-nav li {
	font-family: "Helvetica-Neue", Arial, sans-serif;
	font-size: 12px;
	background: #fff;
	border: solid 1px #ccc;
	border-width: 1px 0 0 0;
	padding: 3px 0 6px 0;
	margin-bottom: 0;
}
.left-nav li a,
.left-nav ul li a {
	color: #115a83;
	border: none;
}
.left-nav li a:hover,
.left-nav ul li a:hover	{
	color: #47aae1;
}
ul.left-nav ul {
	float: none;
	list-style-type: none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
ul.left-nav ul.toggle {
	display: none;
}
ul.left-nav ul li {
	border: none;
	padding: 0 9px 0 0;
	background: #fff url(../images/left-nav-sub-bg.gif) no-repeat top right;
	margin-bottom: 0;
}
ul.left-nav ul li.last {
	background-image: url(../images/left-nav-sub-last-bg.gif);
}
ul.left-nav li.last {
}

/* SEARCH */
#search {
	color: #666;
	font: 10px/12px "Helvetica-Neue", Arial, sans-serif;
	height: 27px;
	clear: left;
	text-align: right;
}
#search fieldset legend {
	display: none;
}
#search fieldset {
	border: none;
	height: 24px;
	padding: 3px 0 0 0;
}
#search label,
#search select,
#search input {
	margin-right: 9px;
}


/* CRUMBS */
#crumbs {
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 1px;
	width: 400px;
	float: left;
	padding-top: 9px;
	overflow: hidden;
}

/* CONTENT STYLES */
#content {
	clear: left;
	position: relative;
	overflow: auto;
	padding-bottom: 36px;
}

/* Two column main-column */
#main-column {
	width: 790px;
	float: right;
}
.column-left {
	width: 540px;
	float: left;
}
.column-right {
	width: 140px;
	float: right;
	padding: 18px 10px 6px 10px;
}
.column-right h6 {
	padding-top: 0;
}


/* misc */
.expander { /* Fixes collapsing floats */
	overflow: auto;
}
.replaced { /* For text replaced by images */
	text-indent: -9999em;
	background-repeat: no-repeat;
}
h5.replaced {
	height: 36px;
	padding-top: 0;
	margin-bottom: 6px;
}
h1.page {
	color: #ba4232;
	margin-bottom: 12px;
}
h1.hidden { /* Some h1 tags hidden from viewers, but visible to robots and screen-readers */
	text-indent: -9999em;
	height: 6px;
	margin: 0;
	padding: 0;
}
.hilite-box { /* Yellow striped background */
	background: transparent url(../images/yellow-stripe-bg.gif);
}
.overview-page { /* Sets the top padding to push the content down below the headline and photos */ 
	padding: 204px 0 0 0;
}
#intro {
	color: #222;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	padding: 0 330px 23px 0;
	border-bottom: solid 1px #ccc;
	margin-bottom: 12px;
}
.lede {
	color: #d1523d;
	padding-right: 3px;
}
.links a {
	color: #666;
	border: none;
}
.links a:hover {
	border: none;
}
p.note {
	font-size: 12px;
}

/* PEOPLE TABLES */
.people th {
	border: solid 1px #666;
	border-width: 1px 0 0 0;
}
.people th.col-1 {
	width: 70px;
	border-width: 1px 0 0 0;
	padding-right: 0;
}
.people th.col-2,
.people th.col-3,
.people th.col-4 {
	width: 150px;
}
.people th.col-5 {
	width: 230px;
}
.people .name {
	font-size: 14px;
	font-weight: bold;
}

/* COURSE SCHEDULE */
.schedule th {
	border: solid 1px #666;
	border-width: 1px 0 0 0;
	margin: 0;
}
.schedule th.col1,
.schedule th.col4 {
	width: 50px;
}
.schedule th.col2 {
	width: 160px;
}
.schedule th.col3 {
	width: 140px;
}
.schedule th.col5 {
	width: 150px;
}
.schedule th.col6 {
	width: 60px;
}
.schedule th.col7,
.schedule th.col8 {
	width: 50px;
}
.schedule th.col9 {
	width: 80px;
}

/* COURSE LISTS */
dl.courses {
	font: 14px/18px "Helvetica Neue", Arial, sans-serif;
	width: 600px;
	padding: 0;
	margin: 0;
}
dt {
	border-top: solid 1px #ccc;
	margin: 0 0 6px 0;
	padding: 12px 0 0 0;
}
dt .number {
	font-size: 18px;
	font-weight: bold;
}
dt .units,
dd .offered {
	font-style: italic;
}
dd {
	padding: 0;
	margin: 0 0 18px 0;
}
dd p {
	margin-bottom: 6px;
}

/* COURSES BY QUARTER */
.quarter-wrapper {
	width: 220px;
	float: left;
	padding-right: 20px;
}
.quarter th {
	border: solid 1px #666;
	border-width: 1px 0 0 0;
}
.quarter {
	width: 220px;
}
#spring {
	padding-right: 0;
}
.quarter td.number {
	width: 40px;
}
/* FOOTER */
#footer {
	height: 60px;
	clear: both;
	border-top: solid 1px #545454;
	padding: 18px 0;
	margin-bottom: 18px;
}
#footer-logo {
	width: 180px;
	height: 36px;
	display: block;
	float: right;
	border: none;
}
#footer p {
	color: #666;
	font-size: 10px;
	line-height: 18px;
	margin: 0;
}

