body {
	width: 710px;
	margin: 10px auto 20px;
	font: 62.5%/1.5 "Myriad Pro", "Lucida Grande", Helvetica, Verdana, Arial, sans-serif;
	background: #999;
	color: #000;
	text-shadow: 0 1px 1px #CCC;
	-webkit-text-stroke:1px transparent;
}

@media only screen and (max-device-width:480px) {body{-webkit-text-stroke:0 black;}}

h1 {
	float: left;
	font-size: 3.1em;
	margin: 0;
	padding: 0 0 0 85px;
}

h1, h1 a {
	color: #252525;
	text-decoration: none;
}

h1, #notice { text-shadow: 0 1px 1px #EEE; }
.post { text-shadow: 0px -1px 1px #000; }

h1 a:hover { color: #000; }

h1 a:hover span { color: #222; }

h1 span {
	color: #333;
	font-weight: normal;
}

h2 { font-size: 1.7em; }

li.date { font-weight: bold; }

p, li, cite { font-size: 1.4em; }

blockquote { 
	font-size: 1.6em;
	font-style: italic;
	font-family: Georgia, Times, "Times New Roman", serif;
}

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

hr {
	clear: both;
	margin: 0 75px 20px;
	border-top: 1px solid #777;
	border-bottom: 1px solid #AAA;
	border-width: 1px 0;
}

#description, #content { clear: both; }

#description, .post {
	width: 520px;
	margin: 20px auto;
	border: 0 solid #666;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

#description {
	padding: 10px 20px;
	background: #AAA;
}

#description p { margin: 3px 0; }

.post {
	padding: 20px;
	background: #444;
	color: #EEE;
}

.post h2 {
	margin-top: 0;
	font-size: 1.9em;
}

.post a { color: #FFF; }

.post img { max-width: 500px; }

.post img {
	border: 10px solid #FFF;
	-webkit-box-shadow: 0 2px 5px #222;
	-moz-box-shadow: 0 2px 5px #222;
}

.meta {
	float: left;
	width: 55px;
	margin: 0 0 0 -118px;
	padding: 10px 5px 10px 38px;
	list-style: none;
	font-size: 0.9em;
	border: 0 solid #666;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	background: #666;
	background-position: 3px center;
	background-repeat: no-repeat;
}

.meta li {
	margin: 0 0 -3px;
}

.post .meta { background-image: url(http://static.jeffandkrista.com/images/post.png); }
.link .meta { background-image: url(http://static.jeffandkrista.com/images/link.png); }
.chat .meta { background-image: url(http://static.jeffandkrista.com/images/chat.png); }
.photo .meta { background-image: url(http://static.jeffandkrista.com/images/photo.png); }

ul.chat {
	margin: 10px 0;
	padding: 0;
	list-style: none;
	border: 0 solid #000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

ul.chat li {
	padding: 3px 10px;
	background: #555;
}

ul.chat li.even { background: #666; }

#search {
	float: right;
	width: auto;
	margin: 5px 75px 0 0;
	padding: 5px 15px 5px 10px;
	border: 0 solid #666;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background: #444;
	color: #EEE;
}

#search img {
	float: left;
	margin-right: 10px;
	padding: 3px 0;
	cursor: pointer;
}

#search.closed { padding-right: 10px; }
#search.closed img { margin-right: 0; }

#search #s {
	float: left;
	margin: 0;
	padding: 2px;
}

#footer {
	clear: both;
	margin: 15px 0;
	text-align: center;
}

#footer p { margin: 0; }