/* Standard StyleSheet: newsprint.css
Theme Name: DreamTasker 2010
Theme Description: A general theme for DreamTasker customers
Theme URI: /
Author URI: http://www.dreamtasker.com
File Location:
Version: 1.2 2010-06-05 updated
Author: DreamTasker Software
Note: newsprint based on 2 col, datagallery based on 3 col; lines alternate e.g. newsprintnode1/2
Note: potential psuedo elements: a.newsprintnode2:link:before, .newsprintnode2 a:before, a.newsprintnode2:link:after, .newsprintnode2 a:after
Note: to place a line-break before psuedo element, use this form: white-space:pre;  content: " \A "; (may not work on IE, so use "display:block" instead
Note: First set universal margin and padding to 0 */

.newsprint li {
 border-collapse:collapse;
 border-spacing:0;
 border:1px dotted #ddd;
 display:inline;
 float:left;
 height:148px;
 margin:0;
 overflow:hidden;
 padding:3px;
 text-align: center;
 vertical-align:top;
width:192px;
min-width:192px;
max-width:192px;
 }
.newsprintabstract {
 text-align:left;
 text-decoration:none;
 }
.newsprint { clear:both; 
vertical-align:top; 
width:400px;
padding:0 0 0 12px;
min-width:400px;
overflow:hidden;
max-width:400px;
}
.newsprintnode2 a, .newsprintnode1 a {
display:block;
width: 178px;
min-width: 178px;
max-width: 178px;
 font-weight:500;
 padding:0 6px;
 }
.newssource {
font-style:italic;
display: block;
/* float: left; */
min-width:42px;
padding:4px;
vertical-align:bottom;
text-align: left;
}
.newsdate {
display:none;
}
