.widget{ 
	margin-bottom:30px; 
}
.widget-post li{
	display:block;
	overflow:hidden;
	padding-bottom:10px;
	border-bottom:1px dotted rgba(0, 0, 0, 0.15);
}
.widget-post .post-thumb{
	display:inline-block;
	height:40px;
	width:49px;
	float:left;
	margin-right:10px;
	margin-bottom: 0 !important;
	border:4px solid rgba(0 ,0, 0, 0.1);
}
.widget-post .headline a{
	display:block;
	font-weight:bold;
}
.widget-post .time{ 
	font-size:10px;
	color:#999;
}
#footer .widget-post .time{
	color:#ddd;
}
#footer .st-tabs .widget-post .headline a{
	color:#666;
}

.widget-pages ul,
.widget_categories ul li, 
.widget_pages li, 
.widget_archive li,
.widget_nav_menu li,
.widget_meta li,
.widget_recent_entries li,
.blogroll li{
	margin:0;
	padding:0;
	border-bottom:1px dotted rgba(0, 0, 0, 0.2);
	
}
.widget_categories ul li a, 
.widget_pages li a, 
.widget_archive li a,
.widget_nav_menu li a,
.widget_meta li a,
.widget_recent_entries li a,
.blogroll li a{
	padding:9px 0 9px 22px;
	display:block;
	background:url(../images/icons/check.png) no-repeat left center;
}

.widget_pages ul, 
.widget_pages li, 
.widget_nav_menu ul, 
.widget_nav_menu li{
	margin:0;
	padding:0;
}
.widget_pages li ul, 
.widget_nav_menu li ul{ 
	border-top:1px dotted rgba(0, 0, 0, 0.2);
}
.widget_pages li ul li:last-child, 
.widget_nav_menu li ul li:last-child{ 
	border:none; 
}
.widget_recent_entries li a	{ 
	background:url(../images/icons/document.png) no-repeat left center; 
}
.widget_nav_menu li a, 
.widget_meta li a	{ 
	background:url(../images/icons/plus.png) no-repeat left center; 
}
.widget_pages li a	{ 
	background:url(../images/icons/check2.png) no-repeat left center; 
}

/*
*Recent Comment
//-----------------------------------------------------------------------*/
.widget_recent_comments li{
	background:url(../images/icons/comment.png) no-repeat left center;
	border-bottom:1px dotted #d9d9d9;
	margin:0;
	padding:9px 0 9px 22px;
	display:block;
	font-style:italic;
}
.widget_recent_comments li a{
	font-style:normal;
}

/*
*Contact
//-----------------------------------------------------------------------*/
.widget-contact span{
	display:block;
	padding-left:25px;
	margin-bottom:5px;
}
.widget-contact span.address{
	background:url(../images/icons/pin.png) no-repeat left 3px; 
}
.widget-contact span.phone, 
.call-us strong	{ 
	background:url(../images/icons/phone.png) no-repeat left 3px; 
}
.widget-contact span.fax{ 
	background:url(../images/icons/fax.png) no-repeat left 3px; 
}
.widget-contact span.mail{ 
	background:url(../images/icons/mail.png) no-repeat left 3px; 
}
.widget-contact span.website{ 
	background:url(../images/icons/globe.png) no-repeat left 3px; 
}


