/* 
Description: Baseball Focus Bookmarks Styles
Author: Sam Stevens, Stevens Media, www.stevensmedia.com
Version: 05.18.08
*/

BODY {
	background-color: White;
	font: normal 82.5% Verdana, Arial, Helvetica, sans-serif;
}

#wrapper {
	width: 600px;
	margin-top: -10px;
}

#latest UL {
	margin: 0;
	padding: 0 20px;
}

#latest UL LI {
	float: left;
	width: 40%;
	padding-right: 20px;
}

A {
	color: Blue;
}

A:HOVER {
	text-decoration: none;
	color: Black;
}

#browse {
	clear: both;
	padding-top: 20px;
}

#tagcloud {
	float: left;
	width: 200px;
	text-align: justify;
}

#right_col {
	margin-left: 260px;
}

#right_col UL {
	padding: 0;
	margin: 10px 0;
}

#right_col UL LI {
	list-style-type: none;
}

#right_col UL P {
	margin: 0 0 10px 0;
}

#clearbreak {
	clear: both;	
}

#footer {
	background-color: Black;
	color: CCC;
	height: 50px;
	text-align: center;
	margin-top: 40px;
}

#footer P {
	padding: 10px;
	font-size: 0.8em;
}

#footer A {
	color: White;
}

#footer A:HOVER {
	text-decoration: none;
}

/* tagroll classes */
.largest_tag a {
    font-size: 55px;
}

.large_tag a {
    font-size: 45px;
}

.medium_tag a {
    font-size: 35px;
}

.small_tag a {
    font-size: 25px;
} 

.smallest_tag a {
    font-size: 15px;
}