/**************************************
 * THEME NAME: byu-collage
 *
 * Files included in this sheet:
 *
 *   byu-collage/styles_custom.css
 **************************************/

/***** byu-collage/styles_custom.css start *****/

#page  {
	font-size: 160%;
}

div.header  {
	background-color: #33496D;
}
#page div.title h2  {
	font-size: 110%;
	color: white;
	font-weight: normal;
}

.logininfo  {
	color: black;
	font-size: 1em;
}

#chooselang_jump  {  /* We only have English, so why show this? */
	display: none;
}

.breadcrumb  {
	font-weight: normal;
	font-size: 1em;
}

.breadcrumb .sep  {
	color: rgb(222, 124, 25);
}

#Wrapper #TitleBar h2  {
	font-size: 2em;
}

#Wrapper #TitleBar  {
	height: auto;
}

/* Fix for form elements that are in the TitleBarLinks div */
.navigation ul  {
	margin-top: -1.1em;
}

.navbar/*, .clearfix*/  {
	border: none;
	margin: -5px 0 10px;
}

a:link, a:visited  {
	color: #1b5693;
}

#course-view .weekscss .current, #course-view .current td.side  {
	background: #8495A9 none repeat scroll 0% 0%;
}/***** byu-collage/styles_custom.css end *****/

