/*
Theme Name: igblog
Theme URI: http://isagoksu.com/
Description: A customized WordPress theme by <a href="http://isagoksu.com">Isa Goksu</a>.
Version: 1.0
Author: Isa Goksu
Author URI: http://isagoksu.com/
Tags: web 2.0, fixed width, two columns, widgets
*/

/* All Elements */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Georgia, 'Times New Roman', Serif;
	font-style: oblique;
	background: #ffffff url('images/backgrounds/me.png');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 66px 110px;
	color: #4b4b4b;
}

input, textarea {
  font: normal 11pt Tahoma, Arial, sans-serif;
  color: #3a3a35;
}

a {
	border: 0;
	outline: none;
	color: #3290cb;
	text-decoration: none;
}

a:hover {
	color: #c86812;
	text-decoration: underline;
}

#page {
	width: 100%;
	overflow: hidden;
}

#header {
	background: url('images/backgrounds/header-bg.png');
	height: 80px;
}

#header #menubar {
	width: 780px;
	margin: auto;
}

#header #logo {
	float: left;
	margin-top: 14px;
	width: 180px;
	height: 66px;
	background: transparent url('images/navigation/header-separator.png');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: right 9px;
}

#header #logo img {
	border: 0;
}

#header #slogan {
	float: left;
	width: 300px;
	padding: 7px;
	height: 49px;
	margin-top: 20px;
	font-size: 10pt;
	color: #b3ae9a;
	line-height: 11pt;
	background: transparent url('images/navigation/header-separator.png');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: right 3px;
}

#header #menubar #menu dt { 
	float: left; 
	margin-top: 25px;
}

#header #menubar #menu dt a {	
	display: block;
	border: 0;
	height: 0px !important;
	height /**/:35px; /* IE 5/Win hack */ 
	padding: 35px 0 0 0;
/*	overflow: hidden;*/
	background-repeat: no-repeat;
}

#header #menubar #menu dt a:hover {
	background-position: 0 -35px;
}

#header #menubar #menu dt a.active {
	background-position: 0 -35px;
}

#header #menubar #menu dt#home {
	padding-left: 7px;
	width: 75px;
	background: transparent url('images/navigation/header-separator.png');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: right 0;
}

#header #menubar #menu dt#home a { 
	width: 61px; 
	background-image: url('images/navigation/home.png'); 
}

#header #menubar #menu dt#projects {
	padding-left: 7px;
	width: 100px;
	background: transparent url('images/navigation/header-separator.png');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: right 0;
}

#header #menubar #menu dt#projects a { 
	width: 88px; 
	background-image: url('images/navigation/projects.png'); 
}

#header #menubar #menu dt#contact,
#header #menubar #menu dt#contact a { 
	width: 88px; 
	background-image: url('images/navigation/contact.png'); 
}

#container {
	width: 780px;
	margin: auto;
	padding: 11px;	
}

#right-curly {
	width: 980px;
	min-height: 550px;
	margin: auto;
	background: transparent url('images/backgrounds/right-curly.png') no-repeat scroll;
	background-position: right 49px;
}

#sidebar {
	  float: left;
		width: 220px;
}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
}

#sidebar ul li h2 {
	font-size: 14pt;
	border-top: 1px solid #cccccc;	
	border-bottom: 1px solid #eeeeee;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-top: 19px;
	margin-right: 14px;
}

#sidebar ul li ul li {
	padding: 7px;
	padding-left: 14px;
}

#sidebar ul li ul li ul li {
	padding-bottom: 0;
	text-indent: 11px;
}

#sidebar a {
	color: #437399;
	border-bottom: 1px solid #dedede;
}

#sidebar a:hover {
	color: #c86812;
}

#content {
	font-family: Tahoma, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	letter-spacing: 1px;
	line-height: 16pt;
	margin-top: 22px;
	margin-left: 232px;
}

#content h2 {
	font-family: Georgia, 'Times New Roman', serif;
	font-weight: normal;
	font-style: oblique;
	font-size: 16pt;
	color: #3290cb;
	padding-bottom: 3px;
	border-bottom: 1px solid #eeeeee;
}

