body {
	background: #e1e1e1;
	font-family: Verdana,"Helvetica Neue",Arial,Helvetica,sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #666;
	
	margin: 0;
	padding: 0;
}

#wrap {
	background: #fff;
	width: 825px;
	margin: 0px auto 0 auto;
	padding: 25px;
	overflow: hidden;
}

	#header .logo {
		float: left;
		overflow: hidden;
	}
	#header .logo a {
		background: url('images/logo.png') no-repeat;
		width: 269px;
		height: 32px;
		display: block;
		text-indent: -999px;
	}
	#header .nav {
		float: right;
		margin: 0;
	}
	#header .nav li {
		display: inline;
		margin-left: 15px;
	}
	#header .nav a {
		overflow: hidden;
		font-weight: normal;
		padding-bottom: 2px;
		font-size: 10px;
		text-decoration: none;
		text-transform: uppercase;
		
		color :#aaa;
		
		border-bottom: 1px dotted #fff;
	}
	#header .nav a:hover, #header .nav .sel a {
		border-color: #ccc;
		color: #333;
	}
	
	.quote {
		text-transform: none;
		margin: 30px 0 30px 0;
		width: 95%;
	}

#main {
	margin-top: 30px;
}

#photos {
	overflow: hidden;
}
	#photos a {
		margin: 0 14px 0 0;

		border-width: 0 4px 4px 0;
		border-style: solid;
		border-color: #e6e6e6;
	}
	#photos a:hover {
		border-color: #ddd;
	}
	#photos img {
		border: 0;
	}
	
#recent-photos {
	margin-top: 40px;
}
	#recent-photos h2 {
		margin-top: 20px;
	}
	#recent-photos a {
		background: #fff;
		overflow: hidden;
	}

	#recent-photos a:hover, #photos a:hover {
		border-color: #ddd;
	}
	


#work {
	margin-top: 40px;
}
	#work li {
		margin-bottom: 20px;
	}
	#work .l {
		float: left;
		width: 60%;
	}
	#work .r {
		float: right;
		width: 35%;
		text-align: right;
	}

#contact .l {
	width: 48%;
	float: left;
}
#contact .r {
	width: 48%;
	float: right;
}

#prj li {
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #E2E3E4;
	list-style-type: none;
	
	margin: 10px 0px 10px 0px;
}
	#prj li li {
		border: 0px;
		border-style: none;
		list-style-type: none;
	}


#books .b {
	border-width: 0px 0px 1px 0px;
	border-color: #bbb;
	border-style: solid;
	
	padding: 7px;
	margin-bottom: 10px;
}
#books .l {
	width: 15%;
	float: left;
}
#books .r {
	width: 83%;
	float: right;
}
	#books h2 {
		display: inline;
	}
	#books .year {
		background: #eee;
		padding: 4px;
	}

#footer {
	margin-top: 40px;
	padding-top: 20px;
	font-size: 11px;
	color: #aaa;
	
	border-top: 1px dotted #ddd;
}
	#footer a {
		color: #aaa;
		text-decoration: none;
	}

/* ________________________________________________________ */
.entry {
	margin-bottom: 15px;
	
	border-bottom: 1px dotted #ddd;
}
.date {
	font-style: italic;
}


.demarg {
	margin: 0 -25px 0 -25px;
	display: block;
}

.box {
	margin: 30px 0 30px 0;
}


.clear {
	clear: both;
}
.noul {
	padding: 0;
	list-style-type: none;
}

h1,h2,h3, h4 {
	font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
	font-size: 28px;
	margin: 0 0 10px 0;
	line-height: 40px;
	font-weight: normal;
	color: #aaa;
}
	h2 {
		font-size: 28px;
		line-height: 34px;
		letter-spacing: -1px;
	}
	h3 {
		font-size: 22px;
		line-height: 28px;
		letter-spacing: -1px;
	}
	h4 {
		font-size: 18px;
		line-height: 24px;
		letter-spacing: -1px;
	}
	h1 a, h2 a, h3 a, h4 a {
		text-decoration: none;
	}

p {
	margin: 0 0 10px 0;
}

ul {
	list-style-type: square;
}

a {
	color: #999;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #333;		
}
a img {
	border: 0;
}

input,textarea,select {
	font-family: Helvetica, Arial,'Lucida sans';
	font-size: 18px;
	padding: 8px;
}
form label {
	display: block;
}
