
@import url(http://fonts.googleapis.com/css?family=Merriweather:700,400);

@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);

body {
	margin: 0px;
}

#widget_container{
	border: 1px solid #bd261d;
/*	border-bottom: 4px solid #bd261d;
*/
	max-height: 175px;

	background-color: #ffefef;

	border-top-right-radius: 5px;
	border-top-left-radius: 5px;

}

.widget_header {

	background-color:  #bd261d;

}

.widget_headline{

	margin-left: auto;
	margin-right: auto;
}

.widget_headline a {

	background-color: white;
	border-radius: 10px;
	padding-left: 10px;
	padding-right: 10px;
	color: #bd261d;

	text-decoration: none;
	background-color: #DE938E;
	color:  #bd261d;

	color:  #bd261d;
	background-color: #F4DBD9;
	background-color: white;
	/*color: #555;*/

		background-color: #bd261d;
	color: white;
}

.widget_headline a:hover{
	/*color: white;*/
	/*text-decoration: underline;*/
	color: #ffefef;
/*	background-color:  #bd261d;;
*/	

	color:  #bd261d;
	background-color: #F4DBD9;
/*
	background-color: #DE938E;*/
	color:  #bd261d;



}

.widget_headline{
	/*float:right;*/
	margin-left: auto;
	margin-right: auto;
	width 50%;
	text-align: center;
/*	padding-right: 5px;
*/	color: #ffefef;
	font-family: "Lato", Arial, Helvetica, sans-serif;
	/*font-weight: 700px;*/
	font-size: 14px;

}

.tab_container {
	background-color: #bd261d;
}

.widget_category_tab {
		cursor: pointer;

	float:left;
	padding: 10px;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 5px;
	overflow: hidden;
/*	text-decoration: underline;*/
	color: #eee;

/*	font-family:Merriweather,Cambria,"Palatino Linotype",Baskerville,"Lucida Bright",Georgia,Times,serif;
*/	font-family: "Lato", Arial, Helvetica, sans-serif;
	
	font-weight:  700;
	font-size: 11px;

	border-top-right-radius: 2px;
	border-top-left-radius: 2px;
}

.widget_category_tab:hover, .widget_category_tab.selected{
	color: #bd261d;
	background-color: #ffefef;

	/*box-shadow: 0px -2px 2px rgba(0,0,0,0.25);*/
}

.link_container{
	padding: 10px;
	font-family:Merriweather,Cambria,"Palatino Linotype",Baskerville,"Lucida Bright",Georgia,Times,serif;
	font-weight: 700;
	font-size: 12px;
	color: #555;
	overflow-y: scroll;
	height: 100px;
	margin-top: 4px;

}


.link_container ul {
	margin-top: 0px;
	padding-left: 20px;
}
.link_container li {
	list-style-type: square;
}

.link_container a {
	color: #555;
}

.link_container a:hover{
	color: #bd261d;
	text-decoration: none;
}