
@charset "utf-8";
/* CSS Document */

/*HTML5 Tags Styles starts here */
header, hgroup, nav, article, section, footer, aside{ display:block;}

@font-face {
    font-family: Cambria;
    src: url(Cambria.ttf);
}

body{ 
	font-family: Cambria, "Times New Roman", serif;
	font-weight: 400;
	font-size: 16px;
	color: #333;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	padding: 0; 
	margin: 0;	
}



a{
	color: #6190ca;
	text-decoration: none;
}
a:hover { 
	color:#406189;
	text-decoration:none;
}

.sidebar {
	float: left;
	padding: 10px;
	width:90%;
}

.sidebar li{ padding:5px 0px;}

.sidebar h1{
	font-size:18px;
	padding:0px;
	border-bottom:2px solid #dedede;
	color: #61A6CF;
	margin-top: 0px;
    margin-bottom: 0px;
}

.rightsidebar {
	margin:0px;
	display: inline;
	float: right;
	padding: 10px;
	width:20%;
}
.rightsidebar h3{
	font-size:22px;
	margin:0px;
	margin-top: 0px;
    margin-bottom: 0px;
	border-bottom:2px solid #dedede;
	color: #61A6CF;

}

.rightsidebar ul {
	font-size: 18px;
	padding:0px;
	margin:0px;
	margin-top: 0px;
	list-style-type: none;
}


.logoresim{
	width: 61px;
	height: 61px;
}

.newgif{
	width: 55px;
	height: 55px;
}


/*
Main Styles
*/
#metin{ width: 48%; 
	padding: center;

}

#Wrapper{ width: 100%; margin:0px auto; overflow:hidden; border:1px dotted #ddd;}

#header {
	width: 100%;
	margin:0px;
	margin-top: 0px;
    margin-bottom: 0px;
    background-color:#ececec;
}

.navigation {
	text-align: center;
	display: block;
	line-height: 50px;
	padding: 5px 0px;
	margin:0px;
	margin-top: 0px;
    margin-bottom: 0px;
}

.navigation ul{
	margin-top: 0px;
    margin-bottom: 0px;
	
}

.navigation a {
	display: inline-block;
	margin: 0px 4px;
	margin-top:5px;
	margin-bottom: 0px;
	padding: 0px 6px;
	color: #333;
	line-height: 30px;	
	font-size: 15px;
	text-shadow: 1px 1px 1px #fff;
	border: 1px solid #fff;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* IE10+ */
	background: linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
	box-shadow: 0px 1px 1px rgba(0,0,0,0.3);
}

.navigation a:hover{
	color: #aaa;
}
.navigation a:active{
	background: #fff;
}

.menuAc {
	display: none;
	cursor: pointer;
	margin: 0px 4px;
	margin-top:5px;
	padding: 0px 6px;
	color: #aaa;
	line-height: 30px;	
	font-size: 15px;
	text-shadow: 1px 1px 1px #fff;
	border: 1px solid #fff;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* IE10+ */
	background: linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
	box-shadow: 0px 1px 1px rgba(0,0,0,0.3);
}

.menuAc:hover{
	color: #333;
}
.menuAc:active{
	background: #fff;
}



#contents{
	min-height: 408px;
	width: 65%;
	float: left;
	padding:15px;
	padding-top:0px;
	overflow:hidden;
	line-height:21px;
	border-right:1px solid #ccc;
	border-left: 1px solid #ccc;

}


#contents h1{ padding:5px 0px;}

#sidebar-wrapper {
	float: left;
	width:25%;
	padding:10px;
}

.gundurumu_band {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	background-color: #ececec;
	line-height: 150%;
}

#logo{
	height:100%;
	width:100%;
	margin: 0px auto;
	font-size:75px;
	text-align:center;
	color: #000066;
	font-weight: bold;
	line-height:120%;
	vertical-align: middle;  
}


