@charset "utf-8";
/*  
Theme Name: Fadonet
Theme URI: http://www.fadonet.net/2008/04/03/wordpress-temasi-turuncu-gemi/
Version: 1.0
Author: Fado
Author URI: http://www.fadonet.net 

/* HTML Elements */
/*
* {	margin: 0; 	padding: 0;	border: 0;}
*/
/******** Body Elements ********/
/*
body {
  margin: 0;
	padding: 0;
	font-family: Verdana,Tahoma, Arial, Serif;	
	line-height: 1.5em;
	font-size: 10px; 
  voice-family: "\"}\""; 
  voice-family: inherit;
  font-size: 10px; 
  font-size: 0.76em;
  background: #92babe url(images/background/body_bg.gif) repeat-x 0 0; 
   font: 12px Arial,Tahoma,Verdana,Helvetica,Sans-Serif;
	color: #333333;
}
*/
/*=================================================================================
A. GLOBAL RESET
===================================================================================*/

body {font: 62.5%/1.4 arial,verdana,geneva,lucida,sans-serif; background: #fff; color: #000; margin: 0; padding: 0;}
p, h1, h2, h3, h4, h5, h6, fieldset, form, label, input, textarea, legend, dl, dt, dd, table, caption, th, td, blockquote, cite {
 margin: 0; padding: 0; font-size: 1em;}
ul, ol, li, ul *, ol *  {font-size: 1em;}

input, textarea {font-family: arial,verdana,geneva,lucida,sans-serif;}
textarea {overflow: auto;}
table {border-collapse: collapse;	margin-bottom: 2em;}
td, th {padding: 0.1em 1em;	border: 1px solid #999; }

acronym, abbr {border-bottom: 1px dotted; cursor: help;}
cite {font-style: normal;}
:focus {outline: 0;}


/*====================================================================================
B. GLOBAL FORMATTING  
=====================================================================================*/
.clear {clear: both;}
.left {float: left; display: inline;}
.right {float: right; display: inline;}
.center {text-align: center;}
.block {display: block;}

a {color: #0066cc; text-decoration: none; font-weight: bold;}
a:hover {color: #ae1313;}

h1 {font-size: 1.3em;}
h2 {font-size: 1.2em;}
h3 {font-size: 1.1em; }
h4 {font-size: 1em;}
h5 {font-size: 0.9em;}
h6 {font-size: 0.8em;}
h1, h2, h3, h4, h5, h6 {margin-bottom: 1em;}

.nav, .nav ul {margin: 0; padding: 0; list-style: none;}
/*
div.nav ul li:last-child, div.nav ul li.last-child {background: none !important; background-image: none !important;}
.lastChild {background-image: none !important;}
*/
.greenBar{clear: both; font: 1.3em georgia,"Times New Roman",Times, serif;  font-weight: bold; background: #aedb9e url(images/background/green_bar_bg.gif) repeat-x 100% 100%; padding: 5px 10px; border: 1px solid #a2c494; margin-bottom: 1em; }
.greenBar a {color: #fff; padding-right: 25px; background: url(images/misc/arrow_white.gif) no-repeat 100% 50%;}
.greenBar a:hover {background: url(images/misc/arrow_yellow.gif) no-repeat 100% 50%;}

.blueBar {clear: both; font: 1.3em georgia,"Times New Roman",Times, serif;  font-weight: bold; border: 1px solid #85aeaf; margin-bottom: 16px; border-bottom: none; color: #fff; padding: 5px 15px; background: #007bc4 url(images/background/title_bar_bg.gif) no-repeat 100% 100%;}
.blueBar a {color: #fff; padding-right: 25px; background: url(images/misc/arrow_white.gif) no-repeat 100% 50%;}
.blueBar a:hover {background: url(images/misc/arrow_red.gif) no-repeat 100% 50%;}



/*======================================================================================
C. LAYOUT 																		             *
=======================================================================================*/
/*--------------------------------------------------------------------------------------------
 1. Body / body                                                                                                                                                             
----------------------------------------------------------------------------------------------*/
body {background: #97c3df url(images/background/body_bg.gif) repeat-x 0 0; }


#wrapper {color: #0f2635; font-size: 1.2em; margin: 0 auto; width: 964px; }
/*#wrapper p {margin-bottom: 1em!important;}*/

/******** Layout Elements ********/

#header {width: 100%;clear: both; background: url(images/background/header_bg.gif) no-repeat; height: 120px;}

#navbar {font-size: 1.08em; float: right; width: 653px; border: 1px solid #a0b2b9; margin: 80px 5px 10px auto; background: #a90719 url(images/navs/global_nav_off.gif) repeat-x 100% 0%; display: block;}
html >body #navbar {margin-right: 10px;}
#navbar  ul a {display: block;}
#navbar  ul li {float: left; /* otherwise there are gaps between each nav item */
padding-right: 1px; /* so that the divider can be displayed */
background: url(images/navs/global_navs_divider.gif) no-repeat 100% 50%;
}
#navbar  ul li a{color: #fff; font-weight: bold; text-align: center; padding: 4px 16px; background: #a90719 url(images/navs/global_nav_off.gif) repeat-x 100% 0%; }
#navbar  ul li a:hover, #navbar  ul li.current a , #navbar  ul li.current a:hover {background: #77000e url(images/navs/global_nav_on.gif) repeat-x 100% 0%; }
 
  /*............................................................................
	   2.2. Middle section / div#middle 
	 ................................................................................. */
   #middle {overflow: hidden; width: 100%; margin: 0px 0 10px 0; background: transparent;}
	html>body #middle {margin-top: -7px;}
   
	   /* 2.2.1 Middle  shadow layout top / div#shadowTop */
	   html>body #shadowTop {background: url(images/background/shadow_top.png) no-repeat left top;  height: 10px;}
      
		/* 2.2.2 Middle  shadow layout middle/ div#shadowMiddle */
		#shadowMiddle {background: transparent; }
		html>body #shadowMiddle {background: url(images/background/shadow_middle.png) repeat-y 0 0;}

      /* 2.2.3 Middle  body / div#middleBody */
		#middleBody {background: #fff; margin: 0 10px; padding: 15px; clear: both; overflow: hidden; }
    
	  /* 2.2.4 Middle shadow layout bottom/ div#shadowBottom */
		#shadowBottom {height: 10px; background: transparent; }
      html>body #shadowBottom {background: url(images/background/shadow_bottom.png) no-repeat left bottom; }	
   
  
#main {margin: 0;	padding: 0;}

#content-single {	margin: 0 0 5px 275px;	background-color: #fff;}

#content-index {margin: 0 0 5px 275px;	background-color: #fff;}

#sidebar {	margin: 0px 0 10px 0; float: left; width: 258px; /*padding: 5px;*/	display: inline;
}



/******** Document Styles ********/

h1, h2, h3, h4, h5, h6 {

	margin: 0;
	padding: 0;
	font-family:Georgia, Tahoma, Verdana, Arial, Serif;
	font-weight:normal;
	color: #333;	

}

h2.pagetitle {font: 1.3em georgia,"Times New Roman",Times, serif; display: block; font-weight: bold; border: 1px solid #85aeaf; margin-bottom: 18px; border-bottom: none; color: #fff; padding: 5px; background: #0584bd url(images/background/title_bar_bg.gif) no-repeat 100% 100%;}
/*h2.pagetitle  {font-family: arial,verdana,geneva,lucida,sans-serif; background: #0584bd url(images/background/blue_bar_bg.gif) repeat-x 100% 100%; margin-bottom: 20px; padding: 3px 7px; color: #fff; font-size: 1em; border: 1px solid #85adaf;}*/
h2.pagetitle  a {color: #fff; font-weight: bold;}

/*
h2.respond{
color: #3F3F30;
background-color:#A5A587;
text-align: right;
margin-bottom: 10px;
padding-right: 5px;
}


h2.comments{
color: #3F3F30;
background-color:#A5A587;
text-align: right;
margin: 20px 0px 20px 0px;
padding-right: 5px;
}
*/
h2.respond, h2.comments{font: 1.1em georgia,"Times New Roman",Times, serif;  font-weight: bold; border: 1px solid #85aeaf; margin-bottom: 10px; border-bottom: none; color: #fff; padding: 5px 15px; background: #91cbd1 url(images/background/title_bar_bg.gif) no-repeat 100% 100%;}
h2.respond a, h2.comments a{color: #fff; padding-right: 25px;}

h2.entry-title {
color: #0584bd; font: 1.6em georgia,"Times New Roman",Times, serif;  font-weight: bold; padding-left: 5px; margin-bottom: .3em;
}

h2.entry-title a{color: #0584bd;}


.center {text-align: center;}
strong {color: #3F3F30;}

/******** Header Elements ********/

#logo {background: transparent;}


#header h1 {height: 113px; width: 285px; margin: 0; padding: 0; background: url(images/background/logo.gif) no-repeat;  text-indent: -9000px; float: left;}
#header h1 a {display: block; height: 113px; width: 285px; background: url(images/background/logo.gif) no-repeat;}


 /* 2.2.3.2.1. search / div#search */
			 #searchbox {padding: 2px; border: 1px solid #b3b3ac; margin-bottom: 15px;}
			  #searchbox  form{border: 1px solid #b3b3ac; background: #efba29 url(images/background/orange_box_bg.gif) repeat-x 100% 100%; padding: 10px 15px;}
				form#searchbox  {margin-bottom: 0px !important;}
			   #searchbox  h3 {font: 1.35em georgia,"Times New Roman",Times, serif;  font-weight: bold; color: #000; margin-bottom: 1em;}
			   #searchbox  #s {background: #fff; border: 1px solid #666; padding: 1px 1px 1px 2px; width: 180px; margin: 0px 5px 5px 0px;}
			   #searchbox   .goButton {vertical-align: middle;}


/*
#searchbox {
  width: 300px;
  padding-left:10px;
  height: 40px;
  background: transparent url(images/searchbg.gif) no-repeat bottom;
}
*/
.inputbox {
margin-bottom: 6px;
color: #999999;
padding:2px;
}

.button {
font-size: 10px;
color: #EFEFC1;
background-color:#670000 ;
border: none;
margin-top: 8px;
margin-right: 15px;


}

.button:hover {
	background: #3F3F30;
	color:#fff;
	text-decoration:none;
}
span.rss {
padding-left: 3px;
margin-top: 2px;
float:left;

}
/******** Entry Elements ********/
.post {
margin-bottom: 10px;
margin: 0;
padding-bottom: 10px;
}
.post hr {	display: block;	}

.post blockquote {
  background: #fff url(images/blockquote.png) no-repeat left top;
	color:#B1B1B1;
	padding-left: 30px;
	margin:20px 0px 20px 0px;
	}
.post blockquote p {
	margin: 0px 0px 0px 0px;
	padding: 0 0px 10px 0px;
}
.postmetadata {
 color: #666666;
 margin-top: 20px;
 padding-left: 5px;
 
}

.postmetadata a{
	color: #A31B00;
	text-decoration: none;
}

.post-details {background: #038bcb url(images/background/blue_bar_bg.gif) repeat-x 100% 100%; margin-bottom: 20px; padding: 4px 7px; color: #fff; font-size: 1em; border: 1px solid #85aeaf;}

.postmetadata a:hover {
	text-decoration: underline;
}
.post-details a{
	color: #ffd478;
	font-weight: bold;
	text-decoration: none;
}

.post-details a:hover {
	text-decoration: underline;
}
.navigation {
background-color: #fff;
margin:40px 0 40px 0;
height: 30px;
padding:10px 10px 10px 10px;
}

.post-banner {
margin-bottom: 10px;
padding: 5px;
text-align: center;
}

.entry {padding: 0 10px;}

.entry ul li {
	margin: 0 0 0 45px;
	list-style: square;
	color: #3F3F30;
}

.entry ul ul li {
	margin: 3px 0 3px 30px;
	list-style: circle;
}
.entry img, .entry img a {
border: 2px solid #f2f2f2;
padding: 5px;
}
.entry a img:hover {
border: 2px solid #88886A;

}
a.more-link{
   color:#3F3F30;
   text-align:center;
   font-weight: normal;
   width: 100px; 
   height: 10px; 
   background:#A5A587;
   padding: 2px 5px 6px 5px;
   display: block;
   margin:10px 0 10px 0;
   text-decoration: none;
   float:right;
   }
a:hover.more-link {

   text-align:center;
   font-weight: normal;
   width: 100px; 
   height: 10px; 
	 background:#3F3F30;
	 color:#A5A587;
   padding: 2px 5px 6px 5px;
   display: block;
   margin-top:10px;
   text-decoration: none;
   float:right;
   }
/******** List Styles Styles ********/
          

#sidebar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;

	} 
#sidebar ul li {
	margin: 0 0 0 0px;
	list-style: none;

}

#sidebar ul li  {background: #fff; padding: 2px; border: 1px solid #b3b3ac; margin-bottom: 25px;}

#sidebar ul ul li {
	margin: 0px;
	list-style: none;
	border: none;
}
#sidebar ul ul li {padding: 0;}

#sidebar ul ul {
	margin: 0;
	color: #000; font-weight: normal; display: block; background: #c6e5bc; padding: 0px;
	border-bottom: 1px solid #fff;
	border: none;
}

#sidebar ul ul a {color: #000; font-weight: normal; display: block; background: #c6e5bc; padding: 3px 4px 3px 25px;}
#sidebar ul ul  a:hover, #sidebar .current a {color: #000; font-weight: bold; background: #e2f2dd url(images/navs/sub_nav_on.gif) no-repeat 7px 50%; }


ol {	margin: 0px 0px 0px 0px;	padding: 0px 0px 0px 0px;	} 
ol li {
	margin: 0 0 0 3px;
}
.post ul li {	list-style:square;	margin-bottom:5px;	line-height:115%;	margin-left:42px;
	}

.post ol li {
	margin-bottom:5px;
	line-height:115%;
	margin-left:48px;
	}

/******** Sidebar Elements ********/

#sidebar h2 {padding: 5px 9px; margin: 0; font: 1.1em arial,verdana,geneva,lucida,sans-serif; font-weight: bold; border-bottom: 1px solid #fff; color: #fff; background: url(images/navs/sub_title_bg.gif) repeat-x 100% 100%;}

.widget {
  /*padding: 5px;
width: 260px;
	margin: 0 0 10px 0;
	*/
}



/******** Widget ********/

.textwidget {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	}



#archives ul li {
/*
	background: #FFFFFF url(images/archives.gif) no-repeat top left;
	padding: 0px 0px 5px 18px;
	margin: 0px 0px 0px 0px;
	*/
	}


#archives ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#recent-comments ul li {
/*
	background: #FFFFFF url(images/comments.gif) no-repeat top left;
	padding: 0px 0px 5px 18px;
	margin: 0px 0px 0px 0px;
*/
	}

#recent-comments ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

	}

#categories ul li {
	/*background: #FFFFFF url(images/categories.gif) no-repeat top left;
	padding: 0px 0px 5px 18px;
	margin: 0px 0px 0px 0px;
*/
	}

#categories ul {
	list-style-type: none;
	/*margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 0px;
	*/
	}
#categories-80469351 ul li {
/*
	background: #FFFFFF url(images/categories.gif) no-repeat top left;
	padding: 0px 0px 5px 18px;
	margin: 0px 0px 0px 0px;*/

	}

#categories-80469351 ul {
	list-style-type: none;
	/*
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 0px;
	*/
	}
#recent-posts ul li {
/*
	background: #FFFFFF url(images/recent.gif) no-repeat top left;
	padding: 0px 0px 5px 18px;
	margin: 0px 0px 0px 0px;
*/
	}

#recent-posts ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

	}

#pages ul li {
/*
	background: #FFFFFF url(images/recent.gif) no-repeat top left;
	padding: 0px 0px 5px 18px;
	margin: 0px 0px 0px 0px;
	*/
	}

