/* Reset */
body, input, textarea, select {
	color: #202020;
	font: 12px/18px Tahoma, Arial, Helvetica, sans-serif;
}
body {
	background: #adadad;
	padding: 0;
	margin: 0;
	min-width: 985px;
	width: 100%;
	height: 100%;
	position: relative;
}
a:link, a:visited {
	color: #8c0922;
	text-decoration: none;
}
a:hover, a:active {
	color: #8c0922;
	text-decoration: underline;
}
img {
	border: none;
}
ul, ol, li, form {
	padding: 0;
	margin: 0;
	list-style: none;
}
h1, h2, h3, h4, p {
	margin: 0 0 2px 0;
	font-weight: normal;
}
h1 {
	font-size: 24px;
	font-weight: bold;
	color: #88293b;
	margin-bottom: 30px;
}
input, textarea {
	outline: none;
}
.clear {
	height: 0px;
	clear: both;
	overflow: hidden;
}
/* Layout */
.headerWrap {
	background: #a03045;
	height: 98px;
}
	.subHeaderWrap {
		background: url(/reader/images/header_bg.png) 0 0 repeat-x;
		height: 101px;
		position: relative;
	}
.contentWrap {
	background: #e2e2e2 url(/reader/images/page_bg.png);
	border-bottom: 1px solid #797979;
	margin-bottom: 15px;
	padding: 15px 0;
}
#header, #footer {
	width: 980px;
	margin: 0 auto;
}
/* Header */
#header {
	position: relative;
}
.logo {
	position: absolute;
	left: 0;
	top: 32px;
}
.login {
	color: #FCF6FD;
	position: absolute;
	right: 0;
	top: 5px;
	background: #741c2c;
	padding: 2px 0;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
.login a:link, .login a:visited {
	color: #fcd6dd;
	text-decoration: none;
	padding: 1px 15px 3px 10px;
	float: left;
}
.login a:hover, .login a:active {
	color: #fff;
	text-decoration: none;
}
.login a.loginLink {
	padding-right: 14px;
	border-right: 1px dotted #fcd6dd;
}
.search {
	position: absolute;
	left: 290px;
	top: 40px;
	overflow: hidden;
}
.searchLine {
	background: url(/reader/images/search_line_left.png) 0 0 no-repeat;
	padding-left: 4px;
	float: left;
	margin-right: 10px;
}
.searchLine .bgRight {
	background: url(/reader/images/search_line_right.png) 100% 0 no-repeat;
	padding-right: 4px;
}
body:first-of-type .searchLine input { line-height:normal;}

.searchLine input {
	height: 36px;
	line-height: 36px;
	background: url(/reader/images/search_line_bg.png) 0 0 repeat-x;
	border: none;
	padding: 0 8px;
	margin: 0;
	width: 506px;
	font-size: 14px;
	color: #a6a6a6;
	text-shadow: 0 1px #fff;
}
.btnRead {
	width: 57px;
	height: 37px;
	background: url(/reader/images/btn_reed.png);
	border: none;
	cursor: pointer;
	margin-right: 10px;
	float: left;
}
.btnSubscribe {
	float: left;
	width: 83px;
	height: 37px;
	background: url(/reader/images/btn_subscribe.png);
	text-indent: -999px;
	overflow: hidden;
}
/* Content block's shadow */
.conntShadowT {
	width: 980px;
	margin: 0 auto;
	background: url(/reader/images/content_t_bg.png) 0 0 repeat-x;
	padding-top: 1px;
}
.contentShadowR {
	background: url(/reader/images/content_r_bg.png) 100% 0 repeat-y;
	padding-right: 2px;
}
.contentShadowB {
	background: url(/reader/images/content_b_bg.png) 0 100% repeat-x;
	padding-bottom: 3px;
}
.contentShadowL {
	background: url(/reader/images/content_l_bg.png) 0 0 repeat-y;
	padding-left: 2px;
	position: relative;
}
.contentShadowL .lt {
	display: block;
	width: 7px;
	height: 7px;
	position: absolute;
	left: 0;
	top: -1px;
	background: url(/reader/images/content_lt.png);
}
.contentShadowL .rt {
	display: block;
	width: 7px;
	height: 7px;
	position: absolute;
	right: -2px;
	top: -1px;
	background: url(/reader/images/content_rt.png);
}
.contentShadowL .rb {
	display: block;
	width: 7px;
	height: 7px;
	position: absolute;
	right: -2px;
	bottom: -3px;
	background: url(/reader/images/content_rb.png);
}
.contentShadowL .lb {
	display: block;
	width: 7px;
	height: 7px;
	position: absolute;
	left: 0;
	bottom: -3px;
	background: url(/reader/images/content_lb.png);
}
/* Content on index page */
#content {
	background: #fff;
	overflow: hidden;
	padding: 30px 20px;
}
#content.indexContent {
	padding: 17px !important;
}
.banner {
	margin-bottom: 15px;
	position: relative;
}
.banner a.btnTryIt {
	display: block;
	width: 166px;
	height: 29px;
	background: url(/reader/images/reg4free.gif);
	position: absolute;
	left: 660px;
	top: 110px;
	overflow: hidden;
	text-indent: -999px;
}
.contentBlock {
	float: left;
	width: 615px;
	border-top: 1px dotted #c1c1c1;
	padding-top: 15px;
}
h2.popularFeeds {
	text-indent: -999px;
	overflow: hidden;
	width: 97px;
	height: 15px;
	background: url(/reader/images/popular_feeds.png);
	margin-bottom: 25px;
}
.popularFeedsBlock {}
.popularFeedsBlock .item {
	overflow: hidden;
	border-bottom: 1px dotted #c1c1c1;
	margin-bottom: 10px;
}
.popularFeedsBlock .icon {
	display: block;
        height: 16px;
        width: 16px;
	float: left;
	margin-right: 10px;
}
.popularFeedsBlock .text {
	overflow: hidden;
	max-width: 500px;
	float: left;
}
.popularFeedsBlock h3 {
	font-size: 16px;
	line-height: 16px;
	margin-bottom: 5px;
}
.popularFeedsBlock p {
	line-height: 16px;
}
.popularFeedsBlock .stat {
	float: right;
	min-width: 40px;
	font: 9px Arial;
	color: #868686;
	text-transform: uppercase;
	text-align: center;
}
.popularFeedsBlock .stat strong {
	font: bold 15px Arial;
	color: #242424;
	display: block;
	text-align: center;
}
/* Sidebar on index page */
.sidebar {
	width: 300px;
	float: right;
}
.bannerNews {
	display: block;
	margin-bottom: 20px;
}
.searchFeed {
	background: #c7c7c7;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	padding: 20px;
	margin-bottom: 20px;
}
.searchFeedLine {
	float: left;
	border-top: none;
	border-bottom: none;
	border-left: 1px solid #bcbcbc;
	border-right: 1px solid #bcbcbc;
	background: url(/reader/images/search_line_bg.png) 0 0 repeat-x;
	margin-right: 10px;
	
}
.searchFeedLine input {
	padding: 0;
	border: none;
	background: url(/reader/images/search_icon.png) 5px 9px no-repeat;
	height: 28px;
	line-height: 28px;
	padding: 0 8px 0 25px;
	font-size: 13px;
	color: #989898;
	width: 180px;
}
.btnOK {
	width: 35px;
	height: 29px;
	background: url(/reader/images/btn_ok.png);
	border: none;
	float: left;
	cursor: pointer;
}
h2.recently {
	text-indent: -999px;
	overflow: hidden;
	background: url(/reader/images/recently_title.png) 0 0 no-repeat;
	width: 131px;
	height: 13px;
	margin: 0 0 10px 20px;
}
.recentlyBlock {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #eaeaea;
	padding: 15px 20px;
}
.recentlyBlock .item {
	margin-bottom: 15px;
}
.recentlyBlock .item.last {
	margin-bottom: 0;
}
.recentlyBlock h3 {
	font-weight: bold;
	font-size: 13px;
	line-height: 16px;
	margin-bottom: 0;
}
.recentlyBlock .time {
	font-size: 10px;
	color: #797979;
	line-height: 16px;
}
.recentlyBlock p {
	line-height: 14px;
	margin-bottom: 0;
}
/* Get button page */
.bntPage {
	color: #000;
	font-size: 14px;
	line-height: 20px;
}
.bntPage p {
	margin-bottom: 15px;
}
p.getButtonDesc {
	text-indent: 10px;
	background: url(/reader/images/orange_corner.png) 0 5px no-repeat;
	margin-bottom: 30px;
}
.getSteps {
	width: 590px;
	float: left;
}
.getSteps .step {
	position: relative;
	padding-left: 27px;
	overflow: hidden;
	margin-bottom: 25px;
}
.getSteps .step.last {
	margin-bottom: 0;
}
.step strong {
	position: absolute;
	left: 0;
	top: 0;
	color: #e2e2e2;
	font-size: 20px;
	font-weight: bold;
}
.buttonsList {
	overflow: hidden;
	margin-top: 25px;
}
.buttonsList li {
	float: left;
	width: 185px;
	padding-bottom: 15px;
	overflow: hidden;
}
.buttonsList input {
	margin: 0 7px 0 0;
	float: left;
}
.buttonsList label {
	width: 91px;
	height: 17px;
	float: left;
}
.buttonsList label.btn1 {
	background: url(/subrss1.png);
}
.buttonsList label.btn2 {
	background: url(/subrss2.png);
}
.buttonsList label.btn3 {
	background: url(/subrss3.png);
}
.buttonsList label.btn4 {
	background: url(/subrss4.png);
}
.buttonsList label.btn5 {
	background: url(/subrss5.png);
}
.buttonsList label.btn6 {
	background: url(/subrss6.png);
}
.inputLine {
       height: 28px;
       float: left;
       background: url(/reader/images/def_intut_left.png) 0 0 no-repeat;
       padding-left: 3px;
}
.inputLine .inputSubLine {
	float: left;
	height: 28px;
	background: url(/reader/images/def_intut_right.png) 100% 0 no-repeat;
	padding-right: 3px;
}
.inputLine .inputSubLine input {
	height: 28px;
	line-height: 28px;
	background: url(/reader/images/def_intut_bg.png) 0 0 repeat-x;
	border: none;
	outline: none;
	font-size: 13px;
	color: #5b5b5b;
	padding: 0 5px;
	width: 340px;
}
.btnCopy {
	float: left;
	width: 88px;
	height: 28px;
	background: url(/reader/images/btn_copy.png);
	text-indent: -999px;
	overflow: hidden;
	margin-left: 10px;
}
.previewBlock {
	float: right;
	border: 4px solid #eaeaea;
	padding: 20px 15px;
	width: 262px;
	font-size: 13px;
	color: #0b0b0b;
	text-align: center;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
h2.btnExample {
	width: 143px;
	height: 13px;
	overflow: hidden;
	background: url(/reader/images/button_example.png);
	text-indent: -999px;
	margin: 0 auto 15px auto;
}
.previewBlock p.button {
	margin-bottom: 0;
	line-height: 17px;
	height: 17px;
}
/* Digest */
h1.digestH1 {
        line-height: 1.2em;
	float: left;
	margin-bottom: 15px;
}
a.rssLink:link, a.rssLink:visited {
	vertical-align: middle;
	display: inline-block;
	/*float: left;*/
	padding-left: 23px;
	color: #a9a8a8;
	text-decoration: none;
	font-size: 12px;
	background: url(/reader/images/rss.png) 0 0 no-repeat;
	height: 17px;
	line-height: 17px;
	margin: -2px 0 0 15px;
	font-weight:normal;
}
a.rssLink:hover, a.rssLink:active {
	text-decoration: none;
	color: #a9a8a8;
}
.detailsBlock {
	position: relative;
	border-top: 2px solid #eaeaea;
	margin-bottom: 30px;
}
.detailsContent {
	background: #eaeaea;
	padding: 20px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.detailsBlock.hide .detailsContent {
	display: none;
}
.detailsItem {
	position: relative;
	padding: 0 35px 15px 28px;
	border-bottom: 1px dotted #fff;
	font-size: 13px;
	margin-bottom: 15px;
}
.detailsItem h2 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 0;
	line-height: 19px;
}
.detailsItem p {
	margin-bottom: 0;
}
.detailsItem .favicon {
	position: absolute;
	left: 0;
	top: 3px;
}
.detailsItem a.remove:link, .detailsItem a.remove:visited {
	display: block;
	width: 17px;
	height: 17px;
	text-indent: -999px;
	overflow: hidden;
	background: url(/reader/images/remove.png) 50% 50% no-repeat;
	position: absolute;
	right: 15px;
	top: 5px;
}
.detailsItem a.remove:hover, .detailsItem a.remove:active {
	background: url(/reader/images/remove_hover.png) 50% 50% no-repeat;
}
.newFeed {
	overflow: hidden;
}
.newFeed h2 {
	float: left;
	margin: 0;
	font-size: 13px;
	font-weight: normal;
	line-height: 28px;
	margin-right: 10px;
}
.newFeed p {
	margin-bottom: 0;
}
.newFeed .btnSubmit {
	border: none;
	background: url(/reader/images/btn_submit.png);
	width: 75px;
	height: 28px;
	margin-left: 10px;
	cursor: pointer;
	outline: none;
}
.detailsBlock a.detailsLink:link, .detailsBlock a.detailsLink:visited {
	width:80px;
	position: absolute;
	top: -18px;
	right: 0;
	height: 18px;
	line-height: 18px;
	color: #949494;
	text-decoration: none;
	padding: 0 25px 0 10px;
	display: block;
	text-shadow: 0 1px #fff;
	background-color: #eaeaea;
	text-decoration: none;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background-position: 96px 7px;
	background-repeat: no-repeat;
}
.detailsBlock a.detailsLink:hover, .detailsBlock a.detailsLink:active {
	text-decoration: none;
	color: #949494;
}
.detailsBlock.hide a.detailsLink {
	background-image: url(/reader/images/corner_top.png);
}
.detailsBlock.show a.detailsLink {
	text-align: center;
	background-image: url(/reader/images/corner_bottom.png);
}
.otherSites { }
.otherSites .site {
	padding-left: 30px;
	position: relative;
	margin-bottom: 30px;
}
.otherSites .site.last {
	margin-bottom: 0;
}
.otherSites .site .favicon {
	position: absolute;
	left: 0;
	top: 3px;
}
.otherSites .site h2 {
	border-bottom: 1px dotted #c1c1c1;
	overflow: hidden;
	font-size: 16px;
	padding-right: 20px;
	padding-bottom: 8px;
	line-height: 16px;
	margin-bottom: 6px;
}
.otherSites .site h2 .time {
	float: right;
	color: #797979;
	font-size: 11px;
}
.otherSites .site p {
	font-size: 13px;
}
.otherSites .site p.sharing {
	overflow: hidden;
	margin-bottom: 0;
}
.otherSites .site p.sharing a {
	float: left;
	margin-right: 5px;
}
/* Footer */
#footer {
	position: relative;
	min-height: 29px;
	padding-bottom: 15px;
}
.smallLogo {
	position: absolute;
	left: 0;
	top: 0;
}
.copyright {
	color: #585858;
	border-left: 1px dotted #878787;
	padding-left: 13px;
	position: absolute;
	left: 100px;
	top: 0;
}
.btnGetButton {
	overflow: hidden;
	text-indent: -999px;
	width: 82px;
	height: 29px;
	background: url(/reader/images/btn_get_button.png);
	position: absolute;
	right: 0;
	top: 0;
}

