
.coverlist {
    position: relative;
}

.coverlist_header {
    margin: 0 auto 10px;
}

.coverlist_info {
    float: right;
    margin: 0 20px auto 0;
}

.coverimage, .covercount {
    /*float: right;*/
    display: inline-block;
}

.coverimage {
    margin: 0 10px 0 0;
    vertical-align: middle;
    /*top: 0px;
    right: 225px;
    margin-bottom: 85px;*/
}

.covercount {
    /*margin: 30px 0px 0px 10px;
    top: 20px;
    right: 20px;
    font-size: 15pt;*/
}

.cover_table {
    font-family: arial,verdana,san-serif;
    /*margin-bottom: 10px;*/
}

.coverimage img {
    /*width: 50%;*/
}

.page_links {
    margin: 30px 18px auto;
    float: left;
    border: 1px solid #000;
    display: inline-block;
    padding: 5px;
    font-family: arial,verdana,san-serif;
}

#works section .page_links {
    float: none;
}

.pl_bottom {
    margin: 5px 18px 10px!important;
}
.cover_table .cover_table_title {
    background: #e0e0e0 none repeat scroll 0 0;
    border: 1px solid #555;
    font-weight: bold;
    margin: 10px auto 0;
    padding: 3px 5px;
    width: 95%;
    line-height: 2;
}

.head-button {
    background: rgba(0, 0, 0, 0) linear-gradient(#fff, #ccc) repeat scroll 0 0;
    border: 2px ridge #ccc;
    border-radius: 2px;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font: 400 16px/1  "Open Sans",sans-serif;
    padding: 5px 25px;
    text-align: center;
    text-shadow: 1px 1px 0 #f3f3f3;
    float: left;
}

.head-button:hover {
	background:    linear-gradient(#fff, #aaa);
	/*border:        2px groove #999;*/
} 

.head-button:active {
	background:    -moz-linear-gradient(#ccc, #fff);
	background:    -o-linear-gradient(#ccc, #fff);
	background:    -webkit-linear-gradient(#ccc, #fff);
	background:    linear-gradient(#ccc, #fff);
	border:        2px groove #999;
} 


.hbi {
    width: 26%;
}

.hbt {
    width: 34%;
}

.hbm, .hbc {
    width: 20%;
}

.hbd {
    width: 20%;
}

.cover_table .cover_table_border {
    /*border: 1px solid #000;*/
	border-top: 0px;
	font-family: arial,verdana,san-serif; /* régen #ddd*/
	font-size: 12pt;
    margin: 0 auto 10px;
    padding: 5px;
    width: 96%;
    /*background: #ccc;*/
}

.cover_table .cover_table_datas {
    background: #eee none repeat scroll 0 0;
    /*background: #fff none repeat scroll 0 0;*/
    border: 1px solid #91b8bf;
    position: relative;
    margin: 10px auto 5px;
}

.cover_table .cover_coverimg {
    margin: 4px 4px 0;
    width: 25%;
    float: left;
}

.imgi {
    width: 25%;
}

.cover_table .cover_coverimg img {
    width: 100%;
}

.cover_table .cover_title {
    width: 34%;
    float: left;
    /*position: absolute;
    top: 50%;
    left: 45%;*/
}

.imgt {
    width: 34%;
}

.cover_table .cover_title p {
    font-size: 18pt;
    font-weight: normal;
}

.cover_table .cover_title p, .cover_table .cover_date, .cover_table .cover_covermaker {
    text-align: center;
    margin-top: 65px;
    font-size: 16pt;
}

.cover_table .cover_covermaker, .cover_table .cover_covertype {
    float: left;
    width: 20%;
}

.cover_table .cover_covertype img {
    margin: 45px auto 0;
    display: block;
}

.imgm {
    width: 20%;
}

.cover_table .cover_date {
    float: left;
    width: 20%;
    font-size: 14pt;
}

.imgd {
    width: 20%;
}

/*------ show cover -----*/
.login_alert {
    background: red none repeat scroll 0 0;
    border: 1px solid darkred;
    border-radius: 3px;
    color: #fff;
    font-family: arial;
    font-size: 15pt;
    font-weight: bold;
    margin: 5px auto;
    padding: 5px;
    text-align: center;
    width: 98%;
}

#show_cover .show {
    /*border: 1px solid #999;
    border-radius: 3px;*/
}

#show_cover .show .showinner {
    padding: 5px;
}

#show_cover .show_header {
    background-color: rgba(224, 224, 224, 0.7);
    border: 1px outset #777;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

#show_cover .show_header p {
    font-family: "Concert One",cursive;
    font-size: 24pt;
    font-weight: bold;
    margin: 10px;
}

#show_cover .show_upload_date {
    background-color: rgba(50, 50, 50, 0.7);
    border: 1px solid #000;
}

#show_cover .show_upload_date p {
    color: #fff;
    font-size: 14pt;
    margin: 5px 10px;
}

#show_cover .show_author {
    border: 1px solid #000;
    margin-top: 5px;
    background: #fff;
}

