/*
Theme Name: Music Mix
Theme URI: http://www.freewordpressthemesite.com
Description: A theme by <a href="http://www.destininteractive.com">Destininteractive.com</a>.
Version: 1.0
Author: Destin Interactive
Author URI: http://www.destininteractive.com
*/


/* General */

body {
	margin: 0;
	background: #f7f8f3 url('images/background.gif');
}

h1, h2, h3, h4 {
	margin: 0;
}

img {
	border: 0px none;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}


/* Page */

#page {
	margin: 0 auto;
	width: 1004px;
	background: url('images/page.gif') repeat-y;
}

#page-top {
	width: 1004px;
	background: url('images/page_top.jpg') no-repeat;
}

#page-bottom {
	width: 1004px;
	background: url('images/page_bottom.gif') no-repeat left bottom;
}

#main hr { display: none; }

/* Header */

#header {
	width: 1004px;
	height: 310px;
	position: relative;
}

	/* Header - Info */
	
	#header #header-info {
		position: absolute;
		top: 405px;
		left: 20px;
		width: 960px;
	}
	
	#header #header-info h1 {
		color: #f7f8f3;
		font: bold 37px Arial, Verdana;
		padding-bottom: 5px;
	}
	
	#header #header-info h1 a {
		color: #f7f8f3;
		text-decoration: none;
	}
	
	#header #header-info .description {
		color: #fff;
		font: bold 13px Arial, Verdana;
	}
	
	/* Header - Menu */
	
	#header #header-menu {
		position: absolute;
		top: 0;
		left: 20px;
		width: 960px;
		height: 37px;
	}
	
	#header #header-menu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		width: 960px;
		height: 37px;
	}
	
	#header #header-menu ul li {
		font: normal 17px/37px Arial;
		color: #ff0101;
		float: left;
		margin-right: 20px;
	}
	
	#header #header-menu ul li a {
		color: #FFF;
		padding-bottom: 1px;
		text-decoration: none;
	}
	
	#header #header-menu ul li a:hover {
	border-bottom: 4px solid #FFFFFF;
	}
	
	#header #header-menu ul li ul {
		display: none;
	}
	
	#header #header-menu ul li.current_page_item a {
		border-bottom: 4px solid #BE7005;
		font-weight: bold;
	}


/* Main */

