/* 
**  version		: 01.11.06  
**  Datei       : teaser-content-custom.css
**  Funktion    : Basis-Modifikation fÃ¼r das Layout des YAML-Tutorials
**
*/

@media all
{

	/* ######################################################################################################
	** ### Teasers ##############################################################################
	** ######################################################################################################
	*/
	
	/****************************************************
	* styles for the all modes
	****************************************************/
	
	/* teaser lists */
	.teaserList {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	
	/* teasers */
	
	.teaserList .teaser,.teaserList .teasernotdraggable{
		margin-left: 0px;
	}
	
	ul.teaserList div.teaserContent {
		padding: 0 0 2.5em 0;
		line-height: 1.27em;
		color: #666;
	} 
	
	#col1 #teasers {
		margin-top: 3em;
	}
	
	#teasers h2 {
		line-height: 1em;
		color: #666;
		padding: 0 0 0.4em 0;
		border-bottom: 1px solid #a4a6a9;
		height: 1em;
	}
	
	#teasers h2 a.nl_link {
		display: block;
		float: right;
		font-weight: normal;
		background: transparent;
		padding-left: 10px;
		margin-right: 10px !important;
		margin-right: 5px ;
	}
	
	#teasers h3 {
		line-height: 1em;
		color: #666;
		padding: 0 0 0.5em 0;
		border-bottom: 1px solid #a4a6a9;
		margin: 0 0 0.7em 0;
	}
	
	#teasers .extranet h3 {
		line-height: 1em;
		color: #333;
		padding: 0 0 0.5em 0;
		border-bottom: 2px solid #690;
		margin: 0 0 0.7em 0;
	}
	
	#teasers .extranet {
		color: #333;
	}
	
	#teasers .vizona h3 {
		color: #333;
		padding: 0 0 0.4em 0;
		border-bottom: 1px solid #ccc;
		margin: 0;
	}
	
	#teasers .vizona {
		color: #333;
	}
	
	.teaserContent ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	.teaserContent ul li {
		margin-left: 0;
		line-height: 1.2;
		margin-bottom: 0.3em;
	}
	
	
	/****************************************************
	* styles for the edit mode
	****************************************************/
	
	/* help div */
	#teaserHelpDiv {
		margin-bottom: 10px;
		background-color: #ffcccc;
		border: 1px solid black;
		padding: 5px;
	}
	
	/* admin links + status div */
	.teaserLinkDiv {
		border: 1px solid black;
		border-bottom-width: 0px;
		text-align: center;
		
		padding-bottom: 2px;
	}
	
	/* distinguish between local and global teasers by background color */
	#teaserLocalLinkDiv, #teaserLocalEditDiv {
		background-color: #ccffcc;
	}
	#teaserGlobalLinkDiv, #teaserGlobalEditDiv {
		background-color: #ffffbb;
	}
	
	#teaserGlobalEditDiv {
		border: solid #ffff55 3px;
	}
	
	#teaserGlobaleditDiv h2 {
		background: none;
	}
	
	/****************************************************
	* styles for the edit mode
	* -> teasers on the edit div AND teasers on the page
	****************************************************/
	
	/* category divs */
	.teaserEditDiv .teaserContainer, .teaserContainerEditMode {
		border: 1px solid black;
		padding: 3px;
		margin-bottom: 10px;
		min-height: 100px;
	}
	
	/* teaser lists */
	.teaserEditDiv .teaserList, .teaserContainerEditMode .teaserList {
		margin: 5px;
		min-height: 100px;
	}
	
	/* teasers */
	.teaserEditDiv .teaser, .teaserContainerEditMode .teaser,
	.teaserEditDiv .teasernotdraggable, .teaserContainerEditMode .teasernotdraggable
	{
		border: 1px dotted black;
		border-top-width: 0px;
		margin-bottom: 2.5em;
	}
	
	.teaserEditDiv .teasernotdraggable, .teaserContainerEditMode .teasernotdraggable
	{
		border: none;
	}
	
	/* teaser handles */
	.teaserHandle {
		display: none;
	}
	.teaserEditDiv .teaserHandle, .teaserContainerEditMode .teaserHandle {
		width: 100%;
		height: 15px;
		background-color: #999999;
		cursor:move;
		margin-bottom:5px;
		display: block;
	}
	
	#pageTeasersDiv.teaserContainer .teaserHandle{
		display: none;
	}
	
	.teasernotdraggable .teaserHandle{
		display: none;
	}
	
	/****************************************************
	* styles for the edit mode
	* -> teasers on the edit div ONLY
	****************************************************/
	
	/* edit div */
	.teaserEditDiv {
		padding: 3px;
		display: none;
		position: absolute;
		top: 0px;
	}
	
	/* category headers */
	.teaserEditDiv .teaserContainerHeader {
		background-color: #333333;
		font-size: 0.9em;
		color: white;
		padding-left: 3px;
		padding-right: 3px;
	}
	
	/* teasers */
	.teaserEditDiv .teaser, .teaserEditDiv .teasernotdraggable {
		margin-right: 10px;
		width: 30%;
		float: left;
	}
		
	/* float clearing */
	.teaserEditDiv .clear {
		clear: left;
	}
	
	#teasers h3 {
		padding: 0 0 0.4em 0 !important;
	}
}
