
.quicklinks {
	display: none;
}

.rightbar {
	float: right;
	width: 30%;
	max-width: 250px;
	font-size: 80%;
	border: 1px solid #78b63f;
	margin-right: 5px;
	margin-bottom: 5px;
	background: #fff;
	padding-top: 10px;
	position: relative;
	top: 5px;
	clear: both;
}

#main {
	float: left;
	width: 68%;
	max-width: 570px;
	margin-bottom: 5px;
	margin-top: 5px;
}

.about-box {

}

.about {

}

.misc {
	float: right;
}

.comments {

}

.search {
	padding-top: 10px;
}

.archives {
	padding-top: 10px;
}

.stuff {
	padding-top: 10px;
}

.date {
        font-size: 75%;
        float: right;
        font-weight: normal;
        padding-right: 8px;
}

.entry {
	border: 1px solid #78b63f;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	background: #fff;
	padding-top: 10px;
	padding-bottom: 5px;
}

.entry a {
/*	padding-left: 20px;*/
}

.entry-navigation {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 80%;
}

.entry-navigation a {
	padding: 0;
}

.pivot-search {
	
}

.pivot-search-result {
	border: 1px solid #78b63f;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	background: #fff;
	padding-top: 10px;
	padding-bottom: 5px;
}

.info {
	font-size: 80%;
}

.info a {
	padding-left: 0px;
}

fieldset {
	border: 0;
}

.commentform {
	font-size: 80%;
}

.commentform a {
	padding: 0;
}

.commentlist a {
	padding: 0;
}

/**
 * these styles are for the calendar widget 
 */


/* only the calendar has a line, not the individual cells */
table.calendar {
	margin-left: 20px;
	border: 1px solid #444;
	padding: 0px;
	width: 175px;
}


.calendar {
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	line-height: 1.3em;
	font-size: 0.9em;
}

.calendar td {
	padding: 3px 3px;
	margin: 0px;
}

.calendar td:hover {
	background-color: #ff6;
}

.calendar th {
	font-weight: bold;
	color: #000;
	background: #ddd;
}

.calendar th a, .calendar a {
	font-weight: bold;
	color: #253a69;
	text-decoration: underline;
}

.calendarToday {
	font-weight: bold;
	text-decoration: underline;
	background-color: #ff9;
	border: 1px solid #999;
}



.calendarHeaderControl {
	font-size:13px;
}

.cal_info {
	margin-left: 5px;
}

/* attach the comments class to the 'x comments' link to get a comment icon in
front of it */
.info .comments {
        padding-left: 13px;
        background: #ffffff url(/blog/pivot/templates/comment.png) no-repeat center left;
}

/* use <span class="poster">poster_name</span> to get a im-like icon in
front of the poster's name */
.info .poster {
        padding-left: 13px;
        background: #ffffff url(/blog/pivot/templates/person.png) no-repeat center left;
}

/* same as poster, but use class="category" and you'll get a folder icon
in front of the category */
.info .category {
        padding-left: 13px;
        background: #ffffff url(/blog/pivot/templates/folder.png) no-repeat center left;
}

h3 {
	padding-left: 20px;
	background: #ffffff url(/blog/pivot/templates/doc.png) no-repeat center left;
}

/* attaching background images to the headers */
h3.links {
        background: transparent url(/blog/pivot/templates/links.png) no-repeat center left;
	margin-left: 5px;
}

h3.linkdump {
        background: transparent url(/blog/pivot/templates/linkdump.png) no-repeat center left;
	margin-left: 5px;
}

h3.about {
        background: transparent url(/blog/pivot/templates/about.png) no-repeat center left;
	margin-left: 5px;
}

h3.search {
        background: transparent url(/blog/pivot/templates/search.png) no-repeat center left;
	margin-left: 5px;
}

h3.archives {
        background: transparent url(/blog/pivot/templates/archives.png) no-repeat center left;
	margin-left: 5px;
}


h3.kalenteri {
        background: transparent url(/blog/pivot/templates/calendar.png) no-repeat center left;
	margin-left: 5px;
}

h3.comments {
        background: transparent url(/blog/pivot/templates/comments.png) no-repeat center left;
	margin-left: 5px;
}

h3.referrers {
        background: transparent url(/blog/pivot/templates/referrers.png) no-repeat center left;
	margin-left: 5px;
}

h3.stuff {
        background: transparent url(/blog/pivot/templates/stuff.png) no-repeat center left;
	margin-left: 5px;
}

