/*
Theme Name: D2T
Description: D2T
Version: 1.0
Author: D2T
Author URI: http://d2tstudio.com/
Tags: d2t

	D2T v1.0
	 http://d2tstudio.com/blog/

*/


/* BLOG.CSS */
#Blog
	{
		margin-bottom:20px;
	}
	
#Blog a
	{
		color:#333333;
		padding:2px;
	}	
	
#Blog a:hover
	{
		background-color:#f6f6f6;
		color:#333;
	}		
	
#Blog h2
	{
		margin:0px;
		padding:0px;
		line-height:24px;
		
	}	
	
#Blog small
	{
		font-size:9px;
		color:#CCCCCC;
	}
	
#Blog p
	{
		margin-bottom:1em;
	}	
	
#Blog p.postmetadata
	{
		margin:10px 0px;
		background-color:#f6f6f6;
		color:#999999;
		font-size:10px;
		padding:4px;
	}
	
.post
	{
		margin-bottom:10px;
		padding-top:4px;
		border-top:4px solid #333;
	}	
	
#sidebar ul
	{}
	
#sidebar h2.widgettitle
	{
		border-bottom:2px black solid;
		line-height:1.6em;
		margin-top:10px;
		text-transform:lowercase;
	}	
	
#sidebar li
	{
		list-style:none;
		margin:0px;
		padding:2px 0px;
		border-bottom:1px dotted #ccc;
		line-height:1.8em;
		font-size:0.9em;
	}	
	
#sidebar li a
	{
		text-decoration:none;
		font-size:1em;
		color:#333;
		background-color:#FFFFFF;
	}	
	
#sidebar li a:hover
	{
		background-color:#f6f6f6;
		color:#333333;
	}	
	
#sidebar li.cat-item a
	{
		text-decoration:none;
		font-size:1em;
		color:#333;
		background-color:#FFFFFF;
		display:block;
	}	
	
#sidebar li.cat-item a:hover
	{
		background-color:#f6f6f6;
		color:#333333;
	}	

/*  WIDGETS */
.widget
	{
	}	
	
.widget_rss
	{
		font-size:0.8em;
		margin-bottom:20px;
	}

.widget_lifestream
	{
		font-size:0.8em;
		margin-bottom:20px;
	}
	

.lifestream ul
	{
		margin:0px;
		padding:0px;
		
	}