#show_cover .show_author .cover_maker_img {
    float: left;
    margin: 5px 5px 1px;
    width: 40px;
}

#show_cover .show_author .cover_maker_img img {
    border: 1px solid #2a6496;
    padding: 2px;
    width: 100%;
}

#show_cover .cover_maker_name {
    float: left;
    font-size: 18pt;
    font-weight: bold;
    margin: 0 0 0 10px;
}

.show_cover_type {
    float: right;
    margin-right: 7px;
    margin-top: 3px;
    width: 50px;/**/
}

.show_cover_type img {
    width: 100%;
    display: block;
}
/* --------------------- */
.prew-button, .next-button {
    float: left;
    padding: 5px;
    border: 1px solid #9a9a9a;
	border-radius: 4px;
	background: #fafafa;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, .4);
	margin-top: 290px;
	cursor: pointer;
}
	.prew-button {
		margin-left: 10px;
	}
	.next-button {
		margin-right: 10px;
	}/* --------------- */

#show_cover .show_uploaded_cover {
    border: 1px solid #777;/**/
    border-radius: 3px;
    box-shadow: 6px 6px 4px #999;
    display: block;
    margin: 10px auto 20px;
    padding: 5px;/**/
    width: 84%;
}

.note {
	padding: 5px;
	margin:10px;
	min-height:70px;
	width:95%;
	border: 4px groove #76ECFE;/*1C6EA4*/
	border-radius: 5px 5px 5px 5px;
	box-shadow: 4px 4px 5px rgba(100, 100, 100, .5), inset 2px 2px 5px 0px rgba(150, 150, 150, .5), 8px 6px 11px 0px rgba(0,0,0,0);
}

.note .note_text {
	color: #000;
}

#show_cover .prevnextbtn {
	width: 100%;
	font-size: 15pt;
	font-family: 'Arial';
}

#show_cover .prev_cover {
	float: left;
	margin-left: 75px;
}

#show_cover .next_cover {
	float: right;
	margin-right: 75px;
}

#show_cover .prev_cover span, #show_cover .next_cover span {
	font-weight: bold;
}

#show_cover .show_uploaded_cover .coverpic {
    width: 100%;
}

/*Rating*/
#show_cover #rating {
	margin: 20px auto;
	border: 1px solid #777;
	width: 85%;
	box-shadow: 6px 6px 4px #999;
	padding: 2px;
    background: #fff;
}

#show_cover #rating .rating_title {
    color: #145665;
    font-size: 17pt;
    font-weight: bold;
    margin: 2px auto 5px;
    text-align: center;
}

#show_cover #rating .small-star {
	width:50px; height:10px;
}

#show_cover #rating .star-rating, .star-rating a:hover, .star-rating a:active, .star-rating a:focus, .star-rating .current-rating {
	background: url("../img/star.gif") repeat-x left 0px
}

#show_cover #rating .star-rating {
	position:relative;
    width:125px;
    height:25px;
    overflow:hidden;
    list-style:none;
    padding:0;
    background-position: left top;
    /*float:left;*/
	margin:0 auto 5px;
}

#show_cover #rating .star-rating li {
	display: inline;
}

#show_cover #rating .star-rating a, #show_cover #rating .star-rating .current-rating {
	position:absolute;
    top:0;
    left:0;
    text-indent: -1000em;
    height:25px;
    line-height:25px;
    outline:none;
    overflow:hidden;
    border: none;
}

#show_cover #rating .star-rating a:hover, #show_cover #rating .star-rating a:active, #show_cover #rating .star-rating a:focus {
	background-position: left bottom;
}

