html, body { width: 100%; height: 100%; margin: 30px 0px; padding: 0px; font-family: Georgia, Times, serif; font-size: 15px; background: white; }

/* Heading & Text Styles */
#header { position: relative; width: 80%; left: 10%; font-size: 30px; color: black; }
#nav { position: relative; float: right; font-size: 15px; padding-top: 15px;}

/* Twitter Interface Styles */
#holder { position: relative; width: 80%; height: 200px; left: 10%; top: 10px; background: #eee; }
#postbox { position: relative; top: 20px; width: 100%; height: 100px; border-bottom: 1px solid #888; }
.post { position: absolute; bottom: 15px; width: 300px; border: 5px solid #bbb; background: #bbb; z-index: 9; font-size: 12px; opacity: 0;
	/* Round corners */
	-moz-border-radius: 5px; 				/* FF1+ */
	-webkit-border-radius: 5px; 			/* Saf3+, Chrome */
	border-radius: 5px; 					/* Opera 10.5, IE 9 */
	/* Box Shadow */
	-moz-box-shadow: 0px 0px 4px #eee; 		/* FF3.5+ */
	-webkit-box-shadow: 0px 0px 4px #eee; 	/* Saf3.0+, Chrome */
	box-shadow: 0px 0px 4px #eee; 			/* Opera 10.5, IE 9.0 */
}

/* Timeline Styles */
.vert { position: absolute; top: 96px; width: 0px; height: 10px; border-left: 1px solid #888; }
#arrow { position: absolute; top: 125px; margin-left: -3px; opacity: 0; width: 10px; height: 10px; cursor: pointer; }

/* Information Styles */
#information { position: relative; width: 50%; background: #eee; border-top: 1px dotted black; border-bottom: 1px dotted black; top: 20px; left: 10%; margin-bottom: 100px; }
#blogdescription { position: absolute; top: 115px; right: 10%; width: 27%; padding: 10px; background: #eee; border-top: 1px dotted black; border-bottom: 1px dotted black; font-size: 30px; font-style: italic; text-align: right; }
#date { position: absolute; width: 300px; top: 150px; left: 50%; margin-left: -150px; text-align: center; }
#buttons { position: absolute; width: 500px; top: 170px; left: 50%; margin-left: -250px; text-align: center; }
ol { margin-left: -40px; }
ol, li { list-style-type: none; }

/* Text Styles */
p, h3 { padding: 0px 30px; }
.meta { padding: 0px 0px 30px 30px; margin: 10px 0px; border-bottom: 1px solid #888; }
.qmarks { font-family: Georgia; font-size: 20pt; }
a:link, a:visited { color: black; text-decoration: underline; }
a:hover { text-decoration: none; }
