/*	-------------------------------------------------------------
	CSS - BLOG : 	THE BAND PERRY
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		blog.css
	Date:			November 11, 2009
	Author:			UMRG New Media
	-------------------------------------------------------------	*/
	
	/*	-----------------------------------------------------------
		NAV
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	ul#nav li#blog a {
		background-position:-156px -29px;
	}
	
	/*	-----------------------------------------------------------
		LEFT COL
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	/*HEADER*/
	
	#leftCol .header h2 {
		background:url(../../images/h2_Blog.jpg) no-repeat top center;
	}
	
	/*	-----------------------------------------------------------
		RIGHT COL
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		
	#rightCol {
		width:550px;
		padding:25px;
		font-size:14px;
		line-height:15px;
	}
		#rightCol a.viewOlder {
			margin:0 0 20px;
			font-weight:bold;
			color:#ffc000;
			display:block;
		}
			#rightCol a.viewOlder:hover {
				color:#fffaaa;
			}
		#rightCol ul.News {
			width:550px;
		}
			#rightCol ul li {
				width:550px;
				margin:0 0 40px;
			}
				#rightCol ul li .date {
					font-weight:bold;
				}
				#rightCol ul li .title {
					padding:0 0 10px;
				}
					#rightCol ul li .title a {
						padding:0 0 10px;
						font-weight:bold;
						color:#fff;
					}
						#rightCol ul li .title a:hover {
							color:#ce8626;
						}
				#rightCol ul li p {
					font-size:100%;
					line-height:18px;
				}
				#rightCol ul li .comments {
					width:110px;
					margin:0 0 0 auto;
				}
					#rightCol ul li .comments a {
						font-weight:bold;
						color:#fff;
					}
						#rightCol ul li .comments a:hover {
							color:#fffaaa;
						}