/** modal window **/
#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}

#boxes {
	text-align:center;
}
#boxes .window {
  background:url(/reader/images/bgfrm.png) repeat;
  padding:10px;
  position:absolute;
  left:0;
  top:10%;
  display:none;
  z-index:9001;
}
#boxes .window .window_in {
  text-align:left;
  border:1px solid gray;
  background:#fff;
  padding:20px;
  width:440px;
/*  height:500px;*/
}
.close {cursor:pointer;}


/* AUTH FROM */
#third-party {
    height: 60px;
}
#third-party ul li {
    display: inline;
    float:left;
    list-style: none outside none;
    padding: 0 10px 0 0;
}
#third-party ul li a {
    display: block;
    height: 54px;
    width: 85px;
}
#third-party ul li a img {
    border: 2px solid #CCCCCC;
}
#third-party ul li a:hover img {
    border: 2px solid #999999;
}

#register {
	padding:5px 0 0 0;
	width:390px;
}
#register label {
	font-weight:normal;
}
#register input#rememe {
	width:13px;
	height:13px;
	padding:5px 0;
}
#register input#login {
	border:none;
	margin:10px 0;
}
#register input.txt {
	width:180px;
}

a.adot {
	color:gray;
	cursor: pointer;
	text-decoration: none;
	border-bottom: 1px dotted gray;
	font-weight:normal;
}

a.adot1 {
	cursor: pointer;
	text-decoration: none;
	border-bottom: 1px dotted;
	font-weight:normal;
}

img.ico16 {
	border:0;
	width:16px;
	height:16px;
	vertical-align:top;
}


/* fix for iframe */
html {width:100%; height:100%; margin:0; padding:0;}

p.favicons {padding:10px 0 5px 0; clear:both;}
p.favicons a,
p.favicons a:hover {
	border:none;
	background-color:transparent;
}

p.favicons img {
	border:none;
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4;
}

p.favicons img:hover {
	border:none;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.feed_error {
	margin:30px 0;
	padding: 10px 0 0 60px;
	min-height:100px;
	width:60%;
/*	color:#d55a1a;*/
	font-weight:bold;
}

.feed_error a {
	font-size:14px;
	font-weight:normal;
}
.subscribe_line {
	margin-right:auto; 
	margin-left:auto; 
	background-color:#fae8d6; 
	color:#48423d; 
	text-align:center; 
	font-size:16px; 
	padding:5px; 
	border-bottom:1px solid #f0ddca;
}
.subscribe_line a {
	font-weight: bold;
}
				
