/* @override 
	http://reversetype.com/styles.css
	http://www.reversetype.dev/styles.css
*/

a:link 		{	color: #fff;
				text-decoration: none;
				}
				
a:visited 	{	color: #000;
				text-decoration: none;}
								
a:hover 	{	
border-bottom: 10px solid #d91f00;
}

a:active 	{	color: #000;
				text-decoration: none}
				



body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	margin: 0px;
	text-align: center;
	background: #292728 url(images/pinkie.gif) repeat;
	}
h1 {
	position: relative;
	top: 100px;
	margin: auto;
	height: 171px;
	width: 487px;
	background: url(images/reverseBlog_vertical.png) no-repeat;
	}
h1 span {
	display: none;
	}


#contain {
	min-width: 600px;
	width:75%;
	margin: 0 auto;
}
.bday, cite.fn, abbr.type, .country-name {
	display: none;
}
span.tel {
	display: block;
}

.vcard {
	color: #fff;
	display: none;
}
div.adr, div.tele {
	margin-bottom: 2%;
}
.org {
	color: #CCCCCC;
	background-color: #a82b2c;
	display: block;
	padding: 5%;
	margin: 30px 30px;
	text-align: center;
	border-top: 2px solid #333333;
	border-bottom: 2px solid #333333;
	border-right: 24px solid #1a1a1a;
	border-left: 24px solid #1a1a1a;
	font: bold 190% "Lucida Grande", Lucida, Verdana, sans-serif;
}

a.url:hover {
	color: #000;
	border-top: 2px solid #282828;
	border-bottom: 2px solid #282828;
	border-right: 4px solid #282828;
	border-left: 4px solid #282828;	
	}

/* @group twitter */

#twitter_div{
	margin: 0 auto;
	padding: 170px 20px 70px;
	text-align:left;
}

#twitter_div h2{
	text-indent:-9999px;
	height: 102px;
	width: 215px;
	background: top left no-repeat url('images/twitter.png');
	position:absolute;
}

.jta-tweet-profile-image {
	float: left;
	padding-right: 10px;
	}

.jta-tweet-list-item {
	padding: 5px;
	margin: 10px 0 17px 240px;
	text-align:left;
	list-style-type: disc;
	list-style-image: url(images/crown.png) !important;
	list-style-position: outside;
	clear: none;
}

.tweet-text {
	font-style: italic;
}

.tweet-text a:link {
	font-style: italic;
	font-variant: normal;
	text-decoration: none;
	color: #206bb9;
}

.tweet-text a:visited{
	font-style: italic;
	font-variant: normal;
	text-decoration: none;
	color: #7395b8;
}

.tweet-text a:hover, .tweet-text a:active, .tweet-text a:focus{
	font-style: italic;
	font-variant: normal;
	text-decoration: none;
	color: #206bb9;
	border-bottom:1px dotted #206bb9;
}

.jta-tweet-timestamp {
	font-style: normal;
	font-variant: small-caps;
	text-decoration: none;
	color: #090909;
	font-size: .8em;
	display: block;
	}

/* @end */