blockquote{ padding:10px; margin:0px 0px; border-bottom:1px solid #dedede;}
blockquote:before {
content: '\201C';
}
blockquote:after {
content: '\201D';
}

.resize { position:fixed;
bottom:0px;
right:0px;
height:80px;
width:80px;
background:url(../images/resize.png) repeat scroll 0% 0% transparent;
}

.hicri {
	color: #000066;
	font-size: 225%;
	font-weight: bold;
	line-height: 25px;
}

.tarihgun {
	color:#F00;
	line-height:80%;
	font-size:937.5%;
	font-weight:bold;
	float:left;
	width:30%;
	text-align: center;
}
.tarihay {
	color:#F00;
	line-height:100%;
	font-size:225%;
	font-weight:bold;
	float:left;
	width:40%;
	text-align: center;
}
.mahallisaat {
	color:#F00;
	line-height:100%;
	font-size:200%;
	font-weight:bold;
	float:right;
	width:30%;
	padding:3% 0;
}

.hilalalt {
	color: #000066;
	font-size:22px;
	line-height:5%;
}


@media all {
	#Wrapper,#logo,#navigation ul li a {
		transition:all 0.5s linear;
-o-transition:all 0.5s linear;
-moz-transition:all 0.5s linear;
-webkit-transition:all 0.5s linear;
	}
}
@media screen and (max-width: 960px){
	.hilalalt{line-height: normal;}
}
@media screen and (min-width: 1401px){
	#Wrapper{ width: 1300px; margin:0px auto;}
	#contents{
	width: 48%;
	}
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
	#Wrapper{ width: 1100px; margin:0px auto;}
	#contents{
	width: 48%;
	}
	
}
@media screen and (min-width: 961px) and (max-width: 1200px) {
	#Wrapper{ width: 960px; margin:0px auto;}
	#contents{
	width: 65%;
	}
	#contents h1{ line-height:40px;}
	.rightsidebar {
	display: inline;
	float: none;
	padding: 10px;
	width:20%;}
}
@media screen and (min-width: 859px) and (max-width: 960px) {
	#Wrapper{ width: 830px; margin:0px auto;}
	#navigation ul li a{ font-size:12px; padding:0px 11px;}
	#contents{
	width: 63%;
	}
	#contents h1{ line-height:40px;}
	.rightsidebar {
	display: inline;
	float: none;
	padding: 10px;
	width:20%;}
}
@media screen and (min-width: 761px) and (max-width: 860px) {
	#Wrapper{ width: 740px; margin:0px auto;}
	#navigation ul li a{ font-size:12px; padding:0px 11px;}
	#contents{
	width: 63%;
	}
	#contents h1{ font-size:30px; text-align:left; line-height:30px;}
	.rightsidebar {
	display: inline;
	float: none;
	padding: 10px;
	width:20%;}
}

@media screen and (min-width: 640px){
 	.navigation ul{display: block!important}
 	.navigation li{display: inline!important}
 }


@media screen and (min-width: 641px) and (max-width: 760px) {	
	#Wrapper{ width: 620px; margin:0px auto;}
	header{ text-align:center;}
	#navigation{ height:190px;}
	#navigation ul li{ float:none; text-align:center; border-bottom:1px solid #dedede; }
	#navigation ul li a{ font-size:11px; padding:0px 0px; width:100%;}
	#contents{
	width: 55%;
	font-size:16px;
	}
	#contents h1{ font-size:25px; text-align:left; line-height:30px;}
	#comments h1,.sidebar h1{ font-size:16px; text-align:left; line-height:normal;}
	#sidebar-wrapper {
	float: left; font-size:14px;
	width:30%;clear:both;
	}
	.rightsidebar {
	display: inline;
	float: none;
	padding: 10px;
	width:20%;}
	#logo{ height:55px; width:500px; margin-left:auto; margin-right:auto; font-size:40px;}
	.logoresim{display: none;}
	.mahallisaat{display: none;}
	.tarihgun{float:left; width:50%; text-align:right;}
	.tarihay{float:right; width:50%; text-align:center;}

}