#show_cover #rating .star-rating a.one-star {
	width:20%;
    z-index:6;
    cursor:pointer;
}

#show_cover #rating .star-rating a.two-stars {
	width:40%;
	z-index:5;
	cursor:pointer;
}

#show_cover #rating .star-rating a.three-stars {
	width:60%;
	z-index:4;
	cursor:pointer;
}

#show_cover #rating .star-rating a.four-stars {
	width:80%;
	z-index:3;
	cursor:pointer;
}

#show_cover #rating .star-rating a.five-stars {
	width:100%;
	z-index:2;
	cursor:pointer;
}

#show_cover #rating .star-rating .current-rating {
	z-index:1;
	background-position: left center;
}

.download_images {
    margin: 20px auto;
    width: 85%;
}


#show_cover #more_things {
    margin: 20px auto 10px;
    width: 95%;
}

#more_things .send_message ul {
    margin: 5px;
}

#more_things .send_message textarea {
    display: inline-block;
    margin-bottom: 7px;
    width: 99%;
}

#more_things .show_post {
    /*margin: 5px 0;
    border: 1px solid #999;
    border-radius: 2px;
    padding: 5px;
    background: #ddd;
    overflow-y: scroll;
    max-height: 200px;*/
    margin: 10px 0 0;
    border: 2px solid #999;
    min-height: 100px;
    max-height: 400px;
    overflow-y: scroll;
    padding: 5px;
    background: #efeeec;
    font-size: 14pt;
}
    #more_things .show_post .show_topic {
        border: 1px solid #aaa;
        border-radius: 4px;
        color: #000000;
        margin: 10px;
        padding: 5px;
    }
        #more_things .show_post .show_topic .auth {
            float: left;
            color: #777;
        }
        #more_things .show_post .show_topic .date {
            float: right;
            color: #777;
        }
        
        #more_things .show_post .show_topic hr {
                background: #aaa;
                height: 1px;
                margin: 2px 0 20px;
        }

#edit_cover .edit_img img {
    margin: 5px 0 10px;
    border: 1px solid #777;/**/
    border-radius: 3px;
    box-shadow: 6px 6px 4px #999;
    display: block;
    padding: 3px;/**/
}

/* Adminisztráció */
#show_cover .administration_region {
	background: #fffbea none repeat scroll 0 0;
    display: block;
    margin: 5px auto;
    padding-top: 10px;
    border: 4px ridge #ddd;
    border-radius: 5px;
    width: 95%;
}

#show_cover .administration_region .button_container {
	display: inline-block;
	margin: 10px;
	/*float: left;*/
}

#show_cover .administration_region .button_container .delete {
	background: -moz-linear-gradient(90deg, rgb(255, 62, 33) 40%, rgb(255, 201, 217) 60%);
	background: -webkit-linear-gradient(90deg, rgb(255, 62, 33) 40%, rgb(255, 201, 217) 60%);
	background: -o-linear-gradient(90deg, rgb(255, 62, 33) 40%, rgb(255, 201, 217) 60%);
	background: -ms-linear-gradient(90deg, rgb(255, 62, 33) 40%, rgb(255, 201, 217) 60%);
	background: linear-gradient(0deg, rgb(255, 62, 33) 40%, rgb(255, 201, 217) 60%);
}

#show_cover .administration_region .button_container .delete:hover {
	background: -moz-linear-gradient(90deg, rgb(183,45,23) 40%, rgb(244,171,149) 60%);
	background: -webkit-linear-gradient(90deg, rgb(183,45,23) 40%, rgb(244,171,149) 60%);
	background: -o-linear-gradient(90deg, rgb(183,45,23) 40%, rgb(244,171,149) 60%);
	background: -ms-linear-gradient(90deg, rgb(183,45,23) 40%, rgb(244,171,149) 60%);
	background: linear-gradient(0deg, rgb(183,45,23) 40%, rgb(244,171,149) 60%);
	color: #fff;
}

#findcover .nfblock {
    background: red;
    padding: 2px;
}

#findcover .nofind {
    border: 2px solid #fff;
    font-size: 16pt;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}

#findcover .sarch-box {
    background: #eee none repeat scroll 0 0;
    border: 1px solid lightblue;
    border-radius: 3px;
    margin: 10px;
    padding: 5px;
}

#findcover .search-img {
    float: left;
    /*background: red;*/
    width: 25%;
    margin-right: 5px;
}

