/*--------------------------------------
Featured Container
---------------------------------------*/
/* default */
div#featured_container
{
	background-color:#f4f3ef;
	width:100%;
	min-height:300px;
	overflow: hidden;

}

div#featured_container_left
{
	width:555px;
	float:left;
	overflow:hidden;

}

div#featured_container_right
{
	width:272px;
	float:right;
	overflow:hidden;

}

div.featured_container_news
{
	background-color:#f4f3ef;
	width:100%;
	height:300px;
	overflow:hidden;
}

div.featured_container_picture
{
	background-color:#f4f3ef;
	width:100%;
	height:300px;
	overflow:hidden;
}

div.featured_container_words
{
	background-color:#f4f3ef;
	width:100%;
	height:300px;
	overflow:hidden;
}

div.featured_container_film
{
	background-color:#f4f3ef;
	width:100%;
	height:300px;
	overflow:hidden;
}

div.featured_container_competition
{
	background-color:#f4f3ef;
	width:100%;
	height:300px;
	overflow:hidden;
}

/*--------------------------------------
Featured Container Content
---------------------------------------*/
/* default */


#featured_container_frame
{
	margin:15px;
	float:left;
	height: 130px;
	overflow:hidden;
}



#featured_container_image
{
	width:130px;
	height:128px;

}

#featured_container_overlay
{
	width:130px;
	height: 128px;
	position: relative;
	top: -115px;
	left:15px;

}


/*--------------------------------------
Featured Container Various
---------------------------------------*/
/* default */

.news #featured_container_frame #featured_container_overlay
{

	background-image: url(../graphics/news-overlay.png);
}

.collections #featured_container_frame #featured_container_overlay
{

	background-image: url(../graphics/collections-overlay.png);

}

.words #featured_container_frame #featured_container_overlay
{


}

.picture #featured_container_frame #featured_container_overlay
{


}

.film #featured_container_frame #featured_container_overlay
{

	background-image: url(../graphics/films-overlay.png);
}

/*--------------------------------------
---------------------------------------*/

#featured_container_icons
{

	width:72px;
	float:right;

}

#featured_container_icons img
{

	margin-left:5px;

}

#featured_container_more
{

	width:152px;
	float:left;
}


#featured_container_desc
{

	width:380px;
	height:130px;
	float:left;
	margin-top:15px;
	margin-right:15px;

}

#featured_container_desc_title
{


	font-size:20px;
	font-weight: bold;
	color: #736357;
	
}

#featured_container_desc_copy
{

	margin-top:10px;
	color: #736357;

}

#featured_container_icons .options
{
	float:left;
	height:12px;
	width: 100px;
}

#featured_container_icons .options a
{
	text-decoration: none;
}


#featured_container_icons .option
{
	float:left;
}


/*--------------------------------------
Latest Container
---------------------------------------*/
/* default */



div.latest_container
{

	width:557px;
	margin-bottom:30px;
}





div.featured_container_small
{
	background-color:#f4f3ef;
	margin-top:15px;
	height:130px;


}

div.latest_container_small
{
	background-color:#f4f3ef;
	margin-top:15px;
	height:130px;

}