@media screen and (min-width: 421px) and (max-width: 640px) {
	#Wrapper{ width: 420px; margin:0px auto;}
	header{ text-align:center;}
	#navigation{ height:190px;}
	#navigation ul li{ float:none; text-align:center; border-bottom:1px solid #dedede; }
	.navigation a{float:none; font-size:16px; padding:0px 0px; width:100%; text-align:center; text-transform:uppercase; margin-top:5px;}
	.navigation ul{display: none;} /*yeni*/
	.menuAc{display: block;} /*yeni*/
	#contents{
	width: 95%;
	font-size:14px;position:relative;
	}
	#contents h1{ font-size:22px; text-align:left; font-weight:bold; line-height:normal;}
	#comments h1,.sidebar h1{ font-size:15px; text-align:left; line-height:normal;}
	#sidebar-wrapper {
	float: none; font-size:14px;
	width:95%;clear:both; 
	}
	#logo{height:55px; width:400px; margin-left:auto; margin-right:auto; font-size:30px;}
	.rightsidebar {
	display: inline;
	float: none;
	padding: 10px;
	width:20%;}
    .logoresim{display: none;}
    .mahallisaat{display: none;}
    .tarihgun{float:left; width:50%; text-align:right;}
	.tarihay{float:right; width:50%; text-align:center;}
}

@media screen and (min-width: 320px) and (max-width: 420px) {
	#Wrapper{ width: 320px; margin:0px auto;}
	header{ text-align:center;}
	#navigation{ height:190px;}
	#navigation ul li{ float:none; text-align:center; border-bottom:1px solid #dedede; }
	.navigation a{float:none; font-size:13px; padding:0px 0px; width:90%; text-align:center; text-transform:uppercase; margin-top:5px;}
	.navigation ul{display: none;} /*yeni*/
	.menuAc{display: block;} /*yeni*/
	.buton{ float:none; font-size:13px; padding:0px 0px; width:100%; text-align:center; text-transform:uppercase;}
	#contents{
	width: 95%;
	font-size:14px;position:relative;
	}
	#contents h1{ font-size:18px; text-align:left; font-weight:bold; line-height:normal;}
	#comments h1,.sidebar h1{ font-size:14px; text-align:left; line-height:normal;}
	#sidebar-wrapper {
	float: none; font-size:13px;
	width:95%;clear:both; 
	}
	#logo{ height:41px; width:250px; margin-left:auto; margin-right:auto; font-size:24px;}
	.rightsidebar {
	display: inline;
	float: none;
	padding: 10px;
	width:20%;}
	.logoresim{display: none;}
	.mahallisaat{display: none;}
	.tarihgun{float:left; width:50%; text-align:right;}
	.tarihay{float:right; width:50%; text-align:center;}
}
@media screen and (min-width: 0px) and (max-width: 319px) {
	#Wrapper{ width: 100%; margin:0px auto;}
	header{ text-align:center;}
	#navigation{ height:190px;}
	.navigation a{ float:none; font-size:13px; padding:0px 0px; width:100%; text-align:center; text-transform:uppercase; margin-top:5px;}
	.navigation ul{display: none;} /*yeni*/
	.menuAc{display: block;} /*yeni*/
	.buton{ float:none; font-size:13px; padding:0px 0px; width:100%; text-align:center; text-transform:uppercase;}
	#contents{
	width: 95%;
	font-size:14px;position:relative;
	}
	#contents h1{ font-size:16px; text-align:left; font-weight:bold; line-height:normal; }
	#comments h1,.sidebar h1{ font-size:14px; text-align:left; line-height:normal;}
	#sidebar-wrapper {
	float: none; font-size:13px;
	width:95%;clear:both; 
	}
	#logo{ height:41px; width:150px; margin-left:auto; margin-right:auto; font-size:18px;}
	
	.rightsidebar {
	display: inline;
	float: none;
	padding: 10px;
	width:20%;}
	.logoresim{display: none;}
	.mahallisaat{display: none;}
	.tarihgun{float:left; width:50%; text-align:right;}
	.tarihay{float:right; width:50%; text-align:center;}
}


.buton{
	display:inline-block;
    background:#d21b00;
   /* background: -moz-linear-gradient(top, #d21b00, #8e0700);
    background: -webkit-gradient(linear, left top, left bottom, from(#d21b00), to(#8e0700));   */     
    padding:10px 15px;
    text-decoration:none;
    color:#fff;
    font:bold 18px Arial, Helvetica, sans-serif;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.75);
    border:5px solid #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);    
}

