/* @override http://mc2b.instantations.net/assets/css/songbook.css */

@charset "UTF-8";

#homeSongList .songCol {
	float: left;
	width: 200px;
}

/* @group Home Page */

#songbookHome #contentContainer {
	float: left;
	width: 650px;
}

#songbookHome #sidebarContainer {
	float: left;
	width: 250px;
}

/* @end */

/* @group Other Pages */

#songbookPage {
	background-color: white;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
}

#songbookPage #contentContainer {
	background-color: white;
	float: left;
	width: 650px;
}

#songbookPage #sidebarContainer {
	float: left;
	width: 249px;
}

/* @end */

/* @group Song Details */

#songbookPage #titleBanner, #songbookPage #contributionInfo {
	background-color: #004b4b;	
}

#songbookPage #titleBanner a {
	background-image: url(../images/icon_song_25.png);
}

#songbookPage #songDetails #titleBanner h2 {
	background-image: url(../images/icon_song_40.png);
}

#songbookPage #versionDetails #titleBanner h2 {
	background-image: url(../images/icon_version_40.png);
}

#songbookPage .details, #songbookPage .details h2 {
	border-color: #004b4b;	
}

#songbookPage .details h2 {
	color: #004b4b;	
}

#songReleases #releaseList div img {
	width: 100px;
	height: 100px;
}

#songReleases #releaseList div {
	list-style-type: none;
	display: inline;
	margin-right: 10px;
	width: 100px;
	height: 100px;
}

#songWriters, #versionCredits {
	padding-top: 10px;
}

/* @end */

#songform #song_title {
	font-size: 14px;
	width:  260px;
}

#songform #song_writingcredits {
	width:  260px;
}

