.widget {
	float: left;
    margin: 0 0 21px;
    padding: 0 0 25px;
    position: relative;
	width: 100%;
	background-color: #FFFFFF;
}

.widget-title {
	line-height: 18px;
    margin: 0 0 10px;
    padding: 13px 15px 10px;
    text-transform: uppercase;
	font-size: 14px;
	word-wrap:break-word;
}

.widget-title h4 {
	font-size: 14px !important;
}

.widget ul {
	margin-left: 0;
}

.screen-reader-text {
    display: none;
}

.widget_search #searchform {
    margin-top: 15px;
	padding: 0 15px;
}

.widget_search #searchsubmit {
    font-size: 12px;
    padding: 4px 0;
    width: 58px;
    background: none repeat scroll 0 0 #1B1B1B;
    border: 1px solid #333333;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    font: 12px 'Helvetica Neue',Verdana,Helvetica,sans-serif;
    padding: 6px;
}

#sidebar-frame .widget #s {
	background: none repeat scroll 0 0 #333333 !important;
	border: 1px solid #1e73be;
}

#s {
    margin: 0;
	margin-right: 10px;
    width: 60%;
	float: left;
    background: none repeat scroll 0 0 #1B1B1B;
    border: 1px solid #333333;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    font: 12px 'Helvetica Neue',Verdana,Helvetica,sans-serif;
    padding: 3px;
	height: 20px;
}

.widget ul li {
	border-bottom: 1px solid #DFDFDF;
	float: left;
    list-style: none outside none;
    margin: 0;
    padding: 10px 0;
    width: 100%;
	background: url("../images/cat-arrow.png") no-repeat scroll left center transparent;
}

.widget ul#recentcomments li.recentcomments {
	background-image: none !important;
}

#sidebar-frame ul {
	margin: 0 10px;
}

.widget ul li a, .fbox ul li a {
    margin: 0;
    padding: 0 0 0 15px;
}

#sidebar-frame .tagcloud a {
    background: url("../images/assets/tag.png") no-repeat scroll 12px center #1C1C1C;
    font-size: 12px !important;
    padding: 6px 12px 6px 30px;
}

#sidebar-frame .tagcloud a:hover {
	background-color: #8DB529;
}

#sidebar-frame .tagcloud a {
    border-radius: 3px 3px 3px 3px;
    color: white;
    display: inline-block;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 8px;
    transition: background-color 0.2s ease 0s, color 0.2s ease 0s;
}

#sidebar-frame .tagcloud {
	padding: 10px;
}

.widget_calendar caption {
	text-align:left;
	margin:0;
	padding:0 0 4px 0;
	font-size:11px;
}
.widget_calendar table {
	border-collapse:collapse;		
	float:left;
	width:100%;
	height:192px;
	margin:5px 15px 0 15px;
    border:0 none !important; 	
}
.widget_calendar table th {
	padding:2px 0 2px 0 !important;
	text-align:center;
}
.widget_calendar table td {
	text-align:center;
	padding:3px 0 3px 0;
}
#calendar_wrap {
	float:left;	
	width: 88%;
}
.widget_calendar table tfoot tr td {
	display:table-cell;
}
.widget_calendar a:hover {
	text-decoration:none;	
}

.footer-wrapper .widget_calendar {
	float:left;	
	font-size:11px;
}
.footer-wrapper .widget_calendar table {
	height:176px;
	margin:0;
}
.widget_calendar table th {
	padding:6px 0 0 0;
}
.footer-wrapper .widget_calendar table td {
	padding:2px 0 2px 0;
}

.w-post-meta {
	font-size: 10px;
	float: left;
}

.widget .children {
	margin-left:18px;
}

#menu-nav-menu.menu li.menu-item ul.sub-menu {
	margin-left:18px;
}

.widget select#cat.postform {
	margin-left: 15px;
	margin-top: 15px;
}

.rss-date, .widget ul li cite, .rssSummary {
	display: block;
    float: left;
    margin: 0;
    padding: 0 0 0 15px;
}

.widget-title a.rsswidget img {
	float: left;
	margin-right: 5px;
}

.widget-title a.rsswidget {
	color: #202020;
}

.widget-arrow {
    background: url("images/widget_arrow.png") no-repeat scroll 0 0 transparent;
	height: 10px;
    left: 180px;
    position: absolute;
    top: 40px;
    width: 16px;
}

#sidebar-frame .thumb-posts li {
	overflow: auto;
}

#sidebar-frame .thumb-posts li img {
    background: none repeat scroll 0 0 #111111;
    border: 1px solid #333333;
    float: left;
    margin-right: 15px;
    padding: 5px;
    transition: all 0.3s ease 0s;
}





