body {
	background: #555753 url(topshade.png) top left repeat-x;
	padding: 0;
	margin: 0;
	background-attachment: fixed;
	color: #ddd;
	color: rgba(255, 255, 255, .8);
	font: normal 15px "Helvetica", "Tahoma", "Arial";
	line-height: 1.6;
	font-weight: normal;
	text-align: left;
}
#bloglink {
	background: transparent url(wp-logo-50.png) center left no-repeat;
	padding-left: 60px;
	padding-top: 10px;
	height: 40px;
	display: block;
}
dd {
	text-align: right;
	margin-bottom: 10px;
	color: #999;
}

a.callout {
	margin-top: 20px;
	text-align: center;
	display: block;
	padding: 20px;
	background: rgba(0, 0, 0, .25);
	-webkit-border-radius: 20px;
}

object {
	margin-left: -20px;
	margin-right: 0;
}


.twitter, .facebook, .youtube {
	padding-left: 24px;
	min-height: 24px;
	background-image-position: left center;
	background-repeat: no-repeat;
}

.twitter {
	background-image: url(twitter.png);
}

.facebook {
	background-image: url(facebook.png);
}

.youtube {
	background-image: url(youtube.png);
}

body b {
	color: #fff;
	font-weight: bold;
	text-shadow: 0 1px 5px rgba(0, 0, 0, .8);
}

h2 {
	font: bold 16px "Trebuchet MS", Verdana, Tahoma;
	text-shadow: 0 1px 5px rgb(0, 0, 0);
	color: #fa9711;
}

.section, .top {
	clear: left;
	display: block;
	max-width: 960px;
	width: auto;
	margin: 0 auto;
	margin-bottom: 2em;
}

.clear { clear: left; height: 0; width: 0; overflow: hidden; }
.top {
	margin-top: 20px;
	text-align: center; margin-bottom: 0;
}

.section div {
	width: 280px;
	float: left;
	padding: 0 20px;
	margin: 0 auto 2em auto;
}

.section h1 {
	position: relative;
	text-align: center;
	border-width: 10px 30px;
	background: transparent url(topbar2.png) left center repeat-x;
	-webkit-border-image: url(topbar2.png) 10 30 10 30 stretch stretch;
	border-image: url(topbar2.png) 10 30 10 30 stretch stretch;
	font: bold 20px "Trebuchet MS", Verdana, Tahoma;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1 5 #000;
	text-shadow: 0 1px 5px rgba(0, 0, 0, .8);

}

.section #logo {
	color: transparent;
	background: transparent;
	text-shadow: none;
	height: 0;
	overflow: hidden;
	-webkit-border-image: none;
	margin: 0;
	padding: 0;
}

#bottom {
	position: fixed;
	bottom: 0;
	background: url(bottom-fade.png) bottom left repeat-x;
	height: 64px;
	left: 0;
	right: 0;
}

.section img {
	display: block;
	margin: 0 auto;
}

.screen img {
	-webkit-border-radius: 28px;
	-moz-border-radius: 28px;
}

h1 i {
	position: absolute;
	right: 20px;
	top: .1em;
	width: 80px;
	font-size: 50%;
	text-align: right;
}

a {
	text-decoration: none;
	color: #6189ff;
	text-shadow: 0 1px 3px #000;
	-webkit-transition: color .5s ease-in;
}

a:hover {
	color: #6f6;
}

ul {
	margin: 0;
	padding: 0;
}
li {
	margin: 0 0 0 1em;
	text-slign: left;
}

.section .screen {
	width: 320px;
	padding: 20px 0px;
	margin-bottom: 1em;
}

.screen img {
	width: 320px;
}

cite {
	display: block;
	text-align: center;
	margin-bottom: 2em;
}
