/* =WordPress Core -------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 10px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 10px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 10px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 10px 20px;
}

a img.alignnone {
    margin: 5px 20px 10px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 10px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 10px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 10px 0;
}

.wp-caption.alignright {
    margin: 5px 0 10px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.widget {}

/* links widget */
.widget_links {}
.widget_links ul { margin:0; padding:0;}
.widget_links ul li {}
.widget_links ul li a {}

/* meta widget */
.widget_meta {}
.widget_meta ul {margin:0; padding:0;}
.widget_meta ul li {}
.widget_meta ul li a {}

/* pages widget */
.widget_pages {}
.widget_pages ul {margin:0; padding:0;}
.widget_pages ul li {}
.widget_pages ul li a {}

/* recent-posts widget */
.widget_recent_entries {}
.widget_recent_entries ul {margin:0; padding:0;}
.widget_recent_entries ul li {}
.widget_recent_entries ul li a {}

/* archives widget */
.widget_archive {}
.widget_archive ul {margin:0; padding:0;}
.widget_archive ul li {} 
.widget_archive ul li a {}
.widget_archive select {}
.widget_archive option {}

/* tag-cloud widget */
.widget_links {}
.widget_links li:after {}
.widget_links li:before {}
.widget_tag_cloud {}
.widget_tag_cloud a {}
.widget_tag_cloud a:after {}
.widget_tag_cloud a:before {}

/* calendar widget */
.widget_calendar {}
#calendar_wrap {}
#calendar_wrap th {}
#calendar_wrap td {}
#wp-calendar tr td {}
#wp-calendar caption {}
#wp-calendar a {}
#wp-calendar #today {}
#wp-calendar #prev {}
#wp-calendar #next {}
#wp-calendar #next a {}
#wp-calendar #prev a {}

/* category widget */
.widget_categories {}
.widget_categories ul {margin:0; padding:0;}
.widget_categories ul li {} 
.widget_categories ul ul.children {}
.widget_categories a {}
.widget_categories select{}
.widget_categories select#cat {}
.widget_categories select.postform {}
.widget_categories option {}
.widget_categories .level-0 {}
.widget_categories .level-1 {}
.widget_categories .level-2 {}
.widget_categories .level-3 {}

/* recent-comments widget */
.recentcomments {}
#recentcomments {}
#recentcomments li {}
#recentcomments li a {}
.widget_recent_comments {}

/* search widget */
#searchform {}
.widget_search {}
.screen-reader-text {}

/* text widget */
.textwidget {}
.widget_text {}
.textwidget p {}

.widget_calendar
	{
	clear:both;
	}
#wp-calendar {width: 100%; }
#wp-calendar caption { text-align: right; color: #333; font-size: 12px; margin-top: 10px; margin-bottom: 15px; }
#wp-calendar thead { font-size: 10px; }
#wp-calendar thead th { padding-bottom: 10px; }
#wp-calendar tbody { color: #aaa; }
#wp-calendar tbody td { background: #f5f5f5; border: 1px solid #fff; text-align: center; padding:8px;}
#wp-calendar tbody td:hover { background: #fff; }
#wp-calendar tbody .pad { background: none; }
#wp-calendar tfoot #next { font-size: 10px; text-transform: uppercase; text-align: right; }
#wp-calendar tfoot #prev { font-size: 10px; text-transform: uppercase; padding-top: 10px; }	
	
#sidebar .widget {}

/* links widget */
#sidebar .widget_links {}
#sidebar .widget_links ul { margin:0; padding:0;}
#sidebar .widget_links ul li {}
#sidebar .widget_links ul li a {}

/* meta widget */
#sidebar .widget_meta {}
#sidebar .widget_meta ul {margin:0; padding:0;}
#sidebar .widget_meta ul li {}
#sidebar .widget_meta ul li a {}

/* pages widget */
#sidebar .widget_pages {}
#sidebar .widget_pages ul {margin:0; padding:0;}
#sidebar .widget_pages ul li {}
#sidebar .widget_pages ul li a {}

