﻿/*
 *
 *		File			:	main.css
 *		Author			:	Ozgur Akbaba, DGMND
 *		Date			:	08.03.2010
 *		Description		:	MasterPage CSS Stylesheet
 *
 */
 
html, body {
	margin:0;
	padding:0px;
	padding-bottom:5px;
	font-family:Arial;
	font-size:9pt;
	background-image:url(images/background.jpg);
	background-repeat:no-repeat;
	background-color:#111111;
}

#background {
	position:fixed;
	top:0;
	left:0;
	/*
	width:100%;
	height:100%;
*/
}

#content {
	position:relative;
	z-index:1;
}

.text {
	font-family:Arial;
	font-size:9pt;
	font-weight:bold;
	color:#FFF;
}

.text-light {
	font-family:Arial;
	font-size:8pt;
	color:#FFF;
}

.konser-bilgi {
	font-family:Arial;
	font-size:8pt;
	font-weight:normal;
	color:#FFF;
}

.header-turuncu {
	font-family:Arial;
	font-size:11pt;
	font-weight:bold;
	color:#c97536;
}

.header-beyaz {
	font-family:Arial;
	font-size:11pt;
	font-weight:bold;
	color:#FFF;
}

.diskografi-turuncu {
	font-family:Arial;
	font-size:8pt;
	font-weight:bold;
	color:#c97536;
}

.diskografi-beyaz {
	font-family:Arial;
	font-size:8pt;
	font-weight:normal;
	color:#FFF;
}

.haber-turuncu {
	font-family:Arial;
	font-size:11pt;
	font-weight:bold;
	color:#c97536;
}

.haber-beyaz {
	font-family:Arial;
	font-size:9pt;
	font-weight:bold;
	color:#FFF;
}

.sonhaber-turuncu {
	font-family:Arial;
	font-size:12pt;
	font-weight:bold;
	color:#c97536;
}

.sonhaber-beyaz {
	font-family:Arial;
	font-size:12pt;
	font-weight:bold;
	color:#FFF;
}

.link-turuncu {
	font-family:Arial;
	font-size:9pt;
	font-weight:bold;
	color:#c97536;
	text-decoration:none;
}

.tbxred {
	background-color:#951d04;
	border-style:solid;
	border-width:1px;
	border-color:#000000;
	font-family:Arial;
	font-size:9pt;
	font-weight:bold;
	color:#FFFFFF;
	height:16px;
}

a.footer-lnk
{
	font-family:Arial;
	text-decoration:none;
	color:#FFF;
	font-size:10pt;
	border:0;
	font-weight:bold;
}

a.footer-lnk:hover
{
	font-family:Arial;
	text-decoration:none;
	color:#f37200;
	font-size:10pt;
	border:0;
	font-weight:bold;
}

a.footer-lnk:visited
{
	font-family:Arial;
	text-decoration:none;
	color:#FFF;
	font-size:10pt;
	border:0;
	font-weight:bold;
}

.trans-in-content {
	background-color:#000;
	height:100%;
	width:100%;
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
}

.trans-in-content-more {
	background-color:#121212;
	height:100%;
	width:100%;
	filter:alpha(opacity=95);
	-moz-opacity:0.95;
	-khtml-opacity: 0.95;
	opacity: 0.95;
	padding:5px;
}

.trans-out-content {
	background-color:#000;
	opacity:1; 
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
}

.oriented {
	padding:5px;
}