/* CSS Document

--------------------------------
EFFE DUE
Print Styles
Web (c) Ondrej Machulda, 2010
XHTML & CSS (c) Adam Kudrna, 2010
Last edited: 20.4.2010 22:52:24
--------------------------------

*/



hr, form,
.hidden, .not-printable, .unprintable, .replacement,
#background, div.sidebar, #sub-header, #slogan {
	display: none !important;
}

.ui-widget div {
	height: auto !important;
	display: block !important;
}



/*---------------------------------------------------------------
GENERAL ELEMENTS
---------------------------------------------------------------*/

body {
	color: black;
	font: normal 1em times, serif;
}

h1 {
	font-size: 180%;
}
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;
}

/* 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;
}
.col-3 {
	width: 33%;
	float: left;
}
.col-3.right {
	float: right;
}
.clearer {
	line-height: 0;
	clear: both;
}

img.right {
	float: right;
	margin: .25em 0 1em 1em;
}
img.left {
	float: left;
	margin: .25em 1em 1em 0;
}



/*---------------------------------------------------------------
LAYOUT
---------------------------------------------------------------*/

/* Header */
#header {
	padding-bottom: .5em;
	border-bottom: .5mm solid black;
}

#logo {
	font: bold 200%/80% verdana, arial, sans-serif;
}
#logo span {
	font-size: 50%;
}
#logo h1 {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
#logo a, #logo a:link, #logo a:visited {
	color: #000;
	text-decoration: none;
}

/* Contents */
#content-2, #content-3 {
	padding: 1em 0 3em;
}

/* Footer */
#footer {
	padding-top: .5em;
	border-top: .5mm solid black;
}



/*---------------------------------------------------------------
CONTENT SPECIFIC
---------------------------------------------------------------*/

div.reseller {
	clear: both;
	margin: 1em 0 0;
}
div.reseller div.tags {
	margin: .5em 0;
}



