* {
	margin:0;
	padding:0;
}
html, body {
	height: 90%;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	margin: 0 auto;
}
h1 {
	color: #e85938;
	font-size: 50px;
}
.all {
	margin: 20px auto 0;
	width: 985px;
}
#messages {
	height:520px;
	width:520px;
	overflow:auto;
	-webkit-overflow-scrolling: touch;
}
#left {
	float:left;
	width:450px;
	position:relative;
	text-align: center;
}
#right {
	float:right;
	width:530px;
	position:relative;
}
#chris {
	bottom: 0;
	height:515px;
	width:330px;
}
.date {
	font-style: italic;
	font-size:16px;
	float:right;
	margin-top:4px;
	margin-right:6px;
}
.image {
	margin-top: 14px;
}
#where {
	font-size: 18px;
	letter-spacing: 1px;
	margin-top: 20px;
}
#past ul{ 
	display:none;
}
#past:hover ul{
	display:block;
}
.phoneimage {
	min-height: 375px;
}
h2, #about h3 {
	border-top:dashed 1px #999;
}
ol {
	margin-left: 40px;
	margin-top:5px;
	margin-bottom:5px;
}
.comments {
	display:none;
}
.dcomment, .lcomment {
	cursor:pointer;
}
.commentform {
	display:none;
}
.dcomment {
	float:right;
}
#menu ul {
	position:absolute;
	top:30px;
	left:25px;
	list-style-type:none;
	line-height:1.5;
	border:1px solid #000;
	padding:12px;
}
#menu ul li a {
	text-decoration:none;
}
#left ul {
	border:0;
	margin:0;
	list-style-type:none;
}
#left li {
	background-color:#0085FF;
	padding:10px;
}
#left li a{
	font:34px bold 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-decoration:none;
	color:#fff;
}
#left li:hover {
	background-color:#00F5FF;
}
#menu ul li a:hover {
	text-decoration:underline;
}
.name {
	font-weight:bold;
}
.comment_is {
	display:block;
}
.comment {
	margin:10px;
	border-top:solid #999 1px;
	border-bottom:solid #999 1px;
}
.commentdate {
	float:right;
}
.specificlink {
	margin-left:86px;
}
#nowlink {
	padding: 10px;
	color: #fff;
	font-size: 34px;
	font-weight: bold;
	text-decoration: none;
}
nav {
	margin-top: 10px;
}
#about p, .bpost p{
	padding:5px 5px 20px 20px;
}
.nav_selected {
	background:#0CC!important;
}
