.widget-area {
	
}

	.widget-area ul li {
		list-style: none;
	}
	
/* =Widgets
----------------------------------------------- */

.widget-area {
	font-size: 12px;
}
.widget {
	clear: both;
	margin: 0 0 3em;
}
.widget-title {
	display: inline;
	padding-left: 2px;
	padding-right: 2px;
	/* color: #fff; */
	font-size: 22px;
	/* text-transform: uppercase; */
	/* background-color: #009ee0; */
	/* font-family: HelveticaNeueLTStd77BdCn, sans-serif; */
}
	
.widget ul {
	font-size: 15px;
	margin: 0.9em 0 0 0;
}
.widget ul ul {
	margin-left: 1.5em;
}
.widget ul li {
	padding-bottom: 9px;
	color: #777;
	font-size: 14px;
	line-height: 1.3em;
}
.widget a {
	color: #6e7880;
	text-decoration: none;
}
.widget a:hover,
.widget a:focus,
.widget a:active {
	color: #009ee0;
}

/* Search Widget */
.widget_search form {
	margin: 0.9em 0 1.625em;
}
.widget_search #s {
	width: 60%;
}
.widget_search #searchsubmit {
	background: #ddd;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	color: #888;
	font-size: 13px;
	line-height: 25px;
	position: relative;
	top: -2px;
}
.widget_search #searchsubmit:active {
	background: #009ee0;
	border-color: #0861a5;
	-webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	color: #bfddf3;
}

/* Ephemera Widget */
section.ephemera ol,
.widget_twentyeleven_ephemera ol {
	list-style: square;
	margin: 5px 0 0;
}
.widget_twentyeleven_ephemera .widget-entry-title {
	font-size: 15px;
	font-weight: bold;
	padding: 0;
}
.widget_twentyeleven_ephemera .comments-link a,
.widget_twentyeleven_ephemera .comments-link > span {
	color: #666;
	display: block;
	font-size: 10px;
	font-weight: 500;
	line-height: 2.76333em;
	text-transform: uppercase;
}
section.ephemera .entry-title .comments-link a:hover,
.widget_twentyeleven_ephemera .entry-title .comments-link a:hover {
}
section.ephemera .entry-title a span {
	color: #29628d;
}

/* category-widget */
.widget_categories .cat-item {
	color: #3b4044;
}
	.widget_categories .cat-item a {
		color: #6e7880;
	}
		.widget_categories .cat-item a:hover {
			color: #20a9e2;
		}
		
		.widget_categories .current-cat ,
		.widget_categories .current-cat a {
			color: #20a9e2;
		}
		
/* category-widget */
.widget_recent_comments .recentcomments {
	color: #3b4044;
}
	.widget_recent_comments .recentcomments a {
		color: #6e7880;
	}
		.widget_recent_comments .recentcomments a:hover {
			color: #20a9e2;
		}

/* Twitter */
.widget_twitter li {
	list-style-type: none;
	margin-bottom: 14px;
}
.widget_twitter .timesince {
	display: block;
	font-size: 11px;
	margin-right: -10px;
	text-align: right;
}

/* Widget Image */
.widget_image img {
	height: auto;
	max-width: 100%;
}

/* Calendar Widget */
.widget_calendar #wp-calendar {
	color: #747980;
	width: 95%;
	text-align: center;
}
.widget_calendar #wp-calendar caption,
.widget_calendar #wp-calendar td,
.widget_calendar #wp-calendar th {
	text-align: center;
}
.widget_calendar #wp-calendar caption {
	font-size: 11px;
	font-weight: 500;
	padding: 5px 0 3px 0;
	text-transform: uppercase;
}
.widget_calendar #wp-calendar th {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}
.widget_calendar #wp-calendar tfoot td {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

/* socialBookmark-Navigation */
.menu-socialbookmarks-container {
	position: relative;
	left: -1px;
	height: 35px;
}

	.menu-socialbookmarks-container .menu-item {
		position: relative;
		float: left;
		width: 41px;
		height: 41px;
		margin: 0 8px 0 0;
	}
	
		.menu-socialbookmarks-container .menu-item a {
			position: absolute;
			height: 41px;
			width: 41px;
			background: transparent url(../images/twitter_icon.png) no-repeat 0 0;
			text-indent: -99999px;
		}
		
			.menu-socialbookmarks-container #menu-item-614 a {
				background-image: url(../images/facebook_icon.png);
			}
			
			.menu-socialbookmarks-container #menu-item-615 a {
				background-image: url(../images/twitter_icon.png);
			}
			
			.menu-socialbookmarks-container #menu-item-616 a {
				background-image: url(../images/google_icon.png);
			}
			
			.menu-socialbookmarks-container #menu-item-617 a {
				background-image: url(../images/rss_icon.png);
			}