#content h3 {
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 13pt;
	font-style: oblique;
	font-weight: normal;
	padding-top: 19px;
	padding-bottom: 7px;
}

div.entry ul {
	list-style: none;
	margin-left: 22px;
	margin-top: 22px;
}

div.entry ul li:before {
	content: "\0020 \0020 \0020 \00BB \0020";
	color: #AD8762;
	margin-left: -14px;
	padding-right: 1px;
}

div.entry ul li {
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 9pt;
	font-style: oblique;
	color: #4B4A45;
	margin-left: 11px;
}

div.entry ol {
	margin-left: 22px;
	margin-top: 22px;
}

div.entry ol li {
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 9pt;
	font-style: oblique;
	color: #4B4A45;
	margin-left: 11px;
}

div.entry strong {
	color: #AD8762;
	font-family: Georgia, 'Times New Roman', serif;
	font-weight: normal;
}

div.entry em {
	color: #333333;
	font-weight: bold;
	font-style: oblique;
	font-size: 9pt;
}

h3 a {
	font-family: Georgia, 'Times New Roman', serif;
	font-style: oblique;
	font-size: 12pt;
	color: #3290cb;
}

#content p.meta-info {
	font-size: 8pt;
	text-align: right;
	color: #a3a3a3;
}

#content p.meta-info span.edit-icon {
	position: relative;
	top: 4px;
}

#content p.meta-info span.meta-admin a {
	color: #a3a3a3;
}

#content p.meta-info span.meta-admin a:hover {
	text-decoration: underline;
}

#content p.meta-extra {
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	padding: 5px;
	margin-top: 11px;
	margin-bottom: 19px;
}

#content p.meta-extra span.meta-categories {
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 9pt;
	font-style: oblique;
	font-weight: normal;
	color: #838383;
}

#content p.meta-extra span.meta-categories strong {
	color: #ad8762;
}

#content p.meta-extra span.meta-categories a {
	color: #838383;
}

#content p.meta-extra span.meta-categories a:hover {
	color: #838383;
	text-decoration: underline;
}

#content p.meta-extra span.categories-icon {
	position: relative;
	top: 3px;
}

#content p.comments-container span.comments-icon {
	position: relative;
	top: 4px;
}

#content p.comments-container {
	text-align: right;
	margin-top: -48px;
	margin-bottom: 44px;
}

#content p.comments-container span.meta-comments a {
	color: #3290cb;
}

#content p.comments-container span.meta-comments a:hover {
	color: #3290cb;
	text-decoration: underline;
}

#content h2 a {
	color: #6c9dce;
	font-weight: normal;
}

#content h2 a:hover {
	text-decoration: underline;
}

#content .entry {
	color: #4b4b4b;
}

#content .entry p {
	padding-top: 13px;	
}

#content .entry blockquote {
	font-style: oblique;
	font-size: 9pt;
	line-height: 17pt;
	background: transparent url('images/backgrounds/quote.png') no-repeat;
	text-indent: 31px;
	padding: 11px 55px 0 33px;
}

#content .entry h4 {
	font-style: oblique;
	font-weight: normal;
	font-size: 11pt;
	line-height: 17pt;
	background: transparent url('images/backgrounds/quote-small.png') no-repeat;
	text-indent: 3px;
	padding: 4px 55px 0 33px;
	margin-top: 19px;
	color: #996633;
}

#content .entry p img {
	padding: 3px;
	margin-left: 4px;
	background-color: #F9F9F9;
	border: 1px solid #dddddd;
}

#footer {
	clear: both;
	border: none;
	height: 253px;
	background: transparent url('images/backgrounds/footer-bg.png') repeat-x;
/*	margin-top: 39px;*/
}

#footer #footer-container {
	height: 258px;
	background: transparent url('images/backgrounds/istanbul.png') repeat-x scroll;
	background-position: 0 44px;
}

#footer #pagination {
	width: 780px;
	height: 27px;	
	margin: auto;
	padding-top: 13px;
	color: #a3a3a1;
}

#footer #pagination span {
	color: #9a673a;
}

#footer #pagination a {
	color: #a3a3a1;
}

#footer #pagination a:hover {
	color: #9a673a;
}

#footer #pagination #page-info {
	float: left;
	margin-left: 230px;
}

