


.press article {
	position: relative;
}

.press .mainside {
	vertical-align: top;
	border-right: 1px dashed grey;
	padding-right: 1em;
}

.press .aside {
	vertical-align: top;
	width: 170px;
	border-left: 1px dashed grey;
}


.press .winephotobox {
	/*max-width: 125px;*/
	float: left;
	margin-right: .75em;
	padding: 15px;
	background: #4B494A;
	border: solid #ECEAE4 1px;	
	text-align: center;
	line-height: 1.2em;
	
	/*
	box-shadow: 0 1px 2px #fff, 0 -1px 1px #939274, inset 0 -1px 1px rgba(0,0,0,0.30), inset 0 1px 1px rgba(255,255,255,0.80);
	text-shadow: 0px 1px 2px #fff;
		border-radius: 12px;
	*/	
}
.press .winephotobox a{color:#ABABAB; color: #ABABAB; font-size: 12px; font-weight: bold;}
.press .presscontent p:first-child { margin-top: 0; }

.press .winephotobox:empty { display: none; }

.press .winephotobox img {
	max-height: 70px;
	width: auto;
}

.press .psideitem {
	text-align: center;
	margin: 0 auto;
}



.press .pressrating {
	width: 120px;
	margin-bottom: 1em;
/*	border-radius: 24px;*/
	border: solid #ECEAE4 1px;

	/*box-shadow: 0 1px 2px #fff, 0 -1px 1px #939274, inset 0 -1px 1px rgba(0,0,0,0.40), inset 0 1px 1px rgba(255,255,255,0.8);*/

	background: #4B494A;
/*
	background-image: linear-gradient(#ffffff, #EAE3BE);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#EAE3BE));
	background-image: -webkit-linear-gradient(top, #ffffff, #EAE3BE);
	background-image: -moz-linear-gradient(top, #ffffff 0%, #EAE3BE 100%);
	background-image: -ms-linear-gradient(top, #ffffff, #EAE3BE);
	background-image: -o-linear-gradient(top, #ffffff, #EAE3BE);
*/
}


.press .pressrating .prating {
	padding: 1em .25em;
	margin: 0 auto;
	font-size: 26px;
	color: #ABABAB;
	font-weight: bold;
}

.press footer {
	margin-top: .5em;
}

.posts a{}
.posts a:hover{text-decoration:underline;}














