/***********************************************************************
 * Project:	toazter.ch homepage - sidebar styles
 * Author:		Roland Hostettler <r.hostettler@gmx.ch>
 * Date:		2009-04-10
 * Version:		2.0
 *	
 * History
 * Author	Date		Changes
 * hr		06-03-28	Created
 * hr		09-04-10	Update for slightly modified toazter.v2 style
 **********************************************************************/

/***********************************************************************
 * Color codes used:
 * #0000ff - standard blue
 * #cccfe3 - light blue
 * #8990c2 - little darker blue 
 **********************************************************************/

/***********************************************************************
 * Default section
 **********************************************************************/
div#sidebar
{
	margin: 1em auto;
	float: right;
	width: 16em;
	clear: both;
	border: 1px #8990c2 dashed;
	border-right: none;
	text-align: left;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 1em;
}

/***********************************************************************
 * Paragraph section
 **********************************************************************/
div#sidebar p
{
	margin: 0.2em;
}

/***********************************************************************
 * Images
 **********************************************************************/
div#sidebar img
{
	margin: 0.2em;
}

/***********************************************************************
 * Header section
 **********************************************************************/
div#sidebar h1
{
	margin: .2em;
	font-size: 1em;
}

/***********************************************************************
 * Link section
 **********************************************************************/
div#sidebar a
{
	color: #0000FF;
	text-decoration: none;
}

div#sidebar a:hover
{
	color: #0000FF;
	text-decoration: underline;
	background: #cccfe3;
}

/***********************************************************************
 * List section (used for link list) 
 **********************************************************************/
div#sidebar ul
{
	margin: 0;
	padding-left: 1.5em;	
	text-align: left;
	list-style-image: url('/styles/images/arrow_right.png');
}

/***********************************************************************
 * EOF
 **********************************************************************/