#findcover .search-img img {
    width: 100%;
    /*border: 1px solid red;*/
    box-shadow: 5px 5px 10px #aaa;
}

#findcover .search-coverdata {
    float: left;
    background: lightblue;
    border: 1px solid #aaa;
    border-radius: 2px;
    margin: 5px;
    padding: 5px;
    width: 72%;
}

#findcover .search-coverdata span {
    display: block;
    float: left;
    font-size: 14pt;
    font-weight: bold;
    margin: 0 15px;
    text-align: center;
    width: 24%;
}

#works .userinfo {
    border: 1px solid #7299bc;
    background: url("../img/user_bck.jpg") top right;
    /*background: #ccdbdb;
    padding: 5px;*/
    margin: 10px 18px 0;
}

#works .userinfo .userpic, #works .userinfo .adatok {
    float: left;
}

#works .userinfo .userpic {
    margin: 5px 10px 1px 5px;
    width: 7%;
}

#works .userinfo .userpic img {
    width: 100%;
    border: 1px solid #2a6496;
    padding: 2px;
}

#works .userinfo .adatok {
    margin: 5px;
    width: 50%;
}

#works .userinfo .statisztika {
    margin: 5px 10px 5px;
    float: right;
}

/**** Promo sór a főoldalon ***/
#div_promo_covers {
	display: none;
}

.div_promo {
    /*margin: 10px auto;*/
    width: 100%;
    display: inline-block;
    background: #fffae0;
}

.div_promo .img_container {
 	margin: 0 0.4%;
 	text-align: center;
 	margin: 5px auto;
}

.div_promo .img_container img {
    height: 220px;
    display: inline-block;
    border: 1px solid #000;
	box-shadow: 5px 3px 10px 0 #777;
}

/*táblás megoldás az akármi miatt*/
#table_promo {
	display: block;
}

#promo_table {
	border-collapse: separate;
	border: 1px solid #ccc;
	border-spacing: 3px;
	text-align: center;
	font-size: 12pt;
	width: 100%;
	font-family: arial,verdana,san-serif;
	font-weight: normal;
	/*background: #dbdee0;*/
	background: #fffae0;
	/*background: #C7CDC3;*/
	margin: 5px 0;
}

#promo_table .promo_caption {
	background-color: #e0e0e0;
    border: 1px solid #555;
    display: table-caption;
    font-size: 13pt;
    font-weight: bold;
    height: 30px;
}

#promo_table .promo_caption p {
	/*padding-top: 5px;*/
}

#promo_table .promo_sor {
	width: 25%;
	padding: 0px;
}

#promo_table .promo_img {
	display: block;
	/*width: 100%;*/
	height: 170px;
	border: 1px solid #000;
    box-shadow: 5px 3px 10px 0 #777;
    margin: 0 auto;
}

#promo_table .promo_title {
	display: block;
	font-size: 15pt;
	font-weight: bold;
	padding-top: 2px;
}

#promo_table .promo_foot {
	background-color: #999;
    display: table-footer-group;
}

#promo_table .promo_foot td {
	border: 1px solid #555;
    color: #ddd;
    font-size: 12pt;
    font-weight: bold;
    padding: 7px 0 7px 15px;
    text-align: left;
}




@media only screen and (max-width: 1200px) {
	#table_promo {display: none;}
	#div_promo_covers {display: block;}
	#show_cover #rating .rating_title{font-size: 16pt;}
	#more_things .show_post{font-size: 13pt;}
	#findcover .search-img {margin: 0 10px 0 0}
	#findcover .search-coverdata {margin: 0px 0px 0 0; padding: 0px; width: 72%;}
	#findcover .search-coverdata span {margin: 3px 0; width: 50%;}
}

@media only screen and (max-width: 1130px) {
	#table_promo {display: none;}
	#div_promo_covers {display: block;}
	#show_cover #rating .rating_title{font-size: 16pt;}
	#more_things .show_post{font-size: 13pt;}
	#findcover .search-img {margin: 0 10px 0 0}
	#findcover .search-coverdata {margin: 0px 0px 0 0; padding: 0px; width: 72%;}
	#findcover .search-coverdata span {margin: 3px 0; width: 50%;}
	/*.cover_table .cover_title p, .cover_table .cover_date, .cover_table .cover_covermaker {margin-top: 60px; font-size: 13pt;}
	.hbt {width: 40%;}
	.hbm, .hbc {width: 34%;}
	.hbd {display: none;}
	.cover_table .cover_date {display: none;}*/
}

