* {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}
body {
	font: 14px Georgia, serif;
	background-color: #eee;
	background: url(/images/vrtweetsbkg.png) repeat-x fixed 50% top;
}

a {
	color: #82d2ff;
}

p {
	margin: 0 0 15px;
}

#wrap {
	width: 960px;
	margin: 0 auto;
}
.header {
	float: right;
	position: relative;
}
.sidebar {
	float: left;
	width: 355px;
	text-align: right;
	position:absolute
}
.sidebar .content {
	font: 12px/15px Georgia, "Times New Roman", Times, serif;
	color: white;
	text-align: left;
	margin:0 20px 0 100px;
}
.sidebar .content h2 {
	clear: both;
	margin-top: 50px;
	font: italic bold 18px/18px Georgia, "Times New Roman", Times, serif;
	color: white;
	margin-bottom: 20px;
}


.sidebar .content h2.first {
	margin-top: 0px;
}


.sidebar .content a {
	color: #82d2ff;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}
.sidebar .content a:hover {
	color: white;
	text-decoration: none;
}
.sidebar .content img {
	float: left;
	margin: 0 10px 10px 0;
	width: 48px;
	height: 48px;
	border: 1px solid #113565;
	font-size: 18px;
}
.nav {
	text-align: center;
	width:508px;
	margin-right: 30px;
	padding: 0 20px 10px;
	float: right;
}
.nav p {
	text-align: left;
	font: 16px Georgia, serif;
	color: #2b1909;
	padding: 0 25px 0 12px ;

}
.nav a {
	display: block;
	float: left;
}
.nav a span {
	display: none;
}
.nav a.twuzz.on{
	width: 189px;
	height: 50px;
	background: url(/images/twuzz-on.png) no-repeat left top;
}
.nav a.twuzz.off{
	width: 189px;
	height: 50px;
	background: url(/images/twuzz-off.png) no-repeat left top;
}
.nav a.twuzz.off:hover{
	width: 189px;
	height: 50px;
	background: url(/images/twuzz-over.png) no-repeat left top;
}
.nav a.etweets.on {
	width: 288px;
	height: 50px;
	background: url(/images/etweets-on.png) no-repeat left top;
}
.nav a.etweets.off {
	width: 288px;
	height: 50px;
	background: url(/images/etweets-off.png) no-repeat left top;
}
.nav a.etweets.off:hover {
	width: 288px;
	height: 50px;
	background: url(/images/etweets-over.png) no-repeat left top;
}
/* My Comment */
.tweetcontainer {
	margin: 0 0 0 324px;
	padding: 200px 25px 25px;
}
.tweetcontainer h2 {
	margin-left: 20px;
	color: white;
}

.tweetcontainer p {
	font-size: 13px;
	margin-left: 20px;
	color: white;
}

.tweet {
	margin: 0px 20px;
	padding: 20px 10px;
	width: 500px;
	color: #fff;
	border-bottom: 1px solid #5f3713;
	
}



.tweet img {
	float: left;
	margin: 0 10px 10px 0;
	width: 48px;
	height: 48px;
	border: none;
}

.tweet p.author {
	text-align: right;
	font-size: 11px;
	font-family: sans-serif;
	margin-bottom: 0;
	color: #ccc;
}
p.pagination {
	font-style: italic;
	font-size: 12px;
	color: #eee;
	text-align: center;
	margin: 10px;
}
#hiddenData {
	display: none;
}
.sidebar .content ul {
	margin-left: 15px;
}