#footer #pagination #page-numbers {
	float: right;
}

#footer #mighty-mouse {
	padding: 11px;
	height: 121px;
	margin-top: -44px;
	background: transparent url('images/arts/mighty-mouse.png') no-repeat right center;
}

#footer #art-container {
	height: 218px;
	margin-top: -103px;
	background: transparent url('images/arts/light-tower.png') no-repeat;
	background-position: 170px -21px;
	overflow: hidden;
}

#footer #version {
	padding: 7px;
	color: #c6c6c6;
}

#footer #twitter {
	float: left;
	width: 400px;
	height: 185px;
	overflow: hidden;
}

#footer #twitter #bird {	
	float: left;
	margin-top: 33px;
	margin-left: 11px;
}

#footer #twitter #messages {
	height: 185px;
	margin-left: 110px;
	padding: 11px;
	background: transparent url('images/backgrounds/left-curly.png') no-repeat;
	background-position: -11px -4px;
}

#footer #twitter #messages p.twitter-title {
	color: #ffffff;
	font-weight: normal;
	margin-top: -9px;
	padding-bottom: 19px;
	padding-left: 27px;
}

#footer #twitter #messages p.twitter-title a {
	color: #3290cb;
}

#footer #twitter #messages ul {
	margin-top: -21px;
}

#footer #twitter #messages ul li {
	color: #7e7c78;
	font-size: 9pt;
	font-weight: normal;
	font-style: oblique;
	list-style-type: none;
	list-style-image: none;
	letter-spacing: 1px;
	padding-top: 9px;
	padding-left: 27px;
	line-height: 15pt;
}

#footer #twitter #messages ul li:before {
	content: "\00BB \0020";
}


#footer #twitter #messages ul li span {
	color: #c6c6c6;
}

#footer #twitter #messages a {
	color: #ad8762;
}

#footer #twitter #messages a:hover {
	color: #ad8762;
	text-decoration: underline;
}

#footer #latest-entries {
	float: left;
	width: 350px;
	margin-left: 160px;
}

#footer #latest-entries h3 {
	color: #ad8762;
	font-size: 11pt;
	font-style: oblique;
	letter-spacing: 2px;	
	padding-left: 9px;
}

#footer #latest-entries ul {
	padding-top: 7px;
	list-style: none;
}

#footer #latest-entries ul li {
	font-weight: normal;
	font-size: 9pt;
	color: #c6c6c6;
	padding-top: 7px;
	letter-spacing: 1px;
}

#footer #latest-entries ul li:before {
	content: "\00BB \0020";
}

#footer #latest-entries ul li a {
	color: #b6b6b6;
}

#footer #latest-entries ul li a:hover {
	color: #b6b6b6;
	text-decoration: underline;
}

#footer #site-info {
	text-align: right;
	height: 185px;
}

#footer #site-info #feed-details {
	height: 84px;
	margin-top: 74px;
	line-height: 13px;
}

#footer #site-info #feed-details span {
/*	margin-right: 22px;*/
}

#footer #site-info #feed-details span img {
	float: right;
	padding-right: 11px;
	margin-top: -1px;
}

#footer #site-info #feed-details span p {
	padding-right: 39px;
}

#footer #site-info #feed-details span p a {
	font-size: 9pt;
	letter-spacing: 1px;
	color: #d6d6d6;
	text-decoration: underline;
}

#footer #site-info #feed-details span p a:hover {
	color: #ad8762;
}

#footer #site-info #copyright-info {
	font-size: 9pt;
	color: #7e7c78;
	letter-spacing: 1px;	
	margin-left: -126px;
	padding-top: 4px;
	padding-right: 11px;
}

#search-form {
  background: url('images/forms/textbox_144.gif') 0 0 no-repeat;
  height: 26px;
  margin: 23px 0 0 0;
  padding-right: 240px;
}

#search-form input {
  background: none;
  width: 132px;
  height: 21px;
  padding: 4px 6px 0 6px;
  border: none;
  float: left;
}

#search-form button {
	display: block;
	border: 0;
	cursor: pointer;
  background: url('images/forms/search.png') 0 0 no-repeat;
  height: 26px;
  width: 57px;
	margin-left: 151px;
}

