
/***************************************************************
* Blog styles
***************************************************************/

.landscapeHolder
{
	position: relative;
	left: -20px;
	width: 490px;
	height: 400px;
	overflow: hidden;
}

.landscapeImage
{
	position: absolute;
	top: 30px;
	left: 73px;
	z-index: 1;
}

.landscapeFrame
{
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('/content/img_v2/image_frame.png');
	width: 490px;
	height: 330px;
	z-index: 2;
}

.postShare
{
	position: absolute;
	right: 0;
	bottom: 30px;
	z-index: 3;
}

.postText
{
	padding-top: 10px;
	padding-bottom: 15px;
}

.postImageText
{
	padding-top: 10px;
	padding-bottom: 15px;
	text-align: center;
}

.portraitHolder
{
	position: relative;
	left: 0px;
	width: 413px;
	height: 477px;
	overflow: hidden;
}

.portraitImage
{
	position: absolute;
	top: 37px;
	right: 47px;
	z-index: 1;
}

.portraitFrame
{
	position: absolute;
	top: 0;
	right: 0;
	background-image: url('/content/img_v2/ram_portrait.png');
	width: 353px;
	height: 414px;
	z-index: 2;
}

.textShare
{
	position:relative;
	left:290px;
	top:10px;
}

.textMain
{
	padding-top: 10px;
	padding-bottom: 15px;
}
