@import "mobile_rp.css";

/*@media only screen and (min-width: 480px) and (max-width: 767px) {*/
body:before {content: ''}

#mainColumn {
    width: 100%;
}
#story {
    line-height: 1;
	padding: 0 0.5em;
}

h1.articleTitle {
    color: #333;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 20px;
	text-shadow: 1px 1px #FFF;
}
.articleLeftBox {
    float: left;
    margin: 0 5px 0 0;
    width: 150px;
}
.authordate {
    font-size: 14px;
    color: #999999;
    margin: 0 0 14px 0;
}
.author, .source {
    color: #999999;
    font-size: 0.9em;
    margin: 2px 0;
}
.fot {
    margin: 0 0 10px;
}
.editorPicksTitle {
    margin: 10px 0;
    font-size: 14px;
}
.storyContent ul.otherFiles  {
    font-size: 14px;
    margin: 0;
}
.storyContent ul.otherFiles li, .editorPicksMobile ul li {
    font-weight: normal;
}
.otherFiles .ui-li .ui-btn-text a.ui-link-inherit {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
.editorPicksMobile {
    margin: 15px 0;
}
.editorPicksMobileTitle {
    background: none repeat scroll 0 0 transparent;
    color: #000000;
    font-size: 18px;
    font-weight: bold;
    height: auto;
    line-height: 1;
    margin: 25px 0;
    padding: 0;
    text-transform: uppercase;
}
.storyContent p {
    font-size: 1em;
    color: #333333;
    line-height: 1.2em;
    margin:0 0 25px 0;
}
.storyContent blockquote p:last-child{
    margin: 0;
}
.storyContent p:last-child {
    margin: 0;
} 
.storyContent p.lead {
    font-weight: bold;
}
.storyContent p.srodtytul {
    font-weight: bold;
}
.storyContent blockquote {
    background: none repeat scroll 0 0 #f7f7f7;
    border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
    font-style: normal;
    margin: 40px 0;
    padding: 14px;
    overflow: hidden;
}

#story q,#story cite {
    background: url("http://static.presspublica.pl/web/rp/img/mobile_rp/images/quote.png") no-repeat scroll left top #FFFFFF;
    font-style: normal;
    margin: 30px 0;
    padding: 0 30px;
    quotes: none;
    display: block;
	font-style: italic;
	color: #666;
}
.storyContent ul {
    list-style-type: square;
}
.storyContent ol {
    list-style-type: decimal;
}
.storyContent ul, .storyContent ol {
    font-size: 18px;
    margin: 25px 0 25px 30px;
}
.storyContent ul li, .storyContent ol li {
    margin: 0 0 25px 0;
}
.storyContent ul li:last-child, .storyContent ol li:last-child {
    margin: 0;
}
h3#tags {
    border-bottom: 1px solid #CCCCCC;
    color: #333333;
    font-size: 18px;
    margin: 15px 0 0;
    padding: 15px 0;
	border-top: 1px solid #CCC;
}

h3#tags a{
    color: #666666;
    margin: 0 0 0 10px;
}
#recommendations {
    padding: 25px 0 0 0;
    float: left;
}
#recommendationIcon {
    background: url("http://static.presspublica.pl/web/rp/img/mobile_rp/sprite.png") no-repeat scroll 0 -997px transparent;
    width: 36px;
    height: 36px;		
    float: left;
    margin: 0 10px 0 0;
}
#addRecommendationButton a{
    font-size: 18px;
    color: #465c00;
}
.totalRecommendationsLabel {
    font-size: 14px;
    color: #666666;
    margin: 5px 0 0 0;
}
#totalRecommendationsNumber {
    font-size: 18px;
    color: #465c00;	
}
.mobileSocialIcons{
    float: left;
    padding: 25px 0 0;
    width: 180px;
}
.mobileSocialIcons a{
    display: inline-block;
    margin: 0 0 0 20px;
}

#articleComments h3.elementHeader{
    background: none repeat scroll 0 0 transparent;
    color: #999;
    font-size: 18px;
    font-weight: bold;
    height: auto;
    line-height: 1;
    margin: 25px 0;
    padding: 0;
    text-transform: uppercase;
	text-align: center;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 15px;
}
.addCommentRecommendation {
    display: none;
}
.commentsList li {
    padding: 0 0 25px 0;
    border-bottom: 1px solid #cccccc;
    margin: 10px 0 0 0;
}
.commentsList li:last-child {
    padding: 0 0 25px 0;
    border-bottom: none;
}
.commentsList li:first-child {
    margin: 0;
}
.commentInfo {
    font-size: 16px;
    color: #333333;
    margin: 0 0 20px 0;
}
.commentInfo strong{
    font-weight: bold;
}
.commentInfo span{
    display: block;
    float: right;
    color: #666666;
}
.commentText {
    font-size: 16px;
}
.articleCommentAddBox {
    background-color: #F7F7F7;
    border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
    padding: 5px 0.5em 10px;
}
.articleCommentInfo h3 {
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    margin: 0 0 10px 0;
}
#userInfoCnt {
    color: #666666;
    margin: 10px 0;
}

