/* - - - - - - - - - - - - - - - - - - - - -
Title : 	The Mind Artist PRINT style sheet
Author : 	David Hund, Valued Standards (c) 2009
URL : 		http://www.themindartist.nl
Modified : 	${TM_DATE} - SVN: $Revision$

			- HTML5 optimized
- - - - - - - - - - - - - - - - - - - - - */

/* DEFAULT TYPOGRAPHY */
body, html{
	background-color: #FFF;
	color: #000;
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 12pt;
}

/* DEFAULT ELEMENTS */
p{
	margin: 0 0 1.54em 0;
	line-height: 1.54em;
}
p::first-line{text-indent: 2em;}

img, a img{border: 0;}
#logo a img{display: block;margin-bottom: 1em;background-color:#917647;}

.footer{border-top: 1px solid #000;}

#main-article .article{
	float: right;
	width: 30%;
	padding: 1em;
	margin: 0 0 1em 1em;
	border: 1px solid #000;
}

.vcard{
	padding: 1em;
	margin: 1em 0;
	border: 1px solid #000;
	font-size: 11pt;
}

/* HEADINGS */
h1, h2, h3{margin: 1em 0 .5em;font-weight: normal;line-height: 1.54em;}
h3{font-size: 14pt;}
h2{font-size: 16pt;}
h1{font-size: 18pt;}

h4, h5, h6{font-weight: bold;}

h1{border-bottom: 1pt solid #000;}
#main-article .article :first-child{margin-top: 0;}

/* HIDE STUFF */
#logo+div.accessibility,
#navigation,
#contactform,
.save-vcard{display: none;}


/* LINKS */
a:link, a:visited, a:hover, a:active{
	color: #CCC;
	text-decoration: none;
}
#content a:link:after, #content a:visited:after,
.footer a:link:after, .footer a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
}
#content a[href^="/"]:after,
.footer a[href^="/"]:after {content: " (http://www.themindartist.nl" attr(href) ") ";}

/* LISTS */
.footer ul li{}

