/*
Theme Name: zoltancsaki.com
Theme URI: http://www.zoltancsaki.com
Description: Super minimalist 2x column grid brings the content to the foreground. If you've got shit content, you don't want this theme.
Version: 1.0
Author: Zoltan Csaki
*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
	color: #000;
}

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

fieldset,img {
	border:0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

ol,ul {
	list-style:none;
}

caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

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

abbr,acronym {
	border:0;
}


a {
	color:#999999;
	text-decoration:none;

}

a:hover {
	background-color:#97f42c;
	color:#000;
	text-decoration:none;

}

a:visited {
	text-decoration:line-through;

}


/** / end yahoo! CSS reset **/



body {
	background: #fff url(/wp-content/themes/zoltancsaki/images/bgnav.jpg) repeat-y;
	color: #999;
	font-family: 'lucida grande', verdana, arial, sans-serif;
	font-size: 70%;
	line-height: 1.5em;
	width: 960px; 
}


/** navigation **/
h1 {
	position: absolute;
	top: 0;
	left: 0;
}

h1 a:hover {
	color: transparent;
	background-color:transparent;

}

div#sidebar {
	float: left;
	width: 185px;
	margin-top: 90px;
	display: inline;
	_margin-top: 60px;
	padding-left: 30px;
	clear:left;
}

*:first-child+html div#sidebar {
	margin-top: 90px; /* IE7 fix */
}

div#sidebar ul {
	margin-bottom: 40px;
}




/** content **/
div#content {
	margin: 30px 0 0 220px;
	width: 730px;
}



/** post **/

div.entrytext {
	width:500px;
}

h2 a {
	background-color:#000000;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}

h2 a:hover {
	background-color:#97f42c;
	color:#000;
	text-decoration:none;
	font-weight:bold;
}

h2 a:visited {
	text-decoration:line-through;
	font-weight:bold;
}

h2.pagetitle {
	padding-bottom:20px;
	color:#97f42c;
}

ul#content-entries li.entry {
	margin-bottom: 100px;
	border: 1px solid #fff; /** quick fix to force IE to line things up nicely **/
}

ul#content-entries li.a {
	text-decoration:none;
}

div.entry-meta {
	width: 175px;
	float: right;
}

div.entry-meta h2 {
	margin: 5px 0 40px 0;
}

div.entry-content {
	width: 490px;
	padding-right: 60px;
	_padding-right: 30px;
}

div.entry-content p, div.entrytext p {
	margin-bottom: 1em;

}

div.navigation {
	margin-top:50px;
	margin-bottom:50px;
}

div.alignleft {
	float:left;
	color:#97f42c;
}

div.alignright {
	float:right;
	margin-right:230px;
	color:#97f42c;
}

div#post_navigation_prev, div#post_navigation_next {
	color:#97f42c;
	text-decoration:none;
}

/** FOOTER **/
div#footer {
	font-size: 50%;
	margin: 50px 0px 20px 220px;
}