/*
Theme Name: hturan.com
Version: 1.0
Author: Harley Turan
Author URI: http://hturan.com
*/

/* @group CSS Resets */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */

:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* @end */

/* @group Global Styles */

body {
	background: #fff;
	font: Palatino, Constantia, Georgia, "times new roman", serif;
	color: #222;
}

strong {
	font-weight: bold;
}

a:link,
a:visited {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

a:hover,
a:active {
	text-decoration: none;
	border-bottom: 1px dotted #000;
}

h1 {
	margin-bottom: 5px;
	letter-spacing: 0.02em;
	font: bold 18px HelveticaNeue, Helvetica, Arial, sans-serif;
}

h1 a:link,
h1 a:visited {
	color: #000;
	-webkit-transition: color .2s ease;
}

h1 a:hover,
h1 a:active {
	color: #f7e800;
	text-decoration: none;
	border-bottom: none;
}

h2 {
	color: #4c4c4c;
	margin-bottom: 5px;
	letter-spacing: 0.02em;
	font: bold 18px HelveticaNeue, Helvetica, Arial, sans-serif;
}

h2 a {
	font-style: italic;
	font-weight: normal;
}

h3 {
	margin-bottom: 5px;
	font-size: 1.5em;
	font-weight: normal;
}

h3 a:link,
h3 a:visited {
	font-family: Calluna;
	color: #333;
}

h3 a:hover,
h3 a:active {
	text-decoration: underline;
}

h4 {
	margin-bottom: 10px;
	font-size: 1.5em;
	font-weight: bold;
	color: #333;
}

h5 {
	position: relative;
	top: -35px;
	margin-bottom: 50px;
	font-family: "helvetica neue", helvetica, arial;
	font-size: 1.2em;
	color: #999;
	font-weight: normal;
	border-bottom: 1px solid #ddd;
	background: #fff;
}

h5 abbr {
	display: inline-block;
	position: relative;
	margin: 0 auto;
	padding: 0 8px;
	background: #fff;
	top: 8px;
}

/* @end */

/* Structure */

#wrapper {
	margin: 0 auto;
	padding-top: 43px;
	width: 600px;
	text-align: left;
	position: relative;
}


/* @group Header */

#header {
	float: left;
	width: 100%;
	border-bottom: 1px solid #000;
	height: 27px;
}

#header h1 {
	display: inline;
	padding-right: 5px;
}

#infoLink:link,
#infoLink:visited,
#contactLink:link,
#contactLink:visited {
	color: #dcdcdc;
}

#toggle:active,
#toggle:hover {
	color: #f7e800;
}

#info {
	float: left;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 7px;
	font-family: Palatino, Constantia, Georgia, "times new roman", serif;
	font-style: italic;
	font-weight: normal;
	line-height: 1.3em;
}

/* @end */


/* @group Index */

.list {
	float: left;
	width: 100%;
	margin-top: 3px;
	border-top: 1px dotted #000;
}

.link {
	margin-top: 13px;
	float: left;
}

.link img {
	-webkit-transition: all .2s ease;
}

img.highlighted {
	position: absolute;
	margin-left: -57px;
}

img.icon,
div.link:hover img.highlighted {
	opacity: 1.0;
}

div.link:hover img.icon,
img.highlighted {
	opacity: 0;
}

.link h1,
.link h2 {
	display: inline;
	vertical-align: 19px;
	margin-right: 12px;
}

.link h1 {
	margin-left: 10px;
}

.link h2 {
	color: #000;
	font-family: Palatino, Constantia, Georgia, "times new roman", serif;
	font-style: italic;
	font-weight: normal;
}

/* @end */

/* @group Single Post */

.post .title {
	float: left;
	width: 100%;
	border-top: 1px solid #000;
	border-bottom: 1px dotted #000;
	height: 30px;
	margin-bottom: 15px;
}

.post .title img {
	position: relative;
	top: -12px;
	float: left;
}

.post .title h1 {
	margin-left: 65px;
	height: 100%;
	position: relative;
	top: 3px;
}

.post .content {
	width: 535px;
	float: left;
	margin-left: 65px;
}

.content p,
.content li,
.content dd {
	margin-bottom: 0.8em;
	width: 100%;
	color: #333;
	text-align: left;
}

.content p {
	font-size: 0.95em;
	text-align: left;
	line-height: 1.5em;
}

.content li {
	list-style: square;
	margin-left: 17px;
}

.content dt {
	font-size: 1.3em;
	color: #333;
}

.post a:link,
.post a:visited {
	text-decoration: underline;
}

.post ul,
.post ol {
	margin: 0 0 20px 15px;
}

.post ol li {
	list-style-type: decimal !important;
}

.post li {
	margin-bottom: 5px !important;
}

.post blockquote {
	font-size: 1.4em;
	font-style: italic;
	line-height: 1.5em;
	color: #7D7D7D;
	margin: 0 20px 20px;
	padding-left: 10px;
	border-left: 3px solid #ccc;
}

/* @end */

/* @group Archives */

#archives {
	margin-top: -50px;
}

h2.archiveTitle {
	margin: -30px 0 70px;
	color: #666;
}

h2.archiveTitle strong {
	color: #000;
}

#archives h3,
.content li h3 {
	font-family: LeagueGothic, palatino, times new roman;
	font-size: 1.6em;
	text-align: left;
	color: #333;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0 0 5px;
	border-bottom: 1px solid #ccc;
}

.content li h3 {
	font-size: 1.2em;
}

#archives label {
	font-family: LeagueGothic, palatino, times new roman;
	font-size: 1.4em;
	color: #333;
	font-weight: normal;
	text-transform: uppercase;
}

