/* 
CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/


/*


.album {
		margin:0;
		padding:0;
		text-align: center;
 		width:100%;
 		height: auto;
 		margin: auto;
 		padding: auto;
 		}
.music_left {
		width:200px;
		height: auto;
		float: left;
		vertical-align: middle;
		margin-top: 40px;
		margin-bottom: 30px;
		}
.music_right {
		text-align: left;
		width:auto;
		float: left;
		margin-left: 30px;
		}
*/

/* Removes Border On Bio Photo */

div.post .biophoto img {
			border:0;
			float:left;
			padding:5px !important; padding:0;}


/* Music Discography Page */

.disography {margin: 0;
			padding: 0;}

#lovenotes {}
#christmas {}
#nashville {}

.music_left {float: left;
			display:block;
			text-align: center;
			width:200px;
			height: auto;
			margin: 1em 0 0 0;
			padding: 0}
.music_right {float: left;
			display: block;
			margin-left: 30px;}
			
			
.equal {
		display:table;
		border-collapse:separate;
	}
	.row {
		display:table-row;
	}
	.row div {
		display:table-cell;
	}

/*  Downloads Page Styles*/

	/* Styling rules to make the example look nicer */
	
	.equal {
		margin:10px auto;
		border-spacing:10px;
		width:100%;
		text-align: center;
	}
	.row div {
		background:black;
	}
	.row div.one {
		width:33%;
	}
	.row div.two {
		width:33%;
	}
	.row div.three {
		width:33%;
	}
	.row div h2 {
		margin:0 0 0.5em 0;
		padding:0.5em 10px;
		font-size:1.2em;
		color: white;
	}
	.row div p {
		font-size:0.94em;
		margin:0.5em 0;
		padding:0 10px;
	}
	#labfooter {
		text-align:center;
	}



