﻿.inside_creston_side_bar .delicious_item  
{
	width:205px;
	border-bottom:1px dotted #ccc; 
	padding:2px 5px 2px 10px; 
	background: transparent url('/assets/images/layout/delicious_small.png') no-repeat right 5px scroll; 
}

.inside_creston_side_bar .twitter_item    
{
	border-bottom:1px dotted #ccc; 
	padding:2px 0 2px 10px; 
	background: transparent url('/assets/images/layout/twitter_small.png') no-repeat right 5px scroll; 
	width:210px;
}

.inside_creston_side_bar .blogs_item   
{
	width:210px;
	border-bottom:1px dotted #ccc; 
	padding:2px 0 2px 10px; 
	background: transparent url('/assets/images/layout/blogs_small.png') no-repeat right 5px scroll; 
}

.inside_creston_side_bar span.author  
{
	font-size:1em; 
}

.inside_creston_side_bar .round_table_item
{
	border-bottom:1px dotted #ccc;
	padding:0 0 5px 0;
}

.inside_creston_side_bar span.date  
{
	color:#41C2D5;
}

.inside_creston_side_bar a
{
	color:#555;
	font-weight:bold;
	text-decoration:none;
}

.inside_creston_side_bar a:hover
{
	text-decoration:underline;
}

.module
{
	margin-bottom:25px;
}

.module h2, .module h2.second
{
	font-family:Georgia;
	font-size:1em;
	height:24px;
	padding:10px 0 0 10px;
	width:215px;
}

.module h2.showcase
{
	background: transparent url(/assets/images/layout/second_sidebar_bg.gif) no-repeat scroll left top;
	color:#fff;
}

.second_template_footer
{
	height:13px;
	width:225px;
	background: transparent url(/assets/images/layout/side_ad_bg2.png) no-repeat scroll left top;
}

.bottom_text
{
	width:215px;
	padding:5px 0 0 10px;
	height:20px;
	color:#555;
	font-weight:bold;
	background-color:#fff;
}

/* event module */

.event_item
{
	padding:0 0 5px 0;
	border-bottom:1px dotted #ccc;
}

.event_left
{
	float:left;
	width:180px;
}

.event_left p
{
	font-size:0.9em;
}

.event_left h3 a
{
	color:#3e3e3e;
}

.event_right
{
	float:right;
	border:1px solid #ccc;
	margin:5px 5px 0 0;
	width:35px;
	text-align:center;
	font-family:Georgia;
}

.event_right .month
{
	margin-top:3px;
	background-color:#f45056;
	color:#fff;
	padding:2px 0;
	font-size:0.9em;
}

.event_right .day
{
	color:#3e3e3e;
	font-weight:bold;
	font-size:1.3em;
	padding:2px;
}

/* round table */

.circle_red { background: #fff url(/assets/images/layout/circle_red.gif) no-repeat scroll right 5px; }
.circle_blue { background: #fff url(/assets/images/layout/circle_blue.gif) no-repeat scroll right 5px; }
.circle_green { background: #fff url(/assets/images/layout/circle_green.gif) no-repeat scroll right 5px; }
.circle_orange { background: #fff url(/assets/images/layout/circle_orange.gif) no-repeat scroll right 5px; }
.circle_purple { background: #fff url(/assets/images/layout/circle_purple.gif) no-repeat scroll right 5px; }
.circle_yellow { background: #fff url(/assets/images/layout/circle_yellow.gif) no-repeat scroll right 5px; }

.round_table h3 a
{
	display:block;
	color:#555;
}