html {
	height: 100%;
}

body {
	/* font-family: 'Lucida Grande', Arial, Helvetica, sans-serif; */
	font-family: 'Palatino Linotype', 'Book Antiqua3', Palatino, serif;
	font-size: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	min-height: 100%;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	height: 100%;
}

h1 {
	font-size: 50px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	display: inline;
    color: #222222;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 20px;
	padding: 10px 0 0 0;
	margin: 0 0 0 0;
}

a {
	color: blue;
	text-decoration: none;
}

a:visited {
	color: blue;
	text-decoration: none;
}

a:hover {
	color: blue;
	text-decoration: underline;
}

img {
	border: none;
}

.fullscreen {
	height: 100%;
}

.leftnav {
	height: 100%;
}

.tweetsidbar {
	padding-top: 50px;
    font-weight: normal;
    font-size: 18px;
}

.tweet {
	margin-bottom: 20px;
}

.status {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.tweettime {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	color: gray;
	font-size: 12px;
}

.toppadding {
	padding-top: 100px;
}

#myphoto {
	border: 2px solid #eeeeee;
}

button {
	overflow: visible;
	width: auto;
}

button.link {
	font-family: 'Palatino Linotype', 'Book Antiqua3', Palatino, serif;
	font-size: 18px;
	text-align: left;
	color: blue;
	background: none;
	margin: 0;
	padding: 0;
	border: none;
	cursor: pointer;
	-moz-user-select: text;
}

button.link span {
	text-decoration: none;
}
button.link:hover span,
button.link:focus span {
	color: black;
}
