﻿.box
{
	
}

.box .authortext
{
	color: #6A849D;
}

#sidebar {		
	float:left;
	width:194px;
	padding-right:10px;
	border-top: 1px dashed #EDF1F2;
	background-image: url(../../images/shad.jpg);
	background-repeat: no-repeat;
}

#sidebar h1{
	border-bottom: 1px dotted #993333;
	font-size: 12px;
	font-weight: bold;
	color: #993333;
}

#sidebar a{
	text-decoration: none;
}

#sidebar .box {
	background-color: White;
	border: 0px solid silver;
	padding: 3px 15px;
	line-height: 16px;
	margin-bottom: 10px;
	color: #666666;
}

#sidebar .box h1 {
	margin: 5px 0 7px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid silver;
	color: #999999;
}

#sidebar .box ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-transform: capitalize;
}

#sidebar .box ul li {
	margin-bottom: 3px;
}

#sidebar img.rssButton {
	margin-right: 3px;
}

/*----------------------------
				Recent posts
----------------------------*/

ul.recentPosts li{
	padding-bottom: 0px;
}

ul.recentPosts li a{
	font-weight:normal;
}

ul.recentPosts li span
{
	display: none;
	/*
	display: block;
	text-indent: 0px;
	text-transform: none;
	font-size:smaller;
	*/
}

/*----------------------------
					 Calendar
----------------------------*/

#calendarContainer{
  text-transform: capitalize;
	margin: 0 auto; 
}

.calendar{
	border: none;
	margin: 0 auto;
}

.calendar .weekend{
  background-color: #F1F1F1;
}

.calendar .other{
  color: silver;
}

.calendar a.exist{
	display: block;
  font-weight: bold;
  background-color: #F1F1F1;
}

.calendar td{
	vertical-align: top;
	background: white;
}

/*----------------------------
				 Tag cloud
----------------------------*/

#tagcloud {
	margin-bottom: 10px;
	white-space: normal;
}

#tagcloud a {
	margin-right: 3px;
	display: inline;
}

#tagcloud a.biggest {
	font-size: 20px;
}

#tagcloud a.big {
	font-size: 17px;
}

#tagcloud a.medium {
	font-size: 13px;
}

#tagcloud a.small {
	font-size: 12px;
}

#tagcloud a.smallest {
	font-size: 10px;
}

/*----------------------------
					 Search
----------------------------*/

#searchbox {
	margin-top: 5px;
	font-size: 10px;
}

#searchbox input {
	font-size: 10px;
}

#searchbox #searchbutton {
	margin-left: 5px;
}

#searchbox #searchfield {
	width: 100px;
}

/*----------------------------
			Search on search
----------------------------*/

#searchonsearch {
	background: white;
	padding: 5px 10px;
	margin-bottom: 20px;
	border: 1px solid silver;
}

#searchonsearch h3 {
	margin: 3px;
	font-size: 13px;
}

#searchonsearch ol li {
	margin: 2px 0;
}

