html {
	text-align: center;
}

body {
	margin: auto;
	text-align: left;
	width: 920px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}

#nav {
	position: absolute;
	margin-top: 0;
	height: 30px;
	width: 867px;
	background-color: rgba(0, 0, 0, 0.5);
	color: #FFF;
	padding-left: 53px;
}

#nav li {
	margin-top: 0;
	list-style: none;
	float: left;
	margin: 5px 15px;
	letter-spacing: 1px;
	font-weight: lighter;
}

#nav li a {
	color: #FFF;
	text-decoration: none;
	padding: 0;
	border: 0;
	text-transform: uppercase;
}

#point {
	text-indent: -5000px;
	position: absolute;
	width: 150px;
	height: 55px;
	top:  35px;
	margin-left: 60px;
	background-image: url(../img/point.png);
}

#where {
	width: 515px;
	height: 467px;
	background: #999 url(../img/home.jpg);
	color: #FFF;
	padding: 53px 55px 0 350px;
	margin: 0;
	text-align: justify;
	font-size: 28px;
	text-shadow: #222 1px 1px 0;
	line-height: 36px;
	border-bottom: 1px solid #333;
	border-top: 3px solid #333;
}

#highlights {
	background: #aaa url(../img/noise.jpg) no-repeat;
	float: left;
}

#highlights div {
	width: 210px;
	float: left;
	padding: 10px;
}

h2 {
	text-shadow: #ccc 1px 1px 0;
	text-transform: uppercase;
}

p, li, dl {
	font-size: 0.8em;
	line-height: 1.6em;
	color: #222;
}

li ul {
	font-size: 1.2em;
	margin: 5px 0;
}

p, ul {
	margin-top: 10px;
}

a {
	text-decoration: none;
	color: #222;
	border-bottom: 1px dotted;
	padding-right: 15px;
	background: url(../img/link.png) right no-repeat;
}

p a, li a, #footer a {
	background-position: 100% 40%;
}

#blog h3 a {
	background-position: 100% 65%;
}

a:hover {
	background-color: #FFF;
	background-color: rgba(0,0,0,0.18);
}

span.ca a {
	background-image: url(../img/cat.png);
}

span.ct a {
	background-image: url(../img/comment.png);
}

span.date {
	padding-right: 15px;
	background: url(../img/date.png) no-repeat center right;
}

ul {
	padding-left: 15px;
}

#contact dd {
	margin: -1.8em 0 0 4.4em;
}

#contact dd#msg {
	margin: 0 0 0 0;
}

#contact input {
	width: 147px;
}

#contact textarea {
	width: 205px;
}

#contact a {
	border: none;
	background: none;
	padding: 0;
}

#contact a img {
	border: none;
}

dt {
	line-height: 2em
}

input, textarea {
	border: none;
	border-right: 3px solid #666
}

input#send {
	width: 113px;
	height: 33px;
	background: url(../img/button.png);
	border: none;
	cursor: pointer;
}

dfn, abbr {
	padding-right: 18px;
	background: url(../img/dfn.png) right no-repeat;
	cursor: help;
}

#facebook, #twitter, #linkedin, #delicious, a.rss {
	text-indent: -5000px;
	display: block;
	width: 32px;
	height: 32px;
	float: left;
	margin-right: 6px;
	margin-bottom: 5px;
	cursor: pointer;
}

a#facebook {
	background-image: url(../img/social_icons/facebook.png);
}

a#twitter {
	background-image: url(../img/social_icons/twitter.png);
}

a#linkedin {
	background-image: url(../img/social_icons/linkedin.png);
}

a#delicious {
	background-image: url(../img/social_icons/delicious.png);
}

a.rss {
	background-image: url(../img/social_icons/rss.png);
	border: none;
	padding: 0;
	float: none;
	margin: -1.4em 0 0 4em;;
}

#contact form {
	clear: left;
}

#portfolio {
	clear: both;
	background: url(../img/noisep.jpg) top;
	padding: 20px;
	width: 880px;
}

#blog {
	clear: both;
	padding: 20px;
}

#blog div {
	padding: 0 15px;
	border-left: 15px solid #ccc;
	margin-bottom: 30px;
}

#blog div:hover {
	background: #EEE;
	border-left-color: #666;
}

#blog .post a, #blog .post dfn, #blog .post abbr, #blog .post blockquote {
	border-color: #FFF;
}

#blog .post:hover a {
	border-color: #222;
}

#blog .post:hover blockquote {
	border-color: #999;
}

#blog h3 {
	text-shadow: #FFF 1px 1px 0;
}

a img {
	border: none;
}

#blog img {
	float: right;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin: 5px 0 5px 5px;
}

blockquote {
	background: url(../img/quotes.png) no-repeat;
	margin: 0;
	padding: 0 10px 0 50px;
	border: 1px solid #ccc;
}

#footer {
	text-align: center;
	font-size: 0.8em;
	border-top: 1px dotted #666;
	padding: 10px;
	margin: 10px 20px;
}