body {
	margin: 0;
	background-color:#fff;
	background:#eaeaea url(images/bg.gif) top center repeat-y;
	background-position:center;
	background-repeat:repeat-y;
	
}

img { border:none; }

/* Twitter */
#upperRightCorner {
	display: block;
	position: absolute;
	right: 0;
	top: 20px;
	overflow: visible;
	width: 230px;
	height: auto;
	margin: 0 0 0 0;
	padding: 0;
	z-index: 9999;
	border: none;
	float: none;
	}

div#twitter {
	width: 20em;
	margin-bottom: 2em;
	border: 1px solid #888;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	color: #666;
	background: #fff;
	word-wrap: break-word;

}

div#twitter h2 {
	margin: 0;
	padding: 0.4em 1em;
	font-size: 1.1em;
	color: #fff;
	background-color: #888;
	text-align: center;
}

p#preloader {
	margin: 0;
	padding: 1em 1em 1em 3em;
	background: transparent url("loader.gif") 1em center no-repeat;
	/* generate your own loader gif: http://www.ajaxload.info */
}

ul#twitter_update_list {
	margin: 0;
	padding: 0 1em 0.5em 1em;
	list-style-type: none;
}

ul#twitter_update_list li {
	margin: 0;
	padding: 0.8em 0 1em 0;
	border-bottom: 1px solid #ccc;
}

ul#twitter_update_list li a {
	/* timestamp link */
	color: #f00;
	
	
}

ul#twitter_update_list li span {
	display: block;
}

ul#twitter_update_list li span a {
	/* links in tweet */
	color: #00f;
	
}

ul#twitter_update_list li.firstTweet {
}

ul#twitter_update_list li.lastTweet {
	border-bottom: none;
}

a#profileLink {
	display: block;
	padding: 0.3em 1em;
	color: #fff;
	background-color: #888;
}


/* Yazi Stilleri */
.genel_yazi {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #666666;
	padding: 50px;
	line-height: 32px;
}

.genel_yazi2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #666666;
	line-height: normal;
}


.onlineturk_siyah {
	font-family: "Trebuchet MS", sans-serif, Arial;
	color: #000000;
	font-size: 22px;
	font-weight: normal;
}
.onlineturk_kirmizi {
	font-size: 22px;
	font-family: "Trebuchet MS", sans-serif, Arial;
	color: #FF0000;
}
.derece {font-size: 30px; color: #000000; }
.file {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
}

.title_ref {
	font-family: "Trebuchet MS", sans-serif, Arial;
	font-size: 18px;
	color: #666666;
}

#cizgi {
	border-top: 1px dotted #ccc;
	padding: 4px;
	margin: 0;
}

/* BOX */
.title_slogan {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 26px;
	font-weight: normal;
	
}

.txt_aciklama {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999;
	font-size: 12px;
	font-weight: bold;
	line-height: 25px;
}

.grey {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 100px;
	color:#ccc;
	font-weight:bold;
}

.grey_spot {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 28px;
	color:#ccc;
	font-weight:bold;
}

.black {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 100px;
	color:#666;
	font-weight:bold;
}

.round-a-error{
background:#CC0000 url(images/round_red-left.png) left top no-repeat;
color:#FFFFFF;
text-align:center;
}
.round-a-error div{
background:url(images/round_red-right.png) right bottom no-repeat;
padding:4px;
}


/* NAVIGATION ELEMENTS */
	
	#navigation ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	width: 180px;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	
		}

		#navigation a {
	display: block;
	padding: 5px;
	width: 180px;
	height: 60px;
	border-bottom: 1px dotted #ccc;
		}

		#navigation a:link, #navlist a:visited {
	color:#666;
	text-decoration: none;
	text-align: center;
		}
		
		#navigation a:hover {
	color:#FF0000;
		}

A:link {
	COLOR: #000000; TEXT-DECORATION: none; outline:none; 
}
A:visited {
	COLOR: #000000; TEXT-DECORATION: none; outline:none;
}
A:active {
	COLOR: #000000; TEXT-DECORATION: none; outline:none;
}
A:hover {
	COLOR: #ff0000; TEXT-DECORATION: underline; outline:none;
}
.listinglinks {
	FONT-SIZE: xx-small; COLOR: #000000; FONT-FAMILY: Verdana; TEXT-DECORATION: none
}

/* Root = Horizontal, Secondary = Vertical */
ul#navmenu {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 680px; /*For KHTML*/
  list-style: none;
  height: 24px;
   z-index:9999;
  
}

ul#navmenu li {
  margin: 0;
  border: 0 none;
  padding: 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  height: 30px;
}

ul#navmenu ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 203px;
  list-style: none;
  display: none;
  position: absolute;
  top: 24px;
  left: 0;
  z-index:9999;
}

ul#navmenu ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#navmenu ul li {
  width: 203px;
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
    
}

/* Root Menu */
ul#navmenu a {
  border: 1px solid #FFF;
  border-right-color: #CCC;
  border-bottom-color: #CCC;
  padding: 0 26px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  background: #EEE;
  color: #666;
  font: bold 11px/22px Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
 
}

/* Root Menu Hover Persistence */
ul#navmenu a:hover,
ul#navmenu li:hover a,
ul#navmenu li.iehover a {
  
  background: #FF0000;
  color: #FFF;
}

/* 2nd Menu */
ul#navmenu li:hover li a,
ul#navmenu li.iehover li a {
  float: none;
  background: #EEE;
  color: #666;
  padding: 5px 0 5px 20px;

  
}

/* 2nd Menu Hover Persistence */
ul#navmenu li:hover li a:hover,
ul#navmenu li:hover li:hover a,
ul#navmenu li.iehover li a:hover,
ul#navmenu li.iehover li.iehover a {
   background: #FF0000;
  color: #FFF;
  
}

ul#navmenu ul ul,
ul#navmenu ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 160px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu li:hover ul ul,
ul#navmenu li:hover ul ul ul,
ul#navmenu li.iehover ul ul,
ul#navmenu li.iehover ul ul ul {
  display: none;
}

ul#navmenu li:hover ul,
ul#navmenu ul li:hover ul,
ul#navmenu ul ul li:hover ul,
ul#navmenu li.iehover ul,
ul#navmenu ul li.iehover ul,
ul#navmenu ul ul li.iehover ul {
  display: block;
}

