@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - PRESS: 			Katharine McPhee Website - NEWS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		km_press.css
	Date:			Nov 16, 2009
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	
	@import url("base_press.css");
	
/*	--------------------------------------------------------------------------------------------------------------------------
	#mainNav Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#mainNav .press a {
		background-position:-156px -20px;
	}
		#mainNav .press a:hover {
			background-position:-156px -20px;
		}

/*	--------------------------------------------------------------------------------------------------------------------------
	#press Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#press {
		width:500px;
	}
		h1#h1_press {
			height:23px; 
			margin:0 0 10px 0;
			background:url(../../images/h1_press.png) no-repeat;
		}
		#press a.btn_backToNews {
			width:76px; height:8px;
			background:url(../../images/btn_backToNews.png) no-repeat;
			display:block;
		}
			#press a.btn_backToNews:hover {
				background-position:0 -10px;
			}
		#press ul {

		}
		#press li {
			padding:0 0 14px 0;
			border-bottom:solid 1px #cac4c7;
		}
			#press li.noContent {
				padding:10px;
			}
			#press li.bottom {
				border:0;
			}	
		#press h2 {
			padding:18px 11px 10px 11px;
			background:none;
			font:normal 14px Arial, Helvetica, sans-serif; 
			color:#3c3b3b;
		}
			#press h2 a {
				font:normal 14px Arial, Helvetica, sans-serif;
			}
			#press h2 .date {
				border-bottom:solid 2px #cac4c7;
				margin:0 0 6px 0;
				font:normal 11px Arial, Helvetica, sans-serif;
				color:#706d6e;
				display:inline-block;
			}
		#press .body {
			padding:0 11px;
			background:none;
		}
			#press .body img {
				padding:10px 10px 10px 0;
			}
			#press .body p {
				padding:6px 0;
				font-size:11px;
				line-height:17px;
			}
		#press .social {
			padding:5px 11px 5px 11px;
		}
			#press .social .views {
				font:normal 12px Arial, Helvetica, sans-serif;
				color:#545355;
			}
			#press .social a.btn_share {
				width:47px; height:21px;
				padding:0 0 0 16px;
				background:url(../../images/btn_share.png) 0 0 no-repeat;
				font:bold 12px Arial, Helvetica, sans-serif;
				color:#fff;
				text-transform:uppercase;
				line-height:21px;
			}
			#press .social a.more {
				width:122px; height:12px;
				background:url(../../images/btn_readFullStory.png) 0 0 no-repeat;
				display:block;
			}
				#press .social a.more:hover {
					background-position:0 -12px;
				}