#pages ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

	}

#links ul li {
/*
	background: #FFFFFF url(images/links.gif) no-repeat top left;
	padding: 0px 0px 5px 18px;
	margin: 0px 0px 0px 0px;
*/
	}

#links ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

#meta ul li {
/*
	background: #FFFFFF url(images/meta.gif) no-repeat top left;
	padding: 0px 0px 5px 18px;
	margin: 0px 0px 0px 0px;
*/
	}


#meta ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

	}
	
#text-1 ul li {
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	}
#text-1 ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

	}
#tags ul li {
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	}


#tags ul {

	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

	}


/* Comments*/

.comments {
margin-bottom: 20px;
padding: 5px 15px 5px 5px;
background: #f7fefe;
}

.commentlist {
	padding-left:0px;
	border: 1px dotted #85adaf;
	margin-bottom: 10px;
	}

.commentlist li {
	margin: 0px 0 10px 0;
	padding: 5px;
	
	}
#commentform {border: 1px dotted #85adaf; padding: 5px 15px 15px 5px; background: #f7fefe;}
	
#commentform small {
	background:#FFF;
	font-weight:bold;
	padding:0;
	}

.commentmetadata {
	display: block;
	}

.commentlist cite {
	font: 1.6em Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	letter-spacing:-0.05em;
	}	

	

