@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - Kristinia DeBarge NEWS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		kdb_news.css
	Date:			June 23, 2009
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/

/*	--------------------------------------------------------------------------------------------------------------------------
	active nav Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/			
	/*news*/
	ul.navbar li.news a {
		background:url(../../images/nav_spritesNew.png) -90px -49px no-repeat;
	}
	
/*	--------------------------------------------------------------------------------------------------------------------------
	mainCol Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

	#mainContentTop {
		background:url(../../images/bg_crouchedTop.jpg) top center no-repeat;
	}
	
	
	.newsContent {
		margin:162px 0 0 5px;	
	}
		.newsContent .header {
			margin:0 0 15px 0;
		}
			.newsContent h2 {
				margin:0 0 25px 0;
				width:85px; height:47px;
				float:left;
				background:url(../../images/h2_news.jpg) 0 0 no-repeat;
			}
			.newsContent a.backTo {
				padding:0 0 0 10px; margin:23px 12px 0 0;
				width:85px; height:15px;
				background:url(../../images/btn_prev.png) center left no-repeat;
				font:normal 11px Arial, Helvetica, sans-serif;
				color:#ff006e;
				float:right;
				display:inline-block;
			}
				.newsContent a.backTo:hover {
					color:#900040;
				}
		.newsContent ul.entry {
			list-style:none;
		}
			.newsContent ul.entry li {
				margin:0 0 25px 0; padding:0 0 15px 0;
				border-bottom:2px solid #d4d3d3;
			}
			.newsContent ul.entry li.noContent {
				padding:10px 0 10px 0;
				border:1px dashed #FF006E;
				color:#949493;
				font:normal 11px Arial, Helvetica, sans-serif;
			}
				.newsContent ul.entry li .date {
					margin:0 0 7px 0;
					font:normal 10px Verdana, Arial, Helvetica, sans-serif;
					color:#313131;
					display:block;
				}
				.newsContent ul.entry h3 {
					margin:0 0 5px 0;
					font:bold 14px Arial, Helvetica, sans-serif;
					color:#ff006e;
					line-height:16px;
					display:block;
				}
					.newsContent ul.entry h3 a {
						font:bold 14px Arial, Helvetica, sans-serif;
						color:#fa006f;
						line-height:16px;
						color:#ff006e;
					}
						.newsContent ul.entry h3 a:hover {
							color:#fff;
							background:#ff006e;
						}
				.newsContent ul.entry p {
					font:normal 11px Arial, Helvetica, sans-serif;
					color:#525151;
					line-height:15px;
					display:block;
				}
				.newsContent ul.entry .info {
					margin:16px 0 0 0;
				}
					.newsContent ul.entry .info .social {
						float:right;
						font:normal 10px Verdana, Arial, Helvetica, sans-serif;
						color:#000;
					}
						.newsContent ul.entry .info .social .comment {
							font:normal 10px Verdana, Arial, Helvetica, sans-serif;
							color:#f35b9f;
						}
					.newsContent ul.entry .info .more {
						float:left;
					}
						.newsContent ul.entry .info .more a.btn_readMore {
							padding:1px 0 0 0;
							width:70px; height:15px;
							background:#ff006e;
							text-align:center;
							font:bold 10px Verdana, Arial, Helvetica, sans-serif;
							color:#fff;
							border-bottom:1px solid #900040;
							border-right:1px solid #900040;
							display:block;
						}
							.newsContent ul.entry .info .more a.btn_readMore:hover {
								padding:1px 0 0 0; margin:1px 0 0 1px;
								height:15px;
								border:none;
							}

/*	--------------------------------------------------------------------------------------------------------------------------
	news_single Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

		.newsContent .mainEntry {
			margin:30px 0 0 0;
			width:475px;
		}
			.newsContent .mainEntry .date {
				margin:0 0 8px 0;
				font:bold 10px Verdana, Arial, Helvetica, sans-serif;
				color:#900040;
				display:block;
			}
			.newsContent .mainEntry h3 {
				margin:0 0 15px 0;
				font:normal 19px Arial, Helvetica, sans-serif;
				color:#900040;
			}
			.newsContent .mainEntry .textHolder {
				padding:0 5px 0 0;
				font:normal 13px Arial, Helvetica, sans-serif;
				line-height:18px;
				color:3525151;
			}
				.newsContent .mainEntry .textHolder p {
					margin:0 0 10px 0; 
				}
				.newsContent .mainEntry .textHolder a {
					font:normal 13px Arial, Helvetica, sans-serif;
					line-height:18px;
					color:#ff006e;
				}
				.newsContent .mainEntry .textHolder a:hover {
					color:#900040;
				}
	.newsContent .pager {
		margin:0 2px 25px 0;
	}
		.newsContent .pager .displaying {
			margin:4px 0 0 2px;
			font:normal 10px Arial, Helvetica, sans-serif;
			color:#828282;
			display:inline-block;
			float:left;
		}
		.newsContent .pager a.prev {
			margin:0 5px 0 0; padding:1px 0 0 1px;
			width:42px; height:15px;
			background:#fdfb05 url(../../images/btn_prevYellow.jpg) 3px 5px no-repeat;
			float:right;
			text-align:center;
			font:normal 10px Verdana, Arial, Helvetica, sans-serif;
			color:#ff006e;
			border-bottom:1px solid #000;
			border-right:1px solid #000;
		}
			.newsContent .pager a.prev:hover {
				margin:1px 5px 0 1px; padding:1px 0 0 0;
				height:15px;
				border:none;
			}
		.newsContent .pager a.next {
			padding:1px 1px 0 0;
			width:42px; height:15px;
			background:#fdfb05 url(../../images/btn_nextYellow.jpg) 37px 5px no-repeat;
			float:right;
			text-align:center;
			font:normal 10px Verdana, Arial, Helvetica, sans-serif;
			color:#ff006e;
			border-bottom:1px solid #000;
			border-right:1px solid #000;
		}
			.newsContent .pager a.next:hover {
				margin:1px 1px 0 1px; padding:1px 0 0 0;
				height:15px;
				border:none;
			}
		.newsContent .comments {
			margin:60px 0 25px 0;
		}
			.newsContent .comments .commentsHeader {
				margin:0 0 17px 0;
			}
				.newsContent .comments .commentsHeader h3 {
					font:bold 16px Arial, Helvetica, sans-serif;
					color:#2d2e2e;
					float:left;
				}
				.newsContent .comments .commentsHeader a.postComment {
					margin:0 2px 0 0; padding:4px 0 0 0;
					width:105px; height:18px;
					background:#ff006e;
					text-align:center;
					font:bold 11px Verdana, Arial, Helvetica, sans-serif;
					color:#fff;
					border-bottom:1px solid #900040;
					border-right:1px solid #900040;
					float:right;
				}
					.newsContent .comments .commentsHeader a.postComment:hover {
						margin:1px 2px 0 1px;  padding:4px 0 0 0;
						height:18px;
						border:none;
					}
			.newsContent .comments ul.entries {
				list-style:none;
			}	
				.newsContent .comments ul.entries li.entry {
					margin:0 0 22px 0;
				}
					.newsContent .comments ul.entries li.entry .userImage a {
						padding:2px;
						background:#fff;
						border:2px solid #900040;
						float:left;
						display:block;
					}
						.newsContent .comments ul.entries li.entry .userImage a:hover {
							border:2px solid #ff006e;
						}
						.newsContent .comments ul.entries li.entry .commentRepeater {
							padding:0 0 5px 0;
							background:url(../../images/bg_commentHolderRepeaterWideLeft.png) top right repeat-y;
							float:right;
						}
							.newsContent .comments ul.entries li.entry .commentRepeater .commentTop {
								padding:15px 5px 10px 45px;
								width:370px;
								background:url(../../images/bg_commentHolderTopWideLeft.png) top right no-repeat;
							}
								.newsContent .comments ul.entries li.entry .commentRepeater .commentTop .commentArea {
									padding:0 20px 0 19px;
									font:normal 11px Arial, Helvetica, sans-serif;
									color:#525151;
									line-height:16px;
									display:block;
								}
								.newsContent .comments ul.entries li.entry .commentRepeater .commentTop .commentArea .commentInfo {
									margin:7px 0 0 0;
									font:normal 10px Arial, Helvetica, sans-serif;
									color:#838383;
									display:block; 
								}
									.newsContent .comments ul.entries li.entry .commentRepeater .commentTop .commentArea .commentInfo a {
										font:normal 10px Arial, Helvetica, sans-serif;
										color:#900040; 
									}
										.newsContent .comments ul.entries li.entry .commentRepeater .commentTop .commentArea .commentInfo a:hover {	
											color:#fa006f; 
										}
			.newsContent .comments .commentsFooter {
			}
				.newsContent .comments .commentsFooter a.postComment {
					margin:0 2px 0 0; padding:4px 0 0 0;
					width:105px; height:18px;
					background:#ff006e;
					display:inline-block;
					text-align:center;
					font:bold 11px Verdana, Arial, Helvetica, sans-serif;
					color:#fff;
					border-bottom:1px solid #900040;
					border-right:1px solid #900040;
					float:right;
				}
					.newsContent .comments .commentsFooter a.postComment:hover {
						margin:1px 2px 0 1px;  padding:4px 0 0 0;
						height:18px;
						border:none;
					}
	
	
