/* ----------------------------------------------------- [file: projects.css] */
/*                                                       [project: heholz.at] */
/*                                            [Andreas Hechenblaickner, 2006] */

/* -------------------------------------------------------------------------- */

@media all {
	
	#content {
		padding-bottom: 4em;
	}
	
	#content .headline {
		font-size: 1.4em;
		font-weight: bold;
		font-style: italic;
		text-align: center;
		margin: 2em 0 0.5em 0;
	}
		
	#content .tagline {
		font-weight: bold;
		margin: 0 0 1em 0;
		text-align: center;
	}
	
	#content .taglinedetail {
		font-size: 1.5em;
		font-weight: bold;
		text-align: center;
		margin: 2em 0 0.5em 0;
	}
	
	#content .location {
		font-size: 1.2em;
		font-weight: bold;
		text-align: center;
		font-style: italic;
		margin: 0em 0 2em 0;
	}
	
	#content .copyright p {
		font-size: smaller;
		font-style: italic;
		text-align: center;
		margin-top: 0;
	}
	
	#content .projectimage {
		text-align: center;
		margin: 2em 0 0.5em 0;
	}
	
	#content .projectnavigation {
		text-align: center;
		margin: 0.5 0 0 0;
	}
	
	#content .back {
		text-align: center;
		font-style: italic;
		margin: 1em 0 0 0;
	}
	
	#content img.detail {
		border: 2px solid #dc2b19;
		padding: 2px;
	}
	
	#content table {
		border: 2px solid #dc2b19;
		margin-left: auto;
		margin-right: auto;
	}
	
	#content td {
		padding: 0;
		background-color: transparent;
	}
	
	* html #content img {
		margin-bottom: -3px;
	}
}

@media screen {
	
	#content .headline {
		color: #dc2b19;
	}
	
	#content .taglinedetail {
		color: #dc2b19;
	}
}

@media print {
	
	#content .projectnavigation {
		display: none;
	}
	
	#content .back {
		display: none;
	}
	
	#content table {
		border-collapse: separate;
	}
	
	#content td {
		border: 0;
	}
}

/* ------------------------------------------------------ [eof: projects.css] */