/*--------------------------------------
Story Container Big
---------------------------------------*/
/* default */
div.story_container_big
{
	background-color:#FFFFFF;
	width:272px;
	height:272px;
	overflow:hidden;
}

div.story_container_big div.story_preview_image
{
	width:272px;
	height:272px;

}

div.story_container_big div.info_container
{
	background-image: url(../graphics/story-transparancy.png);
	width:80px;
	height:80px;
	position:relative;
	top:-260px;
	left:15px;
	padding:10px;
}

div.story_container_big div.info_container div.title
{
	height:47px;
	overflow:hidden;
}

div.story_container_big div.info_container div.title h3
{
	color:#736357;
}

div.story_container_big div.info_container div.user
{
	height:15px;
	overflow:hidden;
	color:#736357;
}

div.story_container_big div.info_container div.options
{
	height:12px;
	overflow:hidden;
	position:relative;
	top:160px;
}

div.story_container_big div.info_container div.options div.option
{
	
	margin-right:5px;
	float:left;
	height:12px;
	width:12px;
	overflow:hidden
}

/* text */
div.story_container_big div.info_container_words
{
	background-color:#ada99f;
	color:#f1f0eb;
	width:80px;
	height:80px;
	position:relative;
	top:-260px;
	left:15px;
	padding:10px;
}

div.story_container_big div.info_container_words div.title
{
	height:47px;
	overflow:hidden;
}

div.story_container_big div.info_container_words div.title h3
{
	color:#f4f3ef;
}

div.story_container_big div.info_container_words div.user
{
	height:22px;
	overflow:hidden;
	color:#f4f3ef;
}

div.story_container_big div.info_container_words div.options
{
	height:12px;
	overflow:hidden;
	position:relative;
	top:160px;
}

div.story_container_big div.info_container_words div.options div.option
{
	
	margin-right:5px;
	float:left;
	height:12px;
	width:12px;
	overflow:hidden
}

/* video */
div.story_container_big div.info_container_film
{
	width:80px;
	height:80px;
	background-color: #00CC00;
	background-image:url(../graphics/video-play-link.png);
	background-repeat:no-repeat;
	position:relative;
	top:-180px;
	left:-215px;
	padding:10px;
}

div.story_container_big div.info_container_film div.title
{
	height:47px;
	overflow:hidden;
}

div.story_container_big div.info_container_film div.title h3
{
	visibility: hidden;
}

div.story_container_big div.info_container_film div.user
{
	height:15px;
	overflow:hidden;
	visibility: hidden;
}

div.story_container_big div.info_container_film div.options
{
	position: relative;
	top :80px;
	left: 14px;
	height:12px;
	overflow:hidden
}

div.story_container_big div.info_container_film div.options div.option
{
	
	margin-right:5px;
	float:left;
	height:12px;
	width:12px;
	overflow:hidden
}

/* news */
div.story_container_big div.info_container_news
{
	background-image: url(../graphics/story-transparancy.png);
	width:220px;
	height:60px;
	position:relative;
	top:-95px;
	left:15px;
	padding:10px;
}

div.story_container_big div.info_container_news div.title
{
	height:20px;
	overflow:hidden;
}

div.story_container_big div.info_container_news div.title h3
{
	color:#736357;
}

div.story_container_big div.info_container_news div.user
{
	height:36px;
	overflow:hidden;
	color:#736357;
}

div.story_container_big div.info_container_news div.options
{
	height:12px;
	overflow:hidden;
	display:none;
}

div.story_container_big div.info_container_news div.options div.option
{
	
	margin-right:5px;
	float:left;
	height:12px;
	width:12px;
	overflow:hidden
}

/* comp */
div.story_container_big div.info_container_comp
{
	background-image: url(../graphics/competition-transparency-rosette.png);
	width:100px;
	height:220px;
	position:relative;
	top:-260px;
	left:15px;
	padding:10px;
}

div.story_container_big div.info_container_comp div.title
{
	height:auto;
	overflow:hidden;
}

div.story_container_big div.info_container_comp div.title h3
{
	color:#736357;
}

div.story_container_big div.info_container_comp div.user
{
	height:180px;
	overflow:hidden;
	color:#736357;
}

div.story_container_big div.info_container_comp div.options
{
	height:12px;
	overflow:hidden;
	display:none;
}

div.story_container_big div.info_container_comp div.options div.option
{
	
	margin-right:5px;
	float:left;
	height:12px;
	width:12px;
	overflow:hidden
}