/*  
Theme Name: Newsprint
Theme URI: http://www.lamesports.net
Description: A fast loading, minimalist three column newspaper-style theme
Version: 1.0
Author: N/A
Author URI: http://www.lamesports.net

Newsprint 1.0
http://www.lamesports.net

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

*/

@import 'screen.css';
@import 'design.css';
a, a:active, a:visited{
	color: #003366;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
img.right { padding: 4px; margin: 0 0 2px 7px; display: inline; }
img.left { padding: 4px; margin: 0 7px 2px 0; display: inline; }
img.centered { display: block; margin-left: auto; margin-right: auto; }
.caption { margin: 5px; padding: 5px; border: solid 1px #E5E5FF; font-size:90%; color: black; width:80%; }