/* -------------------------------------------------------------
   ARTdesign Di Bella
   (c) 2005 marco di bella | all rights reserved.
   -------------------------------------------------------------
   cascading style sheet (css) file for printing devices
   ------------------------------------------------------------- */



/* ------------------------------------ 
   main layout definitions
   ------------------------------------ */

body {
	font-family: Arial, Verdana, sans-serif !important;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	line-height: 1.5em;	
	}


h1, h2, h3 {
	margin: 0 0 0 0;	
	font-weight: bold;
	vertical-align: bottom;
	}

h1 {
	padding: 0 0 3em 0;
	font-size: 135%;
	}

h2 {
	font-size: 120%;
	}

 h3 {
	font-size: 100%;
	}


/* trickery */


.breaker {
	float: none;
	clear: both;
	width: 1px;
	margin: 0;
	padding: 0;
	font-size: 0px;
	line-height: 0px;
	height: 1px;
	}

.spacer {
	margin-top: 1.5em;
	clear: both;
	}


/* layers */

#logo {
	display: none;
	}

#imagerotator {
	display: none;
	}


/* ------------------------------------ 
   #menuline
   ------------------------------------ */

#menuline {
    display: none; 
	}


/* ------------------------------------    
   #sidebar
   ------------------------------------ */

#sidebar { 
    display: none; 
	}



/* ------------------------------------ 
   #maincontent
   ------------------------------------ */

#maincontent { 
	font-size: 120%;
	font-weight: normal;
	text-align: justify;
	color: black;
	}

#maincontent p {
	line-height: 1.3em;
	}

#maincontent a,
#maincontent acronym {
	color: black;
	text-decoration: none;	
	}

/* unsorted lists */

#maincontent ul {
	margin: 0;
	padding: 0;
	padding-left: 0.5cm;	
	list-style-type: circle;
	}

#maincontent li {
	line-height: 150%;
	}



#maincontent #gallery ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#maincontent #gallery li {
	float: left;
	margin: 0 5px 5px 0;
	padding: 0;
	line-height: 100%;
	background: none;
	list-style: none;
	}


/* ------------------------------------    
   #footer 
   #maincontent > #footer
   ------------------------------------ */

#footer {
	clear: both;
	margin-top: 50px;
	color: black;
	text-align: left;
	font-size: 85%;
	}

#footer ul {
	padding: 0;
	margin: 0;
	list-style: none;
	}

#footer ul li {	
	float: left;
	padding: 0;
	margin: 0 10px 0 0;	
	list-style: none;
	background: none;
	}


/* ------------------------------------    
   .navline
   #maincontent > .navline
   ------------------------------------ */
.navline {
	display: none;
	}  


/* ------------------------------------    
   .illustration
   ------------------------------------ */

.illustration img {
	padding: 5px; 
	border: 1px solid black;
	background: white;
	}


/* ------------------------------------   
   .article 
   ------------------------------------ */

.article {
	line-height: 140%;
	margin: 0 0 4em 0; 
	clear: both;
	}


/* articleinfo */

.articleinfo {
	height: 60px;
	width: auto;
	}

.articleinfo .illustration  {
	width: 42px;
	height: 42px;
	margin-right: 20px;
	float: left;		
	}

.articleinfo .illustration img {
	width: 30px;
	height: 30px;		
	}


/* articletext */

.articletext {
	width: auto;
	height: auto;
	margin-left: 62px;
	line-height: 140%;	
	}

.articletext label {
	width: 110px; 
	}


/* articlecomment */

.articlecomment {
	background: white;
	border: 1px solid black;
    margin: 0 0 5px 0;
	padding: 10px 5px 10px 5px;
	}

.articlecomment .articletext {
	height: auto;
	width: 340px;
	float: none;
	margin-left: 60px;
	}


/* helper */

.small_and_gray {
	color: gray;
	font-size: 85%;
	}

.date,
.views,
.author {
	padding-right: 10px;
	}



/* ------------------------------------    
   .webguide
   ------------------------------------ */

.webguide {
	clear: both;
	margin-bottom: 20px;
	}

.webguide h3 {
	margin: 0;
	padding: 0;
	line-height: 100%;
	}

.webguide .text {
	width: auto;
	height: auto;

	line-height: 140%;
	}

.webguide .illustration {
	float: left;	
	margin-right: 20px;
	}

.webguide .illustration img {
	width: 100px;
	height: 75px;
	}



/* ------------------------------------    
   form
   ------------------------------------ */

input.button {  
	width: 100px;
	height: 25px;
	max-height: 25px;
	padding: 0;	
	margin: 0;
	border: 1px outset silver;
	background-color: silver; 
	color: black;
	text-align: center;
	text-transform: uppercase;

	/* hard way for the $%§§$*& ie -- */
	font-family: Arial, Helvetica !important;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	}

input.text,
select,
textarea {
	padding: 3px;  
	margin: 0;
	border: 1px solid silver;
    background: white;
	font: inherit;
	width: 300px;
	color: #696969;
	}

label {
	width: 145px; 
	margin: 0; 
	float: left;
	}

