/** 
  * Super RSS Reader - Styles file
  * Author: Aakash Chakravarthy
  * Version: 1.5
  *
  **/

/** Tab settings **/
.srr-tab-wrap{
	margin: 5px 0px 10px!important;
	background: none !important;
	overflow:hidden;
	padding: 0px !important;
	border-bottom:1px solid #ddd;
}
.srr-tab-wrap li{
	list-style: none !important;
	float: left;
	background-image: none !important;
	background-color: #bbb;
	color:#fff;
	margin: 5px 5px 0px 0px !important;
	padding: 3px 10px!important;
	border-radius: 3px 3px 0 0;
	border: 1px solid #F6F6F7;
	border-bottom:0;
	cursor: pointer;
}

.srr-active-tab{
	background: #A1276D !important;
	color: white !important;
	border-bottom:0;
}

/** General styling **/
.srr-wrap{
	padding: 0px !important;
	max-width: 100%;
	min-width: 100% !important;
	font-size:90%;
}

.srr-wrap div{
	left: 0px;
	right: 0px;
}
.srr-wrap .srr-item{
	border-top: 0px;
	padding: 10px;
	overflow:hidden;
}
#footer .srr-wrap .srr-item{
	border-top: 0px;
	padding: 10px 0;
	float:left;
	width:33%;
}
.srr-wrap .srr-item:last-child{
	margin: 0px;
}
.srr-wrap .srr-item > *{
	margin-bottom: 5px !important;
	

}
.srr-wrap .srr-title, .srr-wrap .srr-meta{
	line-height: 100%;
}
#footer .srr-wrap .srr-title,  #footer .srr-wrap .srr-meta {
	display:none;
}
.srr-wrap .srr-thumb{
	max-width:35%;
	margin: 5px 10px 0 0 !important;
	float: left !important;
	padding:3px;
	border:1px solid #ddd;
	background-color:#fff;
}
#footer .srr-wrap .srr-thumb{
	width:100%;
	max-width:81px;
	height:auto;
	border:0;
	background:#C5DC81;
	margin: 0 0 0 0 !important;
}
.srr-wrap .srr-title {
	font-size:1.25em; line-height:120%;padding-top:5px; font-weight:bold;
}
.srr-summary {overflow:hidden;}
/** Styles **/

/** None **/
.srr-style-none .srr-item{
	padding: 5px 0 !important;
	border-bottom:1px dashed #ccc;
}
#footer .srr-style-none .srr-item{;
	border-bottom:0;
	padding: 0 0 5px 0 !important;
}
#footer .srr-summary span{
	display:none;
}
#footer .srr-summary {
	margin:0;padding:0;line-height:100%;
}
.srr-summary img {float:left;margin:0 10px 10px 0;}
/** Grey **/
.srr-style-grey{
	border: 1px solid #dfdfdf;
}
.srr-style-grey .srr-item{
	border-bottom: 1px solid #dfdfdf;
}
.srr-style-grey .even{
	background-color: #F8F8F8;
}

/** Dark **/
.srr-style-dark{
	background: #000;
	border: 1px solid #ccc;
	color: #DDDDDD!important;
}
.srr-style-dark a{
	color: #FFFFFF !important;
}
.srr-style-dark .srr-item{
	border-color: #333
}
.srr-style-dark .even{
	background: #333333;
}
.srr-tab-style-dark li{
	border-color: #666666;
	background: #333;
	color: #FFFFFF !important;
}
.srr-tab-style-dark .srr-active-tab{
	background: #666666!important;
}

/** Orange **/

.srr-style-orange{
	border: 2px solid #FF9900;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0px 2px 6px 0px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0px 2px 6px 0px rgba(0, 0, 0, 0.3);
}
.srr-style-orange .srr-item{
	border-bottom: 1px solid #FF9900;
}
.srr-tab-style-orange li{
	border-color: #FF9900;
	background: #FFF8EC;
	color: #333333 !important;
}
.srr-tab-style-orange .srr-active-tab{
	background: #FF9900!important;
	color: #FFFFFF !important;
}

/** Simple modern **/

.srr-style-smodern{
	border: 0;
}
.srr-style-smodern .srr-item{
	border-radius: 10px;
	border: 0;
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
}
.srr-style-smodern:hover .srr-item{
	opacity: 0.3;
}
.srr-style-smodern .srr-item:hover{
	opacity: 1;
}
.srr-tab-style-smodern .srr-active-tab{
	color: #000 !important;
	background: #fff !important;
	box-shadow: inset 0 0 5px #747474;
}
.srr-style-smodern .even{
	background: #f8f8f8;
}






@media all and (min-width: 767px) and (max-width: 895px) {
	.srr-tab-wrap li{

	margin: 5px 0px 0px 0px !important;
	width:100%;
	border-radius: 3px 3px 3px 3px;
}
.srr-tab-wrap{
	border-bottom:0 !important;
}
}