body {
	/*background: #fff url(grass2-bg-60x60.jpg) top left repeat;*/
	background : #dee9d4;
	font-family: verdana, arial, sans-serif;
/*	font-size: 62.5%;  Resets 1em to 10px */
	font-size: 90%;
	margin-top: 0;
	padding-top: 0;
	
}
#container {
	width: 975px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #666;
	background: #fff url('images/page-bg-975x100.jpg') top left repeat-y;
}

#sidebar {
	float: right;
	width: 262px;
	padding-left: 10px;
	padding-right: 10px;
	color: #fff;
	font-size: .9em;
}
#sidebar ul {
	list-style-type: none;
	margin-left:0;
	padding-left:0;
}
#sidebar a {
	color: #fff;
}
#content {
	width: 640px;	
	padding: 30px;
	padding-top: 10px;
}
#content p {
	line-height: 1.5em;
}
#header {
	width: 975px;
	height: 200px;
	background: url('images/cll-header-975x200.jpg') top left no-repeat;
}
#header h1 {
	text-indent: -1000px;
	margin:0;
}
#header a {
	display: block;
	position: relative;
	width: 150px;
	height: 125px;
	top: 40px;
	left: 40px;
}
#footer {
	clear: both;
	text-align: center;
	width: 694px;
	font-size: .9em;
}
.button {
	background: green;
	border: 1px solid #000;
	color: #fff;
}
#sidebar .button {
	border-color: #fff;
}

#social div {
	margin-top:8px;
	float: left;
	margin-right: 20px;	
}
#social div a {
	padding-left: 20px;
}
#social #digg {
	background: url(images/social_icons/digg.png) top left no-repeat;
}
#social #delicious {
	background: url(images/social_icons/delicious.png) top left no-repeat;
}
#social #reddit {
	background: url(images/social_icons/reddit.png) top left no-repeat;
}
#social #technorati {
	background: url(images/social_icons/technorati.png) top left no-repeat;
}
#rss_footer {
	background: url(images/social_icons/rss.gif) top left no-repeat;
	padding-left: 24px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.post h2 a {
	color: #636363;
	text-decoration: none;
}
.navigation {
	margin-top: 20px;
	font-size: .8em;
}
.alignright {
	float: right;
}
.alignleft {
	float: left
}
.clear {
	clear: both;
}
.divider {
	background: url('images/dashed-divider.gif') center left repeat-x;
}
.recent_posts div {
	margin-bottom: 6px;
}
