/* Bu css dokumani Kudret Keskin Portfolio sitesi icin yazilmistir. Orhan Ekici 23.08.2009 */

/* reset */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, em, img, strong, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}

body { line-height: 1; }

ol, ul { list-style: none; }

blockquote, q { quotes: none; }

:focus, :active { outline: 0; }

ins { text-decoration: none; }

del { text-decoration: line-through; }

a { text-decoration:none; }

table {
	border-spacing: 0;
	border-collapse: collapse;
}

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }

/* reset */

body { background:url(../images/bg.png) #FFF top left no-repeat; }

#container {
	width:800px;
	margin:24px 0 0 10px;
	font:11px/13px Arial, Helvetica, sans-serif;
}

#header { margin-bottom:25px; }

	#logo { width:180px; float:left; }
	#more { width:150px; float:right; text-align:right; }

#content h1 { margin-bottom:10px; }
#content p { margin-bottom:25px; }

#works { margin-bottom:35px; }
#works ul li { float:left; width:200px; height:200px; overflow:hidden; position:relative; }
#works ul li a { display:block; width:200px; height:400px; position:absolute; top:0; left:0; }
