/* 
YOUR 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.

*/

ul.sidebar_list,
ul.sidebar_list_tunes
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

	ul.sidebar_list li,
	ul.sidebar_list_tunes li
	{
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 1px 0px;
		display: block;
		background: transparent url(images/content_divider.gif) repeat-x bottom left;
	}
		ul.sidebar_list_tunes li
		{
			position: relative;
			height: 100px;
			display: block;
		}
		
			ul.sidebar_list_tunes li .cover_stack
			{
				position: absolute;
				top: 8px;
				left: 8px;
			}
			
				.cover_stack .cd_overlay
				{
					top: 0px;
					left: 0px;
					width: 90px;
					height: 85px;
					z-index: 102;
					position: absolute;
					background: transparent url(images/cd_overlay.png) no-repeat top left;
				}
				
				.cover_stack .album_art
				{
					top: 1px;
					left: 9px;
					z-index: 101;
					position: absolute;
					width: 80px;
					height: 80px;
				}
				
				.cover_stack .cd_tray
				{
					width: 90px;
					height: 85px;
					background: transparent url(images/cd_tray.gif) no-repeat top left;
					top: 0px;
					left: 0px;
					z-index: 100;
					position: absolute;
				}

				
			ul.sidebar_list_tunes li .tune_info
			{
				margin-left: 111px;
				padding-top: 14px;
				overflow: hidden;
			}
			
			ul.sidebar_list_tunes li .tune_info strong,
			ul.sidebar_list_tunes li .tune_info span
			{
				display: block;
			}
			
			ul.sidebar_list_tunes li .tune_info span
			{
				/*margin-bottom: 16px;*/
			}
h2 { background:url(http://blog.andrewsaenz.com/wp-content/uploads/2010/02/h2.png) no-repeat; height: 90px; padding-top: 30px !important; padding-left: 20px; font-weight: normal !important; }
h2 a { font-weight: normal !important; text-decoration: none !important;  }
.postmetadata { background:url(http://blog.andrewsaenz.com/wp-content/uploads/2010/02/ftr.png); color: #a1a1a1 !important; }
.postmetadata a { background: white; padding: 3px; font-size: xx-small; text-transform: uppercase; border-bottom: solid 1px #d4d4d4; }
.container { background:url(http://blog.andrewsaenz.com/wp-content/uploads/2010/02/pge.gif); }