html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}

body {
	font-family: "Tahoma", "Geneva", "sans-serif"; 
	text-align: center;
	color : #52230b;
}


a, a:link,a:visited,a:hover, a:active
{
	font-weight:bold;
	text-decoration:none;
}


a:link {color:black} /* unvisited link */
a:visited {color:#815738} /* visited link */
a:hover {color:#815738} /* mouse over link */
a:active {color:black} /* selected link */

h1, h2 {
    font-family: "Impact", "Charcoal6", "sans-serif"; 
    font-size : 350%; 
	text-align : center;
	font-weight : normal; 
	text-transform : lowercase;
	margin: 0.5em;
	color : #52230b;
}

h1 a, h1 a:link, h1 a:visited, h1 a:hover, h1 a:active
{
	font-weight:bold;
	text-decoration:none;
	color : #52230b;
}

h1 em {
	font-style:normal;
	color : #c08156;
}

h2 {
	font-size: 200%;
	line-height : 1.2em; 
}

strong {
	font-weight: bold;
}

div.bodytext { 

	width:600px; 
	font-size : 80%;
	margin:auto; 
	text-align: left;
	line-height : 1.2em;

}

div.bodytext p {
	padding-bottom : 1em; 

}

div.bodytext img, div.bodytext.object {
	text-align: center;
}

div.tweet_and_user {
	width: 500px;
	margin: 20px auto;
}



div.tweet {
	
	padding: 20px;
	background: #E2A986;
	
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-box-shadow: 3px 3px 1px #815738;
	-webkit-box-shadow: 3px 3px 1px #815738;
}

div.tweet p {
	float: left;
}

div.tweet p.text {
	width: 360px;
	text-align: left;  
	line-height:1.4em;
	margin-left : 5px; 
}

div.tweet p.image {
	width: 80px;
	padding-right : 10px; 
}

div.tweet p.image img {
	border: 2px solid #52290b;
	background-image: url(../images/spinner_bubble.gif);
	background-repeat: no-repeat;
	background-position: center;
}

div.user {
	text-align: left;
	width:440px; 
	clear:both;
	padding-top:10px; 
}

div.votebuttons 
{
	padding-top : 10px; 
	padding-left : 10px; 
	padding-right : 10px; 
	width: 500px;
	margin:auto;
	
}
div.votebuttons img
{
	cursor:pointer;
}
p.status {
	margin: 20px auto;
	line-height :1.5em;

}

div.clear {
	clear: both;
}
.bottomnav {
	font-size:120%; 
	margin-bottom : 1em; 
	
}
p.lovedesc {
	font-size:70%;
}
.bottomnav a:link {color:#5e2d09} /* unvisited link */
.bottomnav a:visited {color:#815738} /* visited link */
.bottomnav a:hover {color:#815738} /* mouse over link */
.bottomnav a:active {color:#5e2d09} /* selected link */