body {
	width: 100%;
	background: #999 url('images/wallpaper.jpg');
	color: #eee;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

article, header, section { display: block; }
}

article {
	display: block;
}

h1 {
	font-family: Zapfino;
	font-size: 22pt;
}

h2 {
	font-family: Georgia;
	font-size: 12pt;
}

h2 a {
	color: #111;
}

h3 {
	font-weight: bold;
	font-size: 15pt;
	margin: 0.5em 0;
}

header {
	display: block;
}

pre {
	font-family: "Anonymous Pro", monospace;
	white-space: pre;
}

p {
	padding: 5px 0;
}

ul {
	list-style: disc;
}

li {
	margin-left: 1em;
	margin-bottom: 1em;
}

section {
	display: block;
}

body.index section {
	color: #111;
}

#background {
}

#about {
	font-family: Verdana;
}

#menu a {
	font-family: Georgia;
}

#tabs a {
	font-family: Georgia;
}

#quote {
	font-family: Verdana;
}

#frame {
	width: 960px;
	margin: auto;
	margin-top: 20px;
	background-color: #446;
	background: -moz-radial-gradient(center, #224, #446);
	-moz-box-shadow: -20px 0px 20px #446, 20px 0px 20px #446,
					0px -20px 20px #446, 0px 20px 20px #446;
	-webkit-box-shadow: -5px 0px 5px #446, 5px 0px 5px #446,
					0px -5px 5px #446, 0px 5px 5px #446;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

#frame > header {
	position: relative;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background: url('images/header.jpg') -500px -600px;
	height: 100px;
}

#title {
	width: 600px;
	text-align: center;
	padding-top: 40px;
	text-shadow: 0px 0px 10px #eee;
	color: #111;
}

#menu {
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	border-right: 1px solid #111;
}

#menu ul {
	list-style: none;
}

#menu li {
	float: left;
	width: 100px;
	height: 45px;
	margin-left: 0;
	border: 1px solid #111;
	border-right: none;
	text-align: center;
}

#menu a {
	display: block;
	padding-top: 15px;
	height: 30px;
	text-decoration: none;
	color: rgb(230, 230, 255);
	text-shadow: 1px 1px 5px #777;
	background-color: #123E8D;
	background: -webkit-gradient(linear, left top, left bottom, from(#333), to(#123E8D));
	background: -moz-linear-gradient(top, #333, #123E8D);
}

#menu a:hover {
	-webkit-box-shadow: inset 0 0 10px #000;
	-moz-box-shadow: inset 0 0 10px #000;
	background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#224E9D));
	background: -moz-linear-gradient(top, #444, #224E9D);
}

#tabs {
	text-align: center;
	margin-top: 20px;
	background-color: #EEE;
	background: -moz-radial-gradient(ellipse farthest-corner, #eee, transparent);
}

#tabs li {
	display: inline-block;
	width: 100px;
	height: 30px;
	text-align: center;
	margin-top: 10px;
}

#tabs a {
	text-decoration: none;
	color: #222;	
	text-shadow: 1px 1px 5px #777;
}

#tabs a:hover {
	text-shadow: 1px 1px 5px #111;
}

#blog {
	width: 60%;
}

aside {
	float: right;
	width: 40%;
}

#tumblr time {
	font-size: 7pt;
	position: absolute;
	bottom: 0;
	right: 0;
}

#tumblr img {
	max-width: 100%;
}

#tumblr ul {
	list-style: none;
}

#tumblr li {
	position: relative;
	margin-left: 0;
	margin-bottom: 10px;
	margin-top: 10px;
	border-top: 1px solid #111;
}

#tumblr > ul > li:first-child {
	border-top: none;
	margin-top: 0;
}

#youtube object {
	max-width: 100%;
	margin-top: 10px;
}

#youtube ul {
	list-style: none;
}

#youtube li {
	margin-left: 0;
	margin-bottom: 10px;
	margin-top: 10px;
	border-top: 1px solid #111;
	text-align: center;
}

#youtube > ul > li:first-child {
	border-top: none;
	margin-top: 0;
}


article, aside section {
	background-color: rgb(230, 230, 255);
	margin: 10px;
	margin-top: 30px;
	padding: 10px;
	position: relative;
	border: 1px solid #111;
	-webkit-box-shadow: 5px 5px 10px #888;
	-moz-box-shadow: 5px 5px 10px #888;
	box-shadow: 5px 5px 10px #888;

/*	-moz-border-radius: 10px;*/
	-moz-border-radius-topleft: 0;
}

section h2 {
	position: absolute;
	background-color: rgb(230, 230, 255);
	top: -22px;
	left: -1px;
	padding: 5px 10px 0px 10px;
	border: 1px solid #111;
	border-bottom: none;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	text-shadow: 1px 1px 2px #999;
}

section pre {
	overflow: hidden;
}

section .info {
	position: absolute;
	right: 5px;
	bottom: 5px;
	cursor: pointer;
}

section .description {
	display: none;
	position: absolute;
	right: 10px;
	left: 10px;
	bottom: 15px;
}


#footer {
	clear: both;
	position: relative;
	height: 80px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	color: rgb(230, 230, 255);
	text-shadow: 1px 1px 5px #BBB;
}

#footinfo {
	position: absolute;
	right: 10px;
	bottom: 10px;
}

#footinfo * {
	float: left;
	margin-right: 5px;
}

#footinfo p {
	margin-top: 10px;
	margin-right: 10px;
}

#quote {
	width: 600px;
	height: 80px;
	padding: 10px;
	overflow: hidden;
	font-size: 10pt;
	line-height: 1.1em;
	display: table;
	text-align: center;
	-moz-border-radius-bottomleft: 10px;
}

#quote span {
	display: table-cell;
	vertical-align: middle;
}