#userInfoCnt span{
    font-size: 0.9em;
    color: #666666;
}

.articleCommentForm label.ui-input-text {
    font-size: 14px;
    color: #666666;
    margin-top: 10px;
}
#commentText, #commentEmail, #commentSign {
    background-color: #ffffff;
}
.charsCounter {
    text-align: right;
    font-size: 14px;
    color: #666666;
    margin: 5px 0 0;
}
.agreementInfo {
    font-size: 16px;
}
.agreementInfo a.ui-link{
    font-weight: bold;
}
.articleCommentForm .formRow .ui-btn-text {
    font-size: 16px;
    font-weight: normal;
}
.articleCommentForm .formRow .ui-btn {
    margin-left: 0;
}
.dialogBtns {
    text-align: center;
    margin: 20px 0 0;
    font-weight: normal;
}
.dialogContent {
    font-size: 16px;
}
/**
 * 	article comments pagination
*/
#articleCommentsPagination{
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    margin: 20px 0;
    position: relative;
    text-align: center;
}
.articlePaged_Prev {
    position: absolute;
    left: 0;
    top: 0;
    height: 25px;
    line-height: 25px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    padding: 5px;
    width: 85px;
    -webkit-tap-highlight-color:rgba(255,0,0,0.6);
}
.articlePaged_ActivePage {
    display: block;
    height: 25px;
    line-height: 25px;
    padding: 7px;
}
.pagingPage, .articlePaged_Page {
    display: none;
}
.articlePaged_Next {
    position: absolute;
    right: 0;
    top: 0;
    height: 25px;
    line-height: 25px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    padding: 5px;
    width: 85px;
    -webkit-tap-highlight-color:rgba(255,0,0,0.6);
}
.pagingPage_Next a,
.pagingPage_Prev a{
    color: #004488;
    -webkit-tap-highlight-color:rgba(255,0,0,0.6);
}

.articlePaged_Prev.articlePaged_Prev_inactive,
.articlePaged_Next.articlePaged_Next_inactive {
    color: #999999;
}

/**
 * 	audio control
*/

#audioControl {
    margin: 0 0 20px 0;
    overflow: hidden;
}
.playArt {
    background: url("http://static.presspublica.pl/web/rp/img/mobile_rp/article/listen.png") no-repeat scroll 0 0 transparent;
    height: 46px;
    width: 214px;
}
.pauseArt {
    background: url("http://static.presspublica.pl/web/rp/img/mobile_rp/article/listen.png") no-repeat scroll 0 -72px transparent;
    height: 46px;
    width: 214px;
}

/**
 * 	boxy platnosciowe
*/

.mobile_noAccessLoginBox {
    margin: 20px 0;
    font-size: 22px;
    background-color: #f7f7f7;
}
.mobile_noAccessLoginBox strong{
    font-weight: bold;
}
.mobile_noAccessLoginBox p{
    margin: 30px 0 10px;
}

.mobile_noAccessLoginBox_header {
    background-color: #900200;
    color: #FFFFFF;
    padding: 3px 5px;
    text-shadow: none;
    font-weight: bold;
    margin-bottom: 25px;
}

.mobile_noAccessLoginBox_content {
    padding: 0 5px;
    border: 1px solid #CCCCCC;
    border-top: none;
    overflow: hidden;
    font-size: 20px;
}
.mobile_noAccessLoginBox_orderBtn {
    color: #bb0907;
    margin-top: 20px;
}

.mobile_noAccessLoginBox_content .ui-btn-text{
    font-size: 22px;
}

.noAccessLoginBtn, .ui-btn{
    box-shadow: none; 
    background: #e6e6e6;
    color: #686868;
}	

.mobile_noAccessLoginBox_content  .mgray{
    color: #9b9b9b;
}

.mobile_noAccessLoginBox_content .link_farm{
    margin-bottom: 20px;
}

.mobile_noAccessLoginBox_content .link_farm li{
    background: url("http://static.presspublica.pl/web/rp/img/mobile_rp/dots.jpg") no-repeat scroll left center transparent;
    padding-left: 20px;
}

#story h2.elementHeader{
	display: none;
}

.social-container{
	display: inline;
	float: right;
	margin-top: 25px;
}

.social-container .fb span{
	background: url("http://static.presspublica.pl/web/rp/img/mobile_rp/images/s_facebook.png") no-repeat 0 0;
	display: inline-block;
	width: 36px;
	height: 36px;
}

.social-container .gplus span{
	background: url("http://static.presspublica.pl/web/rp/img/mobile_rp/images/s_google.png") no-repeat 0 0;
	display: inline-block;
	width: 36px;
	height: 36px;
}

.social-container .tweet span{
	background: url("http://static.presspublica.pl/web/rp/img/mobile_rp/images/s_twitter.png") no-repeat 0 0;
	display: inline-block;
	width: 36px;
	height: 36px;
}

.addthis_toolbox.addthis_default_style > li {
    float: left;
    margin-left: 20px;
}

#articleCommentsList{
	padding: 0.5em 0.5em;
}

/*}*/