@charset "utf-8";

#sidePicturePanel{
	margin: 0 0 20px 2px;
}

		#sidePicturePanel h3{
			margin: 0 0 5px 0;
			font-weight: bold;
			font-size: 13px;
		}
		#sidePicturePanel h2 + p{
			margin: 15px 0;
			font-weight: bold;
			font-size: 12px;
		}
		#sidePicturePanel .newEntryImg{
			height: 147px;
			overflow: hidden;
		}
		#sidePicturePanel .newEntryImg img{
			width: 100%;
			height: auto;
		}
		#sidePicturePanel .newEntryImg.mode-sqr{
			text-align: center;
			background: #111;
		}
		#sidePicturePanel .newEntryImg.mode-sqr img{
			width: auto;
			height: 100%;
		}

		#sidePicturePanel .entryWrap + .entryWrap{
			margin: 15px 0 0;
			padding: 15px 0 0;
			border-top: 1px solid #999999
		}
		#sidePicturePanel .entryTxt{
			float: right;
			width: 135px;
		}
		#sidePicturePanel .entryTxt .copy{
			font-size: 12px;
		}

		#sidePicturePanel .entryImg{
			float: left;
			height: 65px;
			width: 80px;
			overflow: hidden; 
		}

		#sidePicturePanel a:hover p,
		#sidePicturePanel a:hover h3{
			color: #c42600;
		}
		#sidePicturePanel a:hover p{
			text-decoration: underline;
		}

