﻿/* --------------------------------------------------------------

   reset.css
   * Resets default browser CSS.

-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
    display:block;
}

body {
  line-height: 1.5;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }
.clear{	clear:both; }

/*********LAYOUT********/
.container_12
{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}
/* Grid >> Global
----------------------------------------------------------------------------------------------------*/
.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12
{
	display: inline;
	float: left;
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
	overflow: hidden;
}
/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha
{
	margin-left: 0;
}
.omega
{
	margin-right: 0;
}
/* Grid >> 2 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .grid_1
{
	width: 70px;
}
.container_12 .grid_2
{
	width: 150px;
}
.container_12 .grid_3
{
	width: 230px;
}
.container_12 .grid_4
{
	width: 310px;
}
.container_12 .grid_5
{
	width: 390px;
}
.container_12 .grid_6
{
	width: 470px;
}
.container_12 .grid_7
{
	width: 550px;
}
.container_12 .grid_8
{
	width: 630px;
}
.container_12 .grid_9
{
	width: 710px;
}
.container_12 .grid_10
{
	width: 790px;
}
.container_12 .grid_11
{
	width: 870px;
}
.container_12 .grid_12
{
	width: 950px;
}
/* Prefix Extra Space >> 2 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .prefix_1
{
	padding-left: 80px;
}
.container_12 .prefix_2
{
	padding-left: 160px;
}
.container_12 .prefix_3
{
	padding-left: 240px;
}
.container_12 .prefix_4
{
	padding-left: 320px;
}
.container_12 .prefix_5
{
	padding-left: 400px;
}
.container_12 .prefix_6
{
	padding-left: 480px;
}
.container_12 .prefix_7
{
	padding-left: 560px;
}
.container_12 .prefix_8
{
	padding-left: 640px;
}
.container_12 .prefix_9
{
	padding-left: 720px;
}
.container_12 .prefix_10
{
	padding-left: 800px;
}
.container_12 .prefix_11
{
	padding-left: 880px;
}
/* Suffix Extra Space >> 2 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .suffix_1
{
	padding-right: 80px;
}
.container_12 .suffix_2
{
	padding-right: 160px;
}
.container_12 .suffix_3
{
	padding-right: 240px;
}
.container_12 .suffix_4
{
	padding-right: 320px;
}
.container_12 .suffix_5
{
	padding-right: 400px;
}
.container_12 .suffix_6
{
	padding-right: 480px;
}
.container_12 .suffix_7
{
	padding-right: 560px;
}
.container_12 .suffix_8
{
	padding-right: 640px;
}
.container_12 .suffix_9
{
	padding-right: 720px;
}
.container_12 .suffix_10
{
	padding-right: 800px;
}
.container_12 .suffix_11
{
	padding-right: 880px;
}
/* Push Space >> 2 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .push_1
{
	left: 80px;
}
.container_12 .push_2
{
	left: 160px;
}
.container_12 .push_3
{
	left: 240px;
}
.container_12 .push_4
{
	left: 320px;
}
.container_12 .push_5
{
	left: 400px;
}
.container_12 .push_6
{
	left: 480px;
}
.container_12 .push_7
{
	left: 560px;
}
.container_12 .push_8
{
	left: 640px;
}
.container_12 .push_9
{
	left: 720px;
}
.container_12 .push_10
{
	left: 800px;
}
.container_12 .push_11
{
	left: 880px;
}
/* Pull Space >> 2 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .pull_1
{
	right: 80px;
}
.container_12 .pull_2
{
	right: 160px;
}
.container_12 .pull_3
{
	right: 240px;
}
.container_12 .pull_4
{
	right: 320px;
}
.container_12 .pull_5
{
	right: 400px;
}
.container_12 .pull_6
{
	right: 480px;
}
.container_12 .pull_7
{
	right: 560px;
}
.container_12 .pull_8
{
	right: 640px;
}
.container_12 .pull_9
{
	right: 720px;
}
.container_12 .pull_10
{
	right: 800px;
}
.container_12 .pull_11
{
	right: 880px;
}

/***********************/

/*********TYPOGRAPHY********/
body
{
	font-family: 'HelveticaNeue-Light' , 'Helvetica Neue Light' , 'Helvetica Neue' ,Arial,Helvetica,sans-serif;
	font-size: 13px;
	color: #333;
	line-height: 1.4em;
}


