body {
	font-family: "Cardo", Verdana, serif;
}

blockquote {
	color: #555;
}

.tweet_id {
	float:right;
	margin-top: 5px;
}

.tweet_id a {
	text-decoration: none;
	font-weight: none;
	color: #000;
	
}


#main_container {
	margin-left: auto;
	margin-right: auto;
	width: 510px;
	
}

#title_container {

}

#title_container h1 {
	font-size: 47pt;
	color: #D1061E;
	border : 0px solid black;
	margin-top: 50px;
	margin-bottom: 0px;
}

.tweet_container {
	border-top: 1px solid #555;
	border-bottom: 1px solid #555;
	width: 500px;
	margin-bottom: 15px;
}

.tweet{
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 400px;
	border: 0px solid black;
	line-height: 1.5em;
}

.quotemark-left , .quotemark-right {
	font-family: "Times New Roman",Georgia,Serif;
	font-size: 64pt;
	color: #aaa;
	margin:5px;
	border: 0px solid black;
}
.quotemark-left {
	float: left;	
	
}

#footer {
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
	width: 400px;
	color: #ccc;
	text-align: center;
}

#footer a {
	color: #ccc;
	text-decoration: none;
	font-weight: bold;
	
}

#footer a:hover {
	text-decoration: underline;
}

.quotemark-right {
	margin-top: 70px;
	float: left;
	border: 0px solid black;
	height: 70px;
}	

.post_date {
	float: right;
	font-size: 10pt;
}

.scores{

}


.like_container{ 
	float: left;
}

.dislike_container{
	float: right;
}

.like a{
	color: green;
	text-decoration: none;
	font-weight: bold;
	font-size: 14pt;
	margin-right: 5px;
}

.dislike a{
	color: #D1061E;
	text-decoration: none;
	font-weight: bold;	
	font-size: 14pt;
	margin-left: 7px;
}

.score {
	vertical-align: baseline;
	font-size: 12pt;
	color: #555;
}

#copyright{
	float:right;
	border: 0px solid black;
	color: #555;
	/*margin-top: 240px;*/
}

#copyright a {
	text-decoration: none;
	font-family: Verdana, serif;
	font-weight: bold;
	color: black;
}

#links {
	border: 0px solid black;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 300px;
}
.link {

}

.link a {
	color: #ccc;
	text-decoration: none;
}

.link a:hover {
	text-decoration: underline;
}


