@import "reset.css";

/**/
*{

}
a{
	font-family: Helvetica;
	font-size: 12px;
	color: #bbb;
	width: 15px;
	cursor: pointer;
	text-decoration: none;
	font-weight: bold;
	
}
a.active{
	color: #000;
}
#numerals a{
	display: block;
	float: left;
}
#image{
	width: 800px;
	height: 530px;
}
h1{
	font-family: Georgia;
	text-align: center;
	position: relative;
	top: -40px;
	font-size: 12px;
}

p{
	font-size: 12px;
	font-family: Georgia;
	line-height: 15px;
}
p a{
	color: black;
	font-weight: normal;
	text-decoration: none;
	font-family: Georgia;
}
p a:hover{
	text-decoration: underline;
}
#logo{
	height: 26px;
	margin-top: 16px;
	text-align: center;
	cursor: pointer;
}
p.tweets{
	margin: 0 auto;
	width:300px;
	text-align: left;
}
#wrap{
	width: 800px;
	margin: 0 auto;
}
#numerals{
	width: 500px;
	clear:both;
	margin: 10px 0px 60px 150px;
}
#arrows{
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}
#arrows a{color: black}

#arrows #prev{
	margin-right: 5px;
}

#doubleline{
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	height: 2px;
}

div.block{
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
}
#twitter li{
	margin-bottom: 10px;
}
.tweet_date{
	xfont-style: italic;
	xtext-decoration: underline;
}