/* Headings
-------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6
{
	font-weight: normal;
	color: #111;
	font-family: Georgia, "Times New Roman" , Times, serif;
}

h1
{
	font-size: 3em;
	line-height: 1;
	margin-bottom: 0.5em;
	color: #003366;
	text-shadow: 0 1px 1px rgba(64,64,64,.13);
}
h2
{
	font-size: 2em;
	margin-bottom: 0.75em;
	color: #003366;
	text-shadow: 0 1px 1px rgba(64,64,64,.13);
}
h3
{
	font-size: 1.5em;
	line-height: 1;
	margin-bottom: 1em;
}
h4
{
	font-size: 1.2em;
	line-height: 1.25;
	margin-bottom: 1.25em;
}
h5
{
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 1.5em;
}
h6
{
	font-size: 1em;
	font-weight: bold;
}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img
{
	margin: 0;
}


/* Text elements
-------------------------------------------------------------- */

p
{
	line-height: 1.5em;
	margin-bottom: 1em;
}
p img.left
{
	float: left;
	margin: 1.5em 1.5em 1.5em 0;
	padding: 0;
}
p img.right
{
	float: right;
	margin: 1.5em 0 1.5em 1.5em;
}

a:focus, a:hover
{
	color: #000;
}
a
{
	color: #009;
	text-decoration: underline;
}

blockquote
{
	margin: 1.5em;
	color: #666;
	font-style: italic;
}
strong
{
	font-weight: bold;
}
em, dfn
{
	font-style: italic;
}
dfn
{
	font-weight: bold;
}
sup, sub
{
	line-height: 0;
}

abbr, acronym
{
	border-bottom: 1px dotted #666;
}
address
{
	margin: 0 0 1.5em;
	font-style: italic;
}
del
{
	color: #666;
}

pre
{
	margin: 1.5em 0;
	white-space: pre;
}
pre, code, tt
{
	font: 1em 'andale mono' , 'lucida console' , monospace;
	line-height: 1.5;
}


/* Lists
-------------------------------------------------------------- */

li ul, li ol
{
	margin: 0 1.5em;
}
ul, ol
{
	margin: 0 1.5em 1.5em 1.5em;
}

ul
{
	list-style-type: disc;
}
ol
{
	list-style-type: decimal;
}

dl
{
	margin: 0 0 1.5em 0;
}
dl dt
{
	font-weight: bold;
}
dd
{
	margin-left: 1.5em;
}


/* Tables
-------------------------------------------------------------- */

table
{
	margin-bottom: 1.4em;
	width: 100%;
}
th
{
	font-weight: bold;
}
thead th
{
	background: #c3d9ff;
}
th, td, caption
{
	padding: 4px 10px 4px 5px;
}
tr.even td
{
	background: #e5ecf9;
}
tfoot
{
	font-style: italic;
}
caption
{
	background: #eee;
}


/***********************/

/*********FORMS********/
label
{
	font-weight: bold;
}
fieldset
{
	padding: 1.4em;
	margin: 0 0 1.5em 0;
	border: 1px solid #ccc;
}
legend
{
	font-weight: bold;
	font-size: 1.2em;
}


/* Form fields
-------------------------------------------------------------- */

input[type=text], input.text, input.title, textarea, select
{
	background-color: #fff;
	border: 1px solid #bbb;
}
input[type=text]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus
{
	border-color: #666;
}

input[type=text], input.text, input.title, textarea, select
{
	margin: 0.5em 0;
}

input.text, input.title
{
	width: 300px;
	padding: 5px;
}
input.title
{
	font-size: 1.5em;
}
textarea
{
	width: 390px;
	height: 250px;
	padding: 5px;
}

input[type=checkbox], input[type=radio], input.checkbox, input.radio
{
	position: relative;
	top: .25em;
}

form.inline
{
	line-height: 3;
}
form.inline p
{
	margin-bottom: 0;
}

/***********************/

