/* */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, samp,
small, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

@font-face {
	  font-family: "Museo300";
	  src: url(Museo300-Regular.otf) format("opentype");
}

@font-face {
	  font-family: "Museo500";
	  src: url(Museo500-Regular.otf) format("opentype");
}

@font-face {
	  font-family: "Museo700";
	  src: url(Museo700-Regular.otf) format("opentype");
}

body {
	font-family: Museo300;
	padding: 0 0 50px;
	text-shadow: 0 -1px -1px rgb(255, 255, 255, 0.001);
	background: #fcfcfc url(bg.gif) 0 0 repeat-x;
	border-top: 1px solid #bbb;
}

#wrapper {
	width: 550px;
	margin: 50px auto;
}

a {
	color: #000;
	text-decoration: none;
	font-family: Museo700;
}

a:hover {
	color: #666;
}

a:active {
	position: relative;
	top: 1px;
}

h1 {
	font-size: 48px;
	font-family: Museo700;
	text-shadow: 0 1px 0 #fff;
	margin-bottom: 50px;
}

h2 {
	font-size: 24px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 1em 0;
	color: rgb(10, 182, 226);
	padding: 0.5em 0 0.25em;
	border-bottom: 1px dotted #ddd;
	clear: both;
}

h2 span {
	font-variant: normal;
	font-style: normal;
	font-size: 0.7em;
	color: #bbb;
	letter-spacing: 0.1em;
}

ol, ul {
	margin: 1em 0;
}

ul {
	list-style: none;
	float: right;
	width: 420px;
	margin: 0 0 3em;
}

p, li, span {
	color: #333;
	line-height: 1.7em;
	font-size: 14px;
}

small {
	display: block;
}

small a {
	font-size: 0.8em;
	color: #ccc;
}

li {
	padding: 1em 0;
	line-height: 1.3em;
}

li.tweet_first {
	padding-top: 0;
}

p.intro {
	font-style: normal;
	line-height: 1.5em;
	padding: 0;
	margin: 1em 0 0.5em;
	font-size: 18px;
	color: #aaa;
	text-shadow: 0 1px 0 #fff;
}

div.gravatar {
	float: left;
	width: 100px;
}

div.gravatar img {
	width: 100px;
	height: 108px;
	display: block;
}

div.gravatar a {
	display: block;
	padding: 7px 5px 6px 6px;
	margin: 1em 0;
	border: 1px solid rgb(250, 250, 30);
	border-top: 0;
	border-left: 0;
	text-align: center;
	font-weight: normal;
	font-style: normal;
	font-size: 13px;
	background: #f9f99b;
}

div.gravatar a:active {
	padding: 8px 5px 5px 6px;
	color: #000;
}

div.gravatar a:hover {
	color: #000;
	background: rgb(250, 250, 115);
}

#elsewhere li {
	list-style: none;
	display: inline;
	padding: 0 25px 0 0;
}

div.tweet {
	height: 300px;
}
