﻿/* Global section settings */
.LeftBox a
{
	padding-right: 2px;
	display: block;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
}

.LeftBox ul
{
	margin: 0;
	list-style-type: none;
}

.RightBox ul
{
	margin: 0;
	list-style-type: none;
}

.LeftBox ul li
{
	margin: 0;
}

.RightBox ul li
{
	margin: 0;
}

.LeftBox a *
{
	color: #CC6714;
}

/* Pages */

.Pages a:hover
{
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 90% 50%;
	color: #CC6714;
	text-decoration: none;
}

/**************************/

/* Category list */

#categoryList .rssButton
{
	padding-top: 3px;
	padding-right: 4px;
	float: left;
}


#categoryList ul li
{
	float: left;
	width: 100%;
}

#categoryList a
{
	float: left;
}

#categoryList a:hover
{
	color: orange;
	text-decoration: underline;
	background-image: none;
}

/**************************/

/* Archive (monthlist) */

#monthList
{
	font-weight: bold;
	color: #444444;
}

#monthList * a
{
	font-weight: normal;
}

#monthList * a:hover
{
	font-weight: normal;
	background-image: none;
	text-decoration: underline;
	color: orange;
}

#monthList .open
{
	font-weight: normal;
	margin-left: 20px;
}

/**************************/

.LeftAds
{
	margin-left: 0px;
	width: 150px;
	margin-top: 5px;
	float: left;
}

/* Tag cloud */

#tagcloud
{
	white-space: normal;
}

#tagcloud li
{
	display: inline;
}

#tagcloud a
{
	margin-right: 2px;
	display: inline;
	text-transform: lowercase;
}

#tagcloud a.biggest
{
	font-size: 2.0em;
}

#tagcloud a.big
{
	font-size: 1.7em;
}

#tagcloud a.medium
{
	font-size: 1.4em;
}

#tagcloud a.small
{
	font-size: 1.1em;
}

#tagcloud a.smallest
{
	font-size: 0.8em;
}

/**************************/

/* Calendar */

.calendar
{
	margin: 0px auto;
}

.calendar td, th
{
	padding: 0.3em 0.2em;
}

.weekend
{
	background-color: Silver;
}

.other
{
	color: Silver;
}

.day
{
}

/**************************/

/* Blogroll */

#blogroll .oxox
{
	margin-left: 0;
	padding-left: 0;
	line-height: 1.7em;
	margin-bottom: 6px;
}

#blogroll .oxox a
{
	font-weight: bold;
	color: #444444;
}

#blogroll .oxox a:hover
{
	color: orange;
	text-decoration: underline;
}

#blogroll a img
{
	border: none;
	margin-right: 3px;
}

/* Beware the ugly tag */
#blogroll .oxox ul
{
	margin-left: 8px;
	padding-left: 8px;
}

#blogroll .oxox ul li
{
	margin-bottom: 2px;
}

#blogroll .oxox ul a
{
	font-weight: normal;
	color: #CC6714;
}

#blogroll .oxox ul a:hover
{
	color: orange;
	text-decoration: underline;
}

/**************************/

