/*              IMPORT                */

@import url("../../rsc/css/img.css");  /* Import standard image styles */
@import url("../../rsc/css/comments.css");  /* Import default comment styles */

/*-----START OF CSS FILE--------*/

div#evo_toolbar {
  background-color: #FFffFF;
  color: #CCCCCC;
  border-top: 1px solid ThreeDHighlight;
  border-bottom: 1px solid ThreeDShadow;
  text-align: left;
  margin: 0;
  /* font: menu; /* -- poorly supported */
   font-size: 11px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  position: fixed;
  z-index: 99;
  left: 0px;
  top: 0px;
  height: 21px;
  width:100%;      /* Safari Windows */
  -webkit-text-size-adjust: none; /* iPhone */
}

div.skin_wrapper_loggedin {
   margin-top: 22px;
   padding-top: 1px;
}

div#evo_toolbar a {
   border: 1px solid ThreeDFace;
   color: ButtonText;
   text-decoration: none;
   padding: 2px 1ex;
}
div#evo_toolbar a:hover {
   border-top-color: ThreeDHighlight;
   border-left-color: ThreeDHighlight;
   border-bottom-color: ThreeDShadow;
   border-right-color: ThreeDShadow;
}
div#evo_toolbar .actions_left {
   padding: 4px;
}
div#evo_toolbar .actions_right {
   padding: 4px;
   float: right;
}

div#evo_toolbar ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
div#evo_toolbar li {
  display: inline;
}
div#evo_toolbar li ul {
  position: absolute;
   z-index: 100;
   background-color: ThreeDFace;
   border: 1px solid;
   padding: 1px;
   border-top-color: ThreeDHighlight;
   border-left-color: ThreeDHighlight;
   border-bottom-color: ThreeDShadow;
   border-right-color: ThreeDShadow;
   width: 25ex; /* prevent page wide dropdowns in IE6; nicer hover in IE7 */
}
div#evo_toolbar li.menu_open ul {
   display: block;
}
div#evo_toolbar li.menu_close ul {
   display: none;
}
div#evo_toolbar li.menu_open:hover ul,
div#evo_toolbar li.menu_close:hover ul {
   display: block;
}
div#evo_toolbar li ul li {
   display: block;
   padding: 0 4ex 0 0;
   white-space: nowrap;
}
div#evo_toolbar li ul li a {
   display: block;
   padding: 4px 2ex;
   border: none;
   width: 100%;
}
div#evo_toolbar li ul li a:hover {
   background-color: Highlight;
   color: HighlightText;
}
div#evo_toolbar.evo_toolbar_safari li ul li a:hover {
   background-color: #36d;
}
div#evo_toolbar li.separator {
   padding: 0;
}
div#evo_toolbar hr {
   display: block;
}

div#evo_toolbar .time {
   margin: 0 1ex;
   color: GrayText;
}
/* ---------------------- PAGE  ------------------------ */
* {
  padding: 0px;
  margin: 0px;
}

body {
  background-color:  #FFFFFF;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size: 9pt;
  line-height: 140%;
  color: #333333;
}
#container {

  background:url(images/background.gif) repeat-x;

}
#wrap {
  width: 1024px;
  text-align:left;
}
#header {
  height: 150px;
}
#pagenav {
  height: 24px;
  padding-top: 8px;
  font-size: 8pt;
  font-weight:bold;
  color:#999999;
  float: left;
}
#main {
  background-color:#FFFFFF;
  margin: 5px 0px;
}

#title {
  position:absolute;
  padding-left: 15px;
  z-index: 30;
  padding-top:103px;
}

#peklama {
    position:absolute;
  padding-left:350px;
  height: 90px;
  z-index: 20;
  padding-top:1px;
}

#logo {
    position:absolute;
  height: 65px;
  width: 344px;
  z-index: 10;
  padding-top:1px;
}

#topright {
  padding-top:0px;
}
#sidebar1 {
  font-size:11px;
  width: 160px;
  float: left;
  padding: 10px;
  color: #444;
  line-height: 150%;
}
#content {
  width: 530px;
  float: left;
  padding: 10px;
  border-right: #ccc dotted 1px;
}
#sidebar2 {
  font-size:11px;
  width: 220px;
  float: left;
  padding: 10px;
  color: #444;
  line-height: 150%;
}
#footer {
  margin: 0px 0px 15px 0px;
  text-align: center;
  border-top: 1px dotted #999;
  padding-top: 15px;
  color: #333333;
}
#footer a {
  color: #333333;
  text-decoration: none;
}
.bText {
  padding-bottom: 15px;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 10px;
}
.postmetadata {
  font-size:10px;
  color: #777;
  padding: 5px 0px;
}
.postmetadata a {
  font-size:10px;
  color: #555;
  text-decoration: none;
}
.post_info {
  font-size:10px;
  color: #777;
  padding: 5px 0px;
}
.post_info a {
  font-size:10px;
  color: #555;
  text-decoration: none;
}
/* default */
img {
  border: 0px;
}
.clear {
  clear: both;
  height: 1px;
}
p, #content h1, h2, h3, h4, h5, h6, ol, ul {
  padding-bottom: 10px;
}
a {
  color: #d82d06;
  text-decoration: none;
}
blockquote {
  margin: 10px;
  padding: 5px 0px 0px 10px;
  border-left: 3px solid #a2bc13;
}
/********************* text *************************/
#title h1 {
  font-size:10px;
  font-weight: none;
  padding-top:0px;
}
#title h1 a {
  color: #FFFFFF;
  text-decoration: none;
}
.description {
  color: #666666;
  font-size: 11pt;
  font-style:italic;
  font-weight: bold;
}
#pagenav ul li {
  display: inline;
  list-style: none;
}
#pagenav li a {
  margin-right: 25px;
  color: #ffffff;
  text-decoration: none;
}
#content h1 {
  font-size: 20pt;
  color:#333333;
  line-height: 120%;
  font-weight: normal;
  font-family:Verdana, Arial, Helvetica, sans-serif;
}
#content h1 a {
  color:#333333;
  text-decoration: none;
}
h2 {
  font-size: 14pt;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
}
h3, h4 {
  font-size: 14pt;
  font-weight: normal;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  color:#666666;
}
#content ul, #content ol {
  margin-left: 25px;
}
#sidebar1 ul li, #sidebar2 ul li {
  list-style: none;
}
#sidebar1 li, #sidebar2 li {
  padding-bottom: 2px;
}
#sidebar1 ul li ul li, #sidebar2 ul li ul li {
  margin-left: 0px;
}
#sidebar1 ul li ul li ul li, #sidebar2 ul li ul li ul li {
  margin-left: 10px;
}
ul li ul li {
  margin-left: 10px;
}
ul li ul li ul li {
  margin-left: 10px;
}
#sidebar1 a, #sidebar2 a {
  color: #444;
  text-decoration: none;
}
#sidebar1 h3 a, #sidebar2 h3 a  {
  color: #1585cc;
  text-decoration: underline;
  line-height: 120%;
}

