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

.widget-header,
.widget-content {
    margin-right: 15px;
    margin-left: 0px;
	text-align: left;
}

.widget-header { 
    border-width: 0 0 1px;
    border-style: solid;
    border-color: #333; 
    padding: 0;
    font-size: 14px; 

    margin-bottom: 8px;
    padding-bottom: .3em;

}

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

.widget-content a:link,.widget-content a:visited {
    color: #999;
}
.widget-content a:hover,.widget-content a:active {
    color: #ddd;
}
#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 {
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 11px;
	padding-left: 15px;
}
/* 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: 15px 0 20px;
}

.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: 30px;
}

.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;
}

select {

	color: #333;
	border: 1px solid #fdfcff;
	background-color: #dddcde;
	width: 150px;
	height: 24px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding-left: 10px;
}


@media print {
    * {
        position: static ! important;
        overflow: visible ! important;
    }
}