#main {
	width: 1004px;
}

	/* Main - Content */
	
	#content {
		float: left;
		width: 683px;
		padding: 0 8px 0 21px;
	}
	
	/* Main - Content - Post */
	
	#content .post {
		float: left;
		margin-bottom: 10px;
		width: 683px;
		background: url('images/post.gif') repeat-y;
	}
	
	#content .post .post-top {
		width: 683px;
		background: url('images/post_top.jpg') no-repeat;
	}
	
	#content .post .post-top .post-bottom {
		width: 683px;
		min-height: 82px;
		background: url('images/post_bottom.gif') no-repeat left bottom;
		padding-bottom: 8px
	}
	
		/* Post - Title */
		
		#content .post .post-title {
			width: 659px;
			height: 98px;
			padding: 4px 12px 0 12px;
			color: #FFFFFF;
			font: bold 13px Arial, Verdana;
			position: relative;
		}
		
			#content .post .post-title-page {
				height: 36px;
			}
		
		#content .post .post-title a {
			color: #FFFFFF;
			text-decoration: none;
		}
		
		#content .post .post-title a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title h2 {
			float: left;
			color: #000000;
			font: normal 20px/36px Arial, Verdana;
		}
		
		#content .post .post-title h2 a {
			color:#FFF;
			text-decoration: none;
		}
		
		#content .post .post-title h2 a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title .post-date {
			float: right;
			color: #FFFFFF;
			background: url('images/icon_calendar.gif') no-repeat left center;
			padding-left: 19px; font-style:normal; font-variant:normal; font-weight:bold; line-height:36px; font-size:13px; font-family:Arial, Verdana
		}
		
		#content .post .post-title .post-title-info {
			float: left;
			background: url('images/post_title_info.gif') no-repeat;
			width: 625px;
			margin-top: 15px;
			height: 46px;
			line-height: 46px; padding-left:17px; padding-right:17px; padding-top:0; padding-bottom:0
		}
		
			#content .post .post-title .post-title-info .post-title-author {
				float: left;
				background: url('images/icon_author.gif') no-repeat left center;
				padding-left:20px; padding-right:10px; padding-top:0; padding-bottom:0
			}
			
			#content .post .post-title .post-title-info .post-title-category {
				float: left;
				background: url('images/icon_category.gif') no-repeat left center;
				padding-left:20px; padding-right:10px; padding-top:0; padding-bottom:0
			}
			
			#content .post .post-title .post-title-info .post-title-comments {
				float: left;
				background: url('images/icon_comments.gif') no-repeat left center;
				padding-left:20px; padding-right:10px; padding-top:0; padding-bottom:0
			}
		
		/* Post - Entry */
		
		#content .post .post-entry {
			font: normal 13px/20px Arial, Verdana;
			color: #000000;
			width: 653px;
			padding: 0 15px;
			float: left;
		}
		
		#content .post .post-entry a {
			color:#c62509;
			text-decoration: none;
		}
		
		#content .post .post-entry a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry a.more-link {
			font-weight: bold;
		}
		
		#content .post .post-entry blockquote {
			border-left: 10px solid #c62509;
			margin: 0px 30px;
			padding-left: 15px;
		}
		
		/* Post - Subtitle */
		
		#content .post h3 {
			margin: 20px 0 5px 0;
			color: #ff0505;
			font: bold 15px Arial, Verdana;
		}
		
		/* Post - Comments */
		
		#content .post .comments {
			font: normal 13px/20px Arial, Verdana;
			color: #FFFFFF;
			width: 653px;
		}
		
		#content .post .comments ol {
			margin: 10px 0;
			padding-left: 25px;
		}
		
		#content .post .comments ol li {
			padding: 5px;
		}
		
		#content .post .comments ol li a {
			color:#a31f0a;
			text-decoration: none;
		}
		
		#content .post .comments ol li a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li.alt {
			background: #bbbbb9;
		}
		
		#content .post .comments ol li cite {
			color: #BB0436;
			font-style: normal;
			font-weight: bold;
		}
		
		#content .post .comments ol li cite a {
			color: #922401;
			text-decoration: none;
		}
		
		#content .post .comments ol li cite a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li .commentmetadata a {
			color: #BB0436;
			text-decoration: none;
		}
		
		#content .post .comments ol li .commentmetadata a:hover {
			text-decoration: underline;
		}
		
		/* Post - Comment Form */
		
		#content .post #commentform {
			font: normal 13px/20px Arial, Verdana;
			color: #000000;
			width: 628px;
			padding-left: 25px;
			margin: 0;
		}
		
		#content .post #commentform a {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post #commentform a:hover {
			text-decoration: underline;
		}
	
	/* Main - Content - Navigation */
	
	#content .navigation {
		float: left;
		font: bold 13px Arial, Verdana;
		color: #9c1f09;	
		width: 675px;
		padding: 0 4px;
	}
	
	#content .navigation a {
		color:#9c1f09;
		margin-bottom: 10px;
		text-decoration: none;
	}
	
	#content .navigation a:hover {
		text-decoration: underline;
	}
	
		#content .navigation .navigation-previous {
			float: left;
		}
		
		#content .navigation .navigation-next {
			float: right;
		}
	
	/* Main - Sidebar */
	
	#sidebar {
		float: left;
		width: 266px;
		font: normal 13px/19px Arial, Verdana;
		color: #9c1f09;
		margin-bottom: 8px;
	}
	
	#sidebar a {
		color: #9c1f09;
		text-decoration: none;
	}
	
	#sidebar a:hover {
		text-decoration: underline;
	}
	
	/* Main - Sidebar - Search & Feed */
	
	#sidebar .sidebar-box-search-feed {
		width: 266px;
		height: 169px;
		margin-bottom: 7px;
		background: url('images/sidebar_search_feed.jpg') no-repeat;
		position: relative
	}
	
		/* Sidebar - Search */
		
		#sidebar #sidebar-search {
			position: absolute;
			top: 48px;
			left: 11px;
			width: 243px;
			height: 28px;
		}
		
		#sidebar #sidebar-search #search-form {
			margin: 0;
			padding: 0;
			width: 243px;
			height: 28px;
		}
		
		#sidebar #sidebar-search #sb {
			width: 202px;
			height: 16px;
			border: 0px none;
			color: #000000;
			background: ;
			float: left; font-style:normal; font-variant:normal; font-weight:bold; font-size:13px; font-family:Arial, Verdana; padding-left:5px; padding-right:0; padding-top:6px; padding-bottom:6px
		}
		
		#sidebar #sidebar-search #searchsubmitb {
			background: transparent;
			border: none;
			width: 36px;
			height: 28px;
			padding: 0;
			float: right;
		}
		
		/* Sidebar - Feed */
		
		#sidebar #sidebar-feed {
			position: absolute;
			top: 82px;
			left: 13px;
			width: 238px;
			height: 74px;
		}
	
	/* Main - Sidebar - Boxes */
	
	#sidebar .sidebar-box, #sidebar ul ul {
		width: 266px;
		margin-bottom: 2px;
		background: url('images/sidebar_box.gif') repeat-y;
		padding-bottom: 10px;
		border-bottom: 1px solid #fff; 
		margin-bottom: 5px; 
	}
	
	
	#sidebar .sidebar-box .sidebar-box-top, #sidebar h2 {
		width: 266px;
		background: url('images/sidebar_box_top.gif') no-repeat;
		padding: 5px; 
	}
	
	
	#sidebar .sidebar-box .sidebar-box-bottom {
		width: 266px;
		background: url('images/sidebar_box_bottom.gif') no-repeat left bottom;
	}
	
		/* Sidebar - Titles */
		
		#sidebar h2, #sidebar h3 {
			width: 250px;
			height: 36px;
			padding: 4px 4px 0 12px;
			font: bold 17px/36px Arial, Verdana;
			color: #f7f8f3;
		}
		
		/* Sidebar - Menus */
		
		#sidebar ul {
			margin: 0;
			padding: 0 4px 15px 4px;
			list-style-type: none;
			width: 258px;
		}
		
		#sidebar ul li {
			color: #AF3D0C;
			font: normal 13px/22px Arial, Verdana;
		}
		
		#sidebar ul li a {
			color: #9c1f09;
			text-decoration: none;
			background: url('images/sidebar_menu.gif') no-repeat left bottom;
			display: block; padding-left:5px; padding-right:0; padding-top:0; padding-bottom:2px;
			margin-left: 5px;
		}
		
		#sidebar ul li a:hover {
			color: #b35027;
			text-decoration: none;
		}
		
			/* Sidebar - Menus - Submenus */
			
			#sidebar ul li ul {
				padding: 0;
			}
			
			#sidebar ul li ul li a {
				padding-left: 20px;
			}
		
		/* Sidebar - Forms */
		
		#sidebar #searchform {
			margin: 0;
			width: 266px;
			text-align: center;
			background: url('images/sidebar_box_top_form.gif') no-repeat;; padding-left:0; padding-right:0; padding-top:26px; padding-bottom:32px
		}
		
		#sidebar #searchform #s {
			width: 200px;
		}
		
		/* Sidebar - Tables */
		
		#sidebar #calendar_wrap {
			margin: 0 auto;
			width: 145px;
			padding: 5px 0 12px 0;
		}
		
		#sidebar #calendar_wrap table {
			width: 145px;
		}
		
		#sidebar #calendar_wrap caption {
			font-weight: bold;
		}
		
		#sidebar #calendar_wrap tbody {
			text-align: right;
		}
		
		#sidebar #calendar_wrap tfoot #next {
			text-align: right;
		}
		
		#sidebar #calendar_wrap #today {
			font-weight: bold;
		}
		
		/* Sidebar - Texts */
		
		#sidebar .textwidget {
			padding: 3px 10px 10px 10px;
		}


/* Footer */

#footer {
  clear: both;
	width: 944px;
	height: 41px;
	padding: 0 33px 11px 27px;
	color: #333333;
	font: normal 11px/41px Arial, Verdana;
}

#footer a {
	color: #999999;
	;
}

#footer a:hover