img{
	border: 0;
}
body {
	background: #fff; 
	font: 13px Arial; 
	color: #555555;
	margin: 0;
}
a:link, a:visited {
	font: 13px tahoma;
	text-decoration: none;
	color: #3b5998;	
}
a:hover, a:active {
	text-decoration: underline;
	color: #363636;	
}

div.header{
	background-image:url('../img/logo_bg.gif');
	background-repeat: repeat-x;
	height: 45px;
}
div.logo{
	padding: 0 0 0 5px;
	margin: 0px;
	display: block;
}
p.slogan{
	padding: 2px 0 0px 8px;
	color: #000;
	font: 12px Arial;
	position:absolute;
	top: 5px;
}
div.pagetitle{
	background: #82ca9c;
	color: #363636;
	padding: 3px 0 0 10px;
	margin: 3px 0;
	height: 20px;
}
div.pagetitlefooter{
	height: 12px;
	background-image: url('../img/arrow.gif');
	background-repeat: no-repeat;
	background-position: 20px;
	margin: -3px 0;
}
div.graynav{
	background: #b7b7b7;
	color: #363636;
	padding: 3px 0 0 10px;
	margin: 3px 0;
	height: 20px;
}
div.graynav a:link, div.graynav a:visited {
	font: 13px tahoma;
	text-decoration: none;
	color: #E04B05;	
}
div.graynav a:hover, div.graynav a:active {
	text-decoration: underline;
	color: #363636;	
}
div.categories{
	padding: 0px 0 0 10px;
	margin: 8px 0;
}
div.layer{
	padding: 0px 0 0 10px;
	margin: 8px 0;
}

div.layer ul.forum-categories {
    list-style: none;
    padding: 0;
}

div.layer ul.forum-categories li.forum-category-item {
    padding: 10px;
    border-bottom: 1px solid #ccc;
}

div.layer ul.forum-categories li.forum-category-item a {
    text-decoration: none;
    font-weight: bold;
    color: #007bff;
}

div.layer ul.forum-categories li.forum-category-item a:hover {
    text-decoration: underline;
}

div.site-item {
    padding: 2px;
    margin-bottom: 2px;
    background-color: #fff;
    transition: background-color 0.3s ease;
}

/* Hover effekti */
div.site-item:hover {
    background-color: #f9f9f9;
}

/* Sayt linki */
div.site-item a {
    text-decoration: none;
    color: #E04B05;
}

div.site-item a:hover {
    text-decoration: underline;
}

/* Kiçik izah və tarix üçün */
div.site-item small {
    display: block;
    color: #777;
    margin-top: 3px;
    font-size: 0.9em;
}

.placenum {
	background:#BDBDBD; color:#FFF; padding:0px 3px; margin: 0 1px; font-size: 12px;
}
.placenumgreen {
	background:#82CA9C; color:#FFF; padding:0px 3px; margin: 0 1px; font-size: 12px;
}
.placenumred {
	background:red; color:#FFF; padding:0px 3px; margin: 0 1px; font-size: 12px;
}
div.counter{
	padding: 0 10px 0 0;
	margin: 8px 0;
	text-align: right;
}
div.adplace1{
	margin: 8px 0;
	text-align: center;
}
div.adplace2{
	padding: 0 0 0 10px;
	text-align: left;
}
.pagination {
    text-align: center;
    margin-top: 20px;
}
.pagination a {
    display: inline-block;
    padding: 6px 12px;
    margin: 0 3px;
    border: 1px solid #ccc;
    text-decoration: none;
    color: #333;
    border-radius: 4px;
}
.pagination a.active {
    background: #333;
    color: #fff;
}
.pagination span {
    padding: 6px 10px;
    color: #888;
}

/* --- Qonaq hissəsi stil --- */
.guest-welcome {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 70vh;
    background: linear-gradient(135deg, #0b74de, #6fb1fc);
    color: #fff;
    text-align: center;
    padding: 40px 20px;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.guest-container h2 {
    font-size: 2rem;
    margin-bottom: 10px;
}

.guest-container .guest-subtitle {
    font-size: 1.1rem;
    margin-bottom: 30px;
    opacity: 0.9;
}

.guest-features {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
}

.guest-features li {
    background: rgba(255,255,255,0.1);
    padding: 15px 20px;
    border-radius: 10px;
    min-width: 180px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    transition: background 0.3s;
}

.guest-features li:hover {
    background: rgba(255,255,255,0.25);
}

.guest-features .icon {
    font-size: 1.5rem;
}

.guest-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.btn {
    padding: 12px 25px;
    border-radius: 25px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    transition: all 0.3s;
}

.btn-login {
    background-color: #fff;
    color: #0b74de;
}

.btn-login:hover {
    background-color: #e6e6e6;
}

.btn-register {
    background-color: #ff5e5e;
}

.btn-register:hover {
    background-color: #ff3b3b;
}

.search-results {
    list-style: none;
    padding: 0;
}

.search-results li {
    border-bottom: 1px solid #eee;
    padding: 15px 0;
}

.search-results li a {
    font-size: 1.1rem;
    color: #0b74de;
    text-decoration: none;
}

.search-results li a:hover {
    text-decoration: underline;
}

.search-results small {
    color: #666;
}

.search-results p {
    margin: 5px 0 0;
    color: #333;
}

.squicklogin-container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 60vh;
}

.squicklogin-form {
    width: 100%;
    max-width: 400px;
    background: #fff;
    padding: 25px 20px;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.1);
    text-align: center;
}

.squicklogin-form h3 {
    margin-bottom: 20px;
    color: #0b74de;
}

.squicklogin-form label {
    display: block;
    text-align: left;
    margin: 10px 0 5px;
    font-weight: 500;
    color: #333;
}

.squicklogin-form input[type="text"],
.squicklogin-form input[type="password"] {
    width: 100%;
    padding: 10px 12px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 1rem;
    box-sizing: border-box;
}

.btn-login, .btn-register {
    display: inline-block;
    width: 100%;
    padding: 12px 0;
    border-radius: 25px;
    font-weight: bold;
    border: none;
    cursor: pointer;
    margin-bottom: 10px;
    transition: 0.3s;
}

.btn-login {
    background-color: #0b74de;
    color: #fff;
}

.btn-login:hover {
    background-color: #095bb5;
}

.btn-register {
    background-color: #ff5e5e;
    color: #fff;
    text-decoration: none;
    display: block;
}

.btn-register:hover {
    background-color: #ff3b3b;
}

.forgot-pass {
    display: block;
    margin-top: 10px;
    font-size: 0.9rem;
    color: #666;
    text-decoration: none;
}

.forgot-pass:hover {
    text-decoration: underline;
}

/* --- Mobil üçün --- */
@media (max-width: 480px) {
    .squicklogin-form {
        padding: 20px 15px;
    }

    .btn-login, .btn-register {
        font-size: 0.95rem;
    }
}
