@charset "utf-8";
/*	-------------------------------------------------------------
	CSS : 			Artist Website - BLOG
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		artist_blog.css
	Date:			Sep 22, 2009
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	
	@import url("base_blog.css");
	
/*	--------------------------------------------------------------------------------------------------------------------------
	#mainNav Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#mainNav .blog a {
		background-position:-740px -66px !important;
	}

/*	--------------------------------------------------------------------------------------------------------------------------
	#blog Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#blog {
		width:546px;
		background:url(../../images/bg_topCap.png) 0 0 no-repeat;
	}	
		#blog .header {
			height:31px;
			padding:15px 0 0 0;
		}
			#blog .header a.btn_rss {
				width:20px; height:20px;
				margin:0 0 0 15px;
				background:url(../../images/btn_rss.png) 0 0 no-repeat;
				display:block;
				float:left;
			}
		#blog .blogBottom {
			width:546px;
			padding:0 0 30px 0;
			background:url(../../images/bg_bottomCap.png) bottom left no-repeat;
		}
		#blog .blogContent {
			width:500px;
			padding:15px 0 20px 46px;
			background:url(../../images/bg_colContent.png) 0 0 repeat-y;
		}
		h1#h1_blog {
			width:65px; height:23px;
			margin:0 0 0 45px;
			background:url(../../images/h1_blog.png) no-repeat;
			float:left;
		}
		#blog ul {

		}
		#blog li {
			margin:0 0 14px 0;
		}
		#blog h2 {
			font:normal 18px Arial, Helvetica, sans-serif;
			color:#9e4423;
		}
			#blog h2 .date {
				width:69px;
				margin:0 0 3px 0;
				font:normal 11px Arial, Helvetica, sans-serif;
				color:#859aa4;
			}
			#blog h2 a {
				font:bold 18px Arial, Helvetica, sans-serif;
				color:#0079bf;
			}
				#blog h2 a:hover {
					color:#66a7cc;
				}
		#blog .body {
			width:480px;
		}
		#blog .body p {
			font:normal 13px Arial, Helvetica, sans-serif;
			color:#3c3b3b;
			padding:6px 0;
		}
		#blog .social {
			padding:5px 11px 25px 0;
		}
			#blog .social .views {
				padding:5px 0 0 18px;
				font:normal 12px Arial, Helvetica, sans-serif;
				color:#545355;
			}
			#blog.single .social .views {
				float:right;
			}
			#blog .social a.btn_share {
				width:60px; height:18px;
				float:left;
				background:url(../../images/btn_share.png) 0 0 no-repeat;
				display:block;
			}
				#blog .social a.btn_share:hover {
					background-position:0 -18px;
				}
			#blog a.more {
				margin-top:10px;
				float:right;
			}	
			#blog a.back {
				width:82px; height:8px;
				margin:0 0 25px 0;
				background:url(../../images/btn_backToBlogs.png) 0 0 no-repeat;
				display:block;
			}
				#blog a.back:hover {
					background-position:0 -8px;
				}
