/**
 * ----------------------------------------------------------------------------
 * toggleElements.css - Stylesheet for jQuery-Plugin toggleElements
 * ----------------------------------------------------------------------------
 */

/* Screen ------------------------------------------------------------------- */

@media projection, screen {

	/* Toggler - default style */
	.toggler {
	   margin:25px 0 25px 0;
		cursor:pointer;
		text-decoration: underline;
		font-size: 1em;
		font-weight:bold;
		line-height:30px;
		display: block;
		color:#0000ee;
	}
	.toggler-closed {
		height:30px;
	color:#0000ee;
	}
	.toggler-closed:hover {
		color:#0000ee;
		height:30px;
	}
	.toggler-opened {
		color:#0000ee;
		height:30px;
	}
	.toggler-opened:hover {
		color:#0000ee;
		height:30px;
	}

	/* Container - default style */
	.toggler-c {
	}
	.toggler-c-closed {
	   background:transparent;
		margin:-25px 0px 25px 0px;
	}
	.toggler-c-opened {
		margin:-25px 0px 25px 0px;
	}

}

/* Print -------------------------------------------------------------------- */
@media print {

	.toggler-c { margin-bottom:25px; }
	.toggler { display: none; }

}
