/*
Theme Name: zach
Theme URI: http://zachaarons.com/
Description: ZACH AARONS
Version: 1.9
Author: Brendan Grifiths
Author URI: http://brendangriffiths.com/
Tags: zach

*/

.nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	line-height:28px;
	position:fixed;
	top:0px;
	left:0px;
	padding:8px;
	text-align: left;
	background-color:fff;
	width:100%;
	z-index:100;
background:#FFFFFF;
}

.zach {
	font-family: Impact, "Arial Black", Gadget, sans-serif;
	font-size:80px;
}
.x {
	position: fixed;
	top:8px;
	right:8px;
	z-index:110;
}

a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #F00;
}
a:active {
	text-decoration: none;
	color: #0F0;
}

#container a:link {
	color: #F00;
	text-decoration: none;
}

#container a:visited {
	color: #F00;
	text-decoration: none;
}

#container a:hover {
	color: #000;
	text-decoration: none;
}



.thing {
	letter-spacing:-.2em;
}
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #000;
	


}
body {
	background-image: url('http://54ludlow.com/zachaarons/wp-content/themes/zach/images/za_bkgnd.png');
background-repeat: no-repeat; 
background-position: center top;
background-attachment:fixed;
}
.content {
	width:720px;
}
.current {
	padding-left:20px;
	color:#F00;
}
.oneColFixCtr #container {
	width: 620px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image:url('http://54ludlow.com/zachaarons/wp-content/themes/zach/images/transwhite.png');
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
position:auto;
top:200px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	color:#000;
}
.oneColFixCtr #mainContent {
	padding: 12px;
	padding-top:140px;
	padding-bottom:100px;
}
.name {
	position:relative;
}
.nav a:hover
{
	padding-left:20px;
}
p {
padding-bottom:20px;
}