/* CSS for Berklee templates */

#bm-template a {
	color: #198FDF;
	outline: none;
}

#bm-template img {
	border: none;
}

#bm-template #header.nomargin {
	margin: 0;
}

#bm-template #header {
	margin: 0 0 10px 0;
}

#bm-template #header.text {
	background: #fff;
	padding: 20px;
}

#bm-template #header.image {
	background: transparent;
	padding: 0;
}

#bm-template #content-wrapper {
	text-align: left;
	margin: 0 auto;
	width: 950px;
	clear:both;
}

#bm-template #content-wrapper.fullbody {
	background: #fff;
	width: 910px;
	padding: 20px;
}

#bm-template #content {
	background: #fff;
	padding: 20px;
}

#bm-template #content-wrapper.fullbody #content {
	background: transparent none;
	padding: 0;
	width: 590px;
	margin-right: 20px;
	float: left;
	display: inline;
}

#bm-template #content-wrapper.twocol-left #leftwrapper {
	width: 630px;
	float: left;
	display: inline;
}

#bm-template #sidebar {
	background: #fff;
	float: right;
	display: inline;
	padding: 20px;
}

#bm-template #content-wrapper.fullbody #sidebar {
	padding: 0;
	width: 300px;
}

#bm-template #content-wrapper.twocol-left div.column {
	float: left;
	display: inline;
	margin-right: 20px;
	width: 285px;
}

#bm-template #content-wrapper.twocol-left #sidebar {
	width: 260px;
}

#bm-template #content-wrapper.twocol-left div.column.last {
	margin-right: 0;
}

/* columns within content block */



#bm-template #content.twocol div.column {
	float: left;
	display: inline;
	margin-right: 20px;
	width: 285px;
}

#bm-template #content.twocol-wide div.column {
	float: left;
	display: inline;
	margin-right: 20px;
	width: 435px;
}

#bm-template #content.threecol div.column {
	float: left;
	display: inline;
	margin-right: 20px;
	width: 290px;
}

#bm-template #content.fourcol div.column {
	float: left;
	display:inline;
	margin-right: 20px;
	width: 212px;
}

#bm-template #content div.column.last {
	margin-right: 0;
}

/* removing header or footer */

#bm-template.no-header {
	background: #D2DCE3 url(http://www.berkleemusic.com/images/blue_gradient_bg.png) repeat-x;
}

#bm-template.no-header div#messagebar_wrapper {
	display: none;
}

#bm-template.no-header div#masthead_container {
	background: none;
}

#bm-template.no-header #content-wrapper {
	padding: 1px 0 0 0;
}

#bm-template.no-header div#masthead {
	display: none;
}

#bm-template.no-header #footer {
	margin: 18px auto;
	clear: both;
}

#bm-template.no-footer #footer {
	display: none;
}

#bm-template ul#footer_nav {
	width: 720px;
}

#bm-template ul#footer_nav a, #bm-template div.footer_bottom a {
	color: #000;
}

#bm-template span#logo {
	background: transparent url(http://berkleemusic.com/images/rails/img_logo_blue.png) no-repeat;
	float: left;
	height: 75px;
	margin-left: 15px;
	width: 138px;
	display: block;
}
