/* body elements ****************************************************************************************/

body {
	height: 100%;
	margin: 5px;
	padding-left: 50px;
	padding-right: 50px;
}

body.Home {
	text-align: center;
	padding-left: 100px;
	padding-right: 100px;
}

img {
	border: 0px;
}

/* Links */
a {
}

/* Tables */
table tr#normal {
}

/* Forms */
form#SongSearch {
	float: left;
	clear: none;
}

input#Contact {
	clear: right;
	float: none;
}

textarea#Contact {
	clear: right;
	float: none;
}

select {
	margin: 0px;
	padding: 0px;
}

/* ids ****************************************************************************************/

/* Alignment */
#Left {
	display: inline;
	float: left;
	position: relative;
}

#Right {
	display: inline;
	float: right;
	position: relative;
}

#NoFloat {
	clear: both;
	position: static;
	display: block;
}

/* Navigation */
a#NavLink {
	height: 30px;
	text-decoration: none;
	padding-left: 6px;
	padding-right: 6px;
}

a#NavLink:hover {
	padding-left: 5px;
	padding-right: 5px;
}

/* SongList */
table#SongList {
	text-align: left;
	border: 0px;
}

table#SongList tr {
/*	height: 32px;
*/}

table#SongList td {
	width: auto;
	padding-right: 30px;
}

a#SongLyricsLink {
	display: block;
	clear: none;
	float: left;
}

a#SongDescriptionLink {
	display: block;
	clear: none;
	float: left;
}

a#StudioRecordingLink {
/*	display: block;
	clear: none;
	float: left;
*/}

a#NonStudioRecordingLink {
/*	display: block;
	clear: none;
	float: left;
*/}

/* GigsList */
table#GigsList {
	text-align: left;
	border: 0px;
}

table#GigsList td {
	width: auto;
	padding-right: 30px;
	margin-right: 30px;
}


/* classes ****************************************************************************************/

/* Sections */
.PageContainer {
	text-align: center;
	border-top: none;
	margin: 0em auto;
	width: 650px;
}

.Home .PageContainer {
	margin: 0em auto;
	width: 450px;
}

.Header {
	margin-top: 5px;
	width: 100%;
	text-align: left;
}

.Home .Header {
	width: 100%;
	text-align: center;
}

.MainContent {
	width: 100%;
	text-align: left;
	margin-top: 5px;
}

.HomeLeft {
	width: 200px;
	clear: both;
	position: absolute;
	display: block;
	text-align: center;
	vertical-align: center;
}

.HomeRight {
	position: relative;
	display: block;
	width: 445px;
	float: right;
}

.SongExplorerLeft {
	width: 290px;
	clear: both;
	position: absolute;
	display: block;
	height: 100%;
}

.SongExplorerRight {
	position: relative;
	display: block;
	width: 355px;
	float: right;
}

.Footer {
	width: 100%;
	text-align: center;
	padding-top: 50px;
	vertical-align: bottom;
	clear: both;
}

.Home .Footer {
	width: 100%;
	padding-top: 0px;
	text-align: center;
}

/* Titles */
.SiteTitle {
	margin-top: 5px;
	height: auto;
}

.SongTitle {
	margin-top: 5px;
	height: 20px;
	font-size: 20px;
	text-decoration: underline;
	clear: both;
}

/* Navigation */
.NavBar {
	width: 100%;
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}

.NavBar #Home {
	float: left;
	clear: both;
	text-align: left;
}

/* Messages */
.Error {
	padding-left: 5px;
}

/* Links */
a.SortUp {
	clear: none;
	float: left;
}

a.Sort {
	margin: 2px;
}

a.SortDown {
	clear: none;
	float: left;
}


/* Panels */
.tr {
	padding: 3px;
}

.br {
	padding: 5px;
} 

.clear {
	height: 1px;
}

.Panel {
	clear: none;
	margin: 1%;
	text-align: left;
}

.Panel#Home {
	width: 45%;
	text-align: center;
	float: right;
}

/*.Panel#Home {
	width: 45%;
	text-align: center;
	float: right;
}*/

.Panel#HomeFull {
	width: 100%;
}

.Panel#RKDesigns {
	text-align: left;
	float: left;
}

.Panel#RKDesigns .Content {
	overflow: auto;
	width: 100%;
	/*height: 350px;*/
}

.Panel#RyansCorner {
	text-align: justify;
	float: left;
}

.Panel#Bio {
	text-align: justify;
	float: left;
}

.Panel#Bio .Content {
	overflow: auto;
	/*height: 350px;*/
}

.Panel#Songs {
}

.Panel#Songs .Content {
	overflow: auto;
	height: 350px;
}

.Panel#Pictures {
	width: 30%;
	text-align: center;
	float: left;
}

.Panel#Gigs {
/*	float: left;
*/}

.Panel#Gigs .Content {
	overflow: auto;
	height: 350px;
}

.Panel#SongDetails .Content{
	height: 100px;
	overflow: auto;
}

.Panel#Lyrics .Content{
	text-align: justify;
	height: 250px;
	overflow: auto;
}

.Panel#Description .Content{
	text-align: justify;
	height: 379px;
	overflow: auto;
}

.Panel#Booking {
}

.Panel .Title {
	text-align: center;
	margin-bottom: 1px;
	padding-bottom: 1px;
}