#sidebar1 h3, #sidebar2 h3 {
  color: #1585cc;
  text-decoration: underline;
  line-height: 120%;
}
#sidebar1 a:hover, #sidebar2 a:hover {
  text-decoration: underline;
}
/* form */

fieldset {
  border: 0px;
  padding: 0px 15px 15px 15px;
}
input, textarea {
  border: 1px solid #333333;
  padding: 5px;
  font-size: 8pt;
  background:transparent;
  color: #666666;
  font-family:Verdana, Arial, Helvetica, sans-serif;
}
.label {
  font-weight: bold;
}
.notes {
  font-style: italic;
}
#author, #email, #url, #comment {
  padding: 5px;
}
.s {
  padding: 3px;
}
.submit, .searchsubmit, .preview {
  background-color: #c8f4ff;
  color: #777;
  border: 1px solid #333333;
  font-size: 8pt;
  padding: 2px;
  margin-top: 3px;
  font-weight: bold;
  font-family:Verdana, Arial, Helvetica, sans-serif;
}
#commentform a {
  text-decoration: none;
}
#commentform a:hover {
  color:#333333;
  text-decoration: underline;
}
.search {
  padding: 5px 0px 10px 0px;
}
.bComment {
  padding: 0px 15px;
}
.bCommentText {
  padding: 10px 15px;
}
.bCommentSmallPrint {
  font-size: 7pt;
  padding: 0px 15px;
}
.feedback_feed_msg {
  padding: 10px 15px;
}
.widget_core_coll_longdesc p {
  padding-bottom: 0px;
}
.powered_by {
  padding: 10px 0px;
}
.widget_core_coll_title {
  padding-top: 10px;
}
/* calendar */
#bCalendarToday, caption {
  font-weight: bold;
}
td a {
  text-decoration: underline;
}
td, th {
  padding: 1px;
}
.bCalendarTable {
  padding-bottom: 10px;
}
/* ---------------------------------------------------------- */
#evo_toolbar ul li,
#evo_toolbar ol li {
   margin-left: 0;
}


/* ---------------------------comments area--------------------- */
#comments, #respond {
  border-bottom: 1px dotted #CCCCCC;
  padding: 10px 0 5px 0;
  clear: both;
}
.commentlist {
  margin: 10px 0px;
  padding-left: 20px;
  line-height: 130%;
}
.commentlist li{
  padding: 5px 10px;
}
.commentlist .alt {
  background: #f3f7f8;
}
.commentlist cite {
  font-weight: bold;
  font-style: normal;
  font-size: 120%;
  color: #CC6600;
}
.commentlist cite a, .commentlist cite a:visited {
  color: #CC6600;
}
.commentlist small {
  margin-bottom: 5px;
  display: block;
  font-size: 87%;
}
#commentform, .bComment {
  margin-top: 10px;
  font: 110% Arial, Helvetica, sans-serif;
}
#commentform p, .bComment p {
  padding: 6px 0px;
  margin: 0px;
}
#commentform label, .bComment label{
  color: #787878;
  font-size: 87%;
}
#commentform input{
  width: 200px;
  background:#ecf3f4;
  border: 1px solid #314d51;
  padding: 3px;
  margin-top: 3px;
}
.bComment input{
  background:#ecf3f4;
  border: 1px solid #314d51;
}
.Comment->author {
  font-weight:bold;
  font-style: strong;
    font-style: bold;
    text-decoration: strong;
}

#commentform textarea, .bComment textarea{
  width: auto;
  height: 115px;
  background:#ecf3f4;
  border: 1px solid #314d51;
  padding: 2px;
  margin-top: 3px;
}
#commentform textarea:focus, #commentform input[type="text"]:focus,
.bComment textarea:focus, .bComment input[type="text"]:focus {
  background: #ffffff;
}
#commentform #submit, .bComment .submit, .bComment .preview {
  background-color: #314d51;
  font: bold 12px Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  border: none;
  float:right;
  width: 200px;
  height: 28px;
  cursor: pointer;
}