#search-form button:hover {
	background-position: 0 -26px;
}

#not-found {
	height: 550px;
}

#not-found h2 {
	font-style: normal;
	color: #a3a3a3;
	font-size: 18pt;
	padding-bottom: 11px;
}

#not-found h2:before {
	content: "\00BB \0020";
}

#not-found img {
	border-top: 1px dashed #eeeeee;
	padding: 11px;
	padding-left: 66px;
}

ul.tags {
	list-style: none;
	padding-bottom: 22px;
	margin: 0 !important;
}

ul.tags li {
	float: left;
	padding: 0 0 0 10px;
	background: transparent url('images/backgrounds/tag-head.png') no-repeat scroll 0 55%;
}

ul.tags li a {
	background: transparent url('images/backgrounds/tag-bg.png') no-repeat scroll 100% 55%;
	float: left;
	display: block;
	font-size: 8pt;
	color: #888899;
	text-transform: lowercase;
	padding: 4px;
	margin-right: 4px;
}

ul.tags li a:hover {
	color: #22AABB;
}

#comments {
	font-family: Georgia, 'Times New Roman', serif;
	font-style: oblique;
	font-size: 18pt;
	color: #dddddd;
	text-align: right;
	border-bottom: 1px dashed #dddddd;
	padding-bottom: 7px;
	margin-bottom: 7px;
}

ol.commentlist {
	list-style-type: none;
}

ol.commentlist li {
	padding-bottom: 11px;
	padding-top: 19px;
}

ol.commentlist li.nice-comment {
	background: transparent url('images/backgrounds/comment-bg.png') no-repeat scroll;
	background-position: 66px 0;
}

li.nice-comment div.nice-comment-container {
	margin-bottom: -55px;
}

ol.commentlist li.nice-comment div.comment-author {
	padding-left: 7px;
	text-align: center;
}

div.comment-author div.comment-author-name {
	color: #aaaaaa;
	font-size: 7pt;
	font-style: oblique;
	text-align: left;
	width: 77px;
	overflow: hidden;
	white-space: nowrap; 
}

div.comment-author div.comment-author-name:before {
	content: "\00BB \0020";	
}

div.comment-author p.comment-author-avatar {
	background: transparent url('images/backgrounds/avatar-bg.png') no-repeat scroll;
	height: 58px;
}

div.comment-author p.comment-author-avatar img {
	float: left;
	margin-left: 5px;
	margin-top: 5px;
}

div.comment-text {
	text-align: right;
	padding-left: 99px;
	position: relative;
	top: -83px;
}

div.comment-text span {
	text-align: left;
}

div.comment-text em {
	font-size: 8pt;
	color: #cccccc;
}

div.comment-text span p {
	padding-bottom: 11px;
}

p.comment-count {
	font-size: 66pt;
	color: #e0ecf1;
	font-weight: bold;
	position: relative;
	top: -1px;
}

div.comment-awaiting {
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 8pt;
	color: #c7b299;
	font-style: oblique;
	position: relative;
	top: -81px;
	left: 97px;
}

#respond h3 {
	padding-bottom: 7px;
	margin-top: 13px;
	margin-bottom: 19px;
	border-bottom: 1px dashed #dddddd;
}

#comment-form {
	margin-bottom: 55px;
}

#comment-form #comment-author-details small {
	float: left;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 9pt;
	font-style: oblique;
}

#comment-form #comment-author-details small span.required {
	font-size: 8pt;
	color: #ccc;
}

#comment-form #comment-author-details div {
	margin-left: 110px;
}

#comment-reply-name {
  background: url('images/forms/textbox_144.gif') 0 0 no-repeat;
  height: 26px;
  margin: 5px 0 5px 0;
}

#comment-reply-name input {
  background: none;
  width: 132px;
  height: 21px;
  padding: 4px 6px 0 6px;
  border: none;
}

#comment-reply-email {
  background: url('images/forms/textbox_200.gif') 0 0 no-repeat;
  height: 26px;
  margin: 5px 0 5px 0;
}

#comment-reply-email input {
  background: none;
  width: 188px;
  height: 21px;
  padding: 4px 6px 0 6px;
  border: none;
}

