/*
	custom.css custom styles that YOU define
	------------------------------------------------------
	
	This stylesheet will allow you to futureproof your
	changes against future releases and upgrades. I know
	you work hard on your modified styles, and I don't
	want you to feel like every upgrade is a total drag!
	
	Instructions:
	
	Modifying existing styles to your liking is a
	breeze with this handy stylesheet. The <body> tag
	within the template files have been appended with a
	CSS class called "custom," and thanks to this, you now
	have the ability to override ANY style that's declared
	in the original stylesheet.
	
	In practice, you simply need to copy the CSS for the
	element that you want to change (from style.css) and
	then paste it here. Prefix the new CSS declaration
	with .custom, and then make your tweaks as necessary.
	
	Here's an example:
	
	To change the default color of unvisited links from 
	blue to red (#c00) and remove the default underline, 
	this is what you would do:
	
	.custom a { color: #c00; text-decoration: none; }
	
	Cool? Now get to hackin!
*/

.refbox {
	float: left;
	width: 260px;
}

.refbox p {
	padding-left: 8px;
	
}

.refbox2 {
	float: left;
	width: 260px;
}

.refbox2 p {
	padding-left: 8px;
	padding-top: 8px;
	float: left;
	width: 100px;
	
}

.refbox2 img {
	float: left;

}

/* Output: <h2 class="twitterUpdates">Twitter Updates</h2> */
h2.twitterUpdates {}

/* Wrapper around twitter data */
#twitter_div {}

/* Most people will want to set the list style to none */
ul#twitter_update_list {}

/* Twitter post is in the li */
#twitter_div li {
	border-bottom-color: #392421;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	font-size: 11px;
}

/* Follow me link can be turned off or displayed above or below list items */
#followMe {font-weight: bold; font-size: 11px;}

/* I added support for auto linking usernames and hyperlinks with entry */
#twitter_div a { clear: left; float: none }

/* time block can be treated seperatly */
.fuzzyTime {

	font-size: x-small;

}