#wrapper{
	width:600px;
	background-color: #e4e4e4;
	margin-left: auto;
	margin-right: auto;
	border: 10px solid #fff;
}

h2{
		font-family:Georgia, Courier, Times, Serif;
		color:#333333;
		font-size:15px;
		font-weight:bold;
		
}

a{
	color: #000;
	/*background-color: #777;*/
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
a:hover{
	color: #ffffff;
	background-color: #000;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
	
.theText{
	/*padding-left: 60px;*/
	margin-left: 60px;
	padding: 10px;
	background-color: #f5f5f5;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.celebWrapper
{
/*width:500px;
min-height:100px;
background-image:url('/images/tweet.png');*/
margin:0 0 25px 0;
}

.contentWrapper
{
/*width:400px;
height:90px;*/
/*padding:10px 10px 0px 65px;*/
padding:4px 10px 0px 0px;
margin:0 0 0 65px;
}

.photo
{
/*border:4px solid #BDC6CC;
border:4px solid #FF809C;*/
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}

.post
{
font-size:14px;
font-weight:100;
}

.authorName
{
font-weight:bold;
font-size:14px;
color:#109bb8;
}

a.authorName {
	text-decoration:none;
	color:#FF5400;
}
	
a.authorName:hover {
	background-color:#FF6600;
	color:#ffffff;
}

a.authorName:visited {
	text-decoration:none;
	color:#FF5400;
}

.uri
{

}

.updated
{
font-size:10px;
padding:5px 0 0 0;
color:#820263;
}

.rss{
margin:20px 0 0 0;
}

.updateForm
{
font-size:12px;
padding:5px 0 0 40px;
background-color:#efefef;
color:#820263;
/*text-align:center;*/
}

div.htmltooltip{
position: absolute; /*leave this and next 3 values alone*/
z-index: 1000;
left: -1000px;
top: -1000px;
background: #272727;
border: 10px solid black;
color: white;
padding: 3px;
width: 250px; /*width of tooltip*/
}