/*======================================================================================*\
* Copyright (c) 2008 BLUEWING - All Rights Reserved.
* ======================================================================================
* No part of this file may be reproduced or transmitted in any form or by any means, 
* electronic or mechanical, including photocopying and recording, for any purpose 
* without the express written permission of the owner of copyright.
* ======================================================================================
* @filesource       verbale/view/stylesheets/_font.css
* @copyright        Copyright 2007, Bluewing, Florian Tschoerner
* @link             http://www.bluewing.biz
* @package          bluewing
* @since            Bluewing v 3.0.1
* @version          
* @modifiedby       
* @lastmodified     27.11.2009
* @license          http://www.opensource.org/licenses/mit-license.php The MIT License
\*======================================================================================*/

/*======================================================================================*\
 * PRINT
\*======================================================================================*/

/* COLORS:
	Black 100%: rgb(0,0,0);
	Black 90%: rgb(25,25,25);
	Black 80%: rgb(51,51,51);
	Black 70%: rgb(76,76,76);
	Black 60%: rgb(102,102,102);
	Black 50%: rgb(127,127,127);
	Black 40%: rgb(153,153,153);
	Black 30%: rgb(178,178,178);
	Black 20%: rgb(204,204,204);
	Black 10%: rgb(229,229,229);
	Black 0%: rgb(255,255,255);
*/

@media all {

	h1, h2, h3, h4, h5, h6, p {
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
	}
	h1, h2, h3, h4, h5, h6, strong {
		font-weight:bold;
	}

	h1, h3, h5 {
		text-transform:uppercase;
	}
	h2, h4, h6 {
		font-variant:small-caps;
	}
	p {
		margin:0px 0px 5px 0px;
		text-align:justify;
	}


	#content_category {
		font-size:1em;
		color:rgb(127,127,127);
		border-bottom:solid 1px rgb(127,127,127);
		margin:0px 0px 10px 0px;
	}

	#content_teaser h1, #content_title h1 {
		color:rgb(76,76,76);
		margin:0px 0px 0px 0px;
	}
	#content_teaser h2, #content_title h2 {
		color:rgb(127,127,127);
		margin:0px 0px 0px 0px;
	}

	#content_title {
		margin:0px 0px 20px 0px;
	}

	#content_header {
	}
		#content_description {
			font-style:italic;
			color:rgb(127,127,127);
			margin:0px 0px 10px 0px;
		}
		#content_author {
			float:right;
			color:rgb(127,127,127);
			margin:0px 0px 20px 0px;
			padding-left:16px;
			background-image:url('../../../verbale/view/embeddings/gui/author_pencil.png');
			background-repeat:no-repeat;
			background-position:0px 2px;
		}

	#content_body {
		clear:both;
		margin:0px 0px 20px 0px;
	}
		#content_body h1, h2, h3, h4, h5, h6 {
			clear:both;
			margin:20px 0px 10px 0px;
		}
		#content_body h1 {
			font-size:1.6em;
			margin-top:30px;
		}
		#content_body strong {
			color:rgb(25,25,25);
		}
/*
		#content_body img {
			margin:5px 5px 5px 5px;
			padding:5px 5px 5px 5px;
			border:solid 1px rgb(225,225,225);
			background-color:rgb(255,255,255);
		}
*/
	#content_baseboard {
		margin:0px 0px 20px 0px;
		border-top:solid 1px rgb(127,127,127);
	}
	#content_baseboard li {
		margin-top:2px;
	}
	#content_baseboard a {
		margin:0px 5px 0px 5px;
	}


	#content_teaser {
		height:313px;
		margin:0px 0px 20px 0px;
	}
	#content_teaser #shadow {
		position:relative;
		z-index:1;
		top:-55px;
		height:50px;
		background-color:rgb(255,255,255);
		background-image:url('../../../verbale/view/embeddings/gui/bg_shadow.png');
		background-repeat:no-repeat;
	}
	#content_teaser img {
		width:468px;
		background-image:url('../../../verbale/view/embeddings/gui/bg_teaser.png');
		background-repeat:no-repeat;
	}
	#content_teaser h1 {
		position:relative;
		top:-100px;
		z-index:2;
		font-size:1.6em;
		margin:0px 0px 0px 10px;
	}
	#content_teaser h2 {
		position:relative;
		top:-100px;
		z-index:2;
		font-size:1.2em;
		margin:0px 0px 10px 10px;
	}
	#content_teaser p {
		float:right;
		position:relative;
		z-index:2;
		top:-105px;
		font-size:0.8em;
		color:rgb(153,153,153);
	}

}

/*======================================================================================*/