/*
Theme Name: Fatih Gurdal
Description: Custom made WordPress theme for Fatih Gurdal.
Version: 1.0
Author: Bilal Nafid
Author URI: http://www.bnontwerp.nl
*/

/* v1.0 | 20080212 */

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;
}

/** CUSTOM STYLES **/
body {
font-family: Arial;
font-size: 14px;
color: #cccccc;
margin: 0 0 15px 0;
height: 100%;
background: #0c0c0e url(img/background.png) no-repeat bottom center fixed;
}

#wrapper {
width: 765px;
margin: 0 auto;
}

h1 {
background: url(img/header.png) no-repeat;
text-indent: -9999px;
width: 765px;
height: 252px;
}

#nav {
width: 553px;
margin: -10px auto 0;
overflow: hidden;
height: 33px;
}

#nav a {
height: 33px;
text-indent: -9999px;
display: block;
float: left;
margin: 0 auto;
}

#nav a.blog {
background: url(img/nav.png) no-repeat;
width: 113px;
}

#nav a.threedimensional {
background: url(img/nav.png) no-repeat -113px;
width: 107px;
}

#nav a.twodimensional {
background: url(img/nav.png) no-repeat -220px;
width: 108px;
}

#nav a.tutorials {
background: url(img/nav.png) no-repeat -328px;
width: 109px;
}

#nav a.links {
background: url(img/nav.png) no-repeat -437px;
width: 114px;
}

#nav-glow {
background: url(img/nav-glow.png) no-repeat center;
height: 32px;
clear: both;
}

#entries {
width: 100%;
}

#entries .entry {
margin: 10px 0;
float: left;
}

#entries .entry .meta {
float: left;
width: 749px;
padding: 0 8px;
}

#entries .entry .meta h2 {
font-size: 24px;
font-weight: normal;
float: left;
}

#entries .entry .meta span {
float: right;
font-size: 10px;
padding-top: 13px;
}

#entries a,
#entries .entry .meta h2 {
color: #36fef2;
}

#entries a:hover {
text-decoration: underline;
}

#entries a:visited,
#entries .entry .meta span {
color: #FF7FEC;
}

#entries .entry .content {
background: transparent url(img/transparency.png);	
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border: 1px solid #231b1e;
clear: both;
float: left;
margin-top: 7px;
padding: 8px;
width: 747px;
overflow: hidden;
}

/** STYLING FOR THE BLOGITEMS **/
.entry .content p,
.entry .content img {
margin-bottom: 10px;
}

.entry .content h1,
.entry .content h2,
.entry .content h3,
.entry .content h4,
.entry .content h5,
.entry .content h6 {
background: none;
text-indent: inherit;
float: inherit;
height: inherit;
width: inherit;
color: white;
text-transform: none;
margin: inherit;
font-weight: normal;
}

.entry .content h1 {
font-size: 16px;
}

.entry .content h2 {
font-size: 14px;
}

.entry .content h3 {
font-size: 12px;
}

.entry .content h4 {
font-size: 11px;
}

.entry .content h5 {
font-size: 10px;
}

.entry .content h6 {
font-size: 9px;
}

#footerimage img {
margin-top: 7px;

}

#footerimage {
margin-top: 10px;
margin: 0 auto;
width: 765px;
text-align: center;
}


