/* CSS Document
The Greencards
Journal Page CSS
© 2006 The Greencards
CSS code by Digital Vision Media, LLC, www.digitalvisionmedia.com */

		
div#contentwrapperdiv {
	width: 770px;
	color: #333;
	background: #fff url(../images/bgpattern01.gif) top left repeat-y;
	padding: 25px 0 30px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	}
	
div#links {
	width: 160px;
	padding: 0 30px 0 50px;
	float: left;
	}
	
div#year {
	width: 160px;
	float: left;
	margin-bottom: 8px;
	}
	
div#year p {
	color: #000;
	text-indent: 10px;
	}
	
div#story {
	width: 490px;
	float: right;
	padding: 0 40px 0 0;
	min-height: 600px;
	_height: 600px;
	color: #666;
	}
	
div#cleardivs {
	width: 770px;
	height: 2px;
	clear: both;
	}
	
div.clearyeardiv {
	clear: both;
	}
	
div.clearstorydiv {
	clear: both;
	}
	
div#contentwrapperdiv p {
	margin: 0 0 10px 0;
	}
	
div#links img {
	border: thin solid #333333;
	margin-top: 2px;
	margin-bottom: 2px;
	}
	
.leftphoto {
	float: left;
	padding: 10px 10px 0 0;
	}
	
h1 {
	font-weight: bold;
	font-size: 120%;
	padding: 0 0 8px 0;
	color: #999;
	}
	
h2 {
	font-weight: bold;
	font-size: 100%;
	background: url(../images/h2bg.gif);
	padding: 5px;
	margin: 0 0 10px 0;
	color: #ccc;
	}
	
div#story a:link, div#story a:visited {
	color: #b6392b;
	text-decoration: none;
	}
	
div#story a:hover {
	color: #b6392b;
	text-decoration: underline;
	}
	
div#story img {
	float: left;
	margin: 2px 10px 0 0;
	border: 1px solid #000000;
	}
	
ul, li {
	list-style-type: none;
	}
	
li {
	padding: 0 0 8px 0;
	}
	
p#entries {
	font-size: 90%;
	color: #333;
	}
	
div#year a:link, div#year a:visited {
	color: #000;
	text-decoration: underline;
	font-size: 90%;
	}
		
div#year a:hover {
	color: #b6392b;
	text-decoration: underline;
	}
	
.mainlink {
	color: #000;
	}
	
.mainlink a:link, .mainlink a:visited {
	color: #b6392b;
	text-decoration: underline;
	font-size: 90%;
	}
	
.mainlink a:hover {
	color: #000;
	text-decoration: underline;
	}