/*
	Author:  Slaver http://slaver.info
	Version: 25.12.2007
*/

@page {
	marks: cross; 
}

@page rotated { size: portrait; }

body {
	margin: .5in .75in;
	padding: 0;
	font: small Verdana, Sans-serif;
}

/*
	Headings
*/

h1, h2, h3 {
	margin: 1em 0 .5em;
	font-family: Verdana, Sans-serif;
	font-weight: normal;
	clear: both;
}

h1 {
	margin-top: .5em;
	font-size: 180%;
}

h2 {
	font-size: 140%;
}

h3 {
	font-size: 125%;
}

/*
	Links
*/

a {
	color: #000;
	text-decoration: none;
}

a img {
	border-width: 0;
}

/* 
	Other
*/

#content a[href]:after, #header a[href]:after, #footer a[href]:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
}

#content a[href^="/"]:after, #header a[href^="/"]:after, #footer a[href^="/"]:after {
	content: " (/" attr(href) ") ";
}

#content #commentform, #content #searchform {
	display: none;
}
