/***********************************************************************
 * Project:	toazter.ch homepage - common 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
 * #000000 - black 
 **********************************************************************/

/***********************************************************************
 * Default section
 **********************************************************************/
div#content
{
	margin: 1em 18em 1em 1.5em;
/*	float: left;*/
	background: #ffffff;
/*	width: 70%;*/
	font-family: small lucida sans unicode, Helvetica, Arial, Sans-Serif;
	font-size: 1em;
	text-align: justify;
	overflow: hidden;
}

/***********************************************************************
 * Header section 
 **********************************************************************/
div#content h1,
div#content h1 a,
div#content h1 a:hover
{
	color: #b8b2ac;
	background: #ffffff;
	font-weight: bold;
	font-size: 1.4em;
	margin: 20px 0 10px 0;
	text-decoration: none;
}

div#content h2,
div#content h2 a,
div#content h2 a:link,
div#content h2 a:hover
{
	color:#b8b2ac;
/*	background: #ffffff;*/
	font-weight: bold;
	font-size: 1em;
	text-decoration: none;
}

/***********************************************************************
 * Paragraph Styles (mostly copied from original template)
 **********************************************************************/
.date
{
	color: #b8b2ac;
	font-weight: bold;
	font-size: 0.8em;
}
 
blockquote
{
	background:url('imgs/blockquote.gif') no-repeat;
	padding: 10px 10px 2px 41px;
	border: dotted #d4d0cd 1px; 
}

/***********************************************************************
 * Post Footer (mostly copied from original template)
 **********************************************************************/
.postfooter
{
	color: #b8b2ac;
	padding-bottom: 1em;
	border-bottom: 1px solid #d4d0cd;
	text-align: left;
	font-size: 0.8em;
}
	
.postfooter img
{
	margin-right: 3px;
	vertical-align: middle;
}

.pager
{
	font-size: 0.8em;
}

/***********************************************************************
 * Link section 
 **********************************************************************/
div#content a,
div#content a:link,
div#content a:active
{
	color: #0000FF;
	text-decoration: none;
}

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

/***********************************************************************
 * Images
 **********************************************************************/
div#content img
{
	border: 0;
	text-decoration: none;
	background-color: #ffffff;
}

div#content a.imlink:hover
{
	border: none;
	text-decoration: none;
	background: transparent;
}

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

