/*
	Project: www.sebschmidt.ch
	Client: SEB
	Date: 20041108
	File: print styles
	Version: 1.0
	
	History:
	
		20041217 : tweak, baby tweak - we launch tomorrow
		20041108 : genesis
*/

/*
	:::: general ::::::::::::::::::::::::::::::::::::::::::::::::::::
*/
body {
	margin:25px;
	padding:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12pt;
	background-color:#fff;
	background-image:none;
  }

#head #deco {
	width:390px;
	margin: 2em auto;
	padding:0;
	}

/*
	:::: content main {right|main}col :::::::::::::::::::::::::::::::
*/

#content #main ul {
	margin:-7px;
	padding:0;
	}
#content #main ul li {
	list-style-type:none;
	background:#fff url('http://www.sebschmidt.ch/img/seb_icn_redsquare.gif') 0 50% no-repeat;
	padding-left:20px;
	line-height:1.8em;
	}
#content #main ul li a {
	text-decoration:none;
	}

#content #main dl.title,
#content #main dl.desc,
#content #main dl.desc dd {

	}
#content #main dl.title {
/*	margin:-7px; */
	padding:0;
	}
#content #main dl.title dt {
/*	background:#fff url('http://www.sebschmidt.ch/img/seb_icn_redsquare.gif') 0 50% no-repeat; */
	padding-left:20px;
	margin-top:0em;
	margin-bottom:.5em;
	line-height:1.8em;
	text-align:center;
	}
#content #main dl.title dt a {
	font-weight:bold;
	text-decoration:none;
	}
#content #main dd dl {
	font-size:85%;
	line-height:1.4em;
	color:#666;
	margin-left:-20px;
	text-align:left;
	}
#content #main dl.title dd dl dt {
	margin-top:1.5em;
	text-align:left;
	}
#content #main dl.title dd {
/*	font-size:85%; */
	line-height:1.4em;
	text-align:justify;
	}
#content #main dl.title dd.lnk em {
	font-size:85%;
	font-style:italic;
	color:#ccc;
	}
#content #main dl.title dd dl dt {
	background-image:none;
	}
#content #main dl.desc dt {
	color:#c60;
	font-weight:bold;
	margin-top:2em;
	}
#content #main dl.desc dd {
	margin:.5em 0 1em 1em;
	color:#666;
	font-size:85%;
	}
#content #main dl dd a:link:after,
#content #main dl dd a:visited:after {
	content: " (" attr(href) ") ";
	font-style:italic;
	font-size:8pt;
	}
/*
	:::: link color codes :::::::::::::::::::::::::::::::::::::::::::
*/
a {
	text-decoration:none;
	}
a:link {
	color:#000;
	}
a:visited {
	color:#000;
	}
a:hover {
	color:#000;
	}
a:active {
	color:#000;
	}
/*
	:::: table ::::::::::::::::::::::::::::::::::::::::::::::::::::::
*/
table#data {
}
table#data caption {
	display:none;
}
table#data th,
table#data td {
	padding:.5em 1em;
	border-right:1px solid #fff;
}
table#data th {
	font-size:85%;
	color:#fff;
	background-color: #c60;
	font-weight:normal;
}
table#data td {
	font-size:85%;
	color:#666;
	}
table#data tr.grey td {
	background-color: #eee;
	}
#thumbs {
	margin:0;
}
#thumbs img {			/* todo: create an img class for all thumbs */
	display: inline;
	background:#eee;
	margin:0 2px 0 0;
	padding:2px;
	border:1px solid #fff;
}
#thumbs a {
	display: inline;
}
#thumbs a img:hover {
	border:1px solid #c60;
}
table th {
	margin-top:2em;
	margin-bottom:.5em;
	line-height:1.8em;
	font-weight:bold;
	color:#000;
	text-align:left;
}
table td {
	font-size:85%;
	vertical-align:top;
}
table td+td {
	text-align:left;
	}
/*
	:::: foot :::::::::::::::::::::::::::::::::::::::::::::::::::::::
*/

#foot {
	clear:both;
	margin:8em 0 3em 0;
	font-size:75%;
	color:#999;
	}
#foot p {
	margin:.5em 0;
	padding:0;
	}
body#home #foot {
	margin-left:480px;
	}
#branding {
	margin:0;
	padding:0;
	width:7px;
	height:7px;
	background: #fff url('http://www.sebschmidt.ch/img/seb_icn_branding.gif') 50% 50% no-repeat;
}
/*
	:::: don't print ::::::::::::::::::::::::::::::::::::::::::::::::
*/
form,
img.logowave,
#nav,
#thumbs,
.noprint {
	display:none;
	}
.hide {
	display:inline;
	}
/*
	:::: eof ::::::::::::::::::::::::::::::::::::::::::::::::::::::::
*/