@media only screen and (max-width: 930px) {
	#table_promo {display: none;}
	#div_promo_covers {display: block;}
	#show_cover #rating .rating_title{font-size: 16pt;}
	#more_things .show_post{font-size: 13pt;}
	#findcover .search-img {margin: 0 10px 0 0}
	#findcover .search-coverdata {margin: 0px 0px 0 0; padding: 0px; width: 72%;}
	#findcover .search-coverdata span {margin: 3px 0; width: 50%;}
	.cover_table .cover_title {width: 40%;}
	.cover_table .cover_covermaker {width: 33%;}
	.cover_table .cover_title p, .cover_table .cover_date, .cover_table .cover_covermaker {margin-top: 60px; font-size: 16pt;}
	.hbt {width: 40%;}
	.hbm, .hbc {width: 34%;}
	.hbd {display: none;}
	.cover_table .cover_date {display: none;}
}

@media only screen and (max-width: 700px) {
	#table_promo {display: none;}
	#div_promo_covers {display: block;}
	#show_cover #rating .rating_title{font-size: 16pt;}
	#more_things .show_post{font-size: 13pt;}
	#findcover .search-img {margin: 0 10px 0 0}
	#findcover .search-coverdata {margin: 0px 0px 0 0; padding: 0px; width: 72%;}
	#findcover .search-coverdata span {margin: 3px 0; width: 50%;}
	.cover_table .cover_coverimg {margin: 4px 4px 0; width: 80%; float: none; margin: 5px auto;}
	.cover_table .cover_title {float: none; width: 80%; margin: 0 auto;}
	.cover_table .cover_table_datas{padding: 5px 0 5px;}
	.cover_table .cover_title p, .cover_table .cover_date, .cover_table .cover_covermaker {margin-top: 5px; font-size: 14pt;}
	.cover_table .cover_covermaker, .cover_table .cover_date{display: none;}
}

@media only screen and (max-width: 550px) {
	.div_promo .img_container {margin: 0 0.4%; text-align: center;}
	.div_promo .img_container img {width: 80%; display: block; margin: 10px auto; height: inherit;}
	#show_cover #rating .rating_title{font-size: 14pt;}
	#more_things .show_post{font-size: 12pt;}
    .coverlist_info {float: none;}
	.cover_table .cover_coverimg {margin: 4px 4px 0; width: 80%; float: none; margin: 5px auto;}
	.cover_table .cover_title {float: none; width: 80%; margin: 0 auto;}
	.cover_table .cover_table_datas{padding: 5px 0 5px;}
	.cover_table .cover_title p, .cover_table .cover_date, .cover_table .cover_covermaker {margin-top: 5px; font-size: 14pt;}
	.cover_table .cover_covermaker, .cover_table .cover_date{display: none;}
    #findcover .search-coverdata {margin: 0px 0px 0 0; padding: 0px; width: 71%;}
    #findcover .search-coverdata span {float: none; margin: 3px 0; width: 100%;}
}

@media only screen and (max-width: 500px) {
	.cover_table .cover_table_datas {padding: 5px;}
    .cover_table .cover_table_border {padding: 0; width: 99%;}
    .page_links {margin: 10px 0px 0px 3px;}
    .pl_bottom {margin: 5px 0 10px 3px!important;}
    .cover_table .cover_coverimg {float: none; width: 100%; margin: 0;}
    .cover_table .cover_table_title {text-align: center; line-height: 2;}
    .cover_table .cover_title {width: 100%; float: none;}
    .cover_table .cover_title p, .cover_table .cover_date, .cover_table .cover_covermaker {margin-top: 10px; font-size: 14pt;}
    .cover_table .cover_covermaker, .cover_table .cover_date {display: none;}
    #show_cover .show_uploaded_cover {width: 93%;}
    #show_cover .prevnextbtn {width: 100%; font-size: 13pt;}
    #show_cover .prev_cover {margin-left: 20px;}
    #show_cover .next_cover {margin-right: 20px;}
    
    #findcover .search-coverdata {float: none; margin: 0px; padding: 0px; width: 99%;}
    #findcover .search-coverdata span {float: none; margin: 3px 0; width: 100%;}
}

