/*
Theme Name: iLightr
Theme URI: http://iLightr.com/
Description: For iLightr.com
Version: 1.0
Author: <a href="http://www.ubermind.com">Ubermind, Inc.</a>
Tags: iLightr
*/

#sidebar
{
margin: 30px 0 60px 30px;
}

#search{}
.searchinfo{}
.searchfield{ width: 120px; }
.submit{}

#sidebar h3
{
	padding-top: 10px;
	padding-bottom: 5px;
	color: #3C63B2;
}

#sidebar ul
{
list-style-type: none;
}

#sidebar ul li 
{
padding-left: 5px;
padding-bottom: 3px;
}

#sidebar ul li a
{
text-decoration: none; border-bottom: #A62E16 1px dotted;
}

.comments
{
float: right;
margin-top: -11px;
}

.author
{
color: #999;
font-style: italic;
font-size: 11px;
float: right;
}

.date_time
{
color: #999;
font-weight: normal;
font-size: 11px;
}

.tags, .tags p
{
width: 350px;
color: #999;
font-weight: normal;
font-size: 11px;
visibility: hidden;
}

.alignright { float: right; }
.alignleft { float: left; }

#comment
{
width: 400px;
}

.main, .main p span
{
font-size: 13px;
color: #333;
font-weight: normal;
}
/* self-clear floats */

.group:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