#comment-reply-website {
  background: url('images/forms/textbox_200.gif') 0 0 no-repeat;
  height: 26px;
  margin: 5px 0 5px 0;
}

#comment-reply-website input {
  background: none;
  width: 188px;
  height: 21px;
  padding: 4px 6px 0 6px;
  border: none;
}

#comment-reply-text {
  background: url('images/forms/textarea_430.gif') 0 0 no-repeat;
  height: 99px;
  margin: 5px 0 0 0;
}

#comment-reply-text textarea {
  background: none;
  width: 418px;
  height: 90px;
  padding: 4px 6px 0 6px;
  border: none;
	resize: none;
}

#comment-reply-button button {
	display: block;
	border: 0;
	cursor: pointer;
  background: url('images/forms/send-message.png') 0 0 no-repeat;
  height: 26px;
  width: 100px;
}

#comment-reply-button button:hover {
	background-position: 0 -26px;
}

.search-result-item {
	padding-top: 11px;
	padding-bottom: 11px;
	border-bottom: 1px solid #dddddd;
}

.search-result-item h3 a {
	font-size: 13pt;
	font-weight: normal;
	font-style: normal;
	color: #cc6633;
}

.search-result-item small {
	font-style: oblique;
	color: #999999;
}

div.alpha-shadow {
	background: transparent url('images/shadow.gif') no-repeat scroll right bottom;
	clear :both;
	float: left;
	margin: 14px 0 0 17px !important;
}

div.alpha-shadow div {
	background: transparent url('images/shadow2.png') no-repeat scroll left top !important;
	float: left;
	padding: 0 6px 6px 0;
}

div.alpha-shadow img {
	background-color: #FFFFFF;
	border: 1px solid #A9A9A9;
	margin: 0;
	padding: 4px;
}

p.submit img {
	display: none;
}

.author {
	padding-left: 360px; 
	font-size: 13pt;
}

#try-again {
	background: transparent url('images/arts/try-again.png') no-repeat scroll left top;
	width: 550px;
	height: 440px;
}

#no-result {
	margin-top: 7px;
	float: right;
	width: 330px;
	text-align: right;
}

#no-result p {
	color: #999;
	margin-top: 11px;
	font-size: 12pt;
	font-style: oblique;
}

#professional-details {
	float: left;
	width: 66%;
	margin-right: 8px;
}

#personal-summary {
	text-align: center;
	margin-top: 7px;
}

div.dsfaq-background {
	background: transparent url('images/arts/faq-left.png') no-repeat scroll left -5px;
	font-family: Georgia, sans-serif;
}

span.dsfaq_quest {
	font-size: 14px;
	font-weight: bold;
	font-style: oblique;
	margin-left: 19px;
	color: #8c6239;
}

div.dsfaq_answer {
	font-family: Tahoma, Arial, sans;
	border-left: 1px solid #e4e3e2;
	border-bottom: 1px solid #e4e3e2;
	margin-left: 9px;
	margin-top: -3px;
	padding-left: 11px;
	padding-bottom: 11px;
}

ol.dsfaq_ol_quest {
	margin-bottom: 22px;
}

ol.dsfaq_ol_quest li:before {
	content: "\0020 \0020 \0020 \00BB \0020";
}

ol.dsfaq_ol_quest li {
	list-style-type: none;	
}

ol.dsfaq_ol_quest li a {
	font-size: 14px;	
}

div#content div {
	position: relative;
}

div#content pre {
	font-family: Monaco, monospace;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
	white-space: pre-wrap
	word-wrap: break-word;
}

div#content code {
	font-family: Monaco, monospace;
	font-size: 12px;
	line-height: 18px;
}

div#content pre.sh_sourceCode {
	font-size: 12px;
	margin:7px 0 0;
	width: 530px;
	border: 3px solid lightgrey;
	padding: 9px;
}


#socialize {
	position: fixed;
	top: 130px;
	right: 66px;
}

#dzoneit {
	float: right;
	padding-left: 7px;
}

.float-right {
	clear: right;
	float: right;
}

#socialize span.float-right {
	margin-right: 16px;
}

#retweet {
	clear: right;
	float: right;
	margin-right: -69px;
	margin-top: 6px;
}