#archives #date {
	float: left;
	width: 150px;
}

#archives #categoryTags {
	float: left;
	width: 320px;
	margin-left: 30px;
}

#archives ul {
	margin: 5px 0 60px;
	text-align: left;
}

#archives ul li {
	display: inline-block;
	margin: 0 5px 5px 0;
	color: #999;
	font-size: 1.3em;
	line-height: 1.5em;
	white-space: nowrap;
}

#archives li a {
	margin-right: 5px;
}

#archives #date ul li {
	display: block;
	list-style-type: none;
	margin: 0 10px 0 0;
}

.tagArchives li {
	float: left;
	margin-right: 10px;
}

.categories li {
	margin-bottom: 5px;
	font-size: 2.3em;
}

/* @end */

/* Search Results
-------------------------------------------------------------------- */

.content.searchresults {
	margin-top: -35px;
}

.searchresults .postMeta {
	text-align: left;
}

.searchpanel {
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	margin: 0 0 40px;
	padding: 10px 0;
}

.searchpanel input[type=text] {
	width: 250px;
	font-size: 1.7em;
}

.searchpanel input[type=submit] {
	font-weight: normal;
	-webkit-border-radius: 12px;
	-moz-border-radius: 16px;
	background-position: left 5px;
	font-size: 1.4em;
}

/* Footer
-------------------------------------------------------------------- */

#footer {
	width: 500px;
	margin: 40px auto 0;
	padding: 20px 0 35px 0;
	color: #666;
	text-align: center;
}

.footerContent {
	width: 500px;
	margin: 20px auto 0;
	clear: left;
}

#footer p {
	line-height: 1.4em;
}

#footer #search {
	margin: 15px 0 30px;
}

#footer h5 {
	position: relative;
	top: 0;
	margin-bottom: 8px;
	font-family: LeagueGothic, palatino, times new roman;
	font-size: 1.3em;
	color: #666;
	font-weight: normal;
	text-transform: uppercase;
	border-bottom: none;
}

#footer .elsewhere {
	margin-bottom: 30px;
}

#footer .elsewhere li {
	display: inline;
	padding: 0 8px 0 0;
	margin: 0 5px 0 0;
	border-right: 1px dotted #ccc;
	font-size: 1.2em;
}

#footer .elsewhere li.last {
	padding: 0;
	margin: 0;
	border-right: none;
}

#footer #search input[type=text] {
	font-size: 1.4em;
	border-color: #ccc;
}

#footer #search input[type=text]:focus {
	border-color: #999;
}

/* Admin Edits
-------------------------------------------------------------------- */

.loggedin a:link,
.loggedin a:visited,
a.post-edit-link:link,
a.post-edit-link:visited,
a.comment-edit-link:link,
a.comment-edit-link:visited {
	color: #f00;
	font-weight: bold;
	text-decoration: underline;
}

.content p.loggedin {
	display: inline-block;
	margin-bottom: 35px;
	padding: 10px;
	background: #efefef;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

/* Self Clearing Floats
-------------------------------------------------------------------- */

#wrapper:after,
.post:after,
.commentEntry:after,
.commentForm:after,
#footer .elsewhere:after,
#metaContent .metaExtend:after,
#mainNav:after,
#mainNav ul:after,
#archives ul:after,
.content .postMeta:after,
#recentPosts li:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.post .wp_syntax {
	border: none;
	margin: 0;
}

.post .code {
	padding: 0;
}

.post .code pre {
	font: 8px Menlo, 'Courier New', Courier, mono;
	background-color: #222;
}

/* @group Code Highlighting */

.post .code .li1 {
	color: #6b95c8;
}

/* Line Numbers */

.post .code .de1 {
	color: #ffffff;
}

/* Code */

.post .code .kw1 {
	color: #FFBF7A;
}

/* Objective-C keywords */

.post .code .kw2 {
	color: #ff0000;
}

/* Macros and constants */

.post .code .kw3 {
	color: #ff0000;
}

/* C standard library functions */

.post .code .kw4 {
	color: #ff0000;
}

/* Data Types */

.post .code .kw5 {
	color: #9cd9ff;
}

/* Foundation Classes */

.post .code .kw6 {
	color: #ff0000;
}

/* Foundation Protocols */

.post .code .kw7 {
	color: #ff0000;
}

/* AppKit Classes */

.post .code .kw8 {
	color: #ff0000;
}

/* AppKit Protocols */

.post .code .kw9 {
	color: #ff0000;
}

/* CoreData classes */

.post .code .st0 {
	color: #eb7b79;
}

/* Strings */

.post .code .sy0 {
	color: #ffffff;
}

/* Symbols */

.post .code .nu0 {
	color: #aaaaaa;
}

/* Numbers */

.post .code .br0 {
	color: #ffffff;
}

/* Brackets */

.post .code .co1 {
	color: #e38655;
}

/* Comments: Preprocessor directives */

.post .code .co2 {
	color: #8ee488;
}

/* Comments: Normal C Single-Line Comments */

.post .code .co3 {
	color: #eb7b79;
}

/* Q-sign in front of Strings */

.post .code .kw5:hover {
	color: #ffffff;
}

/* Rollover linked keywords */

.post .code .kw5 {
	-webkit-transition: color .2s ease;
}

/* Rollover fade in */

.post .code a:link,
.post .code a:visited {
	text-decoration: none;
}

/* @end */

/* @group Custom Text Selection */

::-moz-selection {
	background:#f7e800;
}

::selection {
	background:#f7e800;
}

.list .link *::selection {
	color: #000;
}

.post .code *::-moz-selection {
	background: #e5e8e8;
}

.post .code *::selection {
	background: #e5e8e8;
}

/* @end */