/* ------------------------------------------------------------

Title:   SDV print styles
Author:  webit!
Update:  04.07.2006

------------------------------------------------------------ */

/* import sifr stylesheet \*/
@import url("sifr-print.css");
/* end import */

body {
	color: #8F9590;
	font: 8pt/12pt verdana, arial, helvetica, sans-serif;
	}

/* ------------------------------------------------------------

	page structure

------------------------------------------------------------ */

#skip,
#nav-meta,
#nav-pri,
#nav-sec,
#navbar h2 {
	display: none;
	}

#head {
	margin-bottom: 10pt;
	border-bottom: 1px solid #8F9590;
	text-align: right;
	}

#content {
	float: left;
	width: 65%;
	margin-bottom: 10pt;
	/* border-bottom: 1px solid #8F9590; */
	}
body.wide #content {
	float: none;
	width: auto;
	}

#sidebar {
	float: right;
	width: 184px;
	height: 1%;
	}

/* ------------------------------------------------------------

	content

------------------------------------------------------------ */

h1 {
	color: #37A331;
	font-size: 1.5em;
	}

h2 {
	font-size: 1.3em;
	}

h3 {
	font-size: 1.1em;
	}

ul {
	margin-left: 11pt;
	padding: 0;
	list-style-type: square;
	}

ol {
	margin-left: 11pt;
	padding: 0;
	}

a {
	color: #37A331;
	}

#content a[href^="http://"]:after,
#content a[href^="https://"]:after,
#content a[href^="mailto:"]:after {
	content: "\00A0("attr(href)")";
	font-style: italic;
	}

a img {
	border: 0;
	}

/* ------------------------------------------------------------

	forms

------------------------------------------------------------ */

form {
	padding: 0;
	}

form ol {
	margin-left: 0;
	list-style-type: none;
	}

form fieldset {
	margin-bottom: 20pt;
	border: 0;
	padding: 0;
	}

form legend {
	*margin: 0 -7px 5px -7px;
	color: #37A331;
	font-weight: bold;
	}

form label {
	display: block !important;
	width: 100% !important;
	}

form input,
form select,
form textarea {
	margin-bottom: 5pt;
	}

form label.nocmx input {
	position: relative;
	top: 5pt;

	padding: 0;
	}

form div p {
	margin: 5pt 0 10pt;
	}

/* ------------------------------------------------------------

	contact (hCard microformat)

------------------------------------------------------------ */

div.vcard {
	margin-bottom: 30pt;
	}

div.company {
	 padding-top: 19pt;
	 }

div.vcard .fn {
	font-weight: bold;
	}

div.vcard .photo,
div.vcard .org,
div.vcard .fax {
	margin-bottom: 8pt;
	}