/* recent-posts widget */
#sidebar .widget_recent_entries {}
#sidebar .widget_recent_entries ul {margin:0; padding:0;}
#sidebar .widget_recent_entries ul li {}
#sidebar .widget_recent_entries ul li a {}

/* archives widget */
#sidebar .widget_archive {
	display:block;
	clear:both;
	}
#sidebar h3{
 
	padding:8px 6px;
	color:#36469E;
	font-weight:bold;
	text-transform:uppercase;	
	}
#sidebar h3 a{
	color:#E0BB49;
	text-decoration:none;
	}
#sidebar ul{margin:0; padding:0;}

#sidebar ul li{
	margin:0 0 0 0px; 
	padding:8px 5px 8px 20px; 
	list-style:none;
	background:url(../images/list.png) no-repeat 5px 10px ;
	border-bottom:#666 dotted 1px;
	}

#sidebar ul li a{ 
	color:#2D1B00;
	text-decoration:none;
	}
	
#sidebar .widget_archive ul { }
#sidebar .widget_archive ul li { } 
#sidebar .widget_archive ul li a {}
#sidebar .widget_archive select {}
#sidebar .widget_archive option {}
 

/* tag-cloud widget */
#sidebar .widget_links {}
#sidebar .widget_links li:after {}
#sidebar .widget_links li:before {}
#sidebar .widget_tag_cloud {
	display:block;
	}
#sidebar .widget_tag_cloud a {
	color:#36469E;
	text-decoration:none;
	}
#sidebar .widget_tag_cloud a:after {}
#sidebar .widget_tag_cloud a:before {}

 
/* category widget */
#sidebar .widget_categories {}
#sidebar .widget_categories ul {margin:0; padding:0;}
#sidebar .widget_categories ul li {} 
#sidebar .widget_categories ul ul.children {}
#sidebar .widget_categories a {}
#sidebar .widget_categories select{}
#sidebar .widget_categories select#cat {}
#sidebar .widget_categories select.postform {}
#sidebar .widget_categories option {}
#sidebar .widget_categories .level-0 {}
#sidebar .widget_categories .level-1 {}
#sidebar .widget_categories .level-2 {}
#sidebar .widget_categories .level-3 {}

/* recent-comments widget */
#sidebar .recentcomments {}
#sidebar #recentcomments {}
#sidebar #recentcomments li {}
#sidebar #recentcomments li a {}
#sidebar .widget_recent_comments {}

/* search widget */
#sidebar #searchform {}
#sidebar .widget_search {
 
	}
#sidebar .widget_search form{
 
 
	}

#sidebar .widget_search .s{
 
	}
	
#sidebar .widget_search .searchbtn{
 
	
	}

#sidebar .screen-reader-text {}

/* text widget */
#sidebar .textwidget {}
#sidebar .widget_text {}
#sidebar .textwidget p {}

/* calendar widget */
#sidebar .widget_calendar	{	clear:both;	}
#sidebar #wp-calendar {width: 100%; }
#sidebar #wp-calendar caption { 	
 
	padding:8px 6px;
	color:#36469E;
	font-weight:bold;
	text-transform:uppercase;
	text-align:left;
	font-size:16px;
	}
	
#sidebar #wp-calendar thead { font-size: 10px; }
#sidebar #wp-calendar thead th { padding: 10px; background:#F15D39; color:#FFF;}
#sidebar #wp-calendar tbody { color: #666; }
#sidebar #wp-calendar tbody td a{ color: #36469E; font-weight:bold; text-decoration:none; display:block; }
#sidebar #wp-calendar tbody td { background: #f5f5f5; border: 1px solid #fff; text-align: center; }
#sidebar #wp-calendar tbody td#today{ background: #F7D399; font-weight:bold; }
#sidebar #wp-calendar tbody td:hover { background: #fff; }
#sidebar #wp-calendar tbody .pad { background: none; border:none; }
#sidebar #wp-calendar tbody .pad:hover { background: none; border:none;}
#sidebar #wp-calendar tfoot #next { font-size: 10px; text-transform: uppercase; text-align: right; }
#sidebar #wp-calendar tfoot #prev { font-size: 10px; text-transform: uppercase; padding-top: 10px; }	
		