/*
*Tag Cloud
//-----------------------------------------------------------------------*/
.widget_tag_cloud a, 
.widget.tagcloud a{
	font-size:11px !important;
	line-height:20px;
	padding:0 6px;
	margin:0 3px 5px 0;
	display:inline-block;
	border:1px solid rgba(0,0,0,0.1);
	background-color: #ededed;
    background-image: -webkit-linear-gradient(center top, #f4f3f3, #ededed);
	background-image:    -moz-linear-gradient(center top, #f4f3f3, #ededed);
	background-image:	   -o-linear-gradient(center top, #f4f3f3, #ededed);
	background-image: 		  linear-gradient(center top, #f4f3f3, #ededed);
	-webkit-box-shadow:0 1px 0 rgba(255, 255, 255, 1) inset, 0 12px 0 rgba(255, 255, 255, 0.3) inset;
	    moz-box-shadow:0 1px 0 rgba(255, 255, 255, 1) inset, 0 12px 0 rgba(255, 255, 255, 0.3) inset;
			box-shadow:0 1px 0 rgba(255, 255, 255, 1) inset, 0 12px 0 rgba(255, 255, 255, 0.3) inset;
	-webkit-border-radius:2px;
	   -moz-border-radius:2px;
			border-radius:2px;
}
#footer .widget_tag_cloud a, 
#footer .widget.tagcloud a{
	color:#666;
}
#footer .widget_tag_cloud a:hover, 
#footer .widget.tagcloud a:hover{
	color:#222;
	text-decoration:none;
}


/*
*Social
//-----------------------------------------------------------------------*/
.social{
	text-align:right;
	padding:5px 0 15px;
}
.social a{
	margin:10px 0px 10px 0;
}
a.soc_facebook, 
a.soc_twitter,
a.soc_rss, 
a.soc_dribbble, 
a.soc_google, 
a.soc_linkedin, 
a.soc_pinterest, 
a.soc_email, 
a.soc_youtube,
a.soc_vimeo,
a.soc_flickr{
	background:url(../images/social.png) no-repeat top center;
	width:30px;
	height:30px;
	display:inline-block;
	text-indent:9999px;
	overflow:hidden;
}
a.soc_facebook			{ background-position:0px top; }
a.soc_facebook:hover	{ background-position:0px bottom; }
a.soc_twitter			{ background-position:-30px top; }
a.soc_twitter:hover		{ background-position:-30px bottom; }
a.soc_rss				{ background-position:-60px top; }
a.soc_rss:hover			{ background-position:-60px bottom; }
a.soc_dribbble			{ background-position:-90px top; }
a.soc_dribbble:hover	{ background-position:-90px bottom; }
a.soc_google			{ background-position:-120px top; }
a.soc_google:hover		{ background-position:-120px bottom; }
a.soc_linkedin			{ background-position:-150px top; }
a.soc_linkedin:hover	{ background-position:-150px bottom; }
a.soc_pinterest			{ background-position:-180px top; }
a.soc_pinterest:hover	{ background-position:-180px bottom; }
a.soc_email				{ background-position:-208px top; }
a.soc_email:hover		{ background-position:-208px bottom; }
a.soc_youtube			{ background-position:-270px top; }
a.soc_youtube:hover		{ background-position:-270px bottom; }
a.soc_vimeo				{ background-position:-210px top; }
a.soc_vimeo:hover		{ background-position:-210px bottom; }
a.soc_flickr			{ background-position:-240px top; }
a.soc_flickr:hover		{ background-position:-240px bottom; }


/*
*Flickr
//-----------------------------------------------------------------------*/
.widget-flickr{ overflow:hidden; }
.flickr_badge_image{
	float:left;
	margin:3px;
	width:55px;
	height:50px;
	border:4px solid rgba(0, 0, 0, 0.1);
	
}
.flickr_badge_image a{ 
	display:inline-block; 
}
.flickr_badge_image img, 
.flickr_badge_image a{
	width:55px;
	height:50px;
}


/*
*Twitter
//-----------------------------------------------------------------------*/
#twitter_update_list li > a{
	display:inline-block;
	padding-left:20px;
	line-height:100%;
}
#twitter_update_list span{
	display:block;
	background: rgba(0, 0, 0, 0.2); 
	padding:10px;
	position:relative;
	border:none;
	font-size:11px;
}
#twitter_update_list li span a{ 
	color:#00D0BA; 
	font-style:italic;
	text-decoration:underline; 
}
#twitter_update_list li span a:hover{ 
	text-decoration:underline; 
}
#twitter_update_list span:after{
	position:absolute;
	content:'';
	bottom:-7px;
	left:10px;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 7px solid rgba(0, 0, 0, 0.2);
}
#footer #twitter_update_list span{ 
	
}
#footer #twitter_update_list span:after{
	 
}
#footer #twitter_update_list span a{ 
	
}

/*
*Calendar
//-----------------------------------------------------------------------*/
#wp-calendar{ 
	width:100%; 
}
#wp-calendar caption{
	padding:6px 0;
	font-weight:bold;
}
#wp-calendar td, 
#wp-calendar th{
	width:14%;
	line-height:28px;
	text-align:center;
}
#wp-calendar th{
	font-size:11px;
	font-weight:bold;
	padding:0;
	background:none;
}
#wp-calendar td{
	padding:0;
	border:none;
}
#wp-calendar tbody td.pad,
#footer #wp-calendar tbody td.pad{
	background:none;
	border:none;
}
#wp-calendar tbody td a{
	display:block;
	font-weight:bold;
	background:url(../images/icons/cal-link.png) no-repeat left top;
}
#wp-calendar tbody td#today{
	background:#888;
	box-shadow: 0 0 3px rgba(0,0,0,0.6) inset;
	color:#fff;
	font-weight:bold;
}
#wp-calendar tfoot td,
#footer #wp-calendar tfoot td{
	border:none;
	background:none;
}
#wp-calendar tfoot td#prev{ 
	text-align:left; 
}
#wp-calendar tfoot td#next{	
	text-align:right; 
}


/*
*Login
//-----------------------------------------------------------------------*/
.widget-login{}
.user-avatar{
	display:inline-block;
	float:left;
	margin-right:10px;
	padding:3px;
	background:rgba(0, 0, 0, 0.3);
}
.user-avatar, .user-avatar img{
	width:38px;
	height:38px;
}
.user-nav{
	overflow:hidden;
	padding-left:5px;
}
.user-nav li{
	margin-bottom:5px;
	list-style-position:inside;
	list-style-type:circle;
}