/* Widget ----------------------------------------------------------------- */


.widget-header { 

    padding: 0;
    font-size: 12px;
    padding-bottom: .3em;
	background: url(images/news.gif) no-repeat;
	height: 29px;
	margin: 20px 10px 8px 7px;
}

.widget-header,
.widget-header a {
    color: #333;
    font-weight: normal;
}

.widget-content a:link {
	color: #1a7f36;
	text-decoration: underline;

}
.widget-content a:visited { 
	color: #1a7f36;
	text-decoration: underline;

}
.widget-content a:active { 
	color: #2facb4;
	text-decoration: underline;
}
.widget-content a:hover { 
	color: #2facb4;
	text-decoration: underline;
}
#content .widget-powered .widget-content {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    background-color: #f8f8f8;
} 

.widget-header {
    font-size: 12px;
	font-weight: bold;
}

.widget-header a {
    text-decoration: none;
	font-weight: bold;
}

.widget-header a:hover {
    text-decoration: underline;
	font-weight: bold;
}

.widget-content {
    font-size: 11px;
	margin: 5px 10px 20px 7px;
}
/* Calendar Widget */

.widget-calendar .widget-content table {
    font-size: 12px;
}
.widget-calendar .widget-content table a,
.widget-calendar .widget-content table a:visited {
    text-decoration: underline;
    color: #999999;
}
.widget-calendar .widget-content table a:hover,
.widget-calendar .widget-content table a:active {
    text-decoration: underline;
    color: #cccccc;
}
/* Widgets */

.widget {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.widget-content {
    position: relative;
    margin: 5px 0 0px 15px;
}

.widget-list,
.archive-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget-list .widget-list {
    margin-left: 15px;
}

.widget-list-item {
    margin-top: 5px;
    margin-bottom: 5px;
	margin-right: 22px;
}

.widget-tag-cloud .widget-list {
    margin-right: 0;
    margin-left: 0;
}

.widget-tag-cloud .widget-list-item {
    display: inline;
    margin: 0 5px 0 0;
    padding: 0;
    line-height: 1.2;
    background: none;
}

.widget-tag-cloud .rank-1  { font-size: 1.75em; }
.widget-tag-cloud .rank-2  { font-size: 1.75em; }
.widget-tag-cloud .rank-3  { font-size: 1.625em; }
.widget-tag-cloud .rank-4  { font-size: 1.5em; }
.widget-tag-cloud .rank-5  { font-size: 1.375em; }
.widget-tag-cloud .rank-6  { font-size: 1.25em; }
.widget-tag-cloud .rank-7  { font-size: 1.125em; }
.widget-tag-cloud .rank-8  { font-size: 1em; }
.widget-tag-cloud .rank-9  { font-size: 0.95em; }
.widget-tag-cloud .rank-10 { font-size: 0.9em; }

#footer .widget-content {
    margin-top: 0;
    margin-bottom: 0;
}

.widget-recent-assets .widget-content .widget-list {
    overflow: auto;
    margin-right: 0;
}

.item {
    display: inline;
    float: left;
    margin: 0pt 5px 8px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    width: 70px;
}

.widget-search ul,
.widget-syndication ul {
    margin-left: 0;
    list-style: none;
}

.widget-search li,
.widget-syndication li  {
    margin: 5px 0;
}

.input-default {
    background-color: #9AAEC2;
}
.blog-feeds{
	list-style: none;
}
@media print {
    * {
        position: static ! important;
        overflow: visible ! important;
    }
}