#commentform input {
color: #3F3F30;
padding: 3px;
background-color: #f7f7f7;
border: 1px solid #ccc;
margin: 3px 0;
}

#commentform textarea {
color: #3F3F30;
background-color: #f7f7f7;
border: 1px solid #ccc;

}


#commentform .submit {
color:#fff;
background:#0584bd;
border: 1px solid #000;
margin-top: 11px;
margin-right: 10px;
padding: 3px;
font-weight: bold;
}

#commentform .submit:hover {
	background: #74a538;
	color:#fff;
	text-decoration:none;
}

#commentform label {
text-align: center;
}

label {
 position: absolute;
 padding-left: 5px;
 }
	
	/*..................................................................................
	  2.3 Footer / div#footer  
	  .................................................................................*/
   #footer {margin: 10px 10px 15px 10px;}

      /* 2.3.1 Footer navigation / ul#footNav */
      #footNav ul {font-size: 1em; width: 100%; text-align: center; }
      #footNav ul li {display: inline; padding: 0 15px; background: url(images/navs/foot_navs_divider.gif) no-repeat 100% 50%;}
      #footNav ul li a { color: #0072bc; margin: 0; font-weight: bold; }
      #footNav ul li a:hover {color:#194044; }
      #footNav ul li.current a {font-weight: bold; color:#194044;}

		/* 2.3.2 Footer address / div#address */
      #footer #address {text-align: center; font-size: 1em;  margin: 15px 0; color: #000;}		
		


	
	