.buton:hover{
    /*background: -moz-linear-gradient(top, #8e0700, #d21b00);
    background: -webkit-gradient(linear, left top, left bottom, from(#8e0700), to(#d21b00));*/
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.75);    
}

.vakit{
	font-size: 18px;
	line-height: 40px;
	margin: 0;
	padding: 0;
	position: relative;
	font-weight: 300;
	color: #61A6CF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	clip: rect(auto,auto,auto,1);
}

.vakit:hover{
	font-size:24px;
	color:#FF0000;
	
}


p.baslik {
	font-size: 18px;
	font-weight: bold;
}		


.newspaper2 {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
}

.newspaper3 {
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
}



#search {

}

#search input[type="text"] {
    background: url(../images/search-white2.png) no-repeat 10px 3px #FCF7F7;
    border: 0 none;
    font: bold 14px Arial,Helvetica,Sans-serif;
    color: black;
    width: 200px;
    padding: 6px 15px 6px 35px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    }

#search input[type="text"]:focus {
    width: 200px;
    }

::-webkit-input-placeholder {
   color: #000066;
   text-align: center;
}

:-moz-placeholder { /* Firefox 18- */
   color: #000066; 
   text-align: center; 
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #000066;
   text-align: center;  
}

:-ms-input-placeholder {  
   color: #000066; 
   text-align: center; 
}

.rtext{
		font-size: 18px;
	}
.rtime{
		color: #FF0000;
		font-weight: bold;
		font-size: 25px;
}
.ltext{
	padding-top: 5px;
	font-size: 18px;
}
.ltime{
	font-weight: bold;
	font-size: 20px;
}
.aText {
	font-weight:bold;
	color:#FFFFFF;
	border:1px #333 solid;
	padding:0px 5px;
	background:#FF9933;
}
.pTime {
	font-weight:bold;
}
#imsakiye {
	/*font-size: 15px;*/
	font-weight: normal;
	color:#000066;
	cursor:pointer;
	-webkit-animation: imsakiyemymove 1s infinite; /* Chrome, Safari, Opera */
	animation: imsakiyemymove 1s infinite;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes imsakiyemymove {
    50% {font-weight:bold;color:#FF9933;}
}

/* Standard syntax */
@keyframes imsakiyemymove {
    50% {/*font-weight:bold;*/color:#FF9933;}
}


#flashblack {
	/*font-size: 15px;*/
	font-weight: normal;
	color:black;
	cursor:pointer;
	-webkit-animation: mymove 2s infinite; /* Chrome, Safari, Opera */
	animation: mymove 2s infinite;
}

#flashred {
	/*font-size: 15px;*/
	font-weight: normal;
	color:#FF0000;
	cursor:pointer;
	-webkit-animation: mymove 2s infinite; /* Chrome, Safari, Opera */
	animation: mymove 2s infinite;
}
#flashblue {
	/*font-size: 15px;*/
	font-weight: normal;
	color:#61A6CF;
	cursor:pointer;
	-webkit-animation: mymove 2s infinite; /* Chrome, Safari, Opera */
	animation: mymove 2s infinite;
}



#flashlink {
	/*font-size: 15px;*/
	font-weight: normal;
	cursor:pointer;
	-webkit-animation: mymove 1s infinite; /* Chrome, Safari, Opera */
	animation: mymove 2s infinite;
}


/* Chrome, Safari, Opera */
@-webkit-keyframes mymove {
    50% {font-weight:bold;color:#ECECEC;}
}

/* Standard syntax */
@keyframes mymove {
    50% {/*font-weight:bold;*/color:#ECECEC;}
}

.cizgi {
	border:2px solid #ddd;
}

.kongre{
     font-size: 22px;
     color: #000066;
     font-weight: bold;
 }

a.kongre{
     /*font-size: 18px;*/
     font-weight: bold;
     /*color: #DC143C;*/
     font-size:16px;
     color:#CE3333;
     text-decoration: underline;
 }

 .hilal{
     font-size: 22px;
     color: #000066;
     font-weight: bold;
 }

a.hilal{
     font-weight: bold;
     color: #000066;
     font-size:16px;
     text-decoration: underline;
 }