/*********BODY********/
.clear
{
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix:after
{
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix
{
	display: inline-block;
}
* html .clearfix
{
	height: 1%;
}
.clearfix
{
	display: block;
}
input[type="button"], input[type="submit"]
{
	font-family: 'HelveticaNeue-Light' , 'Helvetica Neue Light' , 'Helvetica Neue' ,Arial,Helvetica,sans-serif;
	background-image: url(../images/bg-btn-signup.png);
	background-repeat: repeat-x;
	background-position: bottom;
	color: #FFF;
	padding: 3px 6px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: solid 1px #00146a;
	font-size: 10px;
	cursor: pointer;
	text-shadow: 0 -1px 0 #333;
}
input[type"radio"]
{
	font-family: 'HelveticaNeue-Light' , 'Helvetica Neue Light' , 'Helvetica Neue' ,Arial,Helvetica,sans-serif;
	float: left;
}
body
{
	background-image: url(../images/back.jpg);
	padding-bottom: 10px;
	font-size: 12px;
	color: #333;
	font-family: 'HelveticaNeue-Light' , 'Helvetica Neue Light' , 'Helvetica Neue' ,Arial,Helvetica,sans-serif;
}
a:link
{
	color: #333;
	text-decoration: none;
}
a:visited
{
	color: #333;
	text-decoration: none;
}
a:hover, a:active
{
	color: #336699;
	text-decoration: underline;
}
/***********************/

/*********HEADER********/
#header
{
	height: 60px;
	margin: 20px auto 10px auto;
}
#logo
{
	float: left;
	width: 142px;
	height: 60px;
	margin-right: 340px;
}
#header #banner
{
	width: 460px;
	height: 60px;
}
/***********************/

/*********NAVIGATOR********/
#nav
{
    overflow:hidden;
	margin: 0 auto;
	width: 940px;
	padding:10px;
	font-size:11px;
	background-color: #191919 !important;
	-moz-border-radius-topright: 5px;
	-khtml-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-khtml-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
}
ul#topnav
{
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	height:15px;
	margin-bottom:10px;
}
ul#topnav li
{
	float: left;
	margin-right:10px;
	vertical-align: middle;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
ul#topnav li a
{
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #373534;
	padding: 2px 10px;
	color: #eee;
	text-decoration: none;
	text-shadow: -1px -1px 0 #000;
}
ul#topnav li a:hover
{
	background-color: #453135;
	color: #ccc;
}


ul#topnav li a.selected
{
	background-color: #27B;
}
ul#topnav li #changeFont a
{
    padding:0;
    margin:0;
    background:none;
}
ul.subNav
{
    padding:0;
    margin:0;
    list-style-type:none;
    height:15px;
}
ul.subNav li
{
    float:left;
    margin-right:5px;
    
}
ul.subNav li a
{
    -moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	background-color: #453135;
	padding: 2px 6px;
	color: #eee;
	text-decoration: none;
	text-shadow: -1px -1px 0 #000;
}
ul.subNav li a:hover
{
    background-color:#373534;
}
.navSearch
{
    width:180px;
    background-color:#fff;
    -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	overflow:hidden;
	position:relative;
}
.navSearch input[type="text"]
{-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
    margin:0;
    padding:0;
    width:130px;
    border:none;
    float:left;
	background-color: #fff;
	padding: 2px 10px;
	color: #333;
	font-size:11px;
}
.navSearch input[type="button"], .navSearch input[type="submit"]
{
    margin:0;
    padding:0;
    width:16px;
    height:16px;
    float:left;
    background-color:#fff;
    background-image:url(../images/search.png);
    background-repeat:no-repeat;
    border:none;
    position:absolute;
    right:10px;
    top:1px;
}
/***********************/

/*********CONTENT********/
#content
{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	overflow: hidden;
	background-color: #fafafa;
	padding-top: 5px;
}
#SayilarContent
{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	overflow: hidden;
	background-color: #191919;
	padding-top: 5px;
}
/***********************/

/*********SLIDER********/
.featured
{
	width: 470px;
	height: 280px;
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
}
.featured ul.ui-tabs-nav
{
	list-style-type: none !important;
	position: relative;
	margin-top: -280px;
	margin-left: 405px;
}
.featured ul.ui-tabs-nav li
{
	width: 60px;
}
.featured ul.ui-tabs-nav li.empty
{
	height: 5px;
}
.featured ul.ui-tabs-nav li img
{
	background: #fff;
	width: 60px;
	height: 42px;
	padding: 1px;
	border: solid 1px #eee;
}
.featured li.ui-tabs-nav-item a
{
	display: block;
	height: 42px;
	color: #333;
	margin: 0;
	padding: 0;
}

.featured .ui-tabs-panel
{
	width: 400px;
	height: 280px;
	position: relative;
}
.featured .ui-tabs-panel img
{
	width: 400px;
	height: 280px;
}
.featured .ui-tabs-panel .info
{
	position: absolute;
	top: 210px;
	left: 0;
	width: 400px;
	height: 70px;
	background: url(../images/transparent-bg.png);
}
.featured .info h2
{
	font-size: 18px;
	font-family: Georgia, "Times New Roman" , Times, serif;
	color: #fff;
	padding: 5px;
	margin: 0;
	overflow: hidden;
}
.featured .info a
{
	text-decoration: none;
	color: #fff;
}
.featured .info a:hover
{
	text-decoration: underline;
}
.featured .ui-tabs-hide
{
	display: none;
}
/***********************/

/**********YAZI DETAY SAYFASI****/
#content .YaziDetay
{
	width: 100%;
	overflow: hidden;
	font-size: 12px;
	color: #333;
}
.YaziDetay strong
{
	font-weight: bold;
}
.YaziDetay ul
{
	list-style-type: disc;
	list-style-position: inside;
	margin-left: 20px;
}
.YaziDetay italic, .YaziDetay em
{
	font-style: italic;
}

div.YaziDetay ul.ArticleToolBar
{
	width: 100%;
	list-style-type: none;
	list-style-image: none;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px dotted #ddd;
	display: table;
}
div.YaziDetay ul.ArticleToolBar li
{
	color: #666;
	margin: 0;
	padding: 2px 4px;
	float: left;
	border-right: solid 1px #ddd;
	display: block;
	font-size: 10px;
}
div.YaziDetay ul.ArticleToolBar li img
{
	float: left;
}
div.YaziDetay ul.ArticleToolBar li a
{
	color: #666;
}
div.YaziDetay div.Image img
{
	float: left;
	margin: 0 5px 5px 0;
	border: solid 1px #ddd !important;
	padding: 4px;
}
div.YaziDetay .Info
{
	width: 460px;
	height: 16px;
	line-height: 16px;
	vertical-align: middle;
	overflow: hidden;
	padding-top: 5px;
	margin-top: 5px;
	border-top: dotted 1px #ddd;
	font-size: 10px;
	color: #666;
}
div.YaziDetay .Like
{
    width: 448px;
    height:100px;
    padding:10px;
    margin:10px 0;
    background-color:#eee;
    border:solid 1px #ccc;
}
/**********************************/
/*YAZARLAR SAYFASI*/
.Author
{
	width: 100%;
}
.Author .Person
{
	width: 224px;
	float:left;
	height:120px;
	overflow: hidden;
	padding:2px;
	margin:2px;
	border:solid 1px #ccc;
	background-color:#fff;
}
.Author .Person .Photo
{
	width: 60px;
	margin-right: 10px;
	float: left;
	border: solid 1px #ddd;
	padding: 3px;
}

.Author .Person .Info
{
	float: left;
}
.Author .Person .Info ul
{
	list-style-type: none;
	margin:0;
	padding:0;
}
.Author .Person .Info ul li
{
	margin-bottom: 5px;
}
.Author .Person .Info ul li a
{
	font-size:10px;
}

/* RADYO, BLOG ve HABERLER SAYFASI*/
.Blog, .Haberler, .Radyo
{
	width: 100%;
	overflow: hidden;
}
.Blog h2, .Haberler h2, .Radyo h2
{
	line-height: 24px;
}
.Blog .Item, .Haberler .Item
{
	margin-bottom: 10px;
	min-height: 140px;
	overflow: hidden;
	border-bottom: dotted 1px #ccc;
}

.Blog .Item img, .Haberler .Item img
{
	width: 120px;
	margin: 0 5px 5px 0;
	float: left;
	border: solid 1px #ddd;
	padding: 3px;
}
.Blog .Item .ItemToolBar, .Haberler .Item .ItemToolBar
{
	padding: 5px 0 5px 0;
	color: #999;
}
.Radyo .Item h3
{
    line-height:22px;
    margin-bottom:5px;
}
.Radyo .Item
{
	margin-bottom: 5px;
	min-height:70px;
	padding-bottom: 5px;
	border-bottom: dashed 1px #ddd;
}
.Radyo .Item img
{
    width:64px;
    height:64px;
    margin:0 5px 5px 0;
    float:left;
}
.Radyo .Item .Date
{
	color: #999;
	font-size: 11px;
}
/*YAZAR DETAY SAYFASI*/
.YazarInfo
{
	width: 100%;
	overflow: hidden;
}

.YazarInfo .Info
{
	font-size: 12px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: dotted 1px #ccc;
	min-height: 200px;
}
.YazarInfo .AuthorPhoto
{
	width: 150px;
	margin: 0 5px 5px 0;
	float: left;
	border: solid 1px #ddd;
	padding: 3px;
}
.YazarInfo .Articles
{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: dotted 1px #ccc;
}
.YazarInfo .Articles ul
{
	list-style-position: inside;
	list-style-image: url(../images/Text.png);
}
.YazarInfo .Articles ul li
{
	line-height: 16px;
	padding: 2px 0 2px 0;
}
.YazarInfo .Mesaj
{
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: dotted 1px #ccc;
}
.YazarInfo .Mesaj input[type="text"]
{
	font-family: 'HelveticaNeue-Light' , 'Helvetica Neue Light' , 'Helvetica Neue' ,Arial,Helvetica,sans-serif;
	width: 95%;
	height: 20px;
	color: #333;
	margin: 5px 0 5px 0;
	border: solid 1px #b5b4b8;
	padding: 2px;
	font-size: 12px;
	line-height: 20px;
	vertical-align: middle;
}
.YazarInfo .Mesaj input[type="text"].SecurityBox
{
	font-family: 'HelveticaNeue-Light' , 'Helvetica Neue Light' , 'Helvetica Neue' ,Arial,Helvetica,sans-serif;
	width: 100px;
	height: 20px;
	color: #333;
	margin: 5px 20px 5px 0;
	border: solid 1px #b5b4b8;
	padding: 2px;
	font-size: 12px;
	line-height: 20px;
	vertical-align: middle;
	float: left;
}
.YazarInfo .Mesaj img
{
	width: 100px;
	height: 20px;
	color: #333;
	margin: 5px 0 5px 0;
	border: solid 1px #b5b4b8;
	float: left;
}
.YazarInfo .Mesaj textarea
{
	font-family: 'HelveticaNeue-Light' , 'Helvetica Neue Light' , 'Helvetica Neue' ,Arial,Helvetica,sans-serif;
	width: 95%;
	height: 120px;
	color: #333;
	border: solid 1px #b5b4b8;
	margin: 5px 0 5px 0;
	padding: 2px;
	font-size: 12px;
	line-height: 16px;
	vertical-align: middle;
}

.YazarInfo .Mesaj input[type="submit"], .Comment .Add input[type="button"]
{
	font-family: 'HelveticaNeue-Light' , 'Helvetica Neue Light' , 'Helvetica Neue' ,Arial,Helvetica,sans-serif;
	font-size: 12px;
	margin: 5px 0 5px 0;
	padding: 4px;
	border: solid 1px #1d3143;
	color: #fff;
	background-color: #1d3143;
	cursor: pointer;
}
/*********SAYILAR**********/
.Sayilar
{
	width: 100%;
}
.Sayilar h1
{
    color:#fff;
}
.Sayilar .Issue
{
    float:left;
    width:140px;
    height:180px;
    border:solid 1px #333;
    text-align:center;
    margin:6px 3px;
    padding:5px;
    font-size:10px;
}
.Sayilar .Issue:hover
{
    background-color:#000;
}
.Sayilar .Issue .Photo
{
	margin:0 auto;
	height:150px;
	margin: 0 5px 0 0;
	padding: 3px;
	border: solid 1px #666;
}
.Sayilar .Issue a
{
    display:block;
    color:#eee;
}
.Sayilar .Issue .Description
{
	width: 100%;
	min-height: 170px;
	padding: 5px;
}
.Sayilar .Issue .Description ul
{
	list-style-position: inside;
}
.BilgiCagiDergi
{
	width: 100%;
}
.BilgiCagiDergi ul
{
	list-style-position: inside;
	list-style-image: url(../images/Text.png);
}
.BilgiCagiDergi ul li
{
	line-height: 16px;
	padding: 2px 0 2px 0;
	vertical-align: middle;
}
.BilgiCagiDergi ul li span
{
	font-weight: bold;
}

.BilgiCagiDergi .ShowIssue
{
	width: 460px;
	min-height: 225px;
	font-size: 12px;
	overflow: hidden;
	margin-bottom: 10px;
	display: table;
}

.BilgiCagiDergi .ShowIssue img
{
	width: 150px;
	border:solid 1px #999;
	padding:5px;
	float: left;
	margin-right: 10px;
}
.BilgiCagiDergi .ShowIssue ul
{
	list-style-image: none;
}
.MagazineButtons
{
	margin: 0 10px 20px 0;
	display: table;
}

div.MagazineButtons ul
{
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}

.MagazineButtons ul li
{
	float: left;
	padding: 5px;
	border: solid 1px #eee;
	margin-left: 10px;
}
.MagazineButtons ul li a
{
	display: block;
	text-decoration: none;
}
/**************************/
/*********FOUR FRONT NEWS********/
.FPFourNews
{
	width: 470px;
	margin-bottom: 10px;
	display: table;
}

.FPFourNews div
{
	padding: 2px;
	float: left;
	display: block;
	width: 112px;
}
.FPFourNews div img
{
	width: 100px;
	border: solid 1px #ccc;
	padding: 3px;
	margin-bottom: 10px;
}
.FPFourNews div a
{
	text-decoration: none;
}
.FPFourNews div a span
{
	font-size: 12px;
	font-family: Georgia, "Times New Roman" , Times, serif;
	text-shadow: 0 0 0.08em #6699ff;
}
/***********************/

/*********TEN FRONT NEWS********/
.FPFourNewsMore
{
	width: 470px;
	margin: 10px 0 10px 0;
	overflow: hidden;
}
.FPFourNewsMore td
{
	width: 50%;
	vertical-align: top;
}
.FPFourNewsMore .Item
{
    padding:5px 5px 15px 5px;
    min-height:80px;
	margin-bottom: 10px;
	position:relative;
}
.FPFourNewsMore .Item a img
{
	width: 60px;
	float: left;
	margin: 0 5px 5px 0;
	padding: 2px;
	border: solid 1px #ccc;
}
.FPFourNewsMore .Item a span
{
	font-size: 12px;
	font-weight:bold;
	line-height: 16px;
	font-family: Georgia, "Times New Roman" , Times, serif;
	text-shadow: 0 0 0.08em #6699ff;
}
.FPFourNewsMore .Item .Summary
{
	font-size: 11px;
	color: #333;
	line-height: 16px;
}
.FPFourNewsMore .Item .Date
{
	color: #7b87d4;
	font-size: 10px;
}
.FPFourNewsMore .Item .FBLike
{
    position:absolute;
    bottom:5px;
    right:-370px;
}
/***********************/

/*********MODULES********/
.Module
{
	width: 230px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 10px;
}
.Module .ModuleHeader
{
	padding: 5px;
	font-size: 12px;
	line-height: 18px;
	background-image: url(../images/bg-btn-signup.png);
	background-repeat: repeat-x;
	color: #f9f9f9;
}
.Module .ModuleContent
{
    font-size:11px;
	padding: 5px;
	background-color: #fff;
	border: solid 1px #aaa;
	border-top:none;
}
.Module .ModuleContent ul
{
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.Module .ModuleContent li
{
	padding-bottom: 2px;
	width: 100%;
}
.Module .ModuleFooter
{
    border-top:solid 1px #ccc;
}
.Module .ModuleFooter a
{
    color:#666;
    font-size:10px;
}
.Module .Social img
{
    margin-right:3px;
}
.RadioList
{
}
.RadioList .Item
{
    min-height:30px;
    padding:0 3px;
    margin-bottom:5px;
    border-bottom:dotted 1px #eee;
}
.RadioList .Item .Date
{
    width:228px;
    text-align:right !important;
    font-size:9px;
    color:#666;
}
.RadioList .Item img
{
    height:24px;
    width:24px;
    float:left;
    margin:0 3px 3px 0;
}
.RadioList .Item a
{
    
}
.RadioList .Item a:hover
{
}
.FPBlog ul
{
}
.FPBlog ul li
{
	border-bottom: dotted 1px #eee;
	display: inline-block;
	margin-bottom: 2px;
}
.FPBlog ul li a img
{
	float: left;
	border: solid 1px #eee;
	padding: 3px;
	margin-right: 5px;
}
.FPBlog ul li a
{
    font-size:10px;
	display: block;
	color:#666;
	text-decoration:none;
}
.FPBlog ul li a:hover
{
	display: block;
	color:#000;
	text-decoration:none;
}
.FPBlog ul li span
{
    font-size:9px;
}
.FPBlog ul li a strong
{
	font-size: 11px;
	clear: both;
	padding-bottom: 5px;
	color: #333;
}
.BestArticles
{
	list-style-type: circle;
	font-size: 11px;
	list-style-position: inside;
	margin: 0 1.5em !important;
}
.BestArticles li
{
	display: block;
	margin-bottom: 5px;
}
.TechNews .ModuleContent
{
    background-color:#1c202a;
}
.TechNews ul
{
    list-style-type:none;
}
.TechNews ul li
{
    padding:4px 0;
    border-bottom:dotted 1px #666;
}
.TechNews ul li a
{
    display:block;
    font-size:11px;
    text-decoration:none;
    color:#eee;
}
.TechNews ul li a:hover
{
    text-decoration:underline;
}
/***********************/

/*********MOST CONTENT********/
#most, #footerArticles, #footer
{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-top: 10px;
	background-color: #f5f5f5;
	overflow: hidden;
	padding: 5px 0 5px 0;
}
/***********************/

/*********FOOTER ARTICLES********/
col1
{
	float: left;
	width: 100%;
}
.col1
{
	padding-right: 9px;
	border-right: 1px solid #eee;
	font-size: 11px;
}
.datenav
{
	color: #999;
	font-size: 9px;
}
.col1 img
{
	height: 37px;
	width: 37px;
	float: left;
	border: 1px solid #ccc;
	padding: 2px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.col1 ul
{
	margin: 0;
	margin-left: 0;
	padding: 0 0 2px 0;
	margin-bottom: 8px;
}
.col1 ul li
{
	margin: 0;
	padding: 0;
	letter-spacing: 0;
	min-height: 37px;
	display: table;
}
.col1 ul li a
{
	color: #666;
	background-color: inherit;
	text-decoration: none;
	border-bottom: 0 dotted #ddd;
	padding: 0;
	font-size: 11px;
}
.col1 ul li a:hover
{
	color: #000;
	background-color: inherit;
	border-bottom: 0 dotted #ccc;
}
.col1 h2, #footerArticles h2
{
	color: #202a3e;
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-size: 20px;
	font-weight: normal;
	line-height: 32px;
}
/***********************/

/*********ARTICLE TYPES********/
#footerArticles
{
}
.ArticleTypes
{
	margin: 0 auto;
}
.ArticleTypes h2
{
	margin-left: 5px;
}
.ArticleTypes ul
{
	list-style-type: none;
}
.ArticleTypes ul li
{
	padding: 3px 0 5px 5px;
	border-bottom: dotted 1px #ccc;
	font-size: 10px;
	padding: 0;
	margin: 0;
}
/***********************/

/*********FOOTER********/
#footer
{
	font-size: 10px;
}
#footer ul
{
	margin: 0;
	padding: 0;
}
#footer ul li
{
	float: left;
	margin-right: 10px;
	display: block;
}
#footer li .FooterEmpty
{
	width: 200px !important;
	display: block;
}
/***********************/

/*********MENU TIPS********/
.tipsy
{
	padding: 5px;
	font-size: 10px;
	opacity: 0.8;
	filter: alpha(opacity=80);
	background-repeat: no-repeat;
	background-image: url(../images/tipsy.gif);
}
.tipsy-inner
{
	padding: 10px 8px 9px 8px;
	background-color: #000;
	color: #fff;
	max-width: 200px;
	text-align: center;
	font-weight: bold;
}
.tipsy-inner
{
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.tipsy-north
{
	background-position: top center;
}
.tipsy-south
{
	background-position: bottom center;
}
.tipsy-east
{
	background-position: right center;
}
.tipsy-west
{
	background-position: left center;
}

/***********************/

.StickyButton
{
	left: 0;
	position: fixed;
	top: 240px;
	width: 33px;
	height: 92px;
}
.transparent
{
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.RepeatPages
{
	width: 470px;
	margin-bottom: 20px;
}
.RepeatPages a
{
	background-color: #f9f9f9;
	background-repeat: repeat-x;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: solid 1px #ccc;
	height: 14px;
	padding: 5px 8px;
	text-decoration: none;
	color: #666;
}
.RepeatPages a.selected
{
	background-color: #333;
	background-repeat: repeat-x;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: solid 1px #ccc;
	height: 14px;
	padding: 5px 8px;
	text-decoration: none;
	color: #eee;
}
/*********LOGIN**********/

. .
a.signin.menu-open span
{
	background-image: url( "http://s.twimg.com/a/1249943174/images/toggle_up_dark.png" );
	color: #789;
}

#signin_menu
{
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	display: none;
	background-color: #1c202a;
	position: relative;
	width: 210px;
	z-index: 100;
	border: 1px transparent;
	text-align: left;
	padding: 10px;
	left: -370px;
	top: 24px;
	margin-top: 5px;
	color: #789;
	font-size: 11px;
}

#signin_menu input[type=text], #signin_menu input[type=password]
{
	display: block;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #ACE;
	font-size: 13px;
	margin: 0 0 5px;
	padding: 5px;
	width: 203px;
}
#signin_menu p
{
	margin: 0;
}
#signin_menu a
{
	color: #6AC;
}
#signin_menu label
{
	font-weight: normal;
}
#signin_menu p.remember
{
	padding: 10px 0;
}
#signin_menu p.forgot, #signin_menu p.complete
{
	clear: both;
	margin: 5px 0;
}
#signin_menu p a
{
	color: #27B !important;
}
#signin_submit
{
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #39d url(       'http://s.twimg.com/a/1249943174/images/bg-btn-blue.png' ) repeat-x scroll 0 0;
	border: 1px solid #39D;
	color: #fff;
	text-shadow: 0 -1px 0 #39d;
	padding: 4px 10px 5px;
	font-size: 11px;
	margin: 0 5px 0 0;
	font-weight: bold;
}
#signin_submit::-moz-focus-inner
{
	padding: 0;
	border: 0;
}
#signin_submit:hover, #signin_submit:focus
{
	background-position: 0 -5px;
	cursor: pointer;
}
.ie6 .tipsy
{
	width: 250px;
}
.signup-tip
{
	line-height: 18px;
	margin: 30px 0;
	color: #333;
}
.signup-tip a
{
	font-weight: bold;
}

/*********SOCIAL BUTTON**********/
.SocialButtons
{
	width: 230px;
	height: 64px;
	margin-bottom: 5px;
	text-align: center;
}
.SocialButtons a
{
	width: 64px !important;
	height: 64px !important;
	display: block;
	float: left;
	padding: 5px;
	background-repeat: no-repeat;
}
.SocialButtons a.Feed
{
	background-image: url(../images/rss.png);
}
.SocialButtons a.Facebook
{
	background-image: url(../images/facebook.png);
}
.SocialButtons a.Twitter
{
	background-image: url(../images/twitter.png);
}
.SocialButtons a.Google
{
	background-image: url(../images/google.png);
}
.SocialButtons a.FriendFeed
{
	background-image: url(../images/friendfeed.png);
}
/********************************/

/********ARAMA*****************/
.SearchForm
{
}
.SearchForm input, .SearchForm select
{
	width: 90%;
	padding: 4px 10px !important;
	color: #333;
}
.SearchForm input[type="text"]
{
}
.SearchForm select
{
}
.SearchForm select option
{
}
.SearchForm input[type="button"]
{
	color: #fff;
	font-size: 14px;
}
/********************************/

/*Arama Sayfası*/
.ResultItem
{
	font-family: 'HelveticaNeue-Light' , 'Helvetica Neue Light' , 'Helvetica Neue' ,Arial,Helvetica,sans-serif;
	margin-bottom: 16px;
	font-size: 10px;
}
.ResultItem .LinkName
{
	font-size: 14px;
	font-weight: bold;
}

.ResultItem a:link
{
	text-decoration: underline;
	color: #3333ff;
}
.ResultItem a:visited
{
	text-decoration: underline;
	color: #3333ff;
}
.ResultItem a:active
{
	text-decoration: underline;
	color: #3333ff;
}
.ResultItem a:hover
{
	text-decoration: underline;
	color: #3333ff;
}

.ResultItem a.Link
{
	color: #669900;
	text-decoration: none;
	font-weight: normal;
}
.FacebokLikeBox
{
    background-color:#fff;
    border:1px solid #aaa;
    width:228px;
    margin-bottom:10px;
    padding:5px 0;
    min-height:70px;
}
#recentcomments
{
    font-size:11px;
}
/*AJAX Tab Container*/

/*Header*/
.Tab .ajax__tab_header
{
    color: #4682b4;
    font-size: 11px;
    font-weight: bold;
    margin-left: 0px;
    margin-bottom:5px; 
    border-bottom:solid 1px #eee;
}
/*Body*/
.Tab .ajax__tab_body
{
    padding-top: 0px;
       
}
/*Tab Active*/
.Tab .ajax__tab_active .ajax__tab_tab
{
    color: #f7941d;
    height: 20px;
}
.Tab .ajax__tab_active .ajax__tab_inner
{
    color: #ffffff;
}
.Tab .ajax__tab_active .ajax__tab_outer
{
    color: #ffffff;
    padding-right: 6px;
}
/*Tab Hover*/
.Tab .ajax__tab_hover .ajax__tab_tab
{
    color: #f7941d;
    height: 20px;
}
.Tab .ajax__tab_hover .ajax__tab_inner
{
    color: #000000;
}
.Tab .ajax__tab_hover .ajax__tab_outer
{
    color: #000000;
}
/*Tab Inactive*/
.Tab .ajax__tab_tab
{
    color: #666666;
    height: 20px;
}
.Tab .ajax__tab_inner
{
    color: #666666;
}
.Tab .ajax__tab_outer
{
    color: #666666;
    margin-right: 2px;
}
/*-------------------*/
