﻿
#Right label
{
	margin:0px;
	padding:0px;
	display:block;
}
#Right input
{
	font-size:11px;
	padding:1px;
	margin:0px;
	
}
#Right .button
{
	text-transform:uppercase;
	font-size:9px;
	background:#efefef;
	padding:1px;
	border:1px solid #cccccc;
	width:auto;
	margin:2px;
	color:Red;
}
#Right .button:hover
{
	border:1px solid #999999;
	background-color:#cccccc;
}

/*SEARCH */
.SearchBar
{
	margin-bottom: 5px;
}
.searchbox
{
	background-image: url(../Images/search_bg.jpg);
	background-repeat: no-repeat;
	width: 157px;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #333333;
	border: none;
	text-indent: 10px;
	padding-left: 5px;
	padding-right: 5px;
	float: left;
	margin: 0px;
}
.searchbox:hover
{
	background-image: url(../Images/search_bg_hover.jpg);
}
.searchbutton
{
	width: 38px;
	border: none;
	height: 40px;
	overflow: hidden;
	background-image: url(../Images/search_button.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}

.searchbutton:hover
{
	background-image: url(../Images/search_button_hover.jpg);
}

/*TagCloud */
.TagCloud
{
}
.TagCloud a
{
	margin:0px;
	padding:0px;
	float:left;
	white-space:normal;
}
/*Tags */
.Tags
{
}
.Tags ul
{
	margin:0px;
	padding:0px;
	text-indent:0px;
	line-height:10px;
	font-size:10px;
}
.Tags li
{
	margin:0px;
	padding:0px;
	float:left;
	line-height:10px;
	font-size:10px;
}
.Tags li a
{
	font-size:10px;
}
/*RSS*/
.RSS
{
	margin-bottom:10px;
}
.RSS h1
{
	margin-bottom: 30px;
}
.RSS .rss_button
{
	float: left;
	margin-top: 3px;
}
.RSS .feedtext
{
	font-family: Trebuchet MS, Arial;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 400;
	color: Red;
	background-repeat: repeat-x;
	height: 35px;
	line-height: 32px;
	padding-left: 10px;
	margin: 0px;
	margin-top: 3px;
	vertical-align: middle;
}
/*Archives*/
.Archives
{
	margin-bottom:10px;
}
.Archives .Calendar
{
	text-align:center;
}
.Archives .SelectedDay
{
	padding:3px;
}

/*Author */

.Author
{
}

.Author .MugShot
{
	height:50px;
	width:50px;
	margin-right:5px;
	float:left;
}
.Author .AuthorName
{
	font-size: 11px;
	color: #999999;
	text-transform: uppercase;
	display: block;
}
.Author .Bio
{
	display: block;
	width:150px;
	color:#999;
	margin-bottom:5px;
}


