/* 
	Right Side Styles
	
	These are all the specific styles that you can use to customize the look 
	and feel of the items on the right side of the blog page.  Things like the search,
	navigation, blogroll etc.
*/

#picOfDay
{
	margin: 10px 0 0px;
}

#picOfDay img
{
	width: 100%;
	height: 95%;
	border: none;
}

#picOfDayBorder
{
	border: 1px solid black;
	padding: 5px;
	background-color: #fff;
}

#picOfDayCaption
{
	font-weight: bold;
	text-align: center;
	padding-bottom: 10px;
}

#picImg
{
	border: none;
}

.side a, .side a:link, .side a:visited, .side a:active
{
	font-weight: bold;
	text-decoration: none;
	color: #ffcc33;
}
.categoryLinkStyle
{
	color: #ffcc33;
}

.sideTag
{
	padding-left: 15px;
}

.side a:hover
{
	color: #f1ccfa;
}


.blogRollContainerStyle
{
	margin: 2px 0 2px -2px;
}

.blogRollNestedOutlineBodyTableStyle
{
	border-left: 1px dashed #999; /*margin-left: 13px;*/
	margin-top: 5px;
	margin-bottom: 10px;
}

.blogRollCellStyle
{
	position: relative;
	text-align: left;
	padding: 2px 0 0 0;
}

.blogRollNestedOutlineBodyTableStyle .blogRollNestedOutlineHeaderTableStyle
{
	padding-top: 10px;
	margin-bottom: 0;
	text-align: left;
}

.blogRollLinkStyle
{
	/*width: 120px;*/
	font-size: 8pt;
	text-align: left;
}

/*.blogRollCellStyle a, .blogRollCellStyle a:link, .blogRollCellStyle a:visited, .blogRollCellStyle a:active
{
    color: #000000; font-size: 8pt;
}

.blogRollCellStyle a:hover{ color: #3d3d3d}*/

.blogRollXmlLinkStyle
{
	width: 25px;
	text-align: left;
	vertical-align: middle;
}

.blogRollDescriptionStyle
{
	left: 0px;
	color: #888;
	width: 120px;
	padding-left: 5px;
	margin-bottom: 10px;
}

.searchButtonStyle
{
	font: 7pt Verdana, arial, helvetica, sans-serif;
	width: 60px;
}

.searchTextBoxStyle
{
	font: 7pt Verdana, arial, helvetica, sans-serif;
	width: 105px;
}

