/*
Theme Name: Richie-P
Theme URI: http://wordpress.org/
Description: Mine
Version: 1.0
Author: Richard Perry
Author URI: http://richie-p.com/
Tags: 
*/
html{
	background-image:none;
}
body{
	font-family:Tahoma, Helvetica;
	letter-spacing:0px;
	line-height:20px;
	font-size:12px;
	background-color:#2E2E2E;
	color:#FFFFF3;
	padding:0px 20px 20px 20px;
	margin:0px;
	background-image:none;
}
a, a:visited, a:active, a:hover{
	border:0;
	color:#7CCBCB;
	text-decoration:none;
	display:inline;
	cursor:pointer;
}
a:hover, h1 a, h1 a:visited, h1 a:active{
	color: #96FFFF;
}
.link.a, .link.a:visited, .link.a:active, .link.a:hover{
	color:#FF0DFF;
}
h1{
	font-size:38px;
	margin-bottom:18px;
}
.description{
	opacity: 0.75;
	margin-left:2px;
}
.post_title, h2 > a:first-child {
	font-size:28px;
	font-weight:bold;
	color:#BEFF00;
	line-height:30px;
}
h4{
	color:#BEFF00;
	margin-bottom:-10px;
}
ul{
	list-style:none;
	margin:0px;
	padding:0px;
} 
li{
	margin:0px;
	padding:0px;
}
hr{
	height:2px;
	border:none;
	color:#FF5200;
	background-color:#FF5200;
	padding:0px;
	margin:0px;
}
pre, .reverse{
	background-color:#FFFFF3;
	color:#2E2E2E;
	padding:10px;
	overflow: auto;
	margin: 10px 0px;
}

#header{
	width:960px;
}
#mainContainer{
	width:960px;
}
#content{
	float:left;
	width:700px;
	overflow:hidden;
}
#sidebar{
	float:left;
	width:180px;
	margin-left:75px;
	color:#CBCBC2;
}

#footer{
	clear:both;
	width:960px;
}

.widgettitle{
	color:#FF0DFF;
	margin:15px 0px 0px 0px;
}

.widget_tag_cloud div{
	line-height:25px;
}
.widget_tag_cloud a{
	white-space:nowrap;
}

.postmetadata{
	margin:0px 0px 20px 0px;
	padding:0px 0px 0px 0px;
}

/* Captions & aligment */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}
/* End captions & aligment */

/*START oneTweet*/
#oneTweet_box{
	width:180px;
	margin-top:5px;
	position:relative;
	font-size:11px;
	overflow:hidden;
}
#oneTweet_top{
	background-image:url(/blog/wp-content/themes/richie-p/images/oneTweet_top.png);
	height:8px;
	width:180px;
}
#oneTweet_speech{
	background-image:url(/blog/wp-content/themes/richie-p/images/oneTweet_middle.png);
	width:164px;
	padding:0px 8px;
	color:#2E2E2E;
}
#oneTweet_bottom{
	background-image:url(/blog/wp-content/themes/richie-p/images/oneTweet_bottom.png);
	height:54px;
	width:172px;
	padding: 5px 0px 0px 8px;
	line-height:27px;
}
#oneTweet_speech a, #oneTweet_speech a:visited, #oneTweet_speech a:active, #oneTweet_speech a:hover{
	color:#FF5200;
}
/*END oneTweet*/