

/* = sidebar.css
--------------------------------------------------- */


/* = Sidebar General Rules
--------------------------------------------------- */

.sidebar h2 {
	display: none;
}
.sidebar .widget {
	font: normal 12px/15px Arial, sans-serif;
	margin: 30px 0 10px 0;
	color: #979797;
	background: #ffe698 none;
	overflow: hidden;
}

#eme_list-3.widget{
	margin-top:0px;
}

.sidebar .widget h3{
	font: normal 18px/30px 'Oswald', sans-serif;
	text-transform:uppercase;
	color:#fff;
	padding:10px 20px;
	background:#6d2700;
	margin-bottom:15px;
}


.sidebar .widget ul {
	display: block;
	margin: 0 0 1em 0;
	padding: 0px 15px 10px 15px;
}
.sidebar .widget ul li {
	display: block;
	margin: 0;
	padding: 10px 0 10px 5px;
	border-bottom:1px dashed #6d2700;
	font-family:Georgia, "Times New Roman", Times, serif;
/*	border-bottom: 1px solid #e8e6e3;*/
}

.sidebar .widget ul li a:hover{
	color:#df6020;
}

.sidebar .widget ul ul {
	display: block;
	margin: 5px 0 -6px -1.07em;
	border-top: 1px solid #eee;
}
.sidebar .widget ul ul li {
	padding: 5px 0 5px 3.07em;
}
.sidebar .widget ul ul ul {
	margin: 5px 0 -6px -3.07em;
}
.sidebar .widget ul ul ul li {
	padding: 5px 0 5px 5.07em;
}
.sidebar .widget ul ul ul ul {
	margin: 5px 0 -6px -5.07em;
}
.sidebar .widget ul ul ul ul li {
	padding: 5px 0 5px 7.07em;
}
.sidebar .widget ul ul ul ul ul {
	margin: 5px 0 -6px -7.07em;
}
.sidebar .widget ul ul ul ul ul li {
	padding: 5px 0 5px 9.07em;
}
.sidebar .widget ul ul ul ul ul ul {
	margin: 5px 0 -6px -9.07em;
}
.sidebar .widget ul ul ul ul ul ul li {
	padding: 5px 0 5px 11.07em;
}


/* = Advertisement
--------------------------------------------------- */

.sidebar .widget_ads .title {
	display: none;
}
.sidebar .widget_ads .ads-area {
	padding: 7px;
}
.sidebar .widget_ads .ads {
	display: block;
	width: 125px;
	height: 125px;
	overflow: hidden;
	float: left;
}
.sidebar .widget_ads .ads-1, 
.sidebar .widget_ads .ads-2 {
	margin: 0 0 10px 0;
}
.sidebar .widget_ads .ads-2, 
.sidebar .widget_ads .ads-4 {
	float: right;
}
.sidebar .widget_ads img {
	padding: 0;
	margin: 0;
	border: 0 none;
}

/* = Search Form
--------------------------------------------------- */

.sidebar .widget_search {
	display: none;
}

/* = Popular Posts
--------------------------------------------------- */

.sidebar .widget_popular_posts ul {
	display: block;
	padding: 0;
	list-style: none;
}
.sidebar .widget_popular_posts ul li {
	min-height: 50px;
/*	background: transparent none;*/
	padding-right: 1em;
}
.sidebar .widget_popular_posts ul li img {
	float: left;
	padding: 0;
	border: 0 none;
}
.sidebar .widget_popular_posts ul li a {
	display: inline;
	background: transparent none;
	padding: 0;
	margin: 0;
}
.sidebar .widget_popular_posts ul li a span.wpp-post-title {
	display: block;
	margin: 0 0 0 67px;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	line-height: 14px;
	color: #5c5c5c;
}
.sidebar .widget_popular_posts ul li a:hover span.wpp-post-title {
	color: #469cff;
}
.sidebar .widget_popular_posts ul li span.post-stats {
	display: block;
	margin: 5px 0 0 67px;
	font-weight: normal;
	font-size: 11px;
	line-height: 13px;
	color: #979797;
}
 
/* Events Calendar Widget* --- enable easy-events plugin ------ */

#eme_list-2.widget{
	font-family:Georgia, "Times New Roman", Times, serif;
}

#eme_list-2.widget ul{
	border:none;
}

#eme_list-2.widget ul li.eme_period{
	font: normal 16px/30px 'Oswald', sans-serif;
	text-transform:uppercase;
	color:#6d2700;
	border-bottom:1px dashed #6d2700;
	margin-top:0px;
	padding-top:0px;
	padding-bottom:5px;
}

#eme_list-2.widget ul li{
	border:none;
	padding-bottom:10px;
}

#eme_list-2.widget ul li a{
	font-size:14px;
	color:#6d2700;
	font-style:italic;
	padding-top:10px;
}

#eme_list-2.widget ul li a:hover{
	text-decoration:underline;
}

#eme_list-2.widget ul li ul li{
	padding:0px;
	color:#000;
}
	