@import url("poll.css");
@import url("list.css");
@import url("tags.css");
@import url("news.css");
@import url("objectmenu.css");

body
{
	font: normal 10pt Arial,Helvetica,sans-serif;
	background-color: white;
	color: #444;
	text-align: left;
	margin: 0;
	padding: 0;
	scroll: no;
}

a, a:visited
{
	color: #306495;
	background: inherit;
	text-decoration: none;
}

a:hover
{
	color: #73471B;
	background: inherit;
	text-decoration: underline;
}

img
{
	border: 0;
	padding: 0;
}

h2
{
	margin: 20px 0 0px 25px;
	font-size: 1.4em;
}

hr
{
	display: block; 
	height: 1px;
    border: 0; 
    border-top: 1px solid #e5e5e5;
}

.page
{
}

/* ---------------------------------------------- */

.page .headermenu
{
	position: fixed;
	right: 10px;
	top: 0px;
	color: #ccc;
	z-index: 10;
	font-size: 1.0em;
}

.page .headermenu img
{
	border-radius: 5px;
	padding: 2px 0 0 0; 
	height: 26px;
}

.page .headermenu a
{
	color: #ccc;
	text-decoration: none;
}

/* ---------------------------------------------- */

/* --- Düzenlenmiş üst menü alanı --- */

.page .tabmenu-out
{
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	height: 80px; /* Navbar yüksekliği */
	background-color: #002366; /* Koyu mavi */
	color: #eee;
	z-index: 9999 !important; /* Çok yüksek z-index */
	overflow: visible; /* Dropdown menü dışarı taşsın */
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .25);
	box-shadow: 0 2px 3px rgba(0, 0, 0, .25);
}

.page .tabmenu-inner
{
	font-size: 1.1em;
	font-weight: bold;
	padding: 10px 20px;
	display: flex;
	align-items: center;
	height: 100%; /* Tam yükseklik */
	gap: 15px;
	position: relative; /* Dropdown için referans */
}

/* Menü linkleri */
.page .tabmenu-inner a img
{
	max-height: 70px; /* Logo yüksekliği */
	margin-right: 10px;
	vertical-align: middle;
	display: inline-block;
}

.page .tabmenu-inner a
{
	text-decoration: none;
	padding: 20px;
	color: #eee;
	transition: color 0.3s ease;
	position: relative; /* Dropdown içerik için */
}

.page .tabmenu-inner a:hover,
.page .tabmenu-inner .selected
{
	color: #ffcc00;
	border: none;
	background: transparent;
}

/* ----------- Alt menü (dropdown) stili -------------- */

.page .tabmenu-inner ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.page .tabmenu-inner li {
	position: relative;
}

.page .tabmenu-inner li ul {
	display: none;
	position: absolute;
	top: 100%; /* Ana menünün biraz daha altına kaydırdık */
	left: 0;
	background-color: #004080; /* Açık koyu mavi */
	min-width: 180px;
	padding: 5px 0;
	border-radius: 3px;
	box-shadow: 0 2px 6px rgba(0,0,0,0.3);
	z-index: 10000 !important;
}

.page .tabmenu-inner li:hover > ul {
	display: block;
}

.page .tabmenu-inner li ul li {
	display: block;
	padding: 8px 20px;
	white-space: nowrap;
}

.page .tabmenu-inner li ul li a {
	color: #eee;
}

.page .tabmenu-inner li ul li a:hover {
	color: #ffcc00;
	background-color: rgba(255, 255, 255, 0.1);
}

/* ---------------------------------------------- */

/* İçeriğin navbar altında başlaması için padding-top ekleniyor */
.page .content-out
{
	padding-top: 85px; /* Navbar yüksekliği kadar boşluk */
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
}

.page .main
{
	padding: 10px 10px;
	border: 0;
	margin: 0;
	font-size: 1.2em;
}

.page .content-inner
{
	padding: 10px;
}

/* ---------------------------------------------- */

.page .footer
{
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	background-color: #ccc;
	color: #333;
}

.page .footer p
{
	padding: 0px;
	margin: 0px;
}

/* ---------------------------------------------- */

.main-left-box
{
	border: 1px solid #e8e8e8;
	border-radius: 5px;
}

.main-left-title
{
	padding: 8px;
	background-color: #e5e5e5;
	font-weight: bold;
}

.main-left-inner
{
	padding: 5px;
}

.main-left-inner ul
{
	padding: 0px;
	margin: 5px 0 0 0;
}

.main-left-inner li
{
	padding: 5px;
	list-style: none;
	font-size: 1.0em;
}

.main-text-input
{
	width: 98%;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 5px;
}

.main-submit-button
{
	width: 80px;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 5px;
}

/* ---------------------------------------------- */

.red
{
	color: red;
}

.green
{
	color: green;
}

.blue
{
	color: blue;
}

.social-icons {
	text-align: center;
}  
.social-icons li {
	display:inline-block;
	list-style-type:none;
	-webkit-user-select:none;
	-moz-user-select:none;
}
.social-icons li a {
	border-bottom: none;
}
.social-icons li img {
	width:70px;
	height:70px;
	margin-right: 20px;
}
.watermark-logo {
    background: url('/yaamp/ui/logo.png') no-repeat center center;
    background-size: contain;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 400px;
    height: 400px;
    opacity: 0.1;
    z-index: 0;
    pointer-events: none;
    transform: translate(-50%, -50%);
}


.info-box {
    background-color: #111827;
    border: 1px solid #00aaff;
    padding: 20px;
    border-radius: 10px;
    margin: 20px auto;
    max-width: 800px;
    color: #eee;
    font-size: 16px;
    line-height: 1.6;
    box-shadow: 0 0 8px rgba(0,0,0,0.6);
}
.info-box h2 {
    color: #00ccff;
    margin-bottom: 10px;
}
