/* CSS Document

--------------------------------
Animal Music
Print Styles
Webdesign (c) Adam Kudrna 2010
Last edited: 2010-02-15
--------------------------------

*/



hr, .not-printable,
#lang-selection, #menu,
#sidebar, #breadcrumbs,
#page-navigation, #footer-navigation, #webdesign {
	display: none !important;
}



/*---------------------------------------------------------------
GENERAL ELEMENTS
---------------------------------------------------------------*/

body {
	color: black;
	font: normal .9em arial, sans-serif;
	line-height: 125%;
}

h1 {
	font-size: 175%;
}
h1 a {
	text-decoration: none !important;
}
h2 {
	margin: 1.75em 0 .5em;
	font-size: 150%;
}
h3 {
	font-size: 125%;
}
h4 {
	font-size: 110%;
}

p {
	margin: 0 0 1em;
}

abbr.geo, .geo abbr {
	border-style: none;
}

/* Lists */
ul, ol {
	margin: 1em 0;
	padding: 0 0 0 3em;
}
ul {
	list-style-type: square;
}
li ul, li ol {
	margin: .25em 0;
}
dl {
	margin: 1em 0;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 0 .5em 2em;
}

/* Links */
a:link, a:visited {
	color: black;
	text-decoration: underline;
}
a:link[href^="http://"]:after,
a[href^="http://"]:visited:after {
	content: " (" attr(href) ") ";
	font-style: italic;
}
.vcard a.url:link:after,
.vcard a.url:visited:after,
.vcard .geo a:link:after,
.vcard .geo a:visited:after {
	content: "";
}



/*---------------------------------------------------------------
GENERIC CLASSES
---------------------------------------------------------------*/

.right {
	text-align: right;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}

.float-left {
	float: left;
}
.float-right {
	float: right;
}

.col-left {
	width: 48%;
	float: left;
}
.col-right {
	width: 50%;
	float: right;
}
div.clearer {
	line-height: 0;
	clear: both;
}

img.right {
	float: right;
	margin: .25em 0 1em 1em;
}
img.left {
	float: left;
	margin: .25em 1em 1em 0;
}

.hidden {
	display: none;
}



/*---------------------------------------------------------------
LAYOUT
---------------------------------------------------------------*/

#header {
	border-bottom: .5mm solid black;
}
#footer {
	margin-top: 3em;
	padding-top: .5em;
	border-top: .5mm solid black;
	font-size